Supporters update.
[dcpomatic.git] / src / lib / j2k_encoder.h
2022-12-09 Carl HetheringtonExtract constants.h
2022-11-06 Carl HetheringtonCleanup: J2KEncoder does not need enable_shared_from_this.
2022-10-16 Carl HetheringtonRemove some unnecessary use of shared_ptr.
2022-09-27 Carl HetheringtonUse EnumIndexedVector in J2KEncoder.
2022-09-27 Carl HetheringtonCleanup: sorting things.
2022-05-01 Carl HetheringtonIt doesn't seem necessary to use shared_ptr for the... v2.16.x-old
2021-04-29 Carl HetheringtonRemove use of boost::noncopyable.
2021-04-08 Carl HetheringtonAssorted C++11/formatting cleanups.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-04 Carl HetheringtonRe-add mutex that was taken away in
2020-07-23 Carl HetheringtonUse thread_group for improved exception safety (#1785).
2020-02-19 Carl HetheringtonCan't put boost::thread in a std::list with our macOS...
2020-01-30 Carl HetheringtonVarious thread cleanups.
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.
2017-05-31 Carl HetheringtonAllow repeat-frame to work with 3D.
2017-05-10 Carl HetheringtonRename some classes.