Merge branch 'master' into speed-up
[dcpomatic.git] / src / lib / ffmpeg_decoder.cc
2012-12-15 Carl HetheringtonMerge branch 'master' into speed-up
2012-12-13 Carl HetheringtonFix regression when AVCodecContext's channel layout...
2012-12-10 Carl HetheringtonMerge branch 'master' into speed-up
2012-12-10 Carl HetheringtonFix merge.
2012-12-10 Carl HetheringtonTry to allow users to specify that the film's header...
2012-12-10 Carl HetheringtonOops in previous.
2012-12-10 Carl HetheringtonTry removing force of single-threaded decoding again.
2012-12-06 Carl HetheringtonMore logging tweaks; allow log level to be specified...
2012-12-06 Carl HetheringtonClarify log levels a touch and add a debug message.
2012-12-06 Carl HetheringtonImprove logging slightly.
2012-12-05 Carl HetheringtonBe more gracious when we fail to parse some subtitle...
2012-12-04 Carl HetheringtonMerge master.
2012-11-17 Carl HetheringtonAnother attempt to do external audio moderately nicely.
2012-11-15 Carl HetheringtonUntested external audio support; AB transcodes still...
2012-11-14 Carl HetheringtonTests pass again.
2012-11-12 Carl HetheringtonMerge ChangeLog.
2012-11-11 Carl HetheringtonRename use_source_audio to use_content_audio.
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 HetheringtonFFmpeg decoder should only do audio if we're using...
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 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 HetheringtonMerge master.
2012-11-04 Carl HetheringtonUntested trim of start and end.
2012-11-01 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2012-11-01 Carl HetheringtonLog on av_read_frame error (rather than aborting) and...
2012-10-31 Carl HetheringtonHopefully fix up out-of-order decodes.
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 HetheringtonDon't emit 0 bytes of audio if video and audio are...
2012-10-30 Carl HetheringtonTry to use the previous frame rather than the current...
2012-10-30 Carl HetheringtonTweak naming.
2012-10-30 Carl HetheringtonFix build.
2012-10-30 Carl HetheringtonInsert / remove frames from the output as required...
2012-10-27 Carl HetheringtonComment tweak.
2012-10-24 Carl HetheringtonTry running the video codec with threads=1 to see if...
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-24 Carl HetheringtonTry to fix overrunning subtitles.
2012-10-23 Carl HetheringtonTry to fix up subtitle timing a bit.
2012-10-23 Carl HetheringtonRemove old unused stuff.
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 HetheringtonPartial fix to sync according to pts.
2012-10-20 Carl HetheringtonA bit of tidying up.
2012-10-20 Carl HetheringtonTry to clean up stream handling wrt audio channel counts.
2012-10-20 Carl HetheringtonA bit of tidying up.
2012-10-20 Carl HetheringtonTry to clean up stream handling wrt audio channel counts.
2012-10-20 Carl HetheringtonSpeculative fix for failure to pick up correct audio...
2012-10-19 Carl HetheringtonCope with AVSubtitles having no AVSubtitleRects.
2012-10-17 Carl HetheringtonRe-work FilmState / Film relationship a bit; Film now...
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 HetheringtonUse r_frame_rate from AVStream if avg_frame_rate is...
2012-10-09 Carl HetheringtonRemove unused variable.
2012-10-09 Carl HetheringtonMake subtitle addition optional.
2012-10-09 Carl HetheringtonMerge branch 'master' into subs
2012-10-09 Carl HetheringtonVarious subtitle fixes.
2012-10-08 Carl HetheringtonObey subtitle timing.
2012-10-08 Carl HetheringtonTidy up a bit.
2012-10-08 Carl HetheringtonDo alpha blending maybe right.
2012-10-08 Carl HetheringtonHacks.
2012-10-07 Carl HetheringtonPick up last few frames properly when decoding.
2012-09-28 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-09-12 Carl HetheringtonFix crash when FFMpeg doesn't set up the audio channel...
2012-08-10 Carl HetheringtonMerge.
2012-08-10 Carl HetheringtonUntested fixes for files without audio.
2012-07-27 Carl HetheringtonClean up channels coming from ffmpeg wrt those thought...
2012-07-26 Carl HetheringtonImplemented but faulty.
2012-07-14 Carl HetheringtonMove things round a bit.