Browse code

Changelog: add more entries.

Anton Khirnov authored on 2011/11/06 22:22:22
Showing 1 changed files
... ...
@@ -90,9 +90,15 @@ easier to use. The changes are:
90 90
 - Ut Video decoder
91 91
 - Speex encoding via libspeex
92 92
 - 4:2:2 H.264 decoding support
93
+- 4:2:2 and 4:4:4 H.264 encoding with libx264
93 94
 - Pulseaudio input device
94 95
 - replacement Indeo 3 decoder
95 96
 - TLS/SSL and HTTPS protocol support
97
+- AVOptions API rewritten and documented
98
+- most of CODEC_FLAG2_*, some CODEC_FLAG_* and many codec-specific fields in
99
+  AVCodecContext deprecated. Codec private options should be used instead.
100
+- Properly working defaults in libx264 wrapper, support for native presets.
101
+- Encrypted OMA files support
96 102
 
97 103
 
98 104
 version 0.7: