Remove some FFmpeg-related warnings by using AVStream::codecpar.
[dcpomatic.git] / src / lib / ffmpeg_file_encoder.cc
2021-04-30 Carl HetheringtonRemove some FFmpeg-related warnings by using AVStream...
2021-02-17 Carl HetheringtonAssorted C++11 tidying.
2021-01-31 Carl HetheringtonMore enum class additions.
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-20 Carl HetheringtonTry to enable all streams in MOV exports.
2020-11-16 Carl HetheringtonMake sure we use limited ("video") range data when...
2020-09-01 Carl HetheringtonBuild fixes for Boost >= 1.73
2020-08-17 Carl HetheringtonTidy up resource management of FFmpegFileEncoders so...
2020-08-05 Carl HetheringtonAllow export with one audio stream per channel. v2.15.95
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-26 Carl HetheringtonIgnore FFmpeg warnings in a nicer way.
2020-06-15 Carl HetheringtonGive a better error. v2.15.80
2019-12-01 Carl HetheringtonFix audio pts accuracy from previous.
2019-11-30 Carl HetheringtonMore accurate calculation of export video pts; may...
2019-11-13 Carl HetheringtonFix warning.
2019-10-27 Carl HetheringtonFix thinko in previous.
2019-10-27 Carl HetheringtonProtect cross-thread access to _pending_images.
2019-10-25 Carl HetheringtonPrevent calls to erase with invalid keys.
2019-07-22 Carl Hetheringtonswaroop: support creation of H264 with 24-bit PCM.
2019-07-20 Carl HetheringtonUse 128kbit per channel for audio export. v2.15.14
2019-07-20 Carl Hetheringtonswaroop: fix encryption of files encoded from DCP.
2019-07-15 Carl Hetheringtonswaroop: beginnings of DCP -> ecinema support. v2.15.12
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-01-27 Carl HetheringtonBetter error from avformat_alloc_output_context2.
2018-11-21 Carl HetheringtonTidy and fix logging.
2018-11-06 Carl HetheringtonDo image crop/scale/window in the butler prepare threads.
2018-11-06 Carl HetheringtonSwitch PlayerVideo::always_rgb to a new ::force and...
2018-11-06 Carl HetheringtonRemove some unused parameters.
2018-11-06 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-11-06 Carl HetheringtonAdd some code to help with profiling the player.
2018-09-08 Carl HetheringtonSplit parts of FFmpegEncoder into FFmpegFileEncoder.