Historial de Commits

Autor SHA1 Mensaje Fecha
  Jean-Marc Valin ec2802210c Removes code that became useless with the Opus-level highpass hace 13 años
  Jean-Marc Valin 957f7f169b First attempt at global high-pass filter hace 13 años
  Jean-Marc Valin 2f0ca7618d Simplifying buffering to make an Opus-level highpass possible hace 13 años
  Benjamin Jemlich b6c3f06b53 Fix compile errors with g++ hace 13 años
  Jean-Marc Valin 3870ddb665 Only export the CELT calls when CUSTOM_MODES is defined hace 13 años
  Gregory Maxwell 6cd4e2cd01 Fix dump_modes for the api change and move it into a subdirectory hace 13 años
  Jean-Marc Valin ff4000d7da Removes c64_fft.[ch] -- hadn't been updated for ages hace 13 años
  Jean-Marc Valin f9265ddf25 opus_strerror() and opus_get_version_string() moved to libcelt hace 13 años
  Jean-Marc Valin 7fc2fbdb14 Renamed some funciton that were likely to clash with other (non-Opus) code hace 13 años
  Jean-Marc Valin 4ee5753966 testcelt replaced by test_opus_custom hace 13 años
  Jean-Marc Valin 06237d7b8c Implements the OpusCustom modes (mostly) properly hace 13 años
  Jean-Marc Valin f9e701ad24 Sharing more macros between the Opus code and the CELT low-level code hace 13 años
  Jean-Marc Valin 875f8dbd56 Makes the CELT init() functions behave just like the Opus ones. hace 13 años
  Jean-Marc Valin 58686e6fe1 Opus now only uses the _with_ec() calls to CELT hace 13 años
  Kat Walsh b4f308a2f9 Further copyediting of draft. hace 13 años
  Gregory Maxwell d6335abedc Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses. hace 13 años
  Gregory Maxwell 17a29c2567 Fix up various mixed unsigned/signed comparisons. hace 13 años
  Jean-Marc Valin 927488b292 Implements OPUS_RESET_STATE for the encoder (untested as well) hace 13 años
  Jean-Marc Valin 0446563010 Implements OPUS_RESET_STATE for the decoder (untested) hace 13 años
  Gregory Maxwell ec8008b086 Adds many syntactically unnecessary casts to silence MSVC C4244; fix an MDCT encoder reset bug. hace 13 años
  Gregory Maxwell 75d27803d5 Adds many syntactically unnecessary parentheses to silence MSVC C4554. hace 13 años
  Jean-Marc Valin be89c39587 Using OPUS_ macros for <string.h> operations hace 13 años
  Jean-Marc Valin 382cad43ce Custom modes fixes (got broken by the s/celt_alloc/opus_alloc/) hace 13 años
  Jean-Marc Valin 44e27dd8c2 Adds missing RESTORE_STACK to Opus encoder hace 13 años
  Jean-Marc Valin 69bfc67109 Fixes a bug introduced in 8fe8b8e0b hace 13 años
  Jean-Marc Valin 0abd1b0dea Makes the allocation more C++-friendly hace 13 años
  Jean-Marc Valin ebec87a287 oops, opus_free() shouldn't be using opus_free() hace 13 años
  Jean-Marc Valin 9bcfdb0d50 Fixes warnings hace 13 años
  Jean-Marc Valin 85b8e62065 Fixes minor issues from the previous allocation wrapper patch hace 13 años
  Jean-Marc Valin 07f884042e Wrapping all allocation within opus_alloc() and opus_free() hace 13 años