- Global AVCodecContext::dsp_mask
- use av_set_cpu_flags_mask() instead.
- Global AVCodecContext::inter_threshold
- this field is unused
- Global AVCodecContext::quantizer_noise_shaping
- use mpegvideo private options instead
- 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::sub_id
- this field is unused
- Global AVFilterContext::input_count
- use nb_inputs
- Global AVFilterContext::output_count
- use nb_outputs
- Global AVFrame::reordered_opaque
- in favor of pkt_pts
- encoding: unused
- decoding: Read by user.
- Global vda_context::queue
- Use synchronous decoding mode.
- Global vda_context::queue_mutex
- Use synchronous decoding mode.
- Class vda_frame
- Use synchronous decoding mode.
- Global avfilter_fill_frame_from_audio_buffer_ref
- Use avfilter_copy_buf_props() instead.
- Global avfilter_fill_frame_from_buffer_ref
- Use avfilter_copy_buf_props() instead.
- Global avfilter_fill_frame_from_video_buffer_ref
- Use avfilter_copy_buf_props() instead.
- Global av_timecode_adjust_ntsc_framenum
- use av_timecode_adjust_ntsc_framenum2 instead
- Global av_set_pts_info
- this function is not supposed to be called outside of lavf
- Global avformat_alloc_output_context
- deprecated in favor of avformat_alloc_output_context2()
- Global sws_getContext
- Use sws_getCachedContext() instead.
- File asrc_abuffer.h
- use buffersrc.h instead.
- Global av_asrc_buffer_add_audio_buffer_ref
- use av_buffersrc_add_ref() instead.
- Global av_asrc_buffer_add_buffer
- use av_buffersrc_add_ref() instead.
- Global av_asrc_buffer_add_samples
- use av_buffersrc_add_ref() instead.
- Global av_buffersrc_buffer
- Use av_buffersrc_add_ref(s, picref, AV_BUFFERSRC_FLAG_NO_COPY) instead.
- File dict.h
- AVDictionary is provided for compatibility with libav. It is both in implementation as well as API inefficient. It does not scale and is extremely slow with large dictionaries. It is recommended that new code uses our tree container from tree.c/h where applicable, which uses AVL trees to achieve O(log n) performance.
- 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_fifo_peek
- Use av_fifo_peek2() instead.
- Global av_get_bits_per_sample_fmt
- Use av_get_bytes_per_sample() instead.
- Global avcodec_decode_audio3
- Use avcodec_decode_audio4 instead.
- Global avcodec_encode_audio
- Use avcodec_encode_audio2 instead.
- Global avcodec_encode_video
- use avcodec_encode_video2() instead.
- Global avcodec_alloc_context
- use avcodec_alloc_context3()
- Global avcodec_get_context_defaults
- use avcodec_get_context_defaults3
- Global avcodec_open
- use avcodec_open2
- Global av_parser_change
- use AVBitstreamFilter
- Global avcodec_find_best_pix_fmt
- use avcodec_find_best_pix_fmt_of_2() instead.
- Global ff_vda_queue_pop
- Use synchronous decoding mode.
- Global ff_vda_release_vda_frame
- Use synchronous decoding mode.
- Global av_close_input_file
- use avformat_close_input() Close a media file (but not its codecs).
- Global av_find_stream_info
- use avformat_find_stream_info.
- Global av_read_packet
- use AVFMT_FLAG_NOFILLIN | AVFMT_FLAG_NOPARSE to read raw unprocessed packets
- Global av_interleave_packet_per_dts
- this function was never meant to be called by the user programs.
- Global av_find_opt
- use av_opt_find.
- Global av_set_string3
- use av_opt_set()
Generated on Fri Oct 26 02:50:13 2012 for FFmpeg by
1.5.8