]> git.sesse.net Git - ffmpeg/blob - libavcodec/libavcodec.v
x86/hevc_deblock: improve 8bit transpose store macros
[ffmpeg] / libavcodec / libavcodec.v
1 LIBAVCODEC_$MAJOR {
2         global: av*;
3                 #deprecated, remove after next bump
4                 audio_resample;
5                 audio_resample_close;
6                 ff_find_pix_fmt;
7                 ff_framenum_to_drop_timecode;
8                 ff_framenum_to_smtpe_timecode;
9                 ff_raw_pix_fmt_tags;
10                 ff_init_smtpe_timecode;
11                 ff_fft*;
12                 ff_mdct*;
13                 ff_dct*;
14                 ff_rdft*;
15                 ff_prores_idct_put_10_sse2;
16                 ff_simple_idct*;
17                 ff_aanscales;
18                 ff_faan*;
19                 ff_mmx_idct;
20                 ff_fdct*;
21                 fdct_ifast;
22                 j_rev_dct;
23                 ff_mmxext_idct;
24                 ff_idct_xvid*;
25                 ff_jpeg_fdct*;
26                 ff_dnxhd_get_cid_table;
27                 ff_dnxhd_cid_table;
28                 ff_idctdsp_init;
29                 ff_fdctdsp_init;
30                 ff_pixblockdsp_init;
31                 ff_me_cmp_init;
32         local:  *;
33 };