Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. |