- Global AVCodecContext::hurry_up
- Deprecated in favor of skip_idct and skip_frame.
- Global AVCodecContext::reordered_opaque
- in favor of pkt_pts
- encoding: unused
- decoding: Set by user.
- Global AVCodecContext::request_channels
- Deprecated in favor of request_channel_layout.
- Global AVCodecContext::use_lpc
- Deprecated in favor of lpc_type and lpc_passes.
- Class URLContext
- This struct will be made private
- Class URLProtocol
- This struct is to be made private. Use the higher-level AVIOContext-based API instead.
- Global avcodec_channel_layout_num_channels
- Use av_get_channel_layout_nb_channels() instead.
- Global avcodec_get_channel_layout
- Use av_get_channel_layout() instead.
- Global avcodec_get_channel_layout_string
- Use av_get_channel_layout_string() instead.
- Global avcodec_get_sample_fmt
- Use av_get_sample_fmt() instead.
- Global avcodec_get_sample_fmt_name
- Use av_get_sample_fmt_name() instead.
- Global avcodec_sample_fmt_string
- Use av_get_sample_fmt_string() instead.
- Global AVPALETTE_SIZE
- Use AVPacket to send palette changes instead. This is totally broken.
- Global audio_resample_init
- Use av_audio_resample_init() instead.
- Global av_destruct_packet_nofree
- use NULL instead
- Global av_get_bits_per_sample_format
- Use av_get_bytes_per_sample() instead.
- Global av_get_pict_type_char
- Use av_get_picture_type_char() instead.
- Global av_parse_video_frame_rate
- Deprecated in favor of av_parse_video_rate().
- Global av_parse_video_frame_size
- Deprecated in favor of av_parse_video_size().
- Global av_parser_change
- use AVBitstreamFilter
- Global av_parser_parse
- Use av_parser_parse2() instead.
- Global av_picture_data_copy
- Deprecated in favor of av_image_copy().
- Global avcodec_check_dimensions
- Deprecated in favor of av_check_image_size().
- Global avcodec_decode_audio2
- Use avcodec_decode_audio3 instead.
- Global avcodec_decode_video
- Use avcodec_decode_video2 instead.
- Global avcodec_get_pix_fmt
- Deprecated in favor of av_get_pix_fmt().
- Global avcodec_get_pix_fmt_name
- Deprecated in favor of av_get_pix_fmt_name().
- Global avcodec_open
- use avcodec_open2
- Global avcodec_pix_fmt_string
- Use av_get_pix_fmt_string() instead.
- Global avcodec_thread_init
- Set s->thread_count before calling avcodec_open() instead of calling this.
- Global register_avcodec
- Deprecated in favor of avcodec_register().
- Global ff_img_copy_plane
- Use av_image_copy_plane() instead.
- Global ff_url_split
- use av_url_split() instead
- Global av_opt_show
- Use av_opt_show2() instead.
- Global av_find_opt
- use av_opt_find.
- Global av_alloc_format_context
- Use avformat_alloc_context() instead.
- Global av_find_stream_info
- use avformat_find_stream_info.
- Global av_open_input_file
- use avformat_open_input instead.
- Global av_open_input_stream
- use avformat_open_input instead.
- Global av_set_parameters
- pass the options to avformat_write_header directly.
- Global av_write_header
- use avformat_write_header.
- Global avformat_alloc_output_context
- deprecated in favor of avformat_alloc_output_context2()
- Global dump_format
- Deprecated in favor of av_dump_format().
- Global find_info_tag
- use av_find_info_tag in libavutil instead.
- Global guess_format
- Use av_guess_format() instead.
- Global parse_date
- in favor of av_parse_time()
- Global parse_frame_rate
- Use av_parse_video_frame_rate instead.
- Global parse_image_size
- Use av_parse_video_frame_size instead.
- Global sws_getContext
- Use sws_getCachedContext() instead.
- Global sws_printVec
- Use sws_printVec2() instead.
- Global av_register_protocol
- Use av_register_protocol2() instead.
- Global register_protocol
- Use av_register_protocol() instead.
- Global url_exist
- Use avio_check instead.
- Global get_strz
- use avio_get_str instead
- Global url_fget_max_packet_size
- use AVIOContext.max_packet_size directly.
- Global url_is_streamed
- Use AVIOContext.seekable field directly.
- Global av_eval_expr
- Deprecated in favor of av_expr_eval().
- Global av_free_expr
- Deprecated in favor of av_expr_free().
- Global av_parse_and_eval_expr
- Deprecated in favor of av_expr_parse_and_eval().
- Global av_parse_expr
- Deprecated in favor of av_expr_parse().
- Global av_get_bits_per_sample_fmt
- Use av_get_bytes_per_sample() instead.
- Global av_sha1_final
- use av_sha_final() instead
- Global av_sha1_init
- use av_sha_init() instead
- Global av_sha1_update
- use av_sha_update() instead
- Global sws_scale_ordered
- Use sws_scale() instead.
- Global av_metadata_set
- Use av_metadata_set2() instead.
Generated on Fri Oct 26 02:38:22 2012 for FFmpeg by
1.5.8