Various fixes to make audio analysis sort-of work.
[dcpomatic.git] / src / lib / encoder.cc
2013-06-20 Carl HetheringtonVarious fixes to make audio analysis sort-of work.
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-04 Carl HetheringtonMake it ok to call terminate_threads twice.
2013-06-02 Carl HetheringtonMerge master.
2013-05-31 Carl HetheringtonVarious stuff; mostly change to decoder scaling and...
2013-05-28 Carl HetheringtonRemove DCP-specialism from Container and add 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-21 Carl HetheringtonGive Film a container; move crop into video content...
2013-05-21 Carl HetheringtonMerge master.
2013-05-21 Carl HetheringtonMerge branch 'sync-fixes' into staging
2013-05-21 Carl HetheringtonMerge master.
2013-05-16 Carl HetheringtonCompiles; strange hang on adding content to a film.
2013-05-10 Carl HetheringtonRemove Timed*Sink and Timed*Source>
2013-05-10 Carl HetheringtonMove SRC (badly) to AudioDecoder.
2013-05-10 Carl HetheringtonMake libswresample mandatory.
2013-05-09 Carl HetheringtonMerge master.
2013-05-08 Carl HetheringtonSome tidying up. Do encode progress in the writer...
2013-05-08 Carl HetheringtonBetter fix for still (no sound) DCP crash.
2013-05-04 Carl HetheringtonMerge master.
2013-04-28 Carl HetheringtonMerge master.
2013-04-26 Carl HetheringtonMerge branch 'master' into 1.0
2013-04-26 Carl HetheringtonMerge master.
2013-04-26 Carl HetheringtonMerge master; fix crash on new film.
2013-04-25 Carl HetheringtonRemove Image::clone in favour of a copy constructor...
2013-04-24 Carl HetheringtonSome const correctness.
2013-04-21 Carl HetheringtonUntested merge of master.
2013-04-17 Carl HetheringtonMerge branch 'master' into content-rework-take5
2013-04-17 Carl HetheringtonMerge branch 'master' into content-rework-take5
2013-04-16 Carl HetheringtonFix setup of resampler channel counts.
2013-04-16 Carl HetheringtonMerge master.
2013-04-15 Carl HetheringtonMerge master.
2013-04-14 Carl HetheringtonMerge branch 'content-rework-take5' of ssh://houllier...
2013-04-13 Carl HetheringtonMerge branch 'content-rework-take5' of /home/carl/git...
2013-04-13 Carl HetheringtonFix mapping of audio in DCP.
2013-04-13 Carl HetheringtonDVD-o-matic -> DCP-o-matic.
2013-04-10 Carl HetheringtonRemove believed unnecessary audio channel layout stuff...
2013-04-10 Carl HetheringtonMerge master.
2013-04-09 Carl HetheringtonMerge master.
2013-04-07 Carl HetheringtonMerge master.
2013-04-07 Carl HetheringtonMerge master.
2013-04-07 Carl HetheringtonA few fixes; try to support sndfile audio in player.
2013-04-06 Carl HetheringtonVarious work on audio channel mapping.
2013-04-06 Carl HetheringtonBasics of content dialogs.
2013-04-04 Carl HetheringtonSome unnecessary boost:: removal.
2013-04-04 Carl HetheringtonSplit playlist files up; fix build.
2013-04-03 Carl HetheringtonMore various bits.
2013-04-01 Carl HetheringtonMerge branch 'master' into content-rework-take5
2013-04-01 Carl HetheringtonVarious bits.
2013-03-31 Carl HetheringtonContent can be added and previewed.
2013-03-31 Carl HetheringtonRuns.
2013-03-24 Carl HetheringtonUn-mark some strings that do not need translation.
2013-03-02 Carl HetheringtonMerge master.
2013-03-01 Carl HetheringtonMerge.
2013-03-01 Carl HetheringtonMake film hold its DCP frame rate.
2013-03-01 Carl HetheringtonMerge master.
2013-03-01 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2013-02-28 Carl HetheringtonVarious markup and tweaks.
2013-02-27 Carl HetheringtonMerge branch 'master' into plot-audio
2013-02-27 Carl HetheringtonMerge branch 'master' into plot-audio
2013-02-26 Carl HetheringtonMerge branch 'master' into plot-audio
2013-02-25 Carl HetheringtonTry to tidy up channel mapping a bit.
2013-02-22 Carl HetheringtonMerge branch 'master' into i18n
2013-02-18 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-02-18 Carl HetheringtonTry to fix crash on finishing off DCPs with mono -...
2013-02-11 Carl HetheringtonBasic attempt to catch exceptions in the writer thread...
2013-02-08 Carl HetheringtonSome comments.
2013-02-08 Carl HetheringtonRename some things.
2013-02-07 Carl HetheringtonAdd believed missing frame done.
2013-02-07 Carl HetheringtonMerge.
2013-02-02 Carl HetheringtonFirst try at doing fake writes.
2013-01-26 Carl HetheringtonMerge master into direct-mxf.
2013-01-24 Carl HetheringtonMerge branch '0.70-support'
2013-01-24 Carl HetheringtonMerge in 0.70 branch with 0.71 fix.
2013-01-24 Carl HetheringtonFix lack of audio with trimmed DCPs.
2013-01-23 Carl HetheringtonTry to fix up paths for video MXFs, hashes and temporar...
2013-01-23 Carl HetheringtonMerge master branch.
2013-01-21 Carl HetheringtonFix a couple of things; go back to un-numbered MXF...
2013-01-18 Carl HetheringtonUntested direct write of audio to MXF.
2013-01-18 Carl HetheringtonAdd writer class to pull some stuff out of Encoder.
2013-01-18 Carl HetheringtonSome missing frame_done()s.
2013-01-17 Carl HetheringtonSome fixes and logs.
2013-01-17 Carl HetheringtonSort of works to a first-order approximation.
2013-01-17 Carl HetheringtonMerge writer-thread with original which was time-cleanup.
2013-01-17 Carl HetheringtonTry to tidy up frame indexing; use DCP length obtained...
2013-01-17 Carl HetheringtonBasics of doing trim using asset entry point / duration.
2013-01-17 Carl HetheringtonEncodeOptions can go.
2013-01-16 Carl HetheringtonGive DCPFrameRate a constructor. Add repeat member...
2013-01-12 Carl HetheringtonTry to move J2K bandwidth and colour LUT to be per...
2013-01-11 Carl HetheringtonMake the previous compile.
2013-01-11 Carl HetheringtonAdd writer thread timing.
2013-01-11 Carl HetheringtonEncoded data must be copied; disambiguate second lock...
2013-01-11 Carl HetheringtonTry a separate writer thread.
2013-01-06 Carl HetheringtonTry to postpone linking of duplicate video frames to...
2013-01-06 Carl HetheringtonFix a crash when there is no audio (but we are set...
2013-01-06 Carl HetheringtonFix thinko in mono->5.1 code.
2013-01-06 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2013-01-06 Carl HetheringtonTry to put mono sound tracks on the centre speaker.
next