Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-31 | frame_to_pgm: On error do not return 0 | Benjamin Franzke | 1 | -1/+1 | |
2013-01-29 | video-decode: Allow reusing an old frame | Benjamin Franzke | 1 | -1/+1 | |
2012-11-17 | video_decode: Inidicate EOF in get_frame | Benjamin Franzke | 1 | -1/+1 | |
..and do not print an error message. | |||||
2012-11-14 | frame_to_pgm: Fix identation | Benjamin Franzke | 1 | -9/+9 | |
2012-11-13 | frame_to_pgm: Oops, acutally free resources.. | Benjamin Franzke | 1 | -0/+3 | |
2012-11-13 | Add very simple abstraction [video_decode.c] of libav | Benjamin Franzke | 1 | -0/+44 | |
..and an example program using it: frame_to_pgm. |