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_alloc_size (2)
. Code which uses ff_realloc_static is broken/misdesigned and should correctly use static arrays

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 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 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, uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) attribute_deprecated
Use sws_scale() instead.
Generated on Thu Mar 31 18:59:57 2011 for ffmpeg by  doxygen 1.6.3