Supporters update.
[dcpomatic.git] / src / lib / j2k_encoder.cc
2023-11-23 Carl HetheringtonUpdate servers list after connecting to the signal.
2022-10-16 Carl HetheringtonRemove some unnecessary use of shared_ptr.
2022-09-27 Carl HetheringtonUse EnumIndexedVector in J2KEncoder.
2022-09-11 Carl HetheringtonMerge branch '2323-player-locking'
2022-09-10 Carl HetheringtonTrim some includes.
2022-07-14 Carl HetheringtonFix failure to destroy the J2KEncoder when an encode...
2022-05-01 Carl HetheringtonIt doesn't seem necessary to use shared_ptr for the... v2.16.x-old
2022-04-03 Carl HetheringtonC++11 and whitespace cleanups.
2021-04-20 Carl HetheringtonAdd some possibly-useful markers for debugging threads...
2021-04-08 Carl HetheringtonAssorted C++11/formatting cleanups.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-11 Carl HetheringtonMore c++ tidying.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
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.