summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-02-10 12:17:35 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-02-10 12:17:35 +0100
commit2e99867a4e43ac2d344a0e9f73885f5c676e1164 (patch)
treed07cc8338f9ca916354078afd58a20c976146c00 /doc
parent03911c418f1a659049dfbe1ca2707670a8e5f731 (diff)
parentd711d839ca6714a5ef5b53ee51bc7632e62cf203 (diff)
Merge commit 'd711d839ca6714a5ef5b53ee51bc7632e62cf203'
* commit 'd711d839ca6714a5ef5b53ee51bc7632e62cf203': doc/APIchanges: fill in missing hashes and dates Conflicts: doc/APIchanges Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 7a01b80f75..4e19387134 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,7 +15,7 @@ libavutil: 2012-10-22
API changes, most recent first:
-2014-02-xx - xxxxxxx - lavf 55.11.0 - avformat.h
+2014-02-04 - d9ae103 - lavf 55.11.0 - avformat.h
Add AVFormatContext.max_interleave_delta for controlling amount of buffering
when interleaving.
@@ -34,7 +34,7 @@ API changes, most recent first:
Add AVFormatContext option metadata_header_padding to allow control over the
amount of padding added.
-2014-01-xx - xxxxxxx - lavc 55.32.1 - avcodec.h
+2014-01-20 - 93c553c - lavc 55.32.1 - avcodec.h
Edges are not required anymore on video buffers allocated by get_buffer2()
(i.e. as if the CODEC_FLAG_EMU_EDGE flag was always on). Deprecate
CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width().
@@ -45,11 +45,11 @@ API changes, most recent first:
2014-01-19 - xxxxxxx - lavu 52.63.100 - rational.h
Add av_make_q() function.
-2013-12-xx - xxxxxxx - lavu 53.2.0 - frame.h
+2014-01-05 - 5b4797a - lavu 53.2.0 - frame.h
Add AV_FRAME_DATA_MATRIXENCODING value to the AVFrameSideDataType enum, which
identifies AVMatrixEncoding data.
-2013-12-xx - xxxxxxx - lavu 53.1.0 - channel_layout.h
+2014-01-05 - 5c437fb - lavu 53.1.0 - channel_layout.h
Add values for various Dolby flags to the AVMatrixEncoding enum.
2014-01-04 - xxxxxxx - lavu 52.60.100 - mathematics.h
@@ -65,16 +65,16 @@ API changes, most recent first:
Moves version.h to libavutil/ffversion.h.
Install ffversion.h and make it public.
-2013-12-xx - xxxxxxx - lavc 55.28.1 - avcodec.h
+2013-12-11 - b9fb59d,9431356,d7b3ee9 - lavc 55.28.1 - avcodec.h
av_frame_alloc(), av_frame_unref() and av_frame_free() now can and should be
used instead of avcodec_alloc_frame(), avcodec_get_frame_defaults() and
avcodec_free_frame() respectively. The latter three functions are deprecated.
-2013-11-xx - xxxxxxx- - lavu 52.20.0 - frame.h
+2013-12-09 - 7e244c6- - lavu 52.20.0 - frame.h
Add AV_FRAME_DATA_STEREO3D value to the AVFrameSideDataType enum and
stereo3d.h API, that identify codec-independent stereo3d information.
-2013-11-xx - xxxxxxx- - lavu 52.19.0 - frame.h
+2013-11-26 - 1eaac1d- - lavu 52.19.0 - frame.h
Add AV_FRAME_DATA_A53_CC value to the AVFrameSideDataType enum, which
identifies ATSC A53 Part 4 Closed Captions data.
@@ -89,19 +89,19 @@ API changes, most recent first:
Add AV_PKT_METADATA_UPDATE side data type, used to transmit key/value
strings between a stream and the application.
-2013-11-xx - xxxxxxx - lavu 52.18.0 - mem.h
+2013-11-14 - cce3e0a - lavu 52.18.0 - mem.h
Move av_fast_malloc() and av_fast_realloc() for libavcodec to libavutil.
-2013-10-xx - xxxxxxx - lavc 55.27.0 - avcodec.h
+2013-11-14 - 8941971 - lavc 55.27.0 - avcodec.h
Deprecate AVCodecContext.error_rate, it is replaced by the 'error_rate'
private option of the mpegvideo encoder family.
-2013-11-xx - xxxxxxx - lavc 55.26.0 - vdpau.h
+2013-11-14 - 728c465 - lavc 55.26.0 - vdpau.h
Add av_vdpau_get_profile().
Add av_vdpau_alloc_context(). This function must from now on be
used for allocating AVVDPAUContext.
-2013-11-xx - xxxxxxx - lavc 55.41.100 / 55.25.0 - avcodec.h
+2013-11-04 - cd8f772 - lavc 55.41.100 / 55.25.0 - avcodec.h
lavu 52.51.100 - frame.h
Add ITU-R BT.2020 and other not yet included values to color primaries,
transfer characteristics and colorspaces.
@@ -109,7 +109,7 @@ API changes, most recent first:
2013-11-04 - xxxxxxx - lavu 52.50.100 - avutil.h
Add av_fopen_utf8()
-2013-08-xx - xxxxxxx - lavu 52.17.0 - avframe.h
+2013-10-31 - 28096e0 - lavu 52.17.0 - avframe.h
Add AVFrame.flags and AV_FRAME_FLAG_CORRUPT.
2013-10-27 - xxxxxxx - lavc 55.39.100 - avcodec.h
@@ -132,11 +132,11 @@ API changes, most recent first:
Add audio/video/subtitle AVCodec fields to AVFormatContext to force specific
decoders
-2013-08-xx - xxxxxxx - lavfi 3.11.0 - avfilter.h
+2013-09-28 - 0767bfd - lavfi 3.11.0 - avfilter.h
Add AVFilterGraph.execute and AVFilterGraph.opaque for custom slice threading
implementations.
-2013-09-21 - xxxxxxx - lavu 52.16.0 - pixfmt.h
+2013-09-21 - e208e6d - lavu 52.16.0 - pixfmt.h
Add interleaved 4:2:2 8/10-bit formats AV_PIX_FMT_NV16 and
AV_PIX_FMT_NV20.