Don't use --target-macos-arm64 any more, since it's not supported.
[dcpomatic.git] / src / lib / ffmpeg_examiner.cc
2024-03-29 Carl HetheringtonFix crash introduced in previous commit.
2024-03-29 Carl HetheringtonFix lack of video rotation in some cases (#2971).
2024-02-21 Carl HetheringtonMake DCPExaminer::size() optional and deal with the... v2.16.78
2023-12-12 Carl HetheringtonAdd FFmpegExaminer::has_alpha().
2022-12-25 Carl HetheringtonShow audio bit depth in content properties (#559).
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2022-02-17 Carl HetheringtonAdd an assert.
2022-02-17 Carl HetheringtonTry to handle EAGAIN from avcodec_send_packet() properly.
2022-02-13 Carl HetheringtonRelax error handling when examining FFmpeg files (...
2022-01-11 Carl HetheringtonUse a separate AVFrame for each stream when decoding.
2021-10-03 Carl HetheringtonAdd PixelQuanta to VideoContent.
2021-08-03 Carl HetheringtonFix build with newer FFmpeg.
2021-05-21 Carl HetheringtonFix invalid memory access introduced in 6f832724ef942f1... v2.15.150
2021-05-19 Carl HetheringtonDon't assert on a non-existant codec (#1999).
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 HetheringtonRemove some FFmpeg-related warnings by directly accessi...
2021-04-08 Carl HetheringtonAssorted C++11/formatting cleanups.
2021-03-02 Carl HetheringtonTidy up and do flushing more correctly. v2.15.133
2021-03-02 Carl HetheringtonRemove FFmpeg::_packet.
2021-03-02 Carl HetheringtonC++11 tidying.
2021-03-01 Carl HetheringtonFix another crash introduced in cc40b6ea6d882c07c05602d...
2021-03-01 Carl HetheringtonFix warning.
2021-03-01 Carl HetheringtonFix crash introduced in previous.
2021-03-01 Carl HetheringtonWith multi-threaded decoding we need to be careful...
2021-01-27 Carl HetheringtonUse enum class for VideoRange.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-23 Carl HetheringtonRemove swaroop variant.
2020-11-11 Carl HetheringtonRemove assertion checking that rotations are a multiple...
2020-08-03 Carl HetheringtonFix number of frames in the pulldown check.
2020-08-03 Carl HetheringtonFix incorrect string find logic.
2020-08-03 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2020-08-02 Carl HetheringtonDetect soft 2:3 pulldown (telecine) files and decode...
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-26 Carl HetheringtonIgnore FFmpeg warnings in a nicer way.
2019-05-24 Carl HetheringtonBasic ability to set video range (JPEG/MPEG) at least...
2019-05-13 Carl Hetheringtonswaroop: basics of encrypted MP4 playback.
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2018-06-08 Carl HetheringtonWhitespace. v2.13.28
2018-06-08 Carl HetheringtonAuto-rotate videos.
2018-06-06 Carl HetheringtonRound sample rate calculations in audio FFmpeg examiner.
2018-02-10 Carl HetheringtonUse av_guess_frame_rate rather than av_stream_get_r_fra...
2018-01-12 Carl HetheringtonDon't throw an exception if we can't find bits_per_pixe...
2017-06-23 Carl HetheringtonAttempts to simplify black-filling logic in Player.
2017-04-27 Carl HetheringtonInitial work on removing storage of subtitle times.
2016-11-23 Carl HetheringtonFix hanging subtitles after recent changes to subtitle...
2016-11-20 Carl HetheringtonFix subtitles (seen in DVB) which have a specified...
2016-11-20 Carl HetheringtonFix loss of image subtitles with more than 1 rectangle.
2016-08-12 Carl HetheringtonRemove all use of stringstream in an attempt to fix
2016-07-22 Carl HetheringtonRename SafeStringStream -> locked_stringstream. Bump...
2016-06-21 Carl HetheringtonRevert "Use make_shared<>."
2016-06-21 Carl HetheringtonUse make_shared<>.
2016-06-01 Carl HetheringtonPut codec name into the audio mapping view for each...
2016-06-01 Carl HetheringtonBasics of better audio stream labelling in the audio...
2016-05-31 Carl HetheringtonRemove mention of finding subtitles when examining...
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-18 Carl HetheringtonStore audio length in AudioStream.
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-26 Carl HetheringtonAllow changes to colours of FFmpeg subtitles (#795).
2016-02-18 Carl HetheringtonFix crash when FFmpeg doesn't recognise a file's pixel...
2016-02-15 Carl HetheringtonSupport SSA subtitles embedded within FFmpeg files.
2016-02-01 Carl HetheringtonSubtitle "to" times used to be stored against their...
2015-11-13 Carl HetheringtonDisable YUV->RGB conversion controls with non-YUV sourc...
2015-10-11 Carl HetheringtonBetter progress indication when finding subs (#711).
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-25 Carl HetheringtonFix assertion failure with .MTS files.
2015-09-14 Carl HetheringtonLots of #include <iostream>s for Arch.
2015-08-31 Carl HetheringtonMerge branch '1.0' of ssh://git.carlh.net/home/carl...
2015-08-31 Carl HetheringtonBail early from subtitle finding if there are no subtit...
2015-07-29 Carl HetheringtonReplace Time::frames with Time::frames_round and Time...
2015-07-15 Carl Hetheringtonfloat -> double in a few places.
2015-07-02 Carl HetheringtonAdd bits per pixel to video content properties.
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
2015-06-13 Carl HetheringtonTry to fix crash.
2015-06-12 Carl HetheringtonUpdate progress bar when finding subtitles in FFmpeg...
2015-05-27 Carl HetheringtonFix some uninitialised variables.
2015-05-27 Carl HetheringtonUntested use of Frame for video/audio content lengths.
2015-05-20 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-05-12 Carl HetheringtonLook up unknown subtitle end times from the data prepar...
2015-05-12 Carl HetheringtonAssorted image subtitle fixes.
2015-01-23 Carl HetheringtonHand-apply 111f02f4fc8ace359a16aea1c88c2821bf3dde31...
2015-01-23 Carl HetheringtonHand-apply cb998bee2e70f3426fd95655736deae803efa58e...
2014-12-03 Carl HetheringtonHand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd...
2014-11-19 Carl HetheringtonFix bad default scale when sample aspect ratio is given...
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-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
next