aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2012-03-15 08:57:33 +0100
committerReinhard Tartler <siretart@tauware.de>2012-03-15 08:58:14 +0100
commit5effcfa76792470677a1f6bc9aa73347a87ef720 (patch)
tree4adcf3e6b08f906622ea36a6503b4e145b004ef7 /Changelog
parent1ee0cd1ad77ab96ca4573ea4b3937df7e138c8d5 (diff)
downloadffmpeg-5effcfa76792470677a1f6bc9aa73347a87ef720.tar.gz
Update Changelog for the 0.8.1 Release
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog30
1 files changed, 30 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index f1530749de..cb04ee4992 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,36 @@
Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
+version 0.8.1:
+
+- Several bugs and crashes have been fixed in the following codecs: AAC,
+ AC-3, ADPCM, AMR (both NB and WB), ATRAC3, CAVC, Cook, camstudio, DCA,
+ DPCM, DSI CIN, DV, EA TGQ, FLAC, fraps, G.722 (both encoder and
+ decoder), H.264, huvffyuv, BB JV decoder, Indeo 3, KGV1, LCL, the
+ libx264 wrapper, MJPEG, mp3on4, Musepack, MPEG1/2, PNG, QDM2, Qt RLE,
+ ROQ, RV10, RV30/RV34/RV40, shorten, smacker, subrip, SVQ3, TIFF,
+ Truemotion2, TTA, VC1, VMware Screen codec, Vorbis, VP5, VP6, WMA,
+ Westwood SNDx, XXAN.
+
+- This release additionally updates the following codecs to the
+ bytestream2 API, and therefore benefit from additional overflow
+ checks: XXAN, ALG MM, TQG, SMC, Qt SMC, ROQ, PNG
+
+- Several bugs and crashes have been fixed in the following formats:
+ AIFF, ASF, DV, Matroska, NSV, MOV, MPEG-TS, Smacker, Sony OpenMG, RM,
+ SWF.
+
+- Libswscale has an potential overflow for large image size fixed.
+
+- The following APIs have been added:
+
+ avcodec_is_open()
+ avformat_get_riff_video_tags()
+ avformat_get_riff_audio_tags()
+
+ Please see the file doc/APIchanges and the Doxygen documentation for
+ further information.
+
version 0.8: