Conversion of frame index to FFmpeg time must always use the original or detected...
[dcpomatic.git] / src / lib / ffmpeg_decoder.cc
2014-07-08 Carl HetheringtonConversion of frame index to FFmpeg time must always...
2014-07-01 Carl Hetheringtonwhile (1) -> while (true)
2014-06-09 Carl HetheringtonEmit the large bits of pointless silence which are...
2014-06-05 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2014-06-05 Carl HetheringtonFix erroneous video position after seek.
2014-05-21 Carl HetheringtonTry to fix clashes caused by ERROR, WARNING etc. as...
2014-05-21 Carl HetheringtonTidy up logging a bit. Make it configurable from the...
2014-05-19 Carl HetheringtonMerge delay-decode-take2 branch into master.
2014-05-14 Carl HetheringtonAdd ImageProxy class.
2014-05-12 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2014-05-11 Carl HetheringtonRemove LocaleGuard and lexical_cast<> in favour of...
2014-03-18 Carl HetheringtonTentative support for 3D from alternate frames.
2014-03-15 Carl HetheringtonMerge master.
2014-03-15 Carl HetheringtonRemove support for FFmpeg postprocessing filters.
2014-03-08 Carl HetheringtonSupport for unsigned 8-bit audio.
2014-02-21 Carl HetheringtonAnother small clean-up.
2014-02-21 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2014-02-21 Carl HetheringtonSmall cleanup.
2014-01-21 Carl HetheringtonFix bad A/V sync in some (and maybe lots) of circumstances.
2014-01-21 Carl HetheringtonRemove duplicate audio/video pts offset variables and...
2014-01-14 Carl HetheringtonScale subtitle times with frame rate change if they...
2014-01-09 Carl HetheringtonRemove some deprecated FFmpeg stuff.
2014-01-06 Carl HetheringtonFix subtitle colouring (#152).
2014-01-06 Carl HetheringtonFix mis-timed subtitles with non-zero video PTS offsets.
2013-11-29 Carl HetheringtonMerge branch '1.0' into 1.0-vob
2013-11-29 Carl HetheringtonMerge master.
2013-11-24 Carl HetheringtonVarious joining fixes.
2013-11-20 Carl HetheringtonOnly do long probes of FFmpeg content with the examiner...
2013-11-09 Carl HetheringtonFix a few memory leaks.
2013-10-24 Carl HetheringtonMerge 1.0.
2013-10-22 Carl HetheringtonHacks.
2013-09-17 Carl HetheringtonMerge 1.0 in.
2013-08-29 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
2013-08-29 Carl HetheringtonFix _audio_pts_offset setup when we are only processing...
2013-08-14 Carl HetheringtonRemove believed-unnecessary film state mutexes.
2013-07-28 Carl HetheringtonDon't decode subtitles if they are not enabled.
2013-07-28 Carl HetheringtonCope with errors from avcodec_decode_audio4 and also...
2013-07-25 Carl HetheringtonHopefully much cleaner handling of PTS changes under...
2013-07-25 Carl HetheringtonCall Resampler::flush() again.
2013-07-25 Carl HetheringtonMove resampling back into AudioDecoder and fix various...
2013-07-22 Carl HetheringtonMerge branch '1.0' into 1.0-3D-take2
2013-07-22 Carl HetheringtonBasics of front-end 3D (as far as viewer, at least).
2013-07-22 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
2013-07-22 Carl HetheringtonHopefully fix complete lack of audio.
2013-07-15 Carl HetheringtonMerge.
2013-07-15 Carl HetheringtonAdd comment note.
2013-07-14 Carl HetheringtonFix piece video_position, player _video_position and...
2013-07-13 Carl HetheringtonMore seek tidying.
2013-07-13 Carl HetheringtonVarious fixes to PTS mangling.
2013-07-12 Carl HetheringtonTry to improve refetching of last frame and seek backwards.
2013-07-12 Carl HetheringtonRemove unused RGBPlusAlphaImage; merge Image/SimpleImage.
2013-07-12 Carl HetheringtonRemove unused variable.
2013-07-11 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
2013-07-11 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
2013-07-11 Carl HetheringtonUntested audio delay.
2013-07-10 Carl HetheringtonMake subtitles work at least a bit.
2013-07-10 Carl HetheringtonMerge branch '1.0' of ssh://carlh.dnsalias.org/home...
2013-07-10 Carl HetheringtonBasic return of subtitles.
2013-07-10 Carl HetheringtonMerge branch '1.0' of ssh://carlh.dnsalias.org/home...
2013-07-10 Carl HetheringtonFix a few warnings.
2013-07-10 Carl HetheringtonMerge branch '1.0' of ssh://carlh.dnsalias.org/home...
2013-07-10 Carl HetheringtonFix initial display to be frame 1, not 2.
2013-07-09 Carl HetheringtonHopefully fix seek back/forward.
2013-07-09 Carl HetheringtonVarious fixes; simplification of FilmViewer; make image...
2013-07-09 Carl HetheringtonMerge master.
2013-06-28 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-06-27 Carl HetheringtonMerge branch 'test-fixes'
2013-06-27 Carl HetheringtonVarious bits of backported 1.0
2013-06-26 Carl HetheringtonTry to fix seeking with FFmpeg.
2013-06-26 Carl HetheringtonAnother try at sorting out the thorny question of timing.
2013-06-26 Carl HetheringtonImprove FFmpeg sync, in theory.
2013-06-26 Carl HetheringtonBuilds again.
2013-06-26 Carl HetheringtonHacks.
2013-06-25 Carl HetheringtonBasics of FFmpeg examiner works.
2013-06-21 Carl HetheringtonSplit examiner parts off decoder.
2013-06-20 Carl HetheringtonMerge branch '1.0' of ssh://houllier/home/carl/git...
2013-06-20 Carl HetheringtonVarious fixes to make audio analysis sort-of work.
2013-06-18 Carl HetheringtonDon't get stuck in an infinite loop when avcodec_decode...
2013-06-18 Carl HetheringtonRename next -> position in decoders.
2013-06-16 Carl HetheringtonFix subtitle controls in the viewer.
2013-06-15 Carl HetheringtonMerge master.
2013-06-09 Carl HetheringtonMerge branch '1.0' of ssh://houllier/home/carl/git...
2013-06-09 Carl HetheringtonMerge.
2013-06-07 Carl HetheringtonFix seeks past the end of video files.
2013-06-02 Carl HetheringtonMerge master.
2013-05-31 Carl HetheringtonTest filling of stuff with black.
2013-05-31 Carl HetheringtonVarious stuff; mostly change to decoder scaling and...
2013-05-29 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2013-05-29 Carl HetheringtonRemove unnecessary include; add makedcp-osx.
2013-05-27 Carl HetheringtonFix some DCP generation bugs and update some tests.
2013-05-25 Carl HetheringtonMerge master and multifarious hackery.
2013-05-24 Carl HetheringtonMerge branch 'master' of ssh://houllier/home/carl/git...
2013-05-24 Carl HetheringtonA few seeking fixes.
2013-05-24 Carl HetheringtonAllow drag of content; fix up some problems with timings.
2013-05-23 Carl HetheringtonVarious bits and pieces.
2013-05-23 Carl HetheringtonSome more tidying up.
2013-05-22 Carl HetheringtonVarious hacks.
2013-05-21 Carl HetheringtonHalf-way through trying to make seek work again.
2013-05-21 Carl HetheringtonGive Film a container; move crop into video content...
2013-05-21 Carl HetheringtonMerge master.
next