summaryrefslogtreecommitdiff
path: root/src/video_decode.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-14advtime: Disable DEBUG for video_decodeBenjamin Franzke1-0/+5
2012-11-14video_decode: Use av_close_input if availableBenjamin Franzke1-1/+4
Instead of the deprecated av_close_input_file. Which is still needed becuase OpenBSD's libav is to old.
2012-11-14Fix incorrect usage of av_close_input_fileBenjamin Franzke1-1/+1
2012-11-13Build works an OpenBSD.Jan Klemkow1-1/+2
2012-11-13Add very simple abstraction [video_decode.c] of libavBenjamin Franzke1-0/+151
..and an example program using it: frame_to_pgm.