Move audio sample format stuff out of Decoder base class.
[dcpomatic.git] / src / lib / decoder.cc
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 HetheringtonFix crash.
2012-11-05 Carl HetheringtonMove trimming into the encoder; seems to be cleaner.
2012-11-04 Carl HetheringtonVarious fixes.
2012-11-04 Carl HetheringtonHoepfully fix end trimming, and fix noise on end of...
2012-11-04 Carl HetheringtonFix various bugs.
2012-11-04 Carl HetheringtonVarious range fixes.
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 HetheringtonPartial small cleanup.
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 HetheringtonSkip every other frame with 50fps sources.
2012-11-04 Carl HetheringtonFix bugs caught by tests.
2012-11-04 Carl HetheringtonUntested trim of start and end.
2012-11-04 Carl HetheringtonRemove trim action settings.
2012-11-01 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2012-11-01 Carl HetheringtonDon't fail if we need to insert stuff right at the...
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-31 Carl HetheringtonBe more checky about inputs.
2012-10-30 Carl HetheringtonTweak naming.
2012-10-27 Carl Hetheringtoninclude trimming.
2012-10-27 Carl Hetheringtoncerr -> log
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 HetheringtonTry to clean up source length handling.
2012-10-24 Carl HetheringtonUse more local methods rather than calling out to Film...
2012-10-24 Carl HetheringtonUse boost::signals2; fix bugs with x-thread signalling.
2012-10-24 Carl HetheringtonMerge FilmState / Film.
2012-10-24 Carl HetheringtonTry to fix overrunning subtitles.
2012-10-23 Carl HetheringtonTry to fix up subtitle timing a bit.
2012-10-22 Carl HetheringtonTry again to sort out the audio padding / alignment.
2012-10-22 Carl HetheringtonDo audio/video pts sync in a hopefully much more sensib...
2012-10-22 Carl HetheringtonTry to make audio discard work properly.
2012-10-22 Carl HetheringtonFix crash on using delay; fix x-thread GUI access cause...
2012-10-22 Carl HetheringtonAdd some more logging.
2012-10-21 Carl HetheringtonPartial merge of examine content and thumbnail jobs.
2012-10-20 Carl HetheringtonExtract audio more correctly and neatly; support 7...
2012-10-20 Carl HetheringtonDon't add silence at the end if not decoding audio...
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 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 HetheringtonRe-work FilmState / Film relationship a bit; Film now...
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 HetheringtonUnholy melange of stuff; setup a standard test config...
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-14 Carl HetheringtonTry moving subtitle adjustment for crop into the decoder.
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 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-10-02 Carl HetheringtonTidy up timing code a bit.
2012-10-01 Carl HetheringtonSome more debug logging.
2012-10-01 Carl HetheringtonVarious fixes to resampling.
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-28 Carl HetheringtonMerge branch 'ubuntu-build'
2012-09-28 Carl HetheringtonFix probably-incorrect parameter passing, not spotted...
2012-09-24 Carl HetheringtonFix problems with overflow on long films.
2012-09-24 Carl HetheringtonSome doxygen documentation improvements.
2012-09-12 Carl HetheringtonAllow build using Ubuntu 12.04 repos.
2012-08-04 Carl HetheringtonUpdate README a bit.
2012-08-04 Carl HetheringtonBuild with git.
2012-08-04 Carl Hetherington0.9.2
2012-08-04 Carl Hetherington0.11.1.
2012-08-04 Carl Hetherington0.10.4
2012-07-27 Carl HetheringtonUse a Crop struct and use it to speed up cropping a...
2012-07-27 Carl HetheringtonRemove debug message.
2012-07-27 Carl HetheringtonClean up a few bits.
2012-07-27 Carl HetheringtonTidy up and comment a bit.
2012-07-27 Carl HetheringtonClean up channels coming from ffmpeg wrt those thought...
2012-07-27 Carl HetheringtonUn-hard-wire bytes per sample slightly.
2012-07-26 Carl HetheringtonFix up resampling, possibly.
2012-07-26 Carl HetheringtonImplemented but faulty.
2012-07-22 Carl HetheringtonTweak to build and maybe run with current FFmpeg git.
2012-07-21 Carl HetheringtonFix error on creating cut videos; fill any shortfall...
2012-07-20 Carl HetheringtonTry to fix up build with newer ffmpeg.
2012-07-20 Carl HetheringtonMerge branch 'own-mxf' of /home/carl/git/dvdomatic...
2012-07-19 Carl Hetherington#ifdef-y hacks to build with Ubuntu 12.04's ffmpeg.
2012-07-14 Carl HetheringtonMove things round a bit.