- Global AVCodecContext::hurry_up
- Deprecated in favor of skip_idct and skip_frame.
- Class AVFrac
- Use AVRational instead
- Global AVPALETTE_SIZE
- Use AVPacket to send palette changes instead. This is totally broken.
- Global attribute_deprecated
- Use the software scaler (swscale) instead.
- Global av_free_static
- . Code which uses av_free_static is broken/misdesigned and should correctly use static arrays
- Global av_mallocz_static
- . Code which uses av_mallocz_static is broken/misdesigned and should correctly use static arrays
- Global av_parser_change
- use AVBitstreamFilter
- Global avcodec_decode_audio
- Use avcodec_decode_audio2() instead.
- Global img_convert
- Use the software scaler (swscale) instead.
- Global img_copy
- Use the software scaler (swscale) instead.
- Global img_crop
- Use the software scaler (swscale) instead.
- Global img_pad
- Use the software scaler (swscale) instead.
- Global img_resample
- Use the software scaler (swscale) instead.
- Global img_resample_close
- Use the software scaler (swscale) instead.
- Global img_resample_full_init
- Use the software scaler (swscale) instead.
- Global img_resample_init
- Use the software scaler (swscale) instead.
- Global ff_realloc_static
- . Code which uses ff_realloc_static is broken/misdesigned and should correctly use static arrays
- Global ff_eval
- Use ff_eval2 instead
- Global parse_frame_rate
- Use av_parse_video_frame_rate instead.
- Global parse_image_size
- Use av_parse_video_frame_size instead.
Generated on Thu Apr 2 07:16:14 2009 for ffmpeg by
1.5.6