Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-16Make CELT_PVQ_U_ROW staticJean-Marc Valin
2013-11-15Adds OPUS_SET_PREDICTION_DISABLED() ctl to force "independent" framesJean-Marc Valin
2013-11-15Adds a simple padding test to opus_demo (disabled by default)Jean-Marc Valin
2013-11-15Oops, missing semicolon on RESTORE_STACK in previous commitJean-Marc Valin
2013-11-15Adds missing RESTORE_STACKs in celt_encode_with_ec()Jean-Marc Valin
2013-11-15Fixes a bug where the encoder was trying to use redundancy in CELT modeJean-Marc Valin
2013-11-14Adds packet padding that works for all codes and fixes 40/60 ms CBR.Jean-Marc Valin
2013-11-14Fixes max_redundancy so that hybrid CBR can fill all bytesJean-Marc Valin
2013-11-14opus_multistream_packet_validate() now called with the total number of streamsMark Harris
2013-11-14Rename preemphasis() to celt_preemphasis() to avoid amrnb symbol clashJean-Marc Valin
2013-11-14Fixes more warningsJean-Marc Valin
2013-11-14Increase surround allocation offset for smaller frame sizesJean-Marc Valin
2013-11-14Prevents LFE from busting at really low bitrateJean-Marc Valin
2013-11-13Fixes MSVC conversion warningsJean-Marc Valin
2013-11-13Variable frame size fixes (still not exposed in the API)Jean-Marc Valin
2013-11-13Making the CELT fixed-point decoder a bit more robust to extreme signalsJean-Marc Valin
2013-11-12Fixes an initialization issue in SILK prefill found by CoverityJean-Marc Valin
2013-11-12oops, don't need RESTORE_STACK when there's no stackJean-Marc Valin
2013-11-12gcc -pedantic had "comparison of unsigned expression < 0 is always false"Jean-Marc Valin
2013-11-11More size-zero VLA fixes and making opus_decode* return BAD_ARG on framesize<0Jean-Marc Valin
2013-11-10Fixes some minor issues found by scan buildJean-Marc Valin
2013-11-09stupid uninitialized variable in the mlp training caught by cppcheckJean-Marc Valin
2013-11-09Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually worksJean-Marc Valin
2013-11-09Makes surround bandwidth decision based on the number of channels (duh!)Jean-Marc Valin
2013-11-09Taking into account the frame size in more encoder decisionsJean-Marc Valin
2013-11-05This should be less confusing for static analyzersJean-Marc Valin
2013-11-04Exposes --disable-float-api in autoconfJean-Marc Valin
2013-10-29Removes a float var that shouldn't have been thereJean-Marc Valin
2013-10-29Fixes DISABLE_FLOAT_API buildJean-Marc Valin
2013-10-29Moves opus_packet_parse_impl() from opus_decoder.c to opus.cJean-Marc Valin
2013-10-29Implements OPUS_RESET_STATE for multi-stream encoderJean-Marc Valin
2013-10-28Avoid a bogus uninitialized warning and simplify some code.Gregory Maxwell
2013-10-28Remove now-unused check_decoder_option.Gregory Maxwell
2013-10-28Makes stereo savings still less aggressiveJean-Marc Valin
2013-10-28Add a little missive when compiling without optimization.Gregory Maxwell
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-10-24Remove dead codeStefan Beller
2013-10-22Fixes a potential crash when encoding NaNsJean-Marc Valin
2013-10-18Remove restrict definition from the unix Makefile.Ralph Giles
2013-10-15Fixes multistream CBR encoding and multistream surround for >20 msJean-Marc Valin
2013-10-15Fixes weird LFE bugJean-Marc Valin
2013-10-14Surround encoder can now produce hard CBR streams again.Jean-Marc Valin
2013-10-14Oops, thanks to Mark Harris for spotting this!Jean-Marc Valin
2013-10-14opus_packet_parse_impl() now computes the packet size with paddingJean-Marc Valin
2013-10-13Rejects bad multistream frame lengthMark Harris
2013-10-13Fixes PLC for sizes that don't match basic Opus frame sizes.Mark Harris
2013-10-12Make -loss valid for opus_demo -eMark Harris
2013-10-12Fix 40/60ms zero-length frame decode failureMark Harris
2013-10-12Cleaning up multistream packet validationJean-Marc Valin
2013-10-12Correct opus_packet_parse code 0 packet tests.Mark Harris