aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-10-26Renames test_opus to opus_demo and adds the test_opus_api, test_opus_encode, ...Gregory Maxwell
2011-10-25Adjusts the bandwidth thresholds depending on complexity and CBRJean-Marc Valin
2011-10-24Implements OPUS_SET_MAX_BANDWIDTH()Jean-Marc Valin
2011-10-24Disable CELT when FEC is on and we're losing too many packetsJean-Marc Valin
2011-10-24Some SILK CBR tuningJean-Marc Valin
2011-10-24Optimization of the CBR loopKoen Vos
2011-10-21Implements glitchless switching between SILK bandwidthsJean-Marc Valin
2011-10-20Make the encoder output a "PLC packet" when SILK can't reach the targetJean-Marc Valin
2011-10-20Overrides the SILK delayed bandwidth changes when CBR might bustJean-Marc Valin
2011-10-20Implements hard CBR for SILKJean-Marc Valin
2011-10-19Simplfies the condition for resetting the CELT stateJean-Marc Valin
2011-10-17This should fix switching from SILK/hybrid to 60ms CELTJean-Marc Valin
2011-10-16Correct rare mismatch between the encoder and decoder introduced by e9b53212.Gregory Maxwell
2011-10-14Fixes CELT->Hybrid glitchesJean-Marc Valin
2011-10-13Improved test for fishy redundancy lengthJean-Marc Valin
2011-10-13Tim says it's safeJean-Marc Valin
2011-10-13JM puts on a brown paper bagJean-Marc Valin
2011-10-13Doing a best for "unprotected" switches to 2.5 ms framesJean-Marc Valin
2011-10-11Misc bug fixesJean-Marc Valin
2011-10-10Fixes a corruption when decoding FEC framesJean-Marc Valin
2011-10-10Misc SILK fixes:Koen Vos
2011-10-10Make repacketizer API use opus_int32 for lengths and add some additional erro...Gregory Maxwell
2011-10-09Minor fixesKoen Vos
2011-10-09Make opus_repacketizer_create handle malloc failure gracefully.Gregory Maxwell
2011-10-09Fixes a stereo SILK->CELT switching bugJean-Marc Valin
2011-10-08Increase the floor on nb_compr_bytes when we enable redundancy.Jean-Marc Valin
2011-10-08Fixes a redundancy mismatch bugJean-Marc Valin
2011-10-08Fixes a rare integer overflow in the SILK "50% of max rate" ruleJean-Marc Valin
2011-10-08Redundancy fixesJean-Marc Valin
2011-10-07Not delaying stereo->mono transitions to/from CELTJean-Marc Valin
2011-10-07Fixes a problem with the SILK toMono when we're encoding 40/60 ms framesJean-Marc Valin
2011-10-07Proper SILK delay compensation for resamplingJean-Marc Valin
2011-10-06SILK updateKoen Vos
2011-10-05Fix C89 incompatible mixed declarations and code introduced by 220a7d4b.Gregory Maxwell
2011-10-04More assert updates, make the initialization in silk_warped_autocorrelation_F...Gregory Maxwell
2011-10-04Fixes glithes when switching between SILK-only and hybridJean-Marc Valin
2011-10-04Prevents the SILK PLC from being called with an invalid frame size or samplin...Jean-Marc Valin
2011-10-03Add the noreturn attribute on the assert functions to aid static analysis, im...Gregory Maxwell
2011-10-03Delaying SILK stereo->mono transitions by two framesJean-Marc Valin
2011-10-03Remove warning added by 4cc9a459.Gregory Maxwell
2011-10-03Eliminate redundant redundancy code.Gregory Maxwell
2011-10-03Merge remote-tracking branch 'greg/master'Jean-Marc Valin
2011-10-03Fixes stereo->mono switching bugs (encoder)Jean-Marc Valin
2011-10-02Make it possible to undo the effect of the private OPUS_SET_FORCE_MODE encode...Gregory Maxwell
2011-10-02Improve opus_decode() error code consistency.Gregory Maxwell
2011-10-02Fix bug in OPUS_SET_BANDWIDTH_REQUEST.Gregory Maxwell
2011-10-01Fix bug in the OPUS_GET_APPLICATION_REQUEST ctl and also add a bunch of set c...Gregory Maxwell
2011-09-29don't allow the user to override the bandwidth so that it's above what Fs allowsJean-Marc Valin
2011-09-29test_opus had skip uninitialized for decode-onlyJean-Marc Valin
2011-09-23Fixes a decoder overflow on random inputKoen Vos