1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-04-29 12:54:10 +02:00
Files
FFmpeg/libavcodec/libavcodec.v
T

32 lines
966 B
Verilog
Raw Normal View History

2010-01-16 04:49:02 +00:00
LIBAVCODEC_$MAJOR {
2011-10-17 10:13:16 +02:00
global: av*;
#deprecated, remove after next bump
2011-10-17 10:13:16 +02:00
audio_resample;
audio_resample_close;
2011-10-21 02:11:08 +02:00
dsputil_init;
ff_dsputil_init;
2011-10-21 02:11:08 +02:00
ff_find_pix_fmt;
ff_framenum_to_drop_timecode;
ff_framenum_to_smtpe_timecode;
ff_raw_pix_fmt_tags;
ff_init_smtpe_timecode;
ff_fft*;
ff_mdct*;
ff_dct*;
ff_rdft*;
ff_prores_idct_put_10_sse2;
ff_simple_idct*;
ff_aanscales;
ff_faan*;
ff_mmx_idct;
ff_fdct*;
fdct_ifast;
j_rev_dct;
ff_mmxext_idct;
ff_idct_xvid*;
ff_jpeg_fdct*;
2012-07-06 00:49:09 +02:00
ff_dnxhd_get_cid_table;
ff_dnxhd_cid_table;
2011-10-17 10:13:16 +02:00
local: *;
2010-01-16 04:49:02 +00:00
};