aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2014-03-13 20:57:03 -0400
committerReinhard Tartler <siretart@tauware.de>2014-03-13 20:57:21 -0400
commitf1a2364cebe472a98a5ea157071f4eee4429ce9f (patch)
tree5a682bf08a00be7b8eed6cf069da562444ab9d69
parentb00444c0bbbc78ae477ec697d6569893609f420d (diff)
downloadffmpeg-f1a2364cebe472a98a5ea157071f4eee4429ce9f.tar.gz
Update Changelog for 9.12
-rw-r--r--Changelog20
1 files changed, 20 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index bc18fef496..1c4114f2d2 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,25 @@
Releases are sorted from youngest to oldest.
+version 9.12:
+- configure: Update freetype check to follow upstream
+- drawtext: Drop pointless header
+- configure: Support preprocessor macros as header names
+- arm: hpeldsp: fix put_pixels8_y2_{,no_rnd_}armv6
+- qt-faststart: Check offset_count before reading from the moov_atom buffer
+- arm: hpeldsp: prevent overreads in armv6 asm
+- configure: enable PIC on s390(x)
+- ituh263: reject b-frame with pp_time = 0
+- lagarith: reallocate rgb_planes when needed
+- truemotion1: check the header size
+- shorten: pad the internal bitstream buffer
+- samplefmt: avoid integer overflow in av_samples_get_buffer_size()
+- h264: Fix a typo from the previous commit
+- h264: Lower bound check for slice offsets
+- Add missing header to fix compilation after d2a0654
+- configure: Add missing dependency of Snow decoder on videodsp
+- rpza: limit the number of blocks to the total remaining blocks in the frame
+
+
version 9.11:
- oggparseogm: check timing variables
- mathematics: remove asserts from av_rescale_rnd()