| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-02 | Fix corruption of subsampled images that are being placed into black | Carl Hetherington | |
| frames at odd offsets, using the same approach that is used when cropping. Should fix #1227. | |||
| 2018-02-12 | Add SWS_ACCURATE_RND to sws flags. Without this, conversions to RGB in | Carl Hetherington | |
| crop_scale_window_test leave the 6 pixels at the right side of the image uninitialised (sws_scale doesn't fill them in with anything) so you get garbage in the output. SWS_ACCURATE_RND fixes it. There are whisperings that this is slow, so the impact of this patch may need to be measured in some "real" situations. | |||
| 2018-01-11 | Harden alpha blend tests and fix alpha_blend again. | Carl Hetherington | |
| 2018-01-10 | Fix yet more pixel order confusions. | Carl Hetherington | |
| 2018-01-10 | Fix some incorrect alpha blending; may help with #1155. | Carl Hetherington | |
| 2018-01-03 | Fix alpha blending with with offset; should help with #1155. | Carl Hetherington | |
| 2018-01-03 | Fix incorrect alpha-blend in some cases. | Carl Hetherington | |
| 2018-01-03 | Use convert_pixel_format a little. | Carl Hetherington | |
| 2018-01-02 | Add convert_pixel_format convenience function. | Carl Hetherington | |
| 2017-12-30 | Add missing factor to fix problems when padding in subsampled containers; ↵ | Carl Hetherington | |
| should fix #1129. | |||
| 2017-12-30 | Make horizontal_factor look the same as vertical_factor. | Carl Hetherington | |
| 2017-12-29 | Add basic memory-used stuff for butler and reduce minimum audio | Carl Hetherington | |
| readahead quite a bit. This in turn reduces the maximum butler memory usage as it will keep getting audio (and hence video) until the minimum audio readahead is hit. | |||
| 2017-09-26 | Speculative fix for alpha blending onto YUV422P10LE. | Carl Hetherington | |
| 2017-06-07 | Fix crash when alpha-blending subtitles onto YUV420 images. | Carl Hetherington | |
| 2017-05-25 | Trim some code. | Carl Hetherington | |
| 2017-05-25 | More tests; fix blend for YUV420P10LE. | Carl Hetherington | |
| 2017-05-24 | Implement alpha_blend for YUV420P and YUV420P10. Improve unit test. | Carl Hetherington | |
| 2017-05-24 | Better error message. | Carl Hetherington | |
| 2017-04-19 | Various Doxygen fixes. | Carl Hetherington | |
| 2016-08-22 | Do full gamma correction etc. when alpha-blending subtitles | Carl Hetherington | |
| onto XYZ images. This fixes colour tints on subtitles burnt into existing DCPs. | |||
| 2016-07-16 | Remove unused method. | Carl Hetherington | |
| 2016-07-09 | Missing swap in Image::swap. | Carl Hetherington | |
| 2016-06-21 | Revert "Use make_shared<>." | Carl Hetherington | |
| Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f. | |||
| 2016-06-21 | Use make_shared<>. | Carl Hetherington | |
| 2016-06-13 | Rename MD5Digester -> Digester. | Carl Hetherington | |
| 2016-05-26 | Fix slightly inexplicable RGB/BGR confusion; before this the colour of ↵ | Carl Hetherington | |
| subtitles is wrong. | |||
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-05-12 | Optimise image scaling for the preview. | Carl Hetherington | |
| 2016-05-11 | Fix typo (* for +) and use libdcp's sRGB to XYZ matrix (to help with #752). | Carl Hetherington | |
| 2016-05-04 | Allow build with the Ubuntu 16.04 version of FFmpeg. | Carl Hetherington | |
| 2016-03-08 | Bump ffmpeg to master somewhere post 3.0. | Carl Hetherington | |
| 2015-11-17 | Fix crash due to writing off the end of an Image's buffer; see comments. | Carl Hetherington | |
| 2015-11-08 | Add appearance dialog for SubRip subtitles. | Carl Hetherington | |
| 2015-11-03 | Add missing alpha_blend() for XYZ content so that subtitle overlay works on ↵ | Carl Hetherington | |
| DCP content again. | |||
| 2015-10-29 | Fix incorrect colourspace conversion of XYZ content | Carl Hetherington | |
| when it is not being passed through as untouched JPEG2000 (#730). | |||
| 2015-10-20 | Replace StringError with the equivalent std::runtime_error. | Carl Hetherington | |
| 2015-10-15 | Use AV_ prefixes on some FFmpeg bits. | Carl Hetherington | |
| 2015-08-26 | Rest of src/lib/*.h tidying. | Carl Hetherington | |
| 2015-08-25 | Purge rint() and use llrint and friends. | Carl Hetherington | |
| 2015-08-25 | Add video waveform viewer. | Carl Hetherington | |
| 2015-08-24 | White space. | Carl Hetherington | |
| 2015-08-17 | Remove unused Image::crop. | Carl Hetherington | |
| 2015-08-17 | Fix crop of some YUV content. | Carl Hetherington | |
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2015-06-12 | Comment. | Carl Hetherington | |
| 2015-06-12 | Add a pixel format to ::fade(). | Carl Hetherington | |
| 2015-06-11 | Remove unused method. | Carl Hetherington | |
| 2015-06-10 | Fix digester to take digest of the whole image, not just the first line. | Carl Hetherington | |
| 2015-04-22 | Actually use YUV->RGB setting when converting. | Carl Hetherington | |
| 2015-03-25 | Remove Scaler config and use SWS_BICUBIC everywhere. | Carl Hetherington | |
