Make terminate_threads() less likely to leave _threads containing invalid pointers.
[dcpomatic.git] / src / lib / ffmpeg_file_encoder.cc
2019-11-30 Carl HetheringtonMore accurate video pts calculation; may help with...
2019-10-27 Carl HetheringtonProtect cross-thread access to _pending_images.
2019-10-25 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl... v2.14.12
2019-10-25 Carl HetheringtonPrevent calls to erase with invalid keys.
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.