summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adds padding code to fill up SILK frames to CBRexp_cbr_silkJean-Marc Valin2011-09-201-0/+48
* Making it possible for SILK to be CBR or work with a VBR ceilingJean-Marc Valin2011-09-197-10/+209
* Patch from Tim to avoid a spurious uninitialized warning in test_opus.c.Gregory Maxwell2011-09-191-4/+2
* Some fixes for C89 builds.Gregory Maxwell2011-09-193-3/+7
* Use fold instead of passing a wrap length to base64.Ralph Giles2011-09-161-1/+1
* Removed all the silk_ prefixes in source file names (not symbols)Jean-Marc Valin2011-09-16176-761/+761
* Renaming the SKP_ prefix to silk_Jean-Marc Valin2011-09-16145-3128/+3128
* Making sure to avoid undefined behaviourJean-Marc Valin2011-09-155-19/+13
* Moves opus_compare to the same base64 tar.gz as the rest of the codeJean-Marc Valin2011-09-155-13/+27
* Documentation and build script updates.Gregory Maxwell2011-09-153-12/+13
* Implements OPUS_GET_PITCH that queries the decoded pitchJean-Marc Valin2011-09-143-9/+46
* Remove redundant API parameter comments from opus_multistream.c.Ralph Giles2011-09-141-32/+32
* More documentation for the multistream API.Ralph Giles2011-09-141-39/+52
* more libcelt->celt renamesJean-Marc Valin2011-09-144-14/+14
* renames the libcelt/ directory to celt/Jean-Marc Valin2011-09-1375-110/+93
* Changing some TODOs that were really future optimization hintsJean-Marc Valin2011-09-114-6/+7
* Implements OPUS_MULTISTREAM_{EN|DE}CODER_GET_STATEJean-Marc Valin2011-09-112-2/+47
* Implements multi-stream encoder requests the best we canJean-Marc Valin2011-09-111-20/+34
* Properly implementing the multistream decoder ctl()sJean-Marc Valin2011-09-111-4/+27
* TF decoding detailsJean-Marc Valin2011-09-111-7/+71
* Adds a bound on the SILK rate to prevent it from busting the byte limitJean-Marc Valin2011-09-111-1/+9
* integer type fixesJean-Marc Valin2011-09-101-3/+3
* minor doc updateJean-Marc Valin2011-09-101-1/+1
* Documentation updates.Gregory Maxwell2011-09-093-63/+231
* Doxygen comment fixesJean-Marc Valin2011-09-091-7/+6
* Opus now default to VBRJean-Marc Valin2011-09-091-1/+1
* Making complexity default to 10 for the CELT part tooJean-Marc Valin2011-09-091-0/+1
* Documentation updates.Gregory Maxwell2011-09-092-75/+72
* Makes multi-stream encoding code use the repacketizerJean-Marc Valin2011-09-093-18/+34
* Fixes multi-stream bug exposed in e335065a1ba72Jean-Marc Valin2011-09-091-1/+1
* test_opus now uses a string for the applicationJean-Marc Valin2011-09-091-63/+74
* Making RESTRICTED_LOWDELAY an "application" that's set at init timeJean-Marc Valin2011-09-093-37/+33
* Using opus_repacketizer_init() instead of opus_repacketizer_create() in the e...Jean-Marc Valin2011-09-081-7/+14
* Encoder can now produce 40- and 60-ms frames even for CELT-only and hybridJean-Marc Valin2011-09-081-5/+34
* Fixes silly CBR/VBR inversion bug from 7954065c77Jean-Marc Valin2011-09-081-1/+1
* Adds OPUS_SET_RESTRICTED_LOWDELAY() encoder ctlJean-Marc Valin2011-09-083-23/+66
* Adds ctl() requests for forcing any operating mode in the encoderJean-Marc Valin2011-09-084-30/+49
* Adds doxygen documentation for opus_defines.h.Gregory Maxwell2011-09-082-103/+276
* Multi-stage VQ for SILK is no longer relevantJean-Marc Valin2011-09-071-51/+0
* Oops, remove duplicate description of the MDCTJean-Marc Valin2011-09-071-18/+4
* Adds missing details about reserving the anticollapse/skip/stereo bitsJean-Marc Valin2011-09-071-13/+7
* Move the fallback OPUS_VERSION to libcelt.Ralph Giles2011-09-072-4/+4
* More work on the CELT encoder description, fixed Opus figuresJean-Marc Valin2011-09-071-154/+63
* Making the sampling rate an int32 in the multi-stream APIJean-Marc Valin2011-09-072-8/+8
* Fixes a warning about assignment in an if()Jean-Marc Valin2011-09-071-1/+1
* Security Considerations updateJean-Marc Valin2011-09-071-6/+21
* Tell automake to clean the doxygen output.Ralph Giles2011-09-071-0/+7
* Add minimal doxygen markup to the public headers.Ralph Giles2011-09-074-94/+113
* Add initial Doxygen support for generating api documentation.Ralph Giles2011-09-074-2/+1759
* Update Makefile.draft warnings to match configure.ac.Gregory Maxwell2011-09-071-1/+1