Missed update to private test repo version.
[dcpomatic.git] / src / lib / image.cc
2024-02-03 Carl HetheringtonAdd an assert to check that sws_getContext() succeeded.
2024-02-03 Carl HetheringtonAdd some asserts; sws_getContext() will fail if the...
2024-02-03 Carl HetheringtonSupport alpha blend onto YUV444P9LE and YUV444P10LE...
2024-02-03 Carl HetheringtonFix incorrect alpha channel scaling with RGBA64.
2024-02-03 Carl HetheringtonFix incorrect alpha step used for RGBA64 sources.
2024-02-03 Carl HetheringtonPut alpha_{data,stride} into OtherYUVParams.
2024-02-03 Carl HetheringtonSeparate out OtherParams into Other{RGB,YUV}Params.
2023-12-09 Carl HetheringtonSupport YUV422P9LE in alpha_blend() (#2671). notar1
2023-10-28 Carl HetheringtonUse updated libdcp, including an optimisation for rgb...
2023-09-29 Carl HetheringtonSupport alpha blending 64-bit RGB onto things.
2023-09-29 Carl HetheringtonCleanup: extract some parts of alpha_blend().
2023-05-13 Carl HetheringtonFix some typos in comments.
2022-10-18 Carl HetheringtonHopefully fix colour of Rec.2020 sources in the preview.
2022-10-18 Carl HetheringtonSupport Rec2020 YUV/RGB conversion.
2022-09-27 Carl HetheringtonUse EnumIndexedVector in Image.
2022-09-10 Carl HetheringtonSupport YUV444P10LE in make_part_black().
2022-08-11 Carl HetheringtonFix d881836379172f4072ed81ea074f46b3a363a681 which...
2022-08-08 Carl HetheringtonFix lines down the right-hand-side of exports in some...
2022-06-10 Carl HetheringtonFix incorrect burnt-in subtitle colours when burning...
2022-05-05 Carl HetheringtonUpdate for change to libdcp API.
2022-04-28 Carl HetheringtonMove Image::as_png() out to image_as_png().
2022-04-28 Carl HetheringtonRemove unnecessary method.
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2022-04-04 Carl HetheringtonCleanup: move some methods from util to memory_util.
2022-04-04 Carl HetheringtonCleanup: move some methods from util to maths_util.
2022-04-03 Carl HetheringtonCleanup: move stride_round_up into the only place it...
2022-04-03 Carl HetheringtonC++11 and whitespace cleanups.
2021-09-27 Carl HetheringtonMerge branch 'better-gl' into v2.15.x
2021-09-27 Carl HetheringtonMake merge return the right alignment even if it's...
2021-09-27 Carl HetheringtonReplace aligned bool with enum Alignment.
2021-09-27 Carl HetheringtonVarious alignment adjustments.
2021-09-27 Carl HetheringtonSupport subs and tidy up a few things.
2021-05-25 Carl HetheringtonMove video level conversion for RGB from FFmpegImagePro...
2021-05-25 Carl HetheringtonAdd video_to_full_range implementation for RGB48LE.
2021-05-25 Carl HetheringtonClamp results correctly when shifting video levels...
2021-05-25 Carl Hetheringtonconst-correctness tweak.
2021-05-07 Carl HetheringtonMissing #include.
2021-05-07 Carl HetheringtonHide some warnings from ffmpeg on Centos 7.
2021-05-02 Carl HetheringtonAdd pixel format 0 (AV_PIX_FMT_YUV420P) to make_part_bl...
2021-05-02 Carl HetheringtonAdd pixel format 66 (AV_PIX_FMT_YUV422P10LE) to make_pa...
2021-05-02 Carl HetheringtonC++11 tidying.
2021-05-01 Carl HetheringtonBuild with FFmpeg 4.4 and switch to the new send/receiv...
2021-04-30 Carl HetheringtonSwitch decoding to ffmpeg send/receive API.
2021-01-27 Carl HetheringtonUse enum class for VideoRange.
2021-01-25 Carl HetheringtonSmall bits of c++11 tidying.
2021-01-21 Carl HetheringtonAdapt for libdcp use of enum class.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-24 Carl HetheringtonFix corrupted image when over-cropping black filler...
2020-11-16 Carl HetheringtonFix cropping of subsampled images.
2020-11-16 Carl HetheringtonAdd some lrintf() calls to be sure.
2020-11-16 Carl HetheringtonUse 64-byte alignment for aligned image memory.
2020-11-16 Carl HetheringtonMake sure we use limited ("video") range data when...
2020-11-16 Carl HetheringtonRemove pointless comment.
2020-11-16 Carl HetheringtonObey requests to change the video range of RGB content.
2020-11-02 Carl HetheringtonReplace dcp::Data with dcp::ArrayData
2019-11-04 Carl HetheringtonFix incorrect images when cropping without stretch.
2019-05-24 Carl HetheringtonBasic ability to set video range (JPEG/MPEG) at least...
2019-05-21 Carl HetheringtonTweak comment.
2019-05-03 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-05-03 Carl HetheringtonFix "cannot handle pixel format 26 during make_transpar...
2019-04-25 Carl HetheringtonFix or remove several broken pixel formats in Image...
2019-03-12 Carl HetheringtonFix R/B swap with as_png(); support as_png() for any... v2.13.129
2019-03-08 Carl HetheringtonMake alpha_blend support RGBA as well as BGRA.
2019-01-31 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-01-31 Carl HetheringtonAdd some comments.
2018-12-12 Carl HetheringtonFix bad rendering of AV_PIX_FMT_PAL8 (palette-ised... v2.13.83
2018-10-12 Carl HetheringtonRestore Image::as_png using libpng.
2018-10-11 Carl HetheringtonChange MagickImageProxy to FFmpegImageProxy and make...
2018-09-06 Carl HetheringtonQuell more valgrind warnings.
2018-09-02 Carl HetheringtonPlay PNG subtitles from DCPs; possibly not in the right...
2018-07-09 Carl HetheringtonTry to fix Centos build.
2018-07-08 Carl HetheringtonWrite image subs to DCPs.
2018-03-02 Carl HetheringtonFix corruption of subsampled images that are being...
2018-02-12 Carl HetheringtonAdd SWS_ACCURATE_RND to sws flags. Without this, conve...
2018-01-11 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-01-11 Carl HetheringtonHarden alpha blend tests and fix alpha_blend again.
2018-01-10 Carl HetheringtonFix yet more pixel order confusions.
2018-01-10 Carl HetheringtonFix some incorrect alpha blending; may help with #1155.
2018-01-03 Carl HetheringtonFix alpha blending with with offset; should help with...
2018-01-03 Carl HetheringtonFix incorrect alpha-blend in some cases.
2018-01-03 Carl HetheringtonUse convert_pixel_format a little.
2018-01-02 Carl HetheringtonAdd convert_pixel_format convenience function.
2017-12-30 Carl HetheringtonAdd missing factor to fix problems when padding in...
2017-12-30 Carl HetheringtonMake horizontal_factor look the same as vertical_factor.
2017-12-29 Carl HetheringtonAdd basic memory-used stuff for butler and reduce minim...
2017-09-26 Carl HetheringtonSpeculative fix for alpha blending onto YUV422P10LE.
2017-06-07 Carl HetheringtonFix crash when alpha-blending subtitles onto YUV420...
2017-05-24 Carl HetheringtonTrim some code.
2017-05-24 Carl HetheringtonMore tests; fix blend for YUV420P10LE.
2017-05-24 Carl HetheringtonImplement alpha_blend for YUV420P and YUV420P10. Impro...
2017-05-23 Carl HetheringtonBetter error message.
2017-04-19 Carl HetheringtonVarious Doxygen fixes.
2016-08-22 Carl HetheringtonDo full gamma correction etc. when alpha-blending subtitles
2016-07-16 Carl HetheringtonRemove unused method.
2016-07-09 Carl HetheringtonMissing swap in Image::swap.
2016-06-21 Carl HetheringtonRevert "Use make_shared<>."
2016-06-21 Carl HetheringtonUse make_shared<>.
2016-06-13 Carl HetheringtonRename MD5Digester -> Digester.
2016-05-26 Carl HetheringtonFix slightly inexplicable RGB/BGR confusion; before...
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
next