diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-05-11 13:56:42 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-05-11 15:48:51 +0200 |
commit | 36dc49b713f81708e5637c18748c6f666f732caa (patch) | |
tree | 64e9aaaaedd7cda46e8e6f6de26dc98c38c8cb7b /doc | |
parent | 880fa2183051dfe6a7e44879361f674a906f5aa7 (diff) | |
download | ffmpeg-36dc49b713f81708e5637c18748c6f666f732caa.tar.gz |
doc/APIchanges: fill in missing hashes and dates.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 0995b192a4..ee96ddf258 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,21 +13,21 @@ libavutil: 2011-04-18 API changes, most recent first: -2011-05-10 - xxxxxxx - lavc 53.3.0 - avcodec.h +2011-05-10 - 188dea1 - lavc 53.3.0 - avcodec.h Deprecate AVLPCType and the following fields in AVCodecContext: lpc_coeff_precision, prediction_order_method, min_partition_order, max_partition_order, lpc_type, lpc_passes. Corresponding FLAC encoder options should be used instead. -2011-04-XX - bebe72f - lavu 51.1.0 - avutil.h +2011-04-26 - bebe72f - lavu 51.1.0 - avutil.h Add AVPictureType enum and av_get_picture_type_char(), deprecate FF_*_TYPE defines and av_get_pict_type_char() defined in libavcodec/avcodec.h. -2011-04-xx - 10d3940 - lavfi 2.3.0 - avfilter.h +2011-04-26 - 10d3940 - lavfi 2.3.0 - avfilter.h Add pict_type and key_frame fields to AVFilterBufferRefVideo. -2011-04-xx - 7a11c82 - lavfi 2.2.0 - vsrc_buffer +2011-04-26 - 7a11c82 - lavfi 2.2.0 - vsrc_buffer Add sample_aspect_ratio fields to vsrc_buffer arguments 2011-04-21 - 94f7451 - lavc 53.1.0 - avcodec.h |