Browse code

changelog: misc typo and wording fixes

Diego Biurrun authored on 2011/07/10 00:43:53
Showing 1 changed files
... ...
@@ -6,23 +6,23 @@ version 0.7:
6 6
 
7 7
 - E-AC-3 audio encoder
8 8
 - ac3enc: add channel coupling support
9
-- floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
10
-- H264/MPEG frame-level multi-threading
11
-- All av_metadata_* functions renamed to av_dict_* and moved to libavutil
9
+- floating-point sample format support for (E-)AC-3, DCA, AAC, Vorbis decoders
10
+- H.264/MPEG frame-level multithreading
11
+- av_metadata_* functions renamed to av_dict_* and moved to libavutil
12 12
 - 4:4:4 H.264 decoding support
13 13
 - 10-bit H.264 optimizations for x86
14
-- Bump libswscale for recently reported ABI break
14
+- bump libswscale for recently reported ABI break
15 15
 
16 16
 
17 17
 version 0.7_beta2:
18 18
 
19
-- VP8 frame-multithreading
19
+- VP8 frame-level multithreading
20 20
 - NEON optimizations for VP8
21
-- Lots of deprecated API cruft removed
22
-- fft and imdct optimizations for AVX (Sandy Bridge) processors
21
+- removed a lot of deprecated API cruft
22
+- FFT and IMDCT optimizations for AVX (Sandy Bridge) processors
23 23
 - DPX image encoder
24 24
 - SMPTE 302M AES3 audio decoder
25
-- Remove support for quitting ffmpeg with 'q', ctrl+c should be used.
25
+- ffmpeg no longer quits after the 'q' key is pressed; use 'ctrl+c' instead
26 26
 - 9bit and 10bit per sample support in the H.264 decoder
27 27
 
28 28
 
... ...
@@ -75,10 +75,10 @@ version 0.7_beta1:
75 75
 - demuxer for receiving raw rtp:// URLs without an SDP description
76 76
 - single stream LATM/LOAS decoder
77 77
 - setpts filter added
78
-- Win64 support for optimized asm functions
78
+- Win64 support for optimized x86 assembly functions
79 79
 - MJPEG/AVI1 to JPEG/JFIF bitstream filter
80 80
 - ASS subtitle encoder and decoder
81
-- IEC 61937 encapsulation for E-AC3, TrueHD, DTS-HD (for HDMI passthrough)
81
+- IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
82 82
 - overlay filter added
83 83
 - rename aspect filter to setdar, and pixelaspect to setsar
84 84
 - IEC 61937 demuxer