summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make CELT_PVQ_U_ROW staticJean-Marc Valin2013-11-161-2/+2
* Adds OPUS_SET_PREDICTION_DISABLED() ctl to force "independent" framesJean-Marc Valin2013-11-155-2/+42
* Adds a simple padding test to opus_demo (disabled by default)Jean-Marc Valin2013-11-151-0/+12
* Oops, missing semicolon on RESTORE_STACK in previous commitJean-Marc Valin2013-11-151-3/+3
* Adds missing RESTORE_STACKs in celt_encode_with_ec()Jean-Marc Valin2013-11-151-1/+10
* Fixes a bug where the encoder was trying to use redundancy in CELT modeJean-Marc Valin2013-11-151-4/+3
* Adds packet padding that works for all codes and fixes 40/60 ms CBR.Jean-Marc Valin2013-11-135-78/+85
* Fixes max_redundancy so that hybrid CBR can fill all bytesJean-Marc Valin2013-11-131-1/+1
* opus_multistream_packet_validate() now called with the total number of streamsMark Harris2013-11-131-1/+1
* Rename preemphasis() to celt_preemphasis() to avoid amrnb symbol clashJean-Marc Valin2013-11-133-4/+4
* Fixes more warningsJean-Marc Valin2013-11-132-3/+6
* Increase surround allocation offset for smaller frame sizesJean-Marc Valin2013-11-131-1/+2
* Prevents LFE from busting at really low bitrateJean-Marc Valin2013-11-131-1/+1
* Fixes MSVC conversion warningsJean-Marc Valin2013-11-133-16/+17
* Variable frame size fixes (still not exposed in the API)Jean-Marc Valin2013-11-133-11/+12
* Making the CELT fixed-point decoder a bit more robust to extreme signalsJean-Marc Valin2013-11-131-3/+19
* Fixes an initialization issue in SILK prefill found by CoverityJean-Marc Valin2013-11-122-8/+8
* oops, don't need RESTORE_STACK when there's no stackJean-Marc Valin2013-11-111-6/+0
* gcc -pedantic had "comparison of unsigned expression < 0 is always false"Jean-Marc Valin2013-11-111-1/+3
* More size-zero VLA fixes and making opus_decode* return BAD_ARG on framesize<0Jean-Marc Valin2013-11-113-5/+22
* Fixes some minor issues found by scan buildJean-Marc Valin2013-11-096-12/+9
* stupid uninitialized variable in the mlp training caught by cppcheckJean-Marc Valin2013-11-081-2/+2
* Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually worksJean-Marc Valin2013-11-083-2/+5
* Makes surround bandwidth decision based on the number of channels (duh!)Jean-Marc Valin2013-11-081-3/+3
* Taking into account the frame size in more encoder decisionsJean-Marc Valin2013-11-082-12/+16
* This should be less confusing for static analyzersJean-Marc Valin2013-11-041-1/+1
* Exposes --disable-float-api in autoconfJean-Marc Valin2013-11-042-0/+14
* Removes a float var that shouldn't have been thereJean-Marc Valin2013-10-281-1/+1
* Fixes DISABLE_FLOAT_API buildJean-Marc Valin2013-10-283-4/+22
* Moves opus_packet_parse_impl() from opus_decoder.c to opus.cJean-Marc Valin2013-10-282-181/+181
* Implements OPUS_RESET_STATE for multi-stream encoderJean-Marc Valin2013-10-281-0/+23
* Avoid a bogus uninitialized warning and simplify some code.Gregory Maxwell2013-10-281-3/+1
* Remove now-unused check_decoder_option.Gregory Maxwell2013-10-281-9/+0
* Makes stereo savings still less aggressiveJean-Marc Valin2013-10-281-0/+1
* Add a little missive when compiling without optimization.Gregory Maxwell2013-10-281-2/+6
* Replace "inline" with OPUS_INLINE.Gregory Maxwell2013-10-2865-335/+361
* Remove dead codeStefan Beller2013-10-231-2/+1
* Fixes a potential crash when encoding NaNsJean-Marc Valin2013-10-211-2/+3
* Remove restrict definition from the unix Makefile.Ralph Giles2013-10-171-2/+0
* Fixes multistream CBR encoding and multistream surround for >20 msJean-Marc Valin2013-10-141-8/+6
* Fixes weird LFE bugJean-Marc Valin2013-10-141-3/+2
* Surround encoder can now produce hard CBR streams again.Jean-Marc Valin2013-10-143-3/+17
* Oops, thanks to Mark Harris for spotting this!Jean-Marc Valin2013-10-142-3/+3
* opus_packet_parse_impl() now computes the packet size with paddingJean-Marc Valin2013-10-143-24/+24
* Rejects bad multistream frame lengthMark Harris2013-10-131-1/+1
* Fixes PLC for sizes that don't match basic Opus frame sizes.Mark Harris2013-10-131-1/+9
* Make -loss valid for opus_demo -eMark Harris2013-10-121-1/+0
* Fix 40/60ms zero-length frame decode failureMark Harris2013-10-111-8/+18
* Cleaning up multistream packet validationJean-Marc Valin2013-10-111-15/+9
* Correct opus_packet_parse code 0 packet tests.Mark Harris2013-10-111-0/+1