Revision 09d171b9
doc/APIchanges | ||
---|---|---|
12 | 12 |
|
13 | 13 |
API changes, most recent first: |
14 | 14 |
|
15 |
2011-02-16 - xxxxxxx - lavf 52.101.0 - avformat.h |
|
16 |
lavu 52.39.0 - parseutils.h |
|
17 |
Add av_ prefix to dump_format(). |
|
18 |
Replace parse_date() in lavf with av_parse_time() in lavu. |
|
19 |
Move find_info_tag from lavf to lavu and add av_prefix to it. |
|
20 |
|
|
15 | 21 |
2011-02-15 - lavu 52.38.0 - merge libavcore |
16 | 22 |
libavcore is merged back completely into libavutil |
17 | 23 |
|
libavformat/version.h | ||
---|---|---|
24 | 24 |
#include "libavutil/avutil.h" |
25 | 25 |
|
26 | 26 |
#define LIBAVFORMAT_VERSION_MAJOR 52 |
27 |
#define LIBAVFORMAT_VERSION_MINOR 100
|
|
28 |
#define LIBAVFORMAT_VERSION_MICRO 1
|
|
27 |
#define LIBAVFORMAT_VERSION_MINOR 101
|
|
28 |
#define LIBAVFORMAT_VERSION_MICRO 0
|
|
29 | 29 |
|
30 | 30 |
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |
31 | 31 |
LIBAVFORMAT_VERSION_MINOR, \ |
libavutil/avutil.h | ||
---|---|---|
40 | 40 |
#define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c) |
41 | 41 |
|
42 | 42 |
#define LIBAVUTIL_VERSION_MAJOR 50 |
43 |
#define LIBAVUTIL_VERSION_MINOR 38
|
|
43 |
#define LIBAVUTIL_VERSION_MINOR 39
|
|
44 | 44 |
#define LIBAVUTIL_VERSION_MICRO 0 |
45 | 45 |
|
46 | 46 |
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |
Also available in: Unified diff