Missed update to private test repo version.
[dcpomatic.git] / src / lib / ffmpeg.cc
2024-01-05 Carl HetheringtonDon't use video streams with AV_DISPOSITION_ATTACHED_PI...
2024-01-04 Carl HetheringtonCleanup: longer variable name.
2023-03-03 Carl HetheringtonSetup ffmpeg log callback in dcpomatic_setup() instead...
2022-11-25 Carl HetheringtonReturn AVERROR_EOF from the avio_read method when appro...
2022-11-12 Carl HetheringtonCleanup: whitespace.
2022-04-22 Carl HetheringtonImprove rejection of "crazy" frame rates (#2238).
2022-04-04 Carl HetheringtonCleanup: move some methods from util to memory_util.
2022-04-03 Carl HetheringtonC++11 and whitespace cleanups.
2022-01-11 Carl HetheringtonUse a separate AVFrame for each stream when decoding.
2021-10-25 Carl HetheringtonIf there is no end time in an AVSubtitle it seems we...
2021-09-12 Carl HetheringtonAdd another believed-correct subtitle timing fix. v2.15.161
2021-09-12 Carl HetheringtonFix missing subtitles embedded in files decoded by...
2021-05-01 Carl HetheringtonBuild with FFmpeg 4.4 and switch to the new send/receiv...
2021-04-30 Carl HetheringtonSwitch decoding to ffmpeg send/receive API.
2021-04-30 Carl HetheringtonTidy up some error handling a little.
2021-04-30 Carl HetheringtonRemove some FFmpeg-related warnings by using AVStream...
2021-04-07 Carl HetheringtonAssorted C++11/formatting cleanups.
2021-02-28 Carl HetheringtonEnable multi-threaded decoding with FFmpeg (helps with...
2021-02-28 Carl HetheringtonC++11 tweaks.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-23 Carl HetheringtonRemove swaroop variant.
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-26 Carl HetheringtonIgnore FFmpeg warnings in a nicer way.
2020-04-16 Carl HetheringtonSome missing checks for allocation failures.
2019-12-19 Carl HetheringtonRemove our forcing of analyzeduration and probesize...
2019-09-29 Carl HetheringtonImprove OpenFileError so that it doesn't say "opening... v2.15.20
2019-07-21 Carl HetheringtonIgnore video streams with frame rates over 1000 (work...
2019-05-13 Carl HetheringtonNon-swaroop build fixes. v2.15.4
2019-05-13 Carl Hetheringtonswaroop: basics of encrypted MP4 playback.
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-02-27 Carl HetheringtonSpeculative fix for FFmpeg files containing references...
2018-11-21 Carl HetheringtonTidy and fix logging.
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-10-19 Carl HetheringtonAdd decryption support. v2.13.63
2018-02-27 Carl HetheringtonRemove some unused code.
2018-02-01 Carl HetheringtonMerge.
2018-02-01 Carl HetheringtonDon't select video streams for which we have no codec...
2017-05-10 Carl HetheringtonPut av_register_all() in the right place.
2017-01-05 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-01-04 Carl HetheringtonRename Time::round_up to Time::ceil.
2016-10-04 Carl HetheringtonFix subtitle_id to work with _TEXT and _ASS subtitles...
2016-08-21 Carl HetheringtonEven better open-file error reports.
2016-08-18 Carl HetheringtonBetter errors on open fails; remove unused exception.
2016-08-12 Carl HetheringtonMove raw_convert into libdcp.
2016-07-28 Carl HetheringtonSome more fixes missing from 2704fe5.
2016-07-08 Carl HetheringtonUse strict-experimental with AVCodec to allow import...
2016-06-13 Carl HetheringtonRename MD5Digester -> Digester.
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-18 Carl HetheringtonPartial work on using a no-video FFmpeg file.
2016-05-18 Carl HetheringtonUse optional<> for _video_stream.
2016-05-03 Carl HetheringtonAllow build with the Ubuntu 16.04 version of FFmpeg.
2016-03-08 Carl HetheringtonFix merge.
2016-03-08 Carl HetheringtonBump ffmpeg to master somewhere post 3.0.
2016-03-01 Carl HetheringtonStop erroneous addition of text subtitles to the lists...
2016-02-15 Carl HetheringtonSupport SSA subtitles embedded within FFmpeg files.
2016-02-01 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-02-01 Carl HetheringtonRemove unnecessary subtitle digest components.
2016-02-01 Carl HetheringtonSubtitle "to" times used to be stored against their...
2015-10-09 Carl HetheringtonLogging improvements to allow prettier displays in...
2015-09-27 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-09-26 Carl Hetheringtonconst fix.
2015-09-26 Carl HetheringtonFix error in previous.
2015-09-26 Carl HetheringtonFix problems with subtitles when there is a non-zero...
2015-09-14 Carl HetheringtonLots of #include <iostream>s for Arch.
2015-08-26 Carl HetheringtonSeparate FFmpegSubtitlePeriod.
2015-08-18 Carl HetheringtonInclude tidying.
2015-07-13 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-07-13 Carl HetheringtonRemove out-of-date comment.
2015-06-30 Carl HetheringtonWrite FFmpeg log output to our log file.
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
2015-06-11 Carl HetheringtonFix audio analyis hang with duplicate stream IDs (...
2015-06-02 Carl HetheringtonHandle multiple audio streams in a single piece of...
2015-05-22 Carl Hetherington6ebdd1b08ec3156c637db59d6a42efc8fa63ab8f from master...
2015-04-16 Carl HetheringtonAdd our own raw_convert that uses SafeStringStream.
2014-12-09 Carl HetheringtonForward-port DCA footer fix from master.
2014-10-25 Carl HetheringtonMerge master.
2014-10-22 Carl HetheringtonMerge master.
2014-10-22 Carl HetheringtonIgnore video streams with zero avg_frame_rate in their...
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
2014-08-31 Carl HetheringtonMerge master.
2014-08-31 Carl HetheringtonMerge master.
next