Missed update to private test repo version.
[dcpomatic.git] / src / lib / ffmpeg_file_encoder.h
2022-11-06 Carl HetheringtonExtract ImageStore.
2022-10-25 Carl HetheringtonHopefully fix crash when the same frame is encoded...
2022-06-12 Carl HetheringtonAdd Prores 4444 support (#2263).
2022-06-12 Carl HetheringtonRename PRORES -> PRORES_HQ
2022-06-12 Carl HetheringtonMove ExportFormat definition to ffmpeg_file_encoder.h
2022-06-07 Carl HetheringtonRearrange some includes of dcpomatic_time.h
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2021-08-02 Carl HetheringtonSome const-correctness.
2021-05-07 Carl HetheringtonHide some more FFmpeg warnings. v2.15.143
2021-02-17 Carl HetheringtonAssorted C++11 tidying.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-23 Carl HetheringtonRemove swaroop variant.
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
2019-11-30 Carl HetheringtonMore accurate calculation of export video pts; may...
2019-10-27 Carl HetheringtonProtect cross-thread access to _pending_images.
2019-07-15 Carl Hetheringtonswaroop: beginnings of DCP -> ecinema support. v2.15.12
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2018-11-21 Carl HetheringtonTidy and fix logging.
2018-11-06 Carl HetheringtonDo image crop/scale/window in the butler prepare threads.
2018-09-08 Carl HetheringtonSplit parts of FFmpegEncoder into FFmpegFileEncoder.