Don't overlap simultaneous video content in the timeline. Fix keep-aligned for separ...
[dcpomatic.git] / src / lib / decoder.cc
2013-09-17 Carl HetheringtonMerge 1.0 in.
2013-07-19 Carl HetheringtonRemove some unused stuff.
2013-07-09 Carl HetheringtonMerge master.
2013-06-15 Carl HetheringtonMerge master.
2013-06-09 Carl HetheringtonMerge.
2013-06-02 Carl HetheringtonMerge master.
2013-05-25 Carl HetheringtonMerge master and multifarious hackery.
2013-05-22 Carl HetheringtonVarious hacks.
2013-05-21 Carl HetheringtonHalf-way through trying to make seek work again.
2013-05-21 Carl HetheringtonMerge master.
2013-05-09 Carl HetheringtonMerge master.
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; fix crash on new film.
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 HetheringtonMerge master.
2013-04-10 Carl HetheringtonMerge master.
2013-04-09 Carl HetheringtonMerge ImageMagick and FFmpeg content into VideoContent...
2013-04-09 Carl HetheringtonMerge master.
2013-04-07 Carl HetheringtonMerge master.
2013-04-07 Carl HetheringtonMerge master.
2013-04-01 Carl HetheringtonMerge branch 'master' into content-rework-take5
2013-03-31 Carl HetheringtonContent can be added and previewed.
2013-03-31 Carl HetheringtonRuns.
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-08 Carl HetheringtonShuffle Job pointers around slightly.
2013-02-07 Carl HetheringtonMerge.
2013-01-26 Carl HetheringtonMerge master into direct-mxf.
2013-01-23 Carl HetheringtonMerge master branch.
2013-01-17 Carl HetheringtonMerge writer-thread with original which was time-cleanup.
2013-01-17 Carl Hetheringtonshared_ptr is a bit excessive for DecodeOptions.
2012-12-22 Carl HetheringtonAdd -Wextra and fix the warnings.
2012-12-19 Carl HetheringtonFix merge.
2012-12-18 Carl HetheringtonFix merge.
2012-12-18 Carl HetheringtonTry to tidy up subtitle timing and seeks wrt source...
2012-12-18 Carl HetheringtonMerge branch 'master' into video-player
2012-12-17 Carl HetheringtonVarious fixes to still-image mode.
2012-12-16 Carl HetheringtonMerge speed-up branch.
2012-12-16 Carl HetheringtonSplit Options into encode / decode.
2012-12-16 Carl HetheringtonVarious fixes.
2012-12-16 Carl HetheringtonIntegrated FFmpeg player (slow).
2012-12-04 Carl HetheringtonMerge master.
2012-11-15 Carl HetheringtonUntested external audio support; AB transcodes still...
2012-11-15 Carl HetheringtonFix thinko in video signalling.
2012-11-14 Carl HetheringtonTests pass again.
2012-11-12 Carl HetheringtonUntested; extend CompactImage to return a AVPicture.
2012-11-12 Carl HetheringtonRemove out of date comment.
2012-11-12 Carl HetheringtonMerge ChangeLog.
2012-11-12 Carl HetheringtonUntested; more movement of stuff out of decoder.
2012-11-11 Carl HetheringtonFix comment.
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 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.
next