doc: Update the Changelog for release 11.2
[platform/upstream/libav.git] / Changelog
index 37e5a60..60c6626 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,19 +1,94 @@
 Entries are sorted chronologically from oldest to youngest within each release,
 releases are sorted from youngest to oldest.
 
+version 11.2:
+
+- h264: restore a block mistakenly removed in e10fd08a (libav #781)
+- on2avc: check number of channels (CVE-2014-8549)
+- smc: fix the bounds check (CVE-2014-8548)
+- gifdec: refactor interleave end handling (CVE-2014-8547)
+- mmvideo: check frame dimensions (CVE-2014-8543)
+- jvdec: check frame dimensions (CVE-2014-8542)
+- mjpegdec: check for pixel format changes (CVE-2014-8541)
+- mov: avoid a memleak when multiple stss boxes are present
+- vc1: Do not assume seek happens after decoding
+- avconv: Use the mpeg12 private option scan_offset (debian/773055)
+- xsub: Support DXSA subtitles
+- mp3dec: fix reading the Xing tag
+- matroskaenc: write correct Display{Width, Height} in stereo encoding
+- configure: Fix enabling memalign_hack automatically
+- mp3enc: fix a triggerable assert
+- latm: Do not give a score for a single instance
+- mp3: Tweak the probe scores
+- matroskaenc: write correct Display{Width, Height} in stereo encoding
+- configure: Fix enabling memalign_hack automatically
+- coverity: Fix most of the reported warnings and issues
+
+version 11.1:
+
+- Replace lena.pnm (debian#771126)
+- Treat all '*.pnm' files as non-text file
+- opusdec: make sure all substreams have the same number of coded samples
+- lavu: fix memory leaks by using a mutex instead of atomics
+- lavu: add wrappers for the pthreads mutex API
+- mp3enc: fix a triggerable assert
+- resample: Avoid off-by-1 errors in PTS calcs. (libav#753)
+- imc: fix order of operations in coefficients read
+- hevc_mvs: make sure to always initialize the temporal MV fully
+- hevc_mvs: initialize the temporal MV in case of missing ref
+- h264: reset ret to avoid propagating minor failures (libav#750 / lp#905753)
+- hevc: Initialize mergecand_list to 0
+- mpeg12: Always invoke the get_format() callback
+- h264: Always invoke the get_format() callback
+- Update default FATE URL for release/11
+- apetag: Fix APE tag size check
+
+version 11:
+- libx265 encoder
+- shuffleplanes filter
+- replaygain data export
+- Alias PIX image encoder and decoder
+- BRender PIX image decoder
+- Amazing Studio PAF playback support
+- XBM decoder
+- BMP standalone parser
+- OpenEXR image decoder
+- support encoding and decoding 4-channel SGI images
+- support decoding 16-bit RLE SGI images
+- VP7 video decoder
+- LucasArts SMUSH SANM video decoder
+- LucasArts SMUSH VIMA audio decoder (ADPCM)
+- LucasArts SMUSH demuxer
+- MP2 encoding via TwoLAME
+- asettb filter
+- Silicon Graphics RLE 8-bit video decoder
+- Silicon Graphics Motion Video Compressor 1 & 2 decoder
+- Silicon Graphics Movie demuxer
+- On2 AVC (Audio for Video) decoder
+- support for decoding through DXVA2 in avconv
+- libbs2b-based stereo-to-binaural audio filter
+- native Opus decoder
+- display matrix export and rotation API
+- drop avserver, it was unmaintained for years and largely broken
+- Icecast protocol
+- request Icecast metadata by default
+- support for using metadata in stream specifiers in avtools
+- Matroska 3D support
+
+
 version 10:
 - av_strnstr
 - support ID3v2 tags in ASF files
 - reference-counting for AVFrame and AVPacket data
 - avconv now fails when input options are used for output file
   or vice versa
-- new avconv options -filter_script and -filter_complex_script, which allow a
+- avconv options -filter_script and -filter_complex_script, which allow a
   filtergraph description to be read from a file
 - uniform options syntax across all filters
-- new interlace filter
+- interlace filter
 - JPEG 2000 decoder
-- new asetpts filter (same as setpts, but for audio)
-- new trim and atrim filters
+- asetpts filter (same as setpts, but for audio)
+- trim and atrim filters
 - avconv -t and -ss (output-only) options are now sample-accurate when
   transcoding audio
 - Matroska muxer can now put the index at the beginning of the file.
@@ -26,6 +101,38 @@ version 10:
 - Go2Webinar decoder
 - WavPack encoding through libwavpack
 - Added the -n parameter to avconv
+- RTMP seek support
+- when transcoding with avconv (i.e. not streamcopying), -ss is now accurate
+  even when used as an input option. Previous behavior can be restored with
+  the -noaccurate_seek option.
+- avconv -t option can now be used for inputs, to limit the duration of
+  data read from an input file
+- Voxware MetaSound decoder
+- WebP decoder
+- Error Resilient AAC syntax (ER AAC LC) decoding
+- Low Delay AAC (ER AAC LD) decoding
+- mux chapters in ASF files
+- Opus in Ogg demuxing
+- Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support)
+- F4V muxer
+- HNM version 4 demuxer and video decoder
+- HEVC decoder
+- raw HEVC, HEVC in MOV/MP4, HEVC in Matroska, HEVC in MPEG-TS demuxing
+- remove avplay -vismv option, which has not worked for a long time
+- Live HDS muxer
+- setsar/setdar filters now support variables in ratio expressions
+- dar variable in the scale filter now returns the actual DAR (i.e. a * sar)
+- VP9 decoder
+- support for decoding through VDPAU in avconv (the -hwaccel option)
+- remove mp3_header_(de)compress bitstream filters
+- stereoscopic 3d metadata handling
+- png standalone parser
+- WebP encoding via libwebp
+- ATRAC3+ decoder
+- framepack filter
+- Mirillis FIC video decoder
+- Support DNx444
+- compand audio filter
 
 
 version 9:
@@ -380,7 +487,7 @@ version 0.6:
 - LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
 - WMA Pro decoder
 - Core Audio Format demuxer
-- Atrac1 decoder
+- ATRAC1 decoder
 - MD STUDIO audio demuxer
 - RF64 support in WAV demuxer
 - MPEG-4 Audio Lossless Coding (ALS) decoder
@@ -508,7 +615,7 @@ version 0.5:
 - Interplay C93 demuxer and video decoder
 - Bethsoft VID demuxer and video decoder
 - CRYO APC demuxer
-- Atrac3 decoder
+- ATRAC3 decoder
 - V.Flash PTX decoder
 - RoQ muxer, RoQ audio encoder
 - Renderware TXD demuxer and decoder