Deprecated List

Global audio_resample_init (int output_channels, int input_channels, int output_rate, int input_rate)
Use av_audio_resample_init() instead.

Global av_alloc_format_context (void)
Use avformat_alloc_context() instead.

Global av_destruct_packet_nofree (AVPacket *pkt)
use NULL instead

Global av_metadata_set (AVMetadata **pm, const char *key, const char *value)
Use av_metadata_set2() 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

Global av_parser_parse (AVCodecParserContext *s, AVCodecContext *avctx, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int64_t pts, int64_t dts)
Use av_parser_parse2() instead.

Global av_sha1_final (struct AVSHA1 *context, uint8_t digest[20])
use av_sha_final() instead

Global av_sha1_init (struct AVSHA1 *context)
use av_sha_init() instead

Global av_sha1_update (struct AVSHA1 *context, const uint8_t *data, unsigned int len)
use av_sha_update() instead

Global avcodec_decode_audio2 (AVCodecContext *avctx, int16_t *samples, int *frame_size_ptr, const uint8_t *buf, int buf_size)
Use avcodec_decode_audio3 instead.

Global avcodec_decode_video (AVCodecContext *avctx, AVFrame *picture, int *got_picture_ptr, const uint8_t *buf, int buf_size)
Use avcodec_decode_video2 instead.

Global avcodec_get_pix_fmt (const char *name)
Deprecated in favor of av_get_pix_fmt().

Global AVCodecContext::hurry_up
Deprecated in favor of skip_idct and skip_frame.

Global AVCodecContext::request_channels
Deprecated in favor of request_channel_layout.

Global AVPALETTE_SIZE
Use AVPacket to send palette changes instead. This is totally broken.

Global guess_format (const char *short_name, const char *filename, const char *mime_type)
Use av_guess_format() instead.

Global parse_frame_rate (int *frame_rate, int *frame_rate_base, const char *arg)
Use av_parse_video_frame_rate instead.

Global parse_image_size (int *width_ptr, int *height_ptr, const char *str)
Use av_parse_video_frame_size instead.

Global register_avcodec (AVCodec *codec)
Deprecated in favor of avcodec_register().

Global register_protocol (URLProtocol *protocol)
Use av_register_protocol() instead.

Global sws_printVec (SwsVector *a)
Use sws_printVec2() instead.

Global sws_scale_ordered (struct SwsContext *context, const uint8_t *const src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) attribute_deprecated
Use sws_scale() instead.