--- Changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changelog b/Changelog index 9f1f138..17b84b1 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,16 @@ Releases are sorted from youngest to oldest. +version 9.19: + - h264: deMpegEncContextize + - h264: remove silly macros + - mpegvideo: split ff_draw_horiz_band(). + - error_resilience: add required headers. + - error_resilience: decouple ER from MpegEncContext + - h264: remove a pointless if() + - h264: simplify calls to ff_er_add_slice(). + - tls: Use the right return value for breaking out due to the interrupt callback + - rtmpcrypt: Do the xtea decryption in little endian mode + version 9.18: - tiff: Check that there is no aliasing in pixel format selection (CVE-2014-8544) - utvideodec: Handle slice_height being zero (CVE-2014-9604) -- 1.7.9.2
_______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
