Main Page
Related Pages
Modules
Data Structures
Files
Deprecated List
Global
AVCodecContext::hurry_up
Deprecated in favor of skip_idct and skip_frame.
Global
AVCodecContext::use_lpc
Deprecated in favor of lpc_type and lpc_passes.
Global
AVCodecContext::request_channels
Deprecated in favor of request_channel_layout.
Global
AVCodecContext::reordered_opaque
in favor of pkt_pts
encoding: unused
decoding: Set by user.
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_bits_per_sample_fmt()
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_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_alloc_format_context
Use
avformat_alloc_context()
instead.
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_alloc_context()
and
sws_init_context()
Global
sws_printVec
Use
sws_printVec2()
instead.
Global
av_metadata_set
Use
av_metadata_set2()
instead.
Global
av_register_protocol
Use
av_register_protocol2()
instead.
Global
register_protocol
Use
av_register_protocol()
instead.
Global
get_strz
use avio_get_str instead
Global
url_fget_max_packet_size
use
AVIOContext.max_packet_size
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_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.
Group
old_avio_funcs
use the avio_ -prefixed functions instead.
Group
old_url_f_funcs
use the avio_ -prefixed functions instead.
Generated on Mon May 2 19:50:30 2011 for FFmpeg by
1.5.6