Browse code

doc/APIchanges: Fill in some missing things

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

Michael Niedermayer authored on 2016/10/26 09:57:51
Showing 1 changed files
... ...
@@ -15,39 +15,39 @@ libavutil:     2015-08-28
15 15
 
16 16
 API changes, most recent first:
17 17
 
18
-2016-10-24 - xxxxxxx - lavf 57.55.100 - avformat.h
18
+2016-10-24 - 73ead47 - lavf 57.55.100 - avformat.h
19 19
   Add AV_DISPOSITION_TIMED_THUMBNAILS
20 20
 
21
-2016-10-24 - xxxxxxx - lavf 57.54.100 - avformat.h
21
+2016-10-24 - a246fef - lavf 57.54.100 - avformat.h
22 22
   Add avformat_init_output() and AVSTREAM_INIT_IN_ macros
23 23
 
24
-2016-10-22 - xxxxxxx - lavu 55.33.100 - avassert.h
24
+2016-10-22 - f5495c9 - lavu 55.33.100 - avassert.h
25 25
   Add av_assert0_fpu() / av_assert2_fpu()
26 26
 
27
-2016-xx-xx - xxxxxxx - lavc 57.61.100 / lavc 57.24.0 - avcodec.h
27
+2016-10-07 - 3f9137c / 32c8359 - lavc 57.61.100 / 57.24.0 - avcodec.h
28 28
   Decoders now export the frame timestamp as AVFrame.pts. It was
29 29
   previously exported as AVFrame.pkt_pts, which is now deprecated.
30 30
 
31 31
   Note: When decoding, AVFrame.pts uses the stream/packet timebase,
32 32
   and not the codec timebase.
33 33
 
34
-2016-09-xx - xxxxxxx - lavu 55.32.100 / 55.16.0 - hwcontext.h hwcontext_qsv.h
34
+2016-09-28 - eba0414 - lavu 55.32.100 / 55.16.0 - hwcontext.h hwcontext_qsv.h
35 35
   Add AV_HWDEVICE_TYPE_QSV and a new installed header with QSV-specific
36 36
   hwcontext definitions.
37 37
 
38
-2016-09-xx - xxxxxxx - lavc 57.59.100/ 57.23.0 - avcodec.h
38
+2016-09-26 - 32c25f0 - lavc 57.59.100 / 57.23.0 - avcodec.h
39 39
   AVCodecContext.hw_frames_ctx now may be used by decoders.
40 40
 
41
-2016-09-27 - xxxxxxx - lavf 57.51.100 - avformat.h
41
+2016-09-27 - f0b6f72 - lavf 57.51.100 - avformat.h
42 42
   Add av_stream_get_codec_timebase()
43 43
 
44 44
 2016-09-27 - 23c0779 - lswr 2.2.100 - swresample.h
45 45
   Add swr_build_matrix().
46 46
 
47
-2016-09-xx - xxxxxxx - lavc 57.58.100 - avcodec.h
47
+2016-09-23 - 30d3e36 - lavc 57.58.100 - avcodec.h
48 48
   Add AV_CODEC_CAP_AVOID_PROBING codec capability flag.
49 49
 
50
-2016-09-xx - xxxxxxx - lavf 57.49.100 - avformat.h
50
+2016-09-14 - ae1dd0c - lavf 57.49.100 - avformat.h
51 51
   Add avformat_transfer_internal_stream_timing_info helper to help with stream
52 52
   copy.
53 53