- 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.
- 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 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_parser_change
- use AVBitstreamFilter
- Global avcodec_get_pix_fmt_name
- Deprecated in favor of av_get_pix_fmt_name().
- Global avcodec_open
- use avcodec_open2
- Global avcodec_thread_init
- Set s->thread_count before calling avcodec_open() instead of calling this.
- Global av_find_opt
- use av_opt_find.
- 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 parse_date
- in favor of av_parse_time()
- Global sws_getContext
- Use sws_getCachedContext() 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.
Generated on Fri Oct 26 02:39:50 2012 for FFmpeg by
1.5.8