C++11 tidying.
[dcpomatic.git] / src / lib / image.cc
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...
2016-05-11 Carl HetheringtonOptimise image scaling for the preview.
2016-05-11 Carl HetheringtonFix typo (* for +) and use libdcp's sRGB to XYZ matrix...
2016-05-03 Carl HetheringtonAllow build with the Ubuntu 16.04 version of FFmpeg.
2016-03-08 Carl HetheringtonFix merge.
2016-03-08 Carl HetheringtonBump ffmpeg to master somewhere post 3.0.
2015-11-17 Carl HetheringtonFix crash due to writing off the end of an Image's...
2015-11-08 Carl HetheringtonAdd appearance dialog for SubRip subtitles.
2015-11-03 Carl HetheringtonAdd missing alpha_blend() for XYZ content so that subti...
2015-10-29 Carl HetheringtonFix incorrect colourspace conversion of XYZ content
2015-10-22 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-10-20 Carl HetheringtonReplace StringError with the equivalent std::runtime_error.
2015-10-15 Carl HetheringtonUse AV_ prefixes on some FFmpeg bits.
2015-08-26 Carl HetheringtonRest of src/lib/*.h tidying.
2015-08-25 Carl HetheringtonPurge rint() and use llrint and friends.
2015-08-25 Carl HetheringtonAdd video waveform viewer.
2015-08-24 Carl HetheringtonWhite space.
2015-08-16 Carl HetheringtonRemove unused Image::crop.
2015-08-16 Carl HetheringtonFix crop of some YUV content.
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
2015-06-12 Carl HetheringtonComment.
2015-06-12 Carl HetheringtonAdd a pixel format to ::fade().
2015-06-11 Carl HetheringtonRemove unused method.
2015-06-10 Carl HetheringtonFix digester to take digest of the whole image, not...
2015-04-24 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-04-23 Carl HetheringtonMerge branch '2.0' of ssh://main.carlh.net/home/carl...
2015-04-22 Carl HetheringtonActually use YUV->RGB setting when converting.
2015-03-25 Carl HetheringtonRemove Scaler config and use SWS_BICUBIC everywhere.
2015-02-02 Carl HetheringtonChanges to libdcp API.
2015-01-29 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-01-29 Carl HetheringtonMove Socket to dcpomatic_socket.{cc,h}.
2015-01-11 Carl HetheringtonAlpha blending fix from 1.x.
2015-01-03 Carl HetheringtonVarious libdcp API changes.
next