Fix the build for older macOS.
[dcpomatic.git] / src / lib / video_decoder.cc
2021-10-15 Carl HetheringtonCleanup some unused usings.
2021-02-26 Carl HetheringtonFix warning.
2021-02-26 Carl HetheringtonTypo fix.
2021-02-26 Carl HetheringtonFix a set of mistakes related to 3D content.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
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-11-20 Carl HetheringtonRestore checking of 2D files that are incorrectly set...
2019-11-19 Carl HetheringtonFix problems with playing back 3D DCPs and with inserti...
2019-11-11 Carl HetheringtonDon't trust video timestamps from FFmpegDecoder. v2.15.32
2019-11-11 Carl HetheringtonMake DecoderPart::_position an optional.
2019-05-21 Carl HetheringtonGive an error if 2D content is set to 3D (#1565). ...
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-01-03 Carl HetheringtonFix alpha blending with with offset; should help with...
2018-01-02 Carl HetheringtonA previous commit took care to make Decoder::position...
2017-12-13 Carl HetheringtonReset VideoDecoder::_position on seek.
2017-08-29 Carl HetheringtonFix incorrect reel lengths in some cases; account for...
2017-07-28 Carl HetheringtonDo repeat in the player rather than trying to do it...
2017-06-23 Carl HetheringtonAttempts to simplify black-filling logic in Player.
2017-05-21 Carl HetheringtonFix _position with VIDEO_FRAME_TYPE_3D_ALTERNATE.
2017-04-19 Carl HetheringtonRemove unnecessary VideoFrame class.
2017-04-19 Carl HetheringtonFix comment.
2017-04-19 Carl HetheringtonPost-merge tidy-up.
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-22 Carl HetheringtonFix warning.
2016-11-21 Carl HetheringtonStill more decode logging.
2016-11-21 Carl HetheringtonSome more decode debug logging.
2016-11-20 Carl HetheringtonSome more decode logging.
2016-11-19 Carl HetheringtonRemove out-of-date comment.
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-17 Carl HetheringtonA possibly-better approach to seeking.
2016-10-24 Carl HetheringtonFix seeking with 3D alternate-frame sources.
2016-10-19 Carl HetheringtonFix misunderstandings in decoder frame handling for...
2016-07-29 Carl HetheringtonFixes for separate L/R eye content.
2016-07-05 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-07-04 Carl HetheringtonComment tweak.
2016-06-22 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-06-22 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-06-22 Carl HetheringtonOptimization for the referenced video case.
2016-06-21 Carl HetheringtonRevert "Use make_shared<>."
2016-06-21 Carl HetheringtonUse make_shared<>.
2016-06-14 Carl HetheringtonFix subtle bug with 3D and add a explicit to stop it...
2016-06-14 Carl HetheringtonFix some confusion with filling and VideoFrame.
2016-06-14 Carl HetheringtonAdd VideoFrame class.
2016-06-14 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-06-13 Carl HetheringtonFix VideoDecoder::get_video() with 3D.
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-18 Carl HetheringtonFix seek, for video at least.
2016-05-18 Carl HetheringtonRename some methods.
2016-05-18 Carl HetheringtonBasics of splitting up Decoder tree like Content.
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 HetheringtonReasonably straightforward stuff; main things are adding
2016-01-27 Carl HetheringtonPossibly better version of d217a16d41dd71c921fa2155e068...
2016-01-24 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-01-24 Carl HetheringtonStop trying to get frames from a video source when...
2016-01-24 Carl HetheringtonMissing but inconsequential break.
2016-01-24 Carl HetheringtonReduce variable scope slightly.
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 HetheringtonRemove the dreaded _decoded_video size assertion.
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-09-14 Carl HetheringtonLots of #include <iostream>s for Arch.
2015-08-18 Carl HetheringtonRemove debug code.
2015-08-18 Carl HetheringtonInclude tidying.
2015-08-17 Carl HetheringtonDo filling correctly for separate-content L/R 3D; befor...
2015-07-29 Carl HetheringtonReplace Time::frames with Time::frames_round and Time...
2015-07-24 Carl HetheringtonFix mistaken clamp to length_after_trim after adding...
2015-06-25 Carl HetheringtonMerge.
2015-06-25 Carl HetheringtonAdd DEBUG_DECODE and some basic debugging of the decodi...
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
2015-06-12 Carl HetheringtonRemove PassReason stuff.
2015-06-12 Carl HetheringtonSmall tidy-up.
2015-05-26 Carl Hetherington{Video,Audio}Frame -> Frame.
2015-05-20 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-05-13 Carl HetheringtonDon't bother decoding video frames when we're seeking...
2015-01-19 Carl HetheringtonFix audio analysis; make sure we don't decode video...
2015-01-19 Carl HetheringtonVideoDecoder::_same can just be a local.
2015-01-06 Carl HetheringtonAdd some writer-loop debugging from 1.x; ignore out...
2015-01-05 Carl HetheringtonIncrease stored-frames limit; fix skip_frame_test refer...
2015-01-05 Carl HetheringtonAssert in one case where memory usage can build up...
2014-12-20 Carl HetheringtonHand-apply d849d411cff28ef5453085791d0b4d7cd73bd070...
2014-12-09 Carl HetheringtonFix fill_2d not doing what it is specified to do.
2014-11-23 Carl HetheringtonVarious fixes to seek since changing fill code.
2014-11-11 Carl HetheringtonHand-apply 80562fe5dce5fd625da583ca6f7c2833f9db8754...
2014-10-25 Carl HetheringtonMerge master.
2014-10-22 Carl HetheringtonMerge master.
2014-10-21 Carl HetheringtonMerge master.
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
next