summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg.cc
AgeCommit message (Collapse)Author
2013-11-20Only do long probes of FFmpeg content with the examiner, not the decoder.Carl Hetherington
2013-11-19Increase probe duration for FFmpeg content so that there is more chance of ↵Carl Hetherington
all streams being found in MPEG files.
2013-11-09Drop JobManager on cli-exit for valgrind; use avcodec_free_frame rather than ↵Carl Hetherington
av_free.
2013-07-24Rename Content::_file to path and support md5sums of directories.Carl Hetherington
2013-07-10Fix initial display to be frame 1, not 2.Carl Hetherington
2013-06-25Basics of FFmpeg examiner works.Carl Hetherington
2013-06-21Split examiner parts off decoder.Carl Hetherington