Accessor for ClosedCaptionsDialog.
[dcpomatic.git] / src / lib / ffmpeg_file_encoder.cc
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.