| ... | ... |
@@ -13,6 +13,14 @@ libavutil: 2011-04-18 |
| 13 | 13 |
|
| 14 | 14 |
API changes, most recent first: |
| 15 | 15 |
|
| 16 |
+2012-xx-xx - lavc 53.34.0 |
|
| 17 |
+ New audio encoding API: |
|
| 18 |
+ xxxxxxx Add CODEC_CAP_VARIABLE_FRAME_SIZE capability for use by audio |
|
| 19 |
+ encoders. |
|
| 20 |
+ xxxxxxx Add avcodec_fill_audio_frame() as a convenience function. |
|
| 21 |
+ xxxxxxx Add avcodec_encode_audio2() and deprecate avcodec_encode_audio(). |
|
| 22 |
+ Add AVCodec.encode2(). |
|
| 23 |
+ |
|
| 16 | 24 |
2012-01-xx - xxxxxxx - lavfi 2.15.0 |
| 17 | 25 |
Add a new installed header -- libavfilter/version.h -- with version macros. |
| 18 | 26 |
|
| ... | ... |
@@ -21,7 +21,7 @@ |
| 21 | 21 |
#define AVCODEC_VERSION_H |
| 22 | 22 |
|
| 23 | 23 |
#define LIBAVCODEC_VERSION_MAJOR 53 |
| 24 |
-#define LIBAVCODEC_VERSION_MINOR 33 |
|
| 24 |
+#define LIBAVCODEC_VERSION_MINOR 34 |
|
| 25 | 25 |
#define LIBAVCODEC_VERSION_MICRO 0 |
| 26 | 26 |
|
| 27 | 27 |
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |