Browse code

avcodec: Add forgotten minor bump, add Changelog and add Cineform to general.texi

Kieran Kunhya authored on 2016/01/31 03:09:36
Showing 3 changed files
... ...
@@ -60,6 +60,7 @@ version <next>:
60 60
 - libquvi support removed
61 61
 - support for dvaudio in wav and avi
62 62
 - libaacplus and libvo-aacenc support removed
63
+- Cineform HD decoder
63 64
 
64 65
 
65 66
 version 2.8:
... ...
@@ -276,6 +276,7 @@ library:
276 276
 @item CD+G                      @tab   @tab X
277 277
     @tab Video format used by CD+G karaoke disks
278 278
 @item Phantom Cine              @tab   @tab X
279
+@item Cineform HD               @tab   @tab X
279 280
 @item Commodore CDXL            @tab   @tab X
280 281
     @tab Amiga CD video format
281 282
 @item Core Audio Format         @tab X @tab X
... ...
@@ -29,7 +29,7 @@
29 29
 #include "libavutil/version.h"
30 30
 
31 31
 #define LIBAVCODEC_VERSION_MAJOR  57
32
-#define LIBAVCODEC_VERSION_MINOR  23
32
+#define LIBAVCODEC_VERSION_MINOR  24
33 33
 #define LIBAVCODEC_VERSION_MICRO 100
34 34
 
35 35
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \