- File asrc_abuffer.h
- use buffersrc.h instead.
- File asrc_abuffer.h
- use buffersrc.h instead.
- File asrc_abuffer.h
- use buffersrc.h instead.
- Global av_asrc_buffer_add_audio_buffer_ref (AVFilterContext *abuffersrc, AVFilterBufferRef *samplesref, int av_unused flags)
use av_buffersrc_add_ref() instead.
use av_buffersrc_add_ref() instead.
use av_buffersrc_add_ref() instead.
- Global av_asrc_buffer_add_buffer (AVFilterContext *abuffersrc, uint8_t *buf, int buf_size, int sample_rate, int sample_fmt, int64_t ch_layout, int planar, int64_t pts, int av_unused flags)
use av_buffersrc_add_ref() instead.
use av_buffersrc_add_ref() instead.
use av_buffersrc_add_ref() instead.
- Global av_asrc_buffer_add_samples (AVFilterContext *abuffersrc, uint8_t *data[8], int linesize[8], int nb_samples, int sample_rate, int sample_fmt, int64_t ch_layout, int planar, int64_t pts, int av_unused flags)
use av_buffersrc_add_ref() instead.
use av_buffersrc_add_ref() instead.
use av_buffersrc_add_ref() instead.
- Global av_destruct_packet (AVPacket *pkt)
use the AVBuffer API instead
use the AVBuffer API instead
- Global av_find_opt (void *obj, const char *name, const char *unit, int mask, int flags)
use av_opt_find.
use av_opt_find.
use av_opt_find.
- Global av_get_bits_per_sample_fmt (enum AVSampleFormat sample_fmt)
Use av_get_bytes_per_sample() instead.
Use av_get_bytes_per_sample() instead.
Use av_get_bytes_per_sample() instead.
- Global av_log_ask_for_sample (void *avc, const char *msg,...) av_printf_format(2
Use avpriv_request_sample() instead.
Use avpriv_request_sample() instead.
- Global av_log_missing_feature (void *avc, const char *feature, int want_sample)
Use avpriv_report_missing_feature() instead.
Use avpriv_report_missing_feature() instead.
- Global av_parser_change (AVCodecParserContext *s, AVCodecContext *avctx, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe)
use AVBitStreamFilter
use AVBitStreamFilter
use AVBitStreamFilter
- Global av_set_string3 (void *obj, const char *name, const char *val, int alloc, const AVOption **o_out)
use av_opt_set()
use av_opt_set()
use av_opt_set()
- Global avcodec_decode_audio3 (AVCodecContext *avctx, int16_t *samples, int *frame_size_ptr, AVPacket *avpkt)
Use avcodec_decode_audio4 instead.
Use avcodec_decode_audio4 instead.
- Global avcodec_encode_audio (AVCodecContext *avctx, uint8_t *buf, int buf_size, const short *samples)
Use avcodec_encode_audio2 instead.
Use avcodec_encode_audio2 instead.
- Global avcodec_encode_video (AVCodecContext *avctx, uint8_t *buf, int buf_size, const AVFrame *pict)
use avcodec_encode_video2() instead.
use avcodec_encode_video2() instead.
- Global AVCodecContext::get_buffer )(struct AVCodecContext *c, AVFrame *pic)
use get_buffer2()
use get_buffer2()
use get_buffer2()
- Global AVCodecContext::release_buffer )(struct AVCodecContext *c, AVFrame *pic)
custom freeing callbacks should be set from get_buffer2()
custom freeing callbacks should be set from get_buffer2()
custom freeing callbacks should be set from get_buffer2()
- Global AVCodecContext::reordered_opaque
in favor of pkt_pts
- encoding: unused
- decoding: Set by user.
in favor of pkt_pts
- encoding: unused
- decoding: Set by user.
in favor of pkt_pts
- encoding: unused
- decoding: Set by user.
in favor of pkt_pts
- encoding: unused
- decoding: Set by user.
in favor of pkt_pts
- encoding: unused
- decoding: Set by user.
- Global AVCodecContext::request_channels
Deprecated in favor of request_channel_layout.
Deprecated in favor of request_channel_layout.
Deprecated in favor of request_channel_layout.
- Global AVFrame::hwaccel_picture_private
this field is unused
this field is unused
this field is unused
this field is unused
this field is unused
- Global AVFrame::reordered_opaque
in favor of pkt_pts
in favor of pkt_pts
in favor of pkt_pts
in favor of pkt_pts
in favor of pkt_pts
- Global avpicture_deinterlace (AVPicture *dst, const AVPicture *src, enum AVPixelFormat pix_fmt, int width, int height)
- use yadif (in libavfilter) instead
- use yadif (in libavfilter) instead
- File dict.h
- AVDictionary is provided for compatibility with libav. It is both in implementation as well as API inefficient. It does not scale and is extremely slow with large dictionaries. It is recommended that new code uses our tree container from tree.c/h where applicable, which uses AVL trees to achieve O(log n) performance.
- File dict.h
- AVDictionary is provided for compatibility with libav. It is both in implementation as well as API inefficient. It does not scale and is extremely slow with large dictionaries. It is recommended that new code uses our tree container from tree.c/h where applicable, which uses AVL trees to achieve O(log n) performance.
- File dict.h
- AVDictionary is provided for compatibility with libav. It is both in implementation as well as API inefficient. It does not scale and is extremely slow with large dictionaries. It is recommended that new code uses our tree container from tree.c/h where applicable, which uses AVL trees to achieve O(log n) performance.
- Group lavc_resample
use libswresample instead
use libswresample instead
- Global PIX_FMT_BE
use the AV_PIX_FMT_FLAG_* flags
use the AV_PIX_FMT_FLAG_* flags
use the AV_PIX_FMT_FLAG_* flags
- Global sws_getContext (int srcW, int srcH, enum AVPixelFormat srcFormat, int dstW, int dstH, enum AVPixelFormat dstFormat, int flags, SwsFilter *srcFilter, SwsFilter *dstFilter, const double *param)
Use sws_getCachedContext() instead.
Use sws_getCachedContext() instead.
Use sws_getCachedContext() instead.