changelog
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:1k
源码类别:

Windows CE

开发平台:

C/C++

  1. Tremor 
  2. snapshot 2004.05.27
  3. http://www.xiph.org/ogg/vorbis/
  4. BIG_ENDIAN=0
  5. BYTE_ORDER=1
  6. LITTLE_ENDIAN=1
  7. _LOW_ACCURACY_ (LQ version)
  8. _ARM_ASSEM_ (HQ version)
  9. removing all math.h references
  10. debian and doc directories not needed
  11. misc.h remove #include <sys/types.h>
  12. ivorbisfile.h not needed
  13. ivorbisfile_example.c not needed
  14. vorbisfile.c not needed
  15. sharebook.c sort32a -> __cdecl
  16. floor1.c icom -> __cdecl
  17. os_types.h #define _ogg_calloc  (void*)_calloc
  18. os_types.h stdint.h instead of sys/types.h when no predefined OS is found
  19. mapping0.c comment out "seq" global variable
  20. framing.c crc_lookup changed to const
  21. registry.c/.h tables changed to const and the virtual tables in other files too
  22. bitwise.c mask[] changed to const
  23. mdct.c renamed mdctvorbis.c
  24. floot0.c ADJUST_SQRT2[] to const
  25. mdct.c bitrev[] to const