Barely-functioning GL playback with new arrangement.
[dcpomatic.git] / src / lib / image.cc
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.
2014-12-20 Carl HetheringtonHand-apply d849d411cff28ef5453085791d0b4d7cd73bd070...
2014-10-25 Carl HetheringtonFix Image::alpha_blend for 48-bit RGB.
2014-10-25 Carl HetheringtonMerge master.
2014-10-22 Carl HetheringtonMerge master.
2014-10-21 Carl HetheringtonMerge master.
2014-10-16 Carl HetheringtonMerge branch 'master' of git.carlh.net:git/dcpomatic
2014-10-16 Carl HetheringtonMerge branch 'master' into 12bit
2014-10-16 Carl HetheringtonMerge branch 'master' into 12bit
2014-10-15 Carl HetheringtonMerge master.
2014-10-08 Carl HetheringtonMerge master.
2014-10-02 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-30 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-30 Carl HetheringtonBasic video fade support.
2014-09-29 Carl HetheringtonMerge master.
2014-09-22 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-16 Carl HetheringtonMerge master.
2014-09-12 Carl HetheringtonMerge master.
2014-09-11 Carl HetheringtonSpot repeated frames from single-image sources and...
2014-09-11 Carl HetheringtonMerge master.
2014-09-10 Carl HetheringtonMerge master.
2014-09-10 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-09 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-09 Carl HetheringtonMerge master.
next