Extract VideoEncoder as a parent of J2KEncoder.
[dcpomatic.git] / src / lib / j2k_encoder.h
2024-04-21 Carl HetheringtonExtract VideoEncoder as a parent of J2KEncoder.
2024-04-19 Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
2024-04-18 Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
2024-03-29 Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
2024-03-29 Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
2024-03-20 Carl HetheringtonMerge tag 'v2.16.79' into v2.17.x
2024-03-08 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-02-22 Carl HetheringtonMerge tag 'v2.16.78' into v2.17.x v2.17.12
2024-02-19 Carl HetheringtonMerge tag 'v2.16.77' into v2.17.x
2024-02-18 Carl HetheringtonMerge tag 'v2.16.76' into v2.17.x
2024-02-12 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-02-11 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-02-04 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-02-03 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-01-28 Carl HetheringtonClean up grok's presence in the config file and make...
2024-01-28 Carl HetheringtonForward-declare grk_plugin stuff.
2024-01-28 Carl HetheringtonCreate a single DcpomaticContext for all GrokContexts...
2024-01-28 Carl HetheringtonOnly build grok for Ubuntu 22.04.
2024-01-28 Carl HetheringtonRearrange encoder threading.
2024-01-28 Carl HetheringtonTidy up some includes / forward declarations.
2024-01-28 Carl HetheringtonChange end() to only do one thing, and copy the require...
2024-01-28 Carl HetheringtonFormatting, variable name tidying and some const correc...
2024-01-28 Carl HetheringtonMove grok headers into src/lib/grok
2024-01-28 Carl HetheringtonPatch from Aaron Boxer adding initial support for GPU...
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.