Apply FFmpeg palette fix to examination too; fix build with old FFmpeg.
[dcpomatic.git] / src / lib / ffmpeg_decoder.cc
2020-02-20 Carl HetheringtonApply FFmpeg palette fix to examination too; fix build...
2020-02-19 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2020-02-19 Carl HetheringtonNicer fix for 2D-labelled-3D checking from master.
2019-12-19 Carl HetheringtonAdd an assertion.
2019-11-17 Carl HetheringtonFix casting of bytes to words, and hence (hopefully...
2019-11-11 Carl HetheringtonMake DecoderPart::_position an optional.
2019-07-06 Carl HetheringtonAdd an assertion.
2019-05-31 Carl HetheringtonBasics of allowing video parts of FFmpegContent to...
2019-05-13 Carl Hetheringtonswaroop: basics of encrypted MP4 playback.
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-05-05 Carl HetheringtonStop video filters emitting frames from the old positio...
2018-12-03 Carl HetheringtonWork around width/height being 0 in subtitle_codec_cont...
2018-11-21 Carl HetheringtonTidy and fix logging.
2018-11-21 Carl HetheringtonPut Film pointer into Decoder.
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-08-09 Carl HetheringtonWhite space.
2018-07-23 Carl HetheringtonTidy up after mass rename.
2018-07-23 Carl HetheringtonMore automated renaming.
2018-07-21 Carl HetheringtonBasics of multiple captions per content so that DCPCont...
2018-07-19 Carl HetheringtonClean up after previous commit.
2018-07-19 Carl HetheringtonMore renaming.
2018-07-19 Carl HetheringtonRename Subtitle -> Text
2018-06-09 Carl HetheringtonFix bad parsing of ASS lines embedded into FFmpeg files...
2018-06-08 Carl HetheringtonFix doubled subtitles if subtitle stop times are specified.
2018-05-15 Carl HetheringtonFix crash on enabling telecine filter. v2.13.21
2018-03-05 Carl HetheringtonFix OOM condition when seeking near to the end of long...
2018-02-23 Carl HetheringtonFix duplicate frames when padding.
2018-01-11 Carl HetheringtonFix crash due to alpha_blend requiring BGRA (#1165).
2018-01-05 Carl HetheringtonMissing stop emission for fully-timed FFmpeg subtitles...
2017-12-13 Carl HetheringtonSetup SubtitleDecoder::_position correctly (in some...
2017-09-03 Carl HetheringtonRestore correct setup of fast resampler when the player...
2017-09-03 Carl HetheringtonA few optimisations.
2017-09-03 Carl HetheringtonCope with e.g. truehd audio streams having not every...
2017-07-28 Carl HetheringtonSupport more detailed horizontal positioning coming...
2017-07-11 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-07-11 Carl HetheringtonRemove unused Player::_ignore_audio. Ignore position
2017-06-23 Carl HetheringtonAttempts to simplify black-filling logic in Player.
2017-05-21 Carl HetheringtonDo resampling in AudioDecoder rather than Player.
2017-04-27 Carl HetheringtonInitial work on removing storage of subtitle times.
2017-04-19 Carl HetheringtonVarious fixes to seeking with audio.
2017-04-19 Carl HetheringtonFix merging of audio in various circumstances.
2017-04-19 Carl HetheringtonVarious fixes to push audio vaguely in the right direction.
2017-04-19 Carl HetheringtonReinstate subtitle list view.
2017-04-19 Carl HetheringtonPost-merge tidy-up.
2017-04-19 Carl HetheringtonVarious work on the audio code.
2017-04-19 Carl HetheringtonBasic grunt-work, untested and unfinished, but it compiles.
2016-12-09 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-12-08 Carl HetheringtonFurther fixes and tidying to 'better-seek'.
2016-11-25 Carl HetheringtonFix typo.
2016-11-20 Carl HetheringtonSome more decode logging.
2016-11-20 Carl HetheringtonFix subtitles (seen in DVB) which have a specified...
2016-11-19 Carl HetheringtonMove position variables into the video/audio/subtitle...
2016-11-19 Carl HetheringtonCope with offsets between video/audio/subtitle data...
2016-11-19 Carl HetheringtonFix incorrect scaling of DVB subtitles when the picture...
2016-11-17 Carl HetheringtonA possibly-better approach to seeking.
2016-09-30 Carl HetheringtonAllow loading of multiple films from the batch converte...
2016-09-20 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-09-19 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-09-19 Carl HetheringtonDiscard packets with crazy (very negative) timestamps.
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.
next