Skip to content
Snippets Groups Projects
  1. Apr 15, 2015
  2. Apr 10, 2015
  3. Mar 13, 2015
  4. Feb 27, 2015
  5. Feb 24, 2015
  6. Feb 20, 2015
  7. Feb 11, 2015
  8. Feb 06, 2015
  9. Jan 13, 2015
  10. Jan 10, 2015
  11. Jan 09, 2015
  12. Jan 06, 2015
  13. Jan 03, 2015
    • Timothy B. Terriberry's avatar
      Fix silk_VQ_WMat_EC_sse4_1(). · 7422189a
      Timothy B. Terriberry authored
      During review of c95c9a04, I replaced a call to
       _mm_cvtepi8_epi32() with the OP_CVTEPI16_EPI32_M64() macro (note
       the 16 instead of 8).
      Make a separate OP_CVTEPI8_EPI32_M32() macro and use that instead.
      
      Thaks to Wei Zhou for the report.
      7422189a
  14. Dec 26, 2014
  15. Dec 25, 2014
  16. Dec 20, 2014
  17. Dec 08, 2014
  18. Dec 01, 2014
    • Timothy B. Terriberry's avatar
      Fix celt_pitch_xcorr_c signature. · aad28187
      Timothy B. Terriberry authored
      This should not take an arch parameter, so it can properly be used
       as a fallback for accelerated versions which do not.
      This patch instead provides a separate version which can call
       accelerated helpers for platforms that have taken that approach.
      aad28187
  19. Nov 27, 2014
  20. Nov 19, 2014
  21. Oct 18, 2014
  22. Oct 17, 2014
  23. Oct 15, 2014
  24. Oct 14, 2014
  25. Oct 12, 2014
  26. Oct 07, 2014
  27. Oct 04, 2014
  28. Sep 30, 2014
  29. Sep 29, 2014
    • Ralph Giles's avatar
      Add build script for mp4 spec. · 93fe3ce1
      Ralph Giles authored
      This is a quick script to download, rename and sanitize
      Yusuke Nakamura's draft for opus in the ISO Base Media File Format.
      93fe3ce1
Loading