On Sun, May 24, 2015 at 9:42 AM, Reinhard Tartler <[email protected]> wrote: > --- > Changelog | 33 +++++++++++++++++++++++++++++++++ > RELEASE | 2 +- > 2 files changed, 34 insertions(+), 1 deletion(-) > > diff --git a/Changelog b/Changelog > index 6b8cabc..f660abe 100644 > --- a/Changelog > +++ b/Changelog > @@ -1,6 +1,39 @@ > Entries are sorted chronologically from oldest to youngest within each > release, > releases are sorted from youngest to oldest. > > +version 11.4: > + > + - configure: Disable i686 for i586 and lower CPUs (debian/783082) > + - mjpegenc: Fix JFIF header byte ordering (bug/808) > + - nut: Make sure to clean up on read_header failure > + - png: Set the color range as full range > + - avi: Validate sample_size > + - nut: Check chapter creation in decode_info_header > + - alac: Reject rice_limit 0 if compression is used > + - ape: Support _0000 files with nblock smaller than 64 > + - mux: Do not leave stale side data pointers in ff_interleave_add_packet() > + - avresample: Reallocate the internal buffer to the correct size (bug/825) > + - mpegts: Update the PSI/SI table only if the version change > + - rtsp: Make sure we don't write too many transport entries into a > fixed-size array > + - rtpenc_jpeg: Handle case of picture dimensions not dividing by 8 > + - mov: Fix little endian audio detection > + - x86: Put COPY3_IF_LT under HAVE_6REGS (gentoo/541930) > + - roqvideoenc: set enc->avctx in roq_encode_init > + - mp3: Properly use AVCodecContext API > + - libvpx: Fix mixed use of av_malloc() and av_reallocp() > + - Revert "lavfi: always check av_expr_parse_and_eval() return value" > + - alsdec: only adapt order for positive max_order > + - alsdec: check sample pointer range in revert_channel_correlation > + - aacpsy: correct calculation of minath in psy_3gpp_init > + - alsdec: limit avctx->bits_per_raw_sample to 32 > + - aasc: return correct buffer size from aasc_decode_frame > + - matroskadec: fix crash when parsing invalid mkv > + - avconv: do not overwrite the stream codec context for streamcopy > + - webp: ensure that each transform is only used once > + - h264_ps: properly check cropping parameters against overflow > + - hevc: zero the correct variables on invalid crop parameters > + - hevc: make the crop sizes unsigned > + > version 11.3: > > - utvideodec: Handle slice_height being zero (CVE-2014-9604) > diff --git a/RELEASE b/RELEASE > index 8bb4222..1c7134d 100644 > --- a/RELEASE > +++ b/RELEASE > @@ -1 +1 @@ > -11.3 > +11.4 > -- > 2.1.0
I think that's fine and I have no other cherry pick to perform. -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
