C++11 tidying.
[dcpomatic.git] / src / lib / ffmpeg_encoder.cc
2021-07-15 Carl HetheringtonC++11 tidying.
2021-06-24 Carl HetheringtonFix incorrect timestamps when exporting as reels (... v2.15.155
2021-06-21 Carl HetheringtonC++11 cleanup.
2021-03-31 Carl HetheringtonC++11 cleanup.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-27 Carl HetheringtonUse enum class for VideoRange.
2021-01-21 Carl HetheringtonAdapt for libdcp use of enum class.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-30 Carl HetheringtonGive Butler a weak_ptr<Film>
2020-11-23 Carl HetheringtonRemove swaroop variant.
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-17 Carl HetheringtonReport better errors when the butler dies.
2020-08-05 Carl HetheringtonAllow export with one audio stream per channel. v2.15.95
2020-07-28 Carl HetheringtonTrying to create export audio encoders with between...
2020-07-05 Carl HetheringtonImprove butler error reporting during export. v2.15.88
2020-06-14 Carl HetheringtonFix error when exporting stereo projects with "mixdown... v2.15.79
2020-02-16 Carl HetheringtonBetter errors if butler doesn't give video during export.
2019-11-30 Carl HetheringtonCut down the time before fps starts to be reported...
2019-11-30 Carl HetheringtonFix crash when exporting a 2D project containing 3D...
2019-11-04 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home... v2.15.29
2019-11-04 Carl HetheringtonAdd some new Waker calls.
2019-08-31 Carl HetheringtonPrimitive subtitle export feature. v2.15.16
2019-07-24 Carl HetheringtonOptimise the feel of some GUI functions by doing the...
2019-07-15 Carl Hetheringtonswaroop: beginnings of DCP -> ecinema support. v2.15.12
2019-07-13 Carl HetheringtonFix comment.
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2018-11-21 Carl HetheringtonTidy and fix logging.
2018-11-12 Carl HetheringtonExport 3D projects to separate L/R files (#1332). v2.13.71
2018-11-06 Carl HetheringtonDo image crop/scale/window in the butler prepare threads.
2018-10-20 Carl HetheringtonFix crash on exporting multi-reel to a single file...
2018-09-10 Carl HetheringtonBasics of export of multiple reels to multiple files.
2018-09-08 Carl HetheringtonSplit parts of FFmpegEncoder into FFmpegFileEncoder.
2018-09-02 Carl HetheringtonAdd basic quality option for x264 export.
2018-07-23 Carl HetheringtonTidy up after mass rename.
2018-07-23 Carl HetheringtonMore automated renaming.
2018-07-22 Carl HetheringtonOn reflection showing CCAPs over the main picture doesn...
2018-07-20 Carl HetheringtonUntested; allow viewing of subtitles or closed captions...
2018-07-19 Carl HetheringtonReword again: Text -> Caption and Plain -> Text.
2018-07-19 Carl HetheringtonPartial conversion of PlayerSubtitles -> PlayerText...
2018-04-25 Carl HetheringtonFix for new FFmpeg.
2018-03-01 Carl HetheringtonRemove unused parameter; set audio frame size from...
2018-03-01 Carl HetheringtonAvoid a memcpy in the export code.
2018-02-05 Carl HetheringtonWarning fixes.
2017-08-14 Carl HetheringtonRemove Film dependency from Butler.
2017-07-26 Carl HetheringtonBasic multithread of DCP decryption during export.
2017-06-07 Carl HetheringtonFix mixdown mapping.
2017-06-07 Carl HetheringtonBasic and untested export option to bounce down to...
2017-05-24 Carl HetheringtonFix crash on OS X when chroma subsampling is happening.
2017-05-16 Carl HetheringtonFFmpegEncoder fixes: handle AV_CODEC_CAP_VARIABLE_FRAME...
2017-05-15 Carl HetheringtonAdd a couple of asserts.
2017-05-12 Carl HetheringtonTry to fix windows build failure (#1071).
2017-05-10 Carl HetheringtonBurn subtitles when exporting.
2017-05-10 Carl HetheringtonBasic audio support.
2017-05-10 Carl HetheringtonFix options for libx264.
2017-05-10 Carl HetheringtonRename some classes.