Nicolas George
|
03e8944fc1
|
lavc: add missing codec descriptors.
|
2012-08-13 10:45:04 +02:00 |
|
Michael Niedermayer
|
f5f3684fb8
|
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavf: simplify is_intra_only() by using codec descriptors.
lavc: add an intra-only codec property.
lavc: add codec descriptors.
lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.
dict: move struct AVDictionary definition to dict.c
dict: add av_dict_count()
Conflicts:
doc/APIchanges
libavcodec/old_codec_ids.h
libavformat/utils.c
libavutil/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-08-11 15:01:45 +02:00 |
|
Anton Khirnov
|
51efed152d
|
lavc: add an intra-only codec property.
|
2012-08-11 11:34:09 +02:00 |
|
Anton Khirnov
|
c223d79945
|
lavc: add codec descriptors.
They describe properties that are inherent to a codec (as described by
an AVCodecID) without referring to a specific implementation.
|
2012-08-11 11:32:11 +02:00 |
|