Browse code

doc/APIchanges: fill in dates and hashes

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2014/08/25 22:57:37
Showing 1 changed files
... ...
@@ -15,10 +15,10 @@ libavutil:     2014-08-09
15 15
 
16 16
 API changes, most recent first:
17 17
 
18
-2014-08-xx - xxxxxxx - lavf 56.03.0 - avformat.h
18
+2014-08-25 - 215db29 / b263f8f - lavf 56.3.100 / 56.3.0 - avformat.h
19 19
   Add AVFormatContext.max_ts_probe.
20 20
 
21
-2014-08-23 - xxxxxxx - lavu 54.7.100 - dict.h
21
+2014-08-23 - 8fc9bd0 - lavu 54.7.100 - dict.h
22 22
   AV_DICT_DONT_STRDUP_KEY and AV_DICT_DONT_STRDUP_VAL arguments are now
23 23
   freed even on error. This is consistent with the behaviour all users
24 24
   of it we could find expect.
... ...
@@ -26,16 +26,16 @@ API changes, most recent first:
26 26
 2014-08-21 - 980a5b0 - lavu 54.6.100 - frame.h motion_vector.h
27 27
   Add AV_FRAME_DATA_MOTION_VECTORS side data and AVMotionVector structure
28 28
 
29
-2014-08-16 - xxxxxxx - lswr 1.1.100 - swresample.h
29
+2014-08-16 - b7d5e01 - lswr 1.1.100 - swresample.h
30 30
   Add AVFrame based API
31 31
 
32
-2014-xx-xx - xxxxxxx - lavu 54.4.100 - dict.h
32
+2014-08-16 - c2829dc - lavu 54.4.100 - dict.h
33 33
   Add av_dict_set_int helper function.
34 34
 
35
-2014-08-13 - 8ddc326 - lavu 54.03.0 - mem.h
35
+2014-08-13 - c8571c6 / 8ddc326 - lavu 54.3.100 / 54.3.0 - mem.h
36 36
   Add av_strndup().
37 37
 
38
-2014-08-13 - a8c104a - lavu 54.02.0 - opt.h
38
+2014-08-13 - 2ba4577 / a8c104a - lavu 54.2.100 / 54.2.0 - opt.h
39 39
   Add av_opt_get_dict_val/set_dict_val with AV_OPT_TYPE_DICT to support
40 40
   dictionary types being set as options.
41 41
 
... ...
@@ -43,46 +43,46 @@ API changes, most recent first:
43 43
   Add AVFormatContext.event_flags and AVStream.event_flags for signaling to
44 44
   the user when events happen in the file/stream.
45 45
 
46
-2014-08-10 - fb1ddcd - lavr 2.1.0 - avresample.h
46
+2014-08-10 - 78eaaa8 / fb1ddcd - lavr 2.1.0 - avresample.h
47 47
   Add avresample_convert_frame() and avresample_config().
48 48
 
49
-2014-08-10 - fb1ddcd - lavu 54.1.0 - error.h
49
+2014-08-10 - 78eaaa8 / fb1ddcd - lavu 54.1.100 / 54.1.0 - error.h
50 50
   Add AVERROR_INPUT_CHANGED and AVERROR_OUTPUT_CHANGED.
51 51
 
52
-2014-08-08 - d35b94f - lavc 55.57.4 - avcodec.h
52
+2014-08-08 - 3841f2a / d35b94f - lavc 55.73.102 / 55.57.4 - avcodec.h
53 53
   Deprecate FF_IDCT_XVIDMMX define and xvidmmx idct option.
54 54
   Replaced by FF_IDCT_XVID and xvid respectively.
55 55
 
56
-2014-08-xx - xxxxxxx - lavf 55.53.100 - avio.h
56
+2014-08-08 - 5c3c671 - lavf 55.53.100 - avio.h
57 57
   Add avio_feof() and deprecate url_feof().
58 58
 
59 59
 2014-08-07 - bb78903 - lsws 2.1.3 - swscale.h
60 60
   sws_getContext is not going to be removed in the future.
61 61
 
62
-2014-08-07 - ad1ee5f - lavc 55.57.3 - avcodec.h
62
+2014-08-07 - a561662 / ad1ee5f - lavc 55.73.101 / 55.57.3 - avcodec.h
63 63
   reordered_opaque is not going to be removed in the future.
64 64
 
65 65
 2014-08-02 - 28a2107 - lavu 52.98.100 - pixelutils.h
66 66
   Add pixelutils API with SAD functions
67 67
 
68
-2014-08-04 - e9abafc - lavu 53.22.0 - pixfmt.h
68
+2014-08-04 - 6017c98 / e9abafc - lavu 52.97.100 / 53.22.0 - pixfmt.h
69 69
   Add AV_PIX_FMT_YA16 pixel format for 16 bit packed gray with alpha.
70 70
 
71
-2014-08-04 - e96c3b8 - lavu 53.21.1 - avstring.h
71
+2014-08-04 - 4c8bc6f / e96c3b8 - lavu 52.96.101 / 53.21.1 - avstring.h
72 72
   Rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 to better identify the format.
73 73
   An alias pixel format and color space name are provided for compatibility.
74 74
 
75
-2014-08-04 - d2962e9 - lavu 53.21.0 - pixdesc.h
75
+2014-08-04 - 073c074 / d2962e9 - lavu 52.96.100 / 53.21.0 - pixdesc.h
76 76
   Support name aliases for pixel formats.
77 77
 
78
-2014-08-03 - 1ef9e83 - lavc 55.72.101 / 55.57.2 - avcodec.h
79
-2014-08-03 - 1ef9e83 - lavu 52.95.100 / 53.20.0 - frame.h
78
+2014-08-03 - 71d008e / 1ef9e83 - lavc 55.72.101 / 55.57.2 - avcodec.h
79
+2014-08-03 - 71d008e / 1ef9e83 - lavu 52.95.100 / 53.20.0 - frame.h
80 80
   Deprecate AVCodecContext.dtg_active_format and use side-data instead.
81 81
 
82
-2014-08-03 - xxxxxxx - lavc 55.72.100 - avcodec.h
82
+2014-08-03 - e680c73 - lavc 55.72.100 - avcodec.h
83 83
   Add get_pixels() to AVDCT
84 84
 
85
-2014-08-03 - 9f17685 - lavc 55.57.1 - avcodec.h
85
+2014-08-03 - 9400603 / 9f17685 - lavc 55.71.101 / 55.57.1 - avcodec.h
86 86
   Deprecate unused FF_IDCT_IPP define and ipp avcodec option.
87 87
   Deprecate unused FF_DEBUG_PTS define and pts avcodec option.
88 88
   Deprecate unused FF_CODER_TYPE_DEFLATE define and deflate avcodec option.
... ...
@@ -173,7 +173,7 @@ API changes, most recent first:
173 173
   Add AV_FRAME_DATA_DISPLAYMATRIX for exporting frame-level
174 174
   spatial rendering on video frames for proper display.
175 175
 
176
-2014-05-19 - bddd8cb - lavc 55.64.100 / 55.53.0 - avcodec.h
176
+2014-05-19 - ef1d4ee / bddd8cb - lavc 55.64.100 / 55.53.0 - avcodec.h
177 177
   Add AV_PKT_DATA_DISPLAYMATRIX for exporting packet-level
178 178
   spatial rendering on video frames for proper display.
179 179