]> git.sesse.net Git - ffmpeg/blob - libavcodec/libavcodec.v
aasc: fix 16bpp on big-endian
[ffmpeg] / libavcodec / libavcodec.v
1 LIBAVCODEC_$MAJOR {
2         global: av*;
3                 audio_resample;
4                 audio_resample_close;
5                 #deprecated, remove after next bump
6                 dsputil_init;
7                 ff_find_pix_fmt;
8                 ff_framenum_to_drop_timecode;
9                 ff_framenum_to_smtpe_timecode;
10                 ff_raw_pix_fmt_tags;
11                 ff_init_smtpe_timecode;
12                 ff_fft*;
13                 ff_mdct*;
14                 ff_dct*;
15                 ff_rdft*;
16                 ff_prores_idct_put_10_sse2;
17                 ff_simple_idct*;
18                 ff_aanscales;
19                 ff_faan*;
20                 ff_mmx_idct;
21                 ff_fdct*;
22                 fdct_ifast;
23                 j_rev_dct;
24                 ff_mmxext_idct;
25                 ff_idct_xvid*;
26                 ff_jpeg_fdct*;
27                 #XBMC's configure checks for ff_vdpau_vc1_decode_picture()
28                 ff_vdpau_vc1_decode_picture;
29                 ff_dnxhd_get_cid_table;
30                 ff_dnxhd_cid_table;
31         local:  *;
32 };