summaryrefslogtreecommitdiff
path: root/src/opus_decoder.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes a multi-frame FEC issue that was caught by valgrindJean-Marc Valin2012-12-051-1/+1
* Adds explicit valgrind checks when ENABLE_VALGRIND is definedJean-Marc Valin2012-12-051-5/+19
* Implements opus_packet_get_nb_samples()Jean-Marc Valin2012-12-041-4/+10
* Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl()Jean-Marc Valin2012-12-041-0/+8
* Don't update the internal decoder state until we know the packet is validJean-Marc Valin2012-12-041-5/+8
* Changes the PLC behaviour and fixes the FEC behaviour on concatenated packetsJean-Marc Valin2012-12-041-25/+54
* Fix packet length handling for 16-bit machines (makes no difference on 32-bit)Jean-Marc Valin2012-12-031-4/+6
* Fixes an out-of-bounds read issue with the padding handling codeJean-Marc Valin2012-11-301-3/+1
* Improve the !OPUS_BUILD #error.Ralph Giles2012-11-291-1/+1
* Reduces decoder stack usageJean-Marc Valin2012-11-051-5/+34
* Attenuates the HF in hybrid mode to match what SILK does below the cutoffKoen Vos2012-10-101-1/+1
* Remove large multistream stack buffers.Timothy B. Terriberry2012-09-081-0/+13
* Convert some double constants to float.Gregory Maxwell2012-07-171-1/+1
* Make OPUS_SET_GAIN survive decode reset.Gregory Maxwell2012-07-111-1/+1
* Add OPUS_{GET|SET}_GAIN CTLs for adjusting output gain.Gregory Maxwell2012-07-111-0/+36
* Fixes the stereo_analysis() fixed-point overflow issue properlyJean-Marc Valin2012-05-161-1/+1
* Add #errors when !OPUS_BUILD or !(VAR_ARRAYS||USE_ALLOCA||NONTHREADSAFE_PSEUD...Gregory Maxwell2012-05-151-0/+4
* Merge commit '390c89225d'Jean-Marc Valin2012-04-241-4/+4
|\
| * s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin2012-04-201-2/+2
| * Misc changes to address Robert Sparks' commentsJean-Marc Valin2012-04-201-2/+2
* | Adds missing RESTORE_STACK statements on error pathsJean-Marc Valin2012-03-051-1/+11
* | More consistent types for 16-bit architecturesJean-Marc Valin2012-03-051-1/+1
* | 40/60ms MDCT/Hybrid were not able to reach maximum bitrate. Now they can.Gregory Maxwell2012-03-051-11/+11
|/
* Last updates for draft -11v0.9.9Jean-Marc Valin2012-02-171-1/+1
* Fixes a few minor issues (no bit-stream change)Jean-Marc Valin2012-01-241-0/+4
* Fixes two minor issues found in random testing at ridiculously low rate.Jean-Marc Valin2011-12-131-0/+14
* Testing tools improvements (no impact on draft)Gregory Maxwell2011-11-251-0/+2
* Convert tabs to spaces in the opus and celt code.Ralph Giles2011-10-261-441/+453
* Implements hard CBR for SILKJean-Marc Valin2011-10-201-1/+1
* Simplfies the condition for resetting the CELT stateJean-Marc Valin2011-10-191-12/+9
* Improved test for fishy redundancy lengthJean-Marc Valin2011-10-131-1/+3
* Tim says it's safeJean-Marc Valin2011-10-131-1/+1
* Doing a best for "unprotected" switches to 2.5 ms framesJean-Marc Valin2011-10-131-6/+17
* Misc bug fixesJean-Marc Valin2011-10-111-3/+1
* Fixes a corruption when decoding FEC framesJean-Marc Valin2011-10-101-1/+1
* Misc SILK fixes:Koen Vos2011-10-101-1/+1
* Redundancy fixesJean-Marc Valin2011-10-081-2/+5
* Fix C89 incompatible mixed declarations and code introduced by 220a7d4b.Gregory Maxwell2011-10-051-1/+2
* Fixes glithes when switching between SILK-only and hybridJean-Marc Valin2011-10-041-0/+10
* Prevents the SILK PLC from being called with an invalid frame size or samplin...Jean-Marc Valin2011-10-041-19/+24
* Remove warning added by 4cc9a459.Gregory Maxwell2011-10-031-2/+2
* Eliminate redundant redundancy code.Gregory Maxwell2011-10-031-11/+2
* Improve opus_decode() error code consistency.Gregory Maxwell2011-10-021-1/+1
* Fix bug in the OPUS_GET_APPLICATION_REQUEST ctl and also add a bunch of set c...Gregory Maxwell2011-10-011-1/+8
* Removed all the silk_ prefixes in source file names (not symbols)Jean-Marc Valin2011-09-161-3/+3
* Renaming the SKP_ prefix to silk_Jean-Marc Valin2011-09-161-1/+1
* Implements OPUS_GET_PITCH that queries the decoded pitchJean-Marc Valin2011-09-141-6/+24
* Fixes silly CBR/VBR inversion bug from 7954065c77Jean-Marc Valin2011-09-081-1/+1
* Sanitize input to opus_en/decoder_get_size.Gregory Maxwell2011-09-061-0/+2
* Making redundancy length decoding errors non-fatalJean-Marc Valin2011-09-061-3/+5