You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Merge commit '577326d430593a25456393a75212b95d1cd94131'
* commit '577326d430593a25456393a75212b95d1cd94131': lavc: deprecate refcounted_frames field Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -15,6 +15,12 @@ libavutil: 2015-08-28
|
|||||||
|
|
||||||
API changes, most recent first:
|
API changes, most recent first:
|
||||||
|
|
||||||
|
2017-09-26 - xxxxxxx - lavc 57.106.102 - avcodec.h
|
||||||
|
Deprecate AVCodecContext.refcounted_frames. This was useful for deprecated
|
||||||
|
API only (avcodec_decode_video2/avcodec_decode_audio4). The new decode APIs
|
||||||
|
(avcodec_send_packet/avcodec_receive_frame) always work with reference
|
||||||
|
counted frames.
|
||||||
|
|
||||||
2017-xx-xx - xxxxxxx - lavu 55.76.100 / 56.6.0 - pixdesc.h
|
2017-xx-xx - xxxxxxx - lavu 55.76.100 / 56.6.0 - pixdesc.h
|
||||||
Add av_color_range_from_name(), av_color_primaries_from_name(),
|
Add av_color_range_from_name(), av_color_primaries_from_name(),
|
||||||
av_color_transfer_from_name(), av_color_space_from_name(), and
|
av_color_transfer_from_name(), av_color_space_from_name(), and
|
||||||
|
@@ -2683,6 +2683,7 @@ typedef struct AVCodecContext {
|
|||||||
* - encoding: unused
|
* - encoding: unused
|
||||||
* - decoding: set by the caller before avcodec_open2().
|
* - decoding: set by the caller before avcodec_open2().
|
||||||
*/
|
*/
|
||||||
|
attribute_deprecated
|
||||||
int refcounted_frames;
|
int refcounted_frames;
|
||||||
|
|
||||||
/* - encoding parameters */
|
/* - encoding parameters */
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
#define LIBAVCODEC_VERSION_MAJOR 57
|
#define LIBAVCODEC_VERSION_MAJOR 57
|
||||||
#define LIBAVCODEC_VERSION_MINOR 106
|
#define LIBAVCODEC_VERSION_MINOR 106
|
||||||
#define LIBAVCODEC_VERSION_MICRO 101
|
#define LIBAVCODEC_VERSION_MICRO 102
|
||||||
|
|
||||||
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
|
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
|
||||||
LIBAVCODEC_VERSION_MINOR, \
|
LIBAVCODEC_VERSION_MINOR, \
|
||||||
|
Reference in New Issue
Block a user