Remove all use of stringstream in an attempt to fix
[dcpomatic.git] / src / lib / ffmpeg_decoder.cc
2016-08-12 Carl HetheringtonRemove all use of stringstream in an attempt to fix
2016-07-28 Carl HetheringtonSome more fixes missing from 2704fe5.
2016-07-27 Carl HetheringtonFix start-trim of audio-only content (#915).
2016-06-22 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-06-22 Carl HetheringtonSet AudioDecoder::fast a different way.
2016-06-21 Carl HetheringtonRevert "Use make_shared<>."
2016-06-21 Carl HetheringtonUse make_shared<>.
2016-06-13 Carl HetheringtonRename MD5Digester -> Digester.
2016-06-09 Carl HetheringtonFix some code duplication and crashes when decoding...
2016-05-26 Carl HetheringtonPass configured colours / outlining when text subtitles...
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-18 Carl HetheringtonFix incorrect scaling of S32LE samples; 1<<31 overflows...
2016-05-18 Carl HetheringtonFix seek, for video at least.
2016-05-18 Carl HetheringtonFix crash with no video.
2016-05-18 Carl HetheringtonRename some methods.
2016-05-18 Carl HetheringtonBasics of splitting up Decoder tree like Content.
2016-05-18 Carl HetheringtonPartial work on using a no-video FFmpeg file.
2016-05-18 Carl HetheringtonUse optional<> for _video_stream.
2016-05-18 Carl HetheringtonMove video frame rate ('prepared-for') into Content.
2016-05-18 Carl HetheringtonRename video/audio/subtitle part methods.
2016-05-18 Carl HetheringtonSplit audio; builds.
2016-05-18 Carl HetheringtonBasics of subtitle split.
2016-05-18 Carl HetheringtonReasonably straightforward stuff; main things are adding
2016-05-03 Carl HetheringtonAllow build with the Ubuntu 16.04 version of FFmpeg.
2016-04-12 Carl HetheringtonSupport new libdcp with subtitle direction.
2016-04-05 Carl HetheringtonSupport bold in DCP subtitles.
2016-03-15 Carl HetheringtonHopefully support signed 32-bit planar audio.
2016-03-08 Carl HetheringtonFFmpeg-related build and warning fixes.
2016-02-29 Carl HetheringtonFix error on loading pre-configurable-FFmpeg-subtitle...
2016-02-26 Carl HetheringtonAllow changes to colours of FFmpeg subtitles (#795).
2016-02-15 Carl HetheringtonFix overlapping SSA subs.
2016-02-15 Carl HetheringtonSupport SSA subtitles embedded within FFmpeg files.
2016-02-09 Carl HetheringtonSmall cleanup.
2016-02-09 Carl HetheringtonFix crash when a frame being deinterleaved has fewer...
2016-02-01 Carl HetheringtonSubtitle "to" times used to be stored against their...
2015-11-18 Carl HetheringtonSplit FilterGraph into that and VideoFilterGraph.
2015-10-26 Carl HetheringtonSpeculative fix for image corruption following 2e62b2c0...
2015-10-26 Carl HetheringtonReinstate subtitle speed-up patch 526fd6de4c80a7ac9614a...
2015-10-23 Carl HetheringtonRevert "Avoid decoding other packets when looking for...
2015-10-16 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-10-16 Carl HetheringtonAvoid decoding other packets when looking for subs.
2015-10-15 Carl HetheringtonUse AV_ prefixes on some FFmpeg bits.
2015-10-09 Carl HetheringtonLogging improvements to allow prettier displays in...
2015-10-06 Carl HetheringtonSpeculative support for multi-part subtitles (#709).
2015-09-29 Carl HetheringtonMake sure we round properly when deciding how many...
2015-09-28 Carl HetheringtonDiscard audio that comes out of FFmpeg files before...
2015-09-27 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-09-26 Carl HetheringtonFix problems with subtitles when there is a non-zero...
2015-09-14 Carl HetheringtonTidy up LOG_ macros.
2015-09-09 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-09-09 Carl HetheringtonMerge.
2015-09-09 Carl HetheringtonUse SRC_LINEAR for speed when analysing audio (#685).
2015-08-25 Carl HetheringtonPurge rint() and use llrint and friends.
2015-08-18 Carl HetheringtonInclude tidying.
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
2015-06-14 Carl HetheringtonDon't seek before 0 in FFmpegDecoder; fixes errors...
2015-06-14 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-06-14 Carl HetheringtonFix failure on 1-frame-back seek (#604).
2015-06-12 Carl HetheringtonRemove PassReason stuff.
2015-06-12 Carl HetheringtonSmall optimisation.
2015-06-02 Carl HetheringtonHandle multiple audio streams in a single piece of...
2015-05-20 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-05-13 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-05-13 Carl HetheringtonToken effort toward non-bitmap subtitles from FFmpegDec...
2015-05-13 Carl HetheringtonDon't bother decoding video frames when we're seeking...
2015-05-12 Carl HetheringtonLook up unknown subtitle end times from the data prepar...
2015-05-12 Carl HetheringtonAssorted image subtitle fixes.
2015-01-30 Carl HetheringtonRemove the code, on seeking, to seek to the requested...
2015-01-19 Carl HetheringtonFix audio analysis; make sure we don't decode video...
2015-01-09 Carl HetheringtonMerge branch '2.0' of ssh://main.carlh.net/home/carl...
2015-01-09 Carl HetheringtonForward-port 99% crash fix from 1.x.
2015-01-04 Carl HetheringtonIgnore AVERROR_INVALIDDATA from av_read_frame() as...
2014-12-20 Carl HetheringtonHand-apply d849d411cff28ef5453085791d0b4d7cd73bd070...
2014-12-15 Carl HetheringtonFix previous.
2014-12-15 Carl HetheringtonHand-apply 75be314ee89fb2f4e783b4079f7fabf69e79d636...
2014-11-07 Carl HetheringtonMerge branch '2.0' of ssh://main.carlh.net/home/carl...
2014-11-07 Carl HetheringtonRemove log from ImageProxy hierarchy.
2014-11-03 Carl HetheringtonFix mix-merge of previous.
2014-11-03 Carl HetheringtonForward-port avcodec_decode_audio4 error handling patch...
2014-10-25 Carl HetheringtonMerge master.
2014-10-22 Carl HetheringtonMerge master.
2014-10-21 Carl HetheringtonMerge master.
2014-10-16 Carl HetheringtonMerge branch 'master' into 12bit
2014-10-15 Carl HetheringtonMerge master.
2014-10-08 Carl HetheringtonMerge master.
2014-10-02 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-30 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-29 Carl HetheringtonMerge master.
2014-09-22 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-16 Carl HetheringtonMerge master.
2014-09-12 Carl HetheringtonMerge master.
2014-09-11 Carl HetheringtonMerge master.
2014-09-10 Carl HetheringtonMerge master.
2014-09-10 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-09 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-09 Carl HetheringtonMerge master.
2014-09-08 Carl HetheringtonMerge master.
2014-09-07 Carl HetheringtonMerge master.
2014-09-03 Carl HetheringtonMerge master.
2014-08-31 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
next