diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2013-09-17 12:47:09 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-09-17 13:31:54 +0200 |
commit | c38854c39929145bee07cee5377a7202df591e18 (patch) | |
tree | 9b51395647116988d334f9728844420399da3ce1 /doc | |
parent | b1db33159fdc2da4bdd8c75e4ff9a7dd0ef2f0c2 (diff) | |
download | ffmpeg-c38854c39929145bee07cee5377a7202df591e18.tar.gz |
doc: Add missing hashes and dates to APIChanges
Also fix the typo in the last entry version.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 58b6493607..fbd3ff9bc1 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,53 +13,53 @@ libavutil: 2012-10-22 API changes, most recent first: -2013-09-xx - xxxxxxx - lavu 52.13.0 - mem.h +2013-09-16 - 3feb3d6 - lavu 52.15.0 - mem.h Add av_reallocp. -2013-08-xx - xxxxxxx - lavc 55.16.0 - avcodec.h +2013-08-10 - 5a9a9d4 - lavc 55.16.0 - avcodec.h Extend AVPacket API with av_packet_unref, av_packet_ref, av_packet_move_ref, av_packet_copy_props, av_packet_free_side_data. -2013-08-xx - xxxxxxx - lavc 55.13.0 - avcodec.h +2013-08-05 - f824535 - lavc 55.13.0 - avcodec.h Deprecate the bitstream-related members from struct AVVDPAUContext. The bistream buffers no longer need to be explicitly freed. -2013-08-xx - xxxxxxx - lavc 55.12.0 - avcodec.h +2013-08-05 - 549294f - lavc 55.12.0 - avcodec.h Deprecate the CODEC_CAP_HWACCEL_VDPAU codec capability. Use CODEC_CAP_HWACCEL and select the AV_PIX_FMT_VDPAU format with get_format() instead. -2013-08-xx - xxxxxxx - lavu 52.14.0 - pixfmt.h +2013-08-05 - a0ad5d0 - lavu 52.14.0 - pixfmt.h Deprecate AV_PIX_FMT_VDPAU_*. Use AV_PIX_FMT_VDPAU instead. -2013-08-xx - xxxxxxx - lavc 55.11.0 - avcodec.h +2013-08-02 - a8b1927 - lavc 55.11.0 - avcodec.h Add output_picture_number to AVCodecParserContext. -2013-06-xx - xxxxxxx - lavc 55.10.0 - avcodec.h +2013-06-24 - 95d5246 - lavc 55.10.0 - avcodec.h Add MPEG-2 AAC profiles -2013-06-xx - xxxxxxx - lavu 52.13.0 - mem.h +2013-06-04 - fc962d4 - lavu 52.13.0 - mem.h Add av_realloc_array and av_reallocp_array -2013-05-xx - xxxxxxx - lavfi 3.10.0 - avfilter.h +2013-05-24 - 129bb23 - lavfi 3.10.0 - avfilter.h Add support for slice multithreading to lavfi. Filters supporting threading are marked with AVFILTER_FLAG_SLICE_THREADS. New fields AVFilterContext.thread_type, AVFilterGraph.thread_type and AVFilterGraph.nb_threads (accessible directly or through AVOptions) may be used to configure multithreading. -2013-xx-xx - xxxxxxx - lavu 52.12.0 - cpu.h +2013-05-24 - 2a6eaea - lavu 52.12.0 - cpu.h Add av_cpu_count() function for getting the number of logical CPUs. -2013-05-xx - xxxxxxx - lavc 55.7.0 - avcodec.h +2013-05-24 - b493847 - lavc 55.7.0 - avcodec.h Add picture_structure to AVCodecParserContext. -2013-05-xx - xxxxxxx - lavu 52.11.0 - pixdesc.h +2013-05-15 - e6c4ac7 - lavu 52.11.0 - pixdesc.h Replace PIX_FMT_* flags with AV_PIX_FMT_FLAG_*. -2013-04-xx - xxxxxxx - lavc 55.4.0 - avcodec.h +2013-04-03 - 507b1e4 - lavc 55.4.0 - avcodec.h Add field_order to AVCodecParserContext. -2013-03-xx - xxxxxxx - lavc 55.2.0 - avcodec.h +2013-04-19 - 5e83d9a - lavc 55.2.0 - avcodec.h Add CODEC_FLAG_UNALIGNED to allow decoders to produce unaligned output. 2013-04-11 - lavfi 3.8.0 |