summaryrefslogtreecommitdiff
path: root/src/decode_frame.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-31Makefile: Allow specifying DEBUG=1 as parameterBenjamin Franzke1-2/+0
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 decode_frame example: How to decode one video frame at timestampBenjamin Franzke1-0/+180
..and convet to RGB if desired.