summaryrefslogtreecommitdiff
path: root/src/frame_to_pgm.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-31frame_to_pgm: On error do not return 0Benjamin Franzke1-1/+1
2013-01-29video-decode: Allow reusing an old frameBenjamin Franzke1-1/+1
2012-11-17video_decode: Inidicate EOF in get_frameBenjamin Franzke1-1/+1
..and do not print an error message.
2012-11-14frame_to_pgm: Fix identationBenjamin Franzke1-9/+9
2012-11-13frame_to_pgm: Oops, acutally free resources..Benjamin Franzke1-0/+3
2012-11-13Add very simple abstraction [video_decode.c] of libavBenjamin Franzke1-0/+44
..and an example program using it: frame_to_pgm.