diff options
author | Michael Bradshaw <mbradshaw@sorensonmedia.com> | 2011-11-17 16:57:09 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-18 01:20:40 +0100 |
commit | 856b33f578d3ca0e17ae69273d1c77248bf61a66 (patch) | |
tree | 1dd67ff37d5a28193ed963f87f0b4de0e64fc2b8 /Changelog | |
parent | 32aa9590ac02e477b6ffe83806e735fd4a86c362 (diff) | |
download | ffmpeg-856b33f578d3ca0e17ae69273d1c77248bf61a66.tar.gz |
Added support for J2K encoding with libopenjpeg
Note: Some of the previous patches have had two bugs that have been fixed
in this patch.
Signed-off-by: Michael Bradshaw <mbradshaw@sorensonmedia.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -241,6 +241,7 @@ version 0.8: - lut, lutrgb, and lutyuv filters added - buffersink libavfilter sink added - Bump libswscale for recently reported ABI break +- New J2K encoder (via OpenJPEG) version 0.7: |