Tests pass again.
[dcpomatic.git] / src / lib / decoder.h
2012-11-14 Carl HetheringtonTests pass again.
2012-11-12 Carl HetheringtonUntested; extend CompactImage to return a AVPicture.
2012-11-12 Carl HetheringtonMerge ChangeLog.
2012-11-12 Carl HetheringtonUntested; more movement of stuff out of decoder.
2012-11-10 Carl HetheringtonMerge master.
2012-11-10 Carl HetheringtonMore various AudioStream hacks.
2012-11-07 Carl HetheringtonMove audio sample format stuff out of Decoder base...
2012-11-07 Carl HetheringtonMove deinterleaving of audio into ffmpeg decoder.
2012-11-05 Carl HetheringtonMove trimming into the encoder; seems to be cleaner.
2012-11-04 Carl HetheringtonFix merge; other tweaks.
2012-11-04 Carl HetheringtonDo the delay line in floats with an AudioBuffer.
2012-11-04 Carl HetheringtonRework counting of audio / video in the decoder a bit.
2012-11-04 Carl HetheringtonRevert "Remove minimal flag."
2012-11-04 Carl HetheringtonRemove minimal flag.
2012-11-04 Carl HetheringtonRemove unused ignore_length parameter.
2012-11-04 Carl HetheringtonVarious work on range setting.
2012-11-04 Carl HetheringtonMerge master.
2012-11-04 Carl HetheringtonUntested trim of start and end.
2012-10-31 Carl HetheringtonTry a different approach to frame duplication in the...
2012-10-31 Carl HetheringtonFix up parent / child member naming confusion.
2012-10-30 Carl HetheringtonTweak naming.
2012-10-27 Carl Hetheringtoninclude trimming.
2012-10-27 Carl HetheringtonTry to separate out filter graph code and use a differe...
2012-10-24 Carl HetheringtonErroneous leftover _log in Decoder; use decoder audio...
2012-10-24 Carl HetheringtonUse boost::signals2; fix bugs with x-thread signalling.
2012-10-24 Carl HetheringtonMerge FilmState / Film.
2012-10-23 Carl HetheringtonRemove old unused stuff.
2012-10-22 Carl HetheringtonDo audio/video pts sync in a hopefully much more sensib...
2012-10-22 Carl HetheringtonPartial fix to sync according to pts.
2012-10-20 Carl HetheringtonTry to clean up stream handling wrt audio channel counts.
2012-10-20 Carl HetheringtonClean up audio passing round a bit.
2012-10-20 Carl HetheringtonDon't cache sample format, fix up various things.
2012-10-20 Carl HetheringtonRework audio to deinterleave straight away and pass...
2012-10-20 Carl HetheringtonTry to clean up stream handling wrt audio channel counts.
2012-10-20 Carl HetheringtonClean up audio passing round a bit.
2012-10-20 Carl HetheringtonDon't cache sample format, fix up various things.
2012-10-20 Carl HetheringtonStuff.
2012-10-17 Carl HetheringtonBasic support for selection of audio / subtitle streams.
2012-10-16 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-15 Carl HetheringtonClean up subtitle classes a bit.
2012-10-15 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-14 Carl HetheringtonMerge branch 'subs'
2012-10-14 Carl HetheringtonVarious fixes to subtitling.
2012-10-10 Carl HetheringtonSubs successfully exported with thumbs.
2012-10-10 Carl HetheringtonMerge branch 'master' into subs
2012-10-10 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-09 Carl HetheringtonMake subtitle addition optional.
2012-10-09 Carl HetheringtonMerge branch 'master' into subs
2012-10-09 Carl HetheringtonRemove some unnecessary code.
2012-10-09 Carl HetheringtonVarious subtitle fixes.
2012-10-03 Carl HetheringtonMerge.
2012-10-02 Carl HetheringtonMerge branch 'resample-drop-frame'
2012-09-29 Carl HetheringtonEntirely untested resampling to fix 24fps drop-frame.
2012-09-28 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-09-24 Carl HetheringtonFix problems with overflow on long films.
2012-09-12 Carl HetheringtonAllow build using Ubuntu 12.04 repos.
2012-07-27 Carl HetheringtonClean up channels coming from ffmpeg wrt those thought...
2012-07-26 Carl HetheringtonImplemented but faulty.
2012-07-21 Carl HetheringtonFix error on creating cut videos; fill any shortfall...
2012-07-14 Carl HetheringtonMove things round a bit.