std::shared_ptr
[dcpomatic.git] / src / lib / j2k_encoder.cc
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-05 Carl HetheringtonFix transcode finish time estimations when re-encoding...
2020-11-26 Carl HetheringtonIt feels unsafe not to lock _threads_mutex between...
2020-11-04 Carl HetheringtonRe-add mutex that was taken away in
2020-11-02 Carl HetheringtonPass around JPEG2000 data as a shared_ptr and hence...
2020-09-12 Carl HetheringtonRemove support for Windows XP.
2020-07-29 Carl HetheringtonFix bugs in thread termination causing occasional pthread
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-26 Carl HetheringtonVarious OSX warnings fixes.
2020-07-23 Carl HetheringtonUse thread_group for improved exception safety (#1785).
2020-04-13 Carl HetheringtonTry to give a better error when we fail to start J2K...
2020-02-19 Carl HetheringtonCan't put boost::thread in a std::list with our macOS...
2020-01-30 Carl HetheringtonVarious thread cleanups.
2019-12-10 Carl HetheringtonMake terminate_threads() less likely to leave _threads...
2019-11-30 Carl HetheringtonDon't say we're encoding at 0fps when we're waiting...
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2018-11-21 Carl HetheringtonTidy and fix logging.
2018-11-07 Carl HetheringtonAdd button to force re-encode of J2K content.
2018-04-13 Carl HetheringtonTidy up to use one list of servers.
2018-04-12 Carl HetheringtonNote and indicate servers with bad link version (#982).
2018-02-16 Carl HetheringtonName threads on Linux.
2017-05-31 Carl HetheringtonAllow repeat-frame to work with 3D.
2017-05-10 Carl HetheringtonRename some classes.