Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-02Removes code that became useless with the Opus-level highpassexp-highpassJean-Marc Valin
2011-09-02First attempt at global high-pass filterJean-Marc Valin
2011-09-02Simplifying buffering to make an Opus-level highpass possibleJean-Marc Valin
2011-09-01Fix compile errors with g++Benjamin Jemlich
2011-09-01Only export the CELT calls when CUSTOM_MODES is definedJean-Marc Valin
2011-09-01Fix dump_modes for the api change and move it into a subdirectoryGregory Maxwell
2011-09-01Removes c64_fft.[ch] -- hadn't been updated for agesJean-Marc Valin
2011-09-01opus_strerror() and opus_get_version_string() moved to libceltJean-Marc Valin
2011-09-01Renamed some funciton that were likely to clash with other (non-Opus) codeJean-Marc Valin
2011-09-01testcelt replaced by test_opus_customJean-Marc Valin
2011-09-01Implements the OpusCustom modes (mostly) properlyJean-Marc Valin
2011-09-01Sharing more macros between the Opus code and the CELT low-level codeJean-Marc Valin
2011-09-01Makes the CELT init() functions behave just like the Opus ones.Jean-Marc Valin
2011-09-01Opus now only uses the _with_ec() calls to CELTJean-Marc Valin
2011-08-31Further copyediting of draft.Kat Walsh
2011-08-31Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses.Gregory Maxwell
2011-08-31Fix up various mixed unsigned/signed comparisons.Gregory Maxwell
2011-08-31Implements OPUS_RESET_STATE for the encoder (untested as well)Jean-Marc Valin
2011-08-31Implements OPUS_RESET_STATE for the decoder (untested)Jean-Marc Valin
2011-08-31Adds many syntactically unnecessary casts to silence MSVC C4244; fix an MDCT ...Gregory Maxwell
2011-08-30Adds many syntactically unnecessary parentheses to silence MSVC C4554.Gregory Maxwell
2011-08-30Using OPUS_ macros for <string.h> operationsJean-Marc Valin
2011-08-30Custom modes fixes (got broken by the s/celt_alloc/opus_alloc/)Jean-Marc Valin
2011-08-30Adds missing RESTORE_STACK to Opus encoderJean-Marc Valin
2011-08-30Fixes a bug introduced in 8fe8b8e0bJean-Marc Valin
2011-08-30Makes the allocation more C++-friendlyJean-Marc Valin
2011-08-30oops, opus_free() shouldn't be using opus_free()Jean-Marc Valin
2011-08-30Fixes warningsJean-Marc Valin
2011-08-30Fixes minor issues from the previous allocation wrapper patchJean-Marc Valin
2011-08-29Wrapping all allocation within opus_alloc() and opus_free()Jean-Marc Valin
2011-08-29Using malloc() rather than calloc() as generic allocatorJean-Marc Valin
2011-08-29Adds error code to multistream APIJean-Marc Valin
2011-08-29Better error handling in the Opus APIJean-Marc Valin
2011-08-29Removes // from win32/config.hJean-Marc Valin
2011-08-29Apparently C89 doens't like unnecessary semicolonsJean-Marc Valin
2011-08-29This should remove the last // commentsJean-Marc Valin
2011-08-29s/INBAND_FEC_FLAG/INBAND_FEC/Jean-Marc Valin
2011-08-28Making sure that everything in opus.h has a opus prefixJean-Marc Valin
2011-08-28Add pkg-config support files.Ralph Giles
2011-08-28Add new public headers to the install targets.Ralph Giles
2011-08-28Fixes a trivial multistream fixed-point bugJean-Marc Valin
2011-08-28More // comments changed to /*Jean-Marc Valin
2011-08-28Changing some // comments into /*Jean-Marc Valin
2011-08-27more multistream ctl()sJean-Marc Valin
2011-08-27Adds support for multi-stream encoding/decodingJean-Marc Valin
2011-08-26Disable the LPC mode highpass filter when set to APPLICATION_AUDIO.Gregory Maxwell
2011-08-26More precise CELT/SILK delay compensation to reduce mode switching glitchesJean-Marc Valin
2011-08-26More spec updates.Timothy B. Terriberry
2011-08-26Fixes mathops-test for pseudo-stackJean-Marc Valin
2011-08-26Addresses a bitstream bug for stereo FEC and minor fixes that make Opus compi...Koen Vos