Merge master branch.
[dcpomatic.git] / src / lib / ffmpeg_decoder.cc
2013-01-23 Carl HetheringtonMerge master branch.
2013-01-23 Carl HetheringtonRemove multi-reel, for now, and sort out Size vs libdcp...
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 Hetheringtonshared_ptr is a bit excessive for DecodeOptions.
2012-12-20 Carl HetheringtonMerge branch 'video-player' of /home/carl/git/dvdomatic...
2012-12-19 Carl HetheringtonRe-work again so that there's just one encoder; various...
2012-12-19 Carl HetheringtonFix merge.
2012-12-18 Carl HetheringtonTry to add support for signed 16-bit planar; tidy a...
2012-12-18 Carl HetheringtonFix merge.
2012-12-18 Carl HetheringtonMerge branch 'master' of ssh://houllier/home/carl/git...
2012-12-18 Carl HetheringtonFix merge.
2012-12-18 Carl HetheringtonTry to tidy up subtitle timing and seeks wrt source...
2012-12-18 Carl HetheringtonSupport non-planar float audio.
2012-12-18 Carl HetheringtonMerge branch 'master' into video-player
2012-12-18 Carl HetheringtonTry to throw an exception rather than asserting on...
2012-12-18 Carl HetheringtonFix being tested.
2012-12-17 Carl HetheringtonVarious fixes to still-image mode.
2012-12-17 Carl HetheringtonMake the viewer respond to filter changes.
2012-12-16 Carl HetheringtonVarious hacks to subtitles etc.
2012-12-16 Carl HetheringtonMerge speed-up branch.
2012-12-16 Carl HetheringtonRevert "Skipping hacks."
2012-12-16 Carl HetheringtonVarious fixups.
2012-12-16 Carl HetheringtonVarious fixes.
2012-12-16 Carl HetheringtonSmall method rename.
2012-12-16 Carl HetheringtonDecoder handles crop changing.
2012-12-16 Carl HetheringtonSplit Options into encode / decode.
2012-12-16 Carl HetheringtonRemove apply crop flag.
2012-12-16 Carl HetheringtonVarious fixes.
2012-12-16 Carl HetheringtonIntegrated FFmpeg player (slow).
2012-12-15 Carl HetheringtonSmall cleanup.
2012-12-15 Carl HetheringtonSkipping hacks.
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...
next