aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-04-20s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin
2012-04-20Misc changes to address Robert Sparks' commentsJean-Marc Valin
2012-03-05Add config.h (and copyright notice) to repacketizer_demo.c.Gregory Maxwell
2012-02-17Last updates for draft -11Jean-Marc Valin
2012-02-09Modifies the comparison tool to make it much more permissive.Jean-Marc Valin
2012-01-31Tweaks the CELT fractional resampling delay to get perfect alignmentJean-Marc Valin
2012-01-24Fixes a few minor issues (no bit-stream change)Jean-Marc Valin
2011-12-13Fixes two minor issues found in random testing at ridiculously low rate.Jean-Marc Valin
2011-12-13SILK fixes following last codec WG meetingKoen Vos
2011-12-02Fixes the code for optional self-delimited packing to make it fit the draftGregory Maxwell
2011-12-02Rename '_FOO' to avoid potentional collisions with reserved identifiers.Ralph Giles
2011-11-28Some minor (non-bitstream-affecting) changes to help us have better test vectorsJean-Marc Valin
2011-11-25Testing tools improvements (no impact on draft)Gregory Maxwell
2011-10-31Adds -random_fec option to randomly add FEC to some frames.Jean-Marc Valin
2011-10-31Multi-stream now checks that each stream at least contains a ToC.Jean-Marc Valin
2011-10-30Adds -random_framesize and -sweep_max options to opus_demoJean-Marc Valin
2011-10-30Fixes a redundancy bug in glitchless SILK-SILK switchingJean-Marc Valin
2011-10-30Fix multistream packet corruption, implement GET_FINAL_RANGE for multistream,...Gregory Maxwell
2011-10-30Fix a number of multistream decoder bugs; add some very basic multistream dec...Gregory Maxwell
2011-10-30Fix some inconsequential file descriptor leaks in the demo tools to silence c...Gregory Maxwell
2011-10-29Newly introduced check_encoder_option failed unconditionally instead of only ...Gregory Maxwell
2011-10-29Considers the case where SILK busts its budget in hybrid modeJean-Marc Valin
2011-10-28Checking that encoder options aren't used for decoding in opus_demoJean-Marc Valin
2011-10-28Reformatting changes with an update to the MSVC project filesKoen Vos
2011-10-28opus_demo now returns 1 on mismatchJean-Marc Valin
2011-10-27Gives the Opus code direct access to (non-opaque) OpusRepacketizerJean-Marc Valin
2011-10-27Checking error codes internally and return OPUS_INTERNAL_ERROR on failureJean-Marc Valin
2011-10-27Make CBR code a bit less aggressive about low rateJean-Marc Valin
2011-10-27Fixes a hybrid bug when operating with a max bit-rateJean-Marc Valin
2011-10-27Makes OPUS_SET_VOICE_RATIO privateJean-Marc Valin
2011-10-27Making sure DTX for voice still works at high bit-rateJean-Marc Valin
2011-10-26Convert tabs to spaces in the opus and celt code.Ralph Giles
2011-10-26Moves the main headers from src/ to include/Jean-Marc Valin
2011-10-26Rename test_repacketizer to repacketizer_demo.Gregory Maxwell
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