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.

34 lines
1.1KB

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