Browse code

Changelog: merge various 0.7* sections into a single 0.8 section

FFmpeg never had distinct alfa/beta 0.7 releases, so having a single
0.8 section with all the changes should be less confusing for the
users, and it is also consistent with what we did with 0.5 and 0.6
releases.

Also add a dedicated 0.7 section, explaining how it differs from 0.8.

Stefano Sabatini authored on 2011/06/24 06:52:33
Showing 1 changed files
... ...
@@ -2,44 +2,9 @@ Entries are sorted chronologically from oldest to youngest within each release,
2 2
 releases are sorted from youngest to oldest.
3 3
 
4 4
 
5
-version 0.7:
5
+version 0.8:
6 6
 
7 7
 - many many things we forgot because we rather write code than changelogs
8
-- libmpcodecs video filter support (3 times as many filters than before)
9
-- mpeg2 aspect ratio dection fixed
10
-- libxvid aspect pickiness fixed
11
-- Frame multithreaded decoding
12
-- E-AC-3 audio encoder
13
-- ac3enc: add channel coupling support
14
-- floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
15
-- H264/MPEG frame-level multi-threading
16
-- All av_metadata_* functions renamed to av_dict_* and moved to libavutil
17
-- 4:4:4 H.264 decoding support
18
-- 10-bit H.264 optimizations for x86
19
-- lut, lutrgb, and lutyuv filters added
20
-- buffersink libavfilter sink added
21
-- Bump libswscale for recently reported ABI break
22
-
23
-
24
-version 0.7_beta2:
25
-
26
-- VP8 frame-multithreading
27
-- NEON optimizations for VP8
28
-- Lots of deprecated API cruft removed
29
-- fft and imdct optimizations for AVX (Sandy Bridge) processors
30
-- showinfo filter added
31
-- DPX image encoder
32
-- SMPTE 302M AES3 audio decoder
33
-- Apple Core Audio Format muxer
34
-- 9bit and 10bit per sample support in the H.264 decoder
35
-- 9bit and 10bit FFV1 encoding / decoding
36
-- split filter added
37
-- select filter added
38
-- sdl output device added
39
-
40
-
41
-version 0.7_beta1:
42
-
43 8
 - WebM support in Matroska de/muxer
44 9
 - low overhead Ogg muxing
45 10
 - MMS-TCP support
... ...
@@ -58,7 +23,7 @@ version 0.7_beta1:
58 58
 - RTP depacketization of QDM2
59 59
 - ANSI/ASCII art playback system
60 60
 - Lego Mindstorms RSO de/muxer
61
-- libavcore added
61
+- libavcore added (and subsequently removed)
62 62
 - SubRip subtitle file muxer and demuxer
63 63
 - Chinese AVS encoding via libxavs
64 64
 - ffprobe -show_packets option added
... ...
@@ -126,6 +91,37 @@ version 0.7_beta1:
126 126
 - AMR-WB encoding via libvo-amrwbenc
127 127
 - xWMA demuxer
128 128
 - Mobotix MxPEG decoder
129
+- VP8 frame-multithreading
130
+- NEON optimizations for VP8
131
+- Lots of deprecated API cruft removed
132
+- fft and imdct optimizations for AVX (Sandy Bridge) processors
133
+- showinfo filter added
134
+- SMPTE 302M AES3 audio decoder
135
+- Apple Core Audio Format muxer
136
+- 9bit and 10bit per sample support in the H.264 decoder
137
+- 9bit and 10bit FFV1 encoding / decoding
138
+- split filter added
139
+- select filter added
140
+- sdl output device added
141
+- libmpcodecs video filter support (3 times as many filters than before)
142
+- mpeg2 aspect ratio dection fixed
143
+- libxvid aspect pickiness fixed
144
+- Frame multithreaded decoding
145
+- E-AC-3 audio encoder
146
+- ac3enc: add channel coupling support
147
+- floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
148
+- H264/MPEG frame-level multi-threading
149
+- All av_metadata_* functions renamed to av_dict_* and moved to libavutil
150
+- 4:4:4 H.264 decoding support
151
+- 10-bit H.264 optimizations for x86
152
+- lut, lutrgb, and lutyuv filters added
153
+- buffersink libavfilter sink added
154
+- Bump libswscale for recently reported ABI break
155
+
156
+
157
+version 0.7:
158
+
159
+- all the changes for 0.8, but keeping API/ABI compatibility with the 0.6 release
129 160
 
130 161
 
131 162
 version 0.6: