summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.cc
AgeCommit message (Expand)Author
2014-07-01while (1) -> while (true)Carl Hetherington
2014-06-27Fix confusion about subtitle codec pointers.Carl Hetherington
2014-06-12Fix subrip subtitles a little.Carl Hetherington
2014-06-12Swap deprecated FFmpeg call.Carl Hetherington
2014-06-09Emit the large bits of pointless silence which are the cause of #252 in half-...Carl Hetherington
2014-06-05Fix erroneous video position after seek.Carl Hetherington
2014-06-02Merge master.Carl Hetherington
2014-05-22Basics of noting subtitle times in FFmpegSubtitleStreams.Carl Hetherington
2014-05-22Set up all FFmpeg decoders in one method.Carl Hetherington
2014-05-22Add ContentTimePeriod class.Carl Hetherington
2014-05-22Move FFmpegStream classes into their own source files.Carl Hetherington
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