summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.cc
AgeCommit message (Expand)Author
2014-05-21Try to fix clashes caused by ERROR, WARNING etc. as variables.Carl Hetherington
2014-05-21Tidy up logging a bit. Make it configurable from the GUI.Carl Hetherington
2014-05-20Merge master.Carl Hetherington
2014-05-16Merge master.Carl Hetherington
2014-05-14Add ImageProxy class.Carl Hetherington
2014-05-12Remove LocaleGuard and lexical_cast<> in favour of libdcp::raw_convert,Carl Hetherington
2014-04-02Various fixes to FFmpeg decoder, including a couple of tests.Carl Hetherington
2014-03-25It builds.Carl Hetherington
2014-03-18Tentative support for 3D from alternate frames.Carl Hetherington
2014-03-17Merge master.Carl Hetherington
2014-03-15Remove support for FFmpeg postprocessing filters.Carl Hetherington
2014-03-08Merge master.Carl Hetherington
2014-03-08Support for unsigned 8-bit audio.Carl Hetherington
2014-03-07Add primitive subtitle view. Remove unused Film member from Decoder hierarchy.Carl Hetherington
2014-03-07operator bool on Time is a really bad idea; removed it and fixed lots of bugs.Carl Hetherington
2014-03-04New DCPTime/ContentTime types.Carl Hetherington
2014-02-25Somewhat riskily remove use of AV_SEEK_BACKWARD. It was causingCarl Hetherington
2014-02-25Fix seek to zero.Carl Hetherington
2014-02-25Fix a couple of audio crashes in the film viewer. Fix serialisation of SubRi...Carl Hetherington
2014-02-24Tweaks for libdcp.Carl Hetherington
2014-02-24Merge master; specify libdcp-1.0.Carl Hetherington
2014-02-21Another small clean-up.Carl Hetherington
2014-02-21Small cleanup.Carl Hetherington
2014-02-11Partial hacks to use of libdcp 1.0.Carl Hetherington
2014-01-21Fix bad A/V sync in some (and maybe lots) of circumstances.Carl Hetherington
2014-01-21Remove duplicate audio/video pts offset variables and use just one.Carl Hetherington
2014-01-15Merge 1.0-seek and subtitle-content.Carl Hetherington
2014-01-15Merge master.Carl Hetherington
2014-01-15Basics of subtitle rendering.Carl Hetherington
2014-01-14Scale subtitle times with frame rate change if they are part of a piece of vi...Carl Hetherington
2014-01-09Remove some deprecated FFmpeg stuff.Carl Hetherington
2014-01-09Merge master.Carl Hetherington
2014-01-06Merge master.Carl Hetherington
2014-01-06Fix subtitle colouring (#152).Carl Hetherington
2014-01-06Fix mis-timed subtitles with non-zero video PTS offsets.Carl Hetherington
2014-01-03Various attempted fixes to audio sync.Carl Hetherington
2014-01-03Various fix-ups.Carl Hetherington
2013-12-24Merge 1.0 and some subtitling fixes.Carl Hetherington
2013-12-22Various test / seek fixes.Carl Hetherington
2013-12-21Add some more tests; improve seeking.Carl Hetherington
2013-12-19Remove unused variable.Carl Hetherington
2013-12-18Attempt to move resampling into AudioDecoder.Carl Hetherington
2013-12-18A couple of sndfile fixes for the new world order.Carl Hetherington
2013-12-18Considerable rework of decoder timing; tests pass, at least.Carl Hetherington
2013-12-13Start of changing frame numbers to time.Carl Hetherington
2013-12-13Time -> DCPTime.Carl Hetherington
2013-12-11Various work on better seeking (and seeking of audio).Carl Hetherington
2013-11-24Various joining fixes.Carl Hetherington
2013-11-20Only do long probes of FFmpeg content with the examiner, not the decoder.Carl Hetherington
2013-11-09Fix a few memory leaks.Carl Hetherington