You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1005B

  1. LIBAVCODEC_$MAJOR {
  2. global: av*;
  3. #deprecated, remove after next bump
  4. audio_resample;
  5. audio_resample_close;
  6. ff_framenum_to_drop_timecode;
  7. ff_framenum_to_smtpe_timecode;
  8. ff_raw_pix_fmt_tags;
  9. ff_init_smtpe_timecode;
  10. ff_fft*;
  11. ff_mdct*;
  12. ff_dct*;
  13. ff_rdft*;
  14. ff_prores_idct_put_10_sse2;
  15. ff_simple_idct*;
  16. ff_aanscales;
  17. ff_faan*;
  18. ff_mmx_idct;
  19. ff_fdct*;
  20. fdct_ifast;
  21. j_rev_dct;
  22. ff_mmxext_idct;
  23. ff_idct_xvid*;
  24. ff_jpeg_fdct*;
  25. ff_dnxhd_get_cid_table;
  26. ff_dnxhd_cid_table;
  27. ff_idctdsp_init;
  28. ff_fdctdsp_init;
  29. ff_pixblockdsp_init;
  30. ff_me_cmp_init;
  31. local: *;
  32. };