diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-11-04 20:07:44 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-04 20:07:44 +0100 |
commit | d83dff2e09516f04f79b05850bfbccf8080aff68 (patch) | |
tree | 86695600ee5e5f5cd52aab40b9a934c6e5a425ff | |
parent | 5e708b4de3aaa8939ba551bc417754775530eba8 (diff) | |
download | ffmpeg-d83dff2e09516f04f79b05850bfbccf8080aff68.tar.gz |
update for 0.10.10
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | Changelog | 3 | ||||
-rw-r--r-- | Doxyfile | 2 | ||||
-rw-r--r-- | RELEASE | 2 | ||||
-rw-r--r-- | VERSION | 2 |
4 files changed, 6 insertions, 3 deletions
@@ -3,6 +3,9 @@ releases are sorted from youngest to oldest. version next: + +version 0.10.10 + - x86: fft: Remove 3DNow! optimizations, they break FATE - x86: ac3dsp: Drop mmx variant of ac3_max_msb_abs_int16 - aac: Check init_get_bits return value @@ -31,7 +31,7 @@ PROJECT_NAME = FFmpeg # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.10.9 +PROJECT_NUMBER = 0.10.10 # With the PROJECT_LOGO tag one can specify an logo or icon that is included # in the documentation. The maximum height of the logo should not exceed 55 @@ -1 +1 @@ -0.10.9 +0.10.10 @@ -1 +1 @@ -0.10.9 +0.10.10 |