Allow specification of video bit rate separately for J2K and MPEG2.
[dcpomatic.git] / src / lib / grok / context.h
2024-04-22 Carl HetheringtonAllow specification of video bit rate separately for...
2024-04-21 Carl HetheringtonRename j2k_bandwidth -> video_bit_rate.
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 HetheringtonCleanup: whitespace / coding style.
2024-01-28 Carl HetheringtonCleanup: whitespace to reduce the diff.
2024-01-28 Carl HetheringtonCleanup: include ordering.
2024-01-28 Carl HetheringtonDon't pollute the global namespace with a namespace...
2024-01-28 Carl HetheringtonAnother patch from Aaron.
2024-01-28 Carl HetheringtonCreate a single DcpomaticContext for all GrokContexts...
2024-01-28 Carl HetheringtonCleanup: reformat and rename dcpomaticContext_ -> _dcpo...
2024-01-28 Carl HetheringtonUse boost::filesystem::path for gpu_binary_location().
2024-01-28 Carl HetheringtonCleanup: use dcp::ArrayData instead of home-grown version.
2024-01-28 Carl HetheringtonCleanup: remove unnecessary forward declaration.
2024-01-28 Carl HetheringtonExplicitly set up Grok logger rather than relying on...
2024-01-28 Carl HetheringtonRemove unnecessary using statements.
2024-01-28 Carl HetheringtonTidy up some includes / forward declarations.
2024-01-28 Carl HetheringtonRemove default constructor from DCPVideo.
2024-01-28 Carl HetheringtonMove grok headers into src/lib/grok