Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-01 | video_decode: cur_dts includes start time, so substract it for frame dts | Benjamin Franzke | 1 | -0/+2 | |
2013-01-31 | video_decode: Fix a leak when decoding fails | Benjamin Franzke | 1 | -0/+1 | |
2013-01-31 | video-decode: Fix the got_picture = 0 case | Benjamin Franzke | 1 | -21/+16 | |
We actually tried to read the same packet again, but that doesnt work, so lets just drop it.. | |||||
2013-01-31 | video-decode: Add seek function | Benjamin Franzke | 1 | -0/+12 | |
2013-01-31 | video-decode: Add duration to struct video_decode | Benjamin Franzke | 1 | -5/+9 | |
2013-01-29 | video-decode: Make struct video_decode private again | Benjamin Franzke | 1 | -0/+7 | |
2013-01-29 | video_decode: Store cur_dts in a video frame | Benjamin Franzke | 1 | -0/+1 | |
2013-01-29 | Fix warnings | Benjamin Franzke | 1 | -1/+1 | |
2013-01-29 | video-decode: Allow reusing an old frame | Benjamin Franzke | 1 | -6/+10 | |
2013-01-10 | mv struct and wip state | Jan Klemkow | 1 | -8/+0 | |
2012-11-17 | video_decode: Use av_strerror to get an error message if read_frame fails | Benjamin Franzke | 1 | -2/+9 | |
2012-11-17 | video_decode: Quient libav if DEBUG is disabled | Benjamin Franzke | 1 | -0/+3 | |
2012-11-17 | video_decode: Inidicate EOF in get_frame | Benjamin Franzke | 1 | -2/+6 | |
..and do not print an error message. | |||||
2012-11-14 | advtime: Disable DEBUG for video_decode | Benjamin Franzke | 1 | -0/+5 | |
2012-11-14 | video_decode: Use av_close_input if available | Benjamin Franzke | 1 | -1/+4 | |
Instead of the deprecated av_close_input_file. Which is still needed becuase OpenBSD's libav is to old. | |||||
2012-11-14 | Fix incorrect usage of av_close_input_file | Benjamin Franzke | 1 | -1/+1 | |
2012-11-13 | Build works an OpenBSD. | Jan Klemkow | 1 | -1/+2 | |
2012-11-13 | Add very simple abstraction [video_decode.c] of libav | Benjamin Franzke | 1 | -0/+151 | |
..and an example program using it: frame_to_pgm. |