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
2016-11-03Improves CELT bit allocation at very low bitratesv1.2-alphaJean-Marc Valin
2016-11-02Eliminate trailing spacesMark Harris
2016-11-02Reduce redundancy when SILK uses too many bitsMark Harris
2016-11-02Fix redundancy on SILK 80+ms bandwidth switchMark Harris
2016-11-02Add copyright notice to autogen.sh to make the Chromium people happyJean-Marc Valin
2016-11-02Fixes NE10 configure problemJean-Marc Valin
2016-11-01Temporarily disable -Wnonnull around an opus_decode() call in test_opus_decode.cJean-Marc Valin
2016-11-01Bump static PACKAGE_VERSION string in version.mkJean-Marc Valin
2016-10-31Fix amount of extra bytes reserved for 100 msFelicia Lim
2016-10-30Don't use hybrid "weak transients" on vowelsJean-Marc Valin
2016-10-29Adds opus_encode_regressions.c to the MIPS MakefileJean-Marc Valin
2016-10-29Adds opus_encode_regressions.c to the UNIX MakefileJean-Marc Valin
2016-10-29New regression test from Mark's fuzzing test casesJean-Marc Valin
2016-10-28Define "weak transients" for low bitrate hybridJean-Marc Valin
2016-10-28Multistream encoder: allocate an extra byte per stream for 100 msFelicia Lim
2016-10-28Fix CBR packet sizes for 80 msFelicia Lim
2016-10-28Update bandwidth and opusCanSwitch before generating SILK DTX ToCFelicia Lim
2016-10-28Encode correct headers when asking for very small output bytes and using long...Felicia Lim
2016-10-28Support encoding 80/100/120 ms frame lengthsFelicia Lim
2016-10-28Move multiframe encoding into a separate functionFelicia Lim
2016-10-27Fixes an unstable energy issue for low-bitrate hybridJean-Marc Valin
2016-10-27Make use of dot optional in generating documentation.Ralph Giles
2016-10-27Account for redundancy signalling when computing st->silk_mode.maxBitsJean-Marc Valin
2016-10-21updating update draftJean-Marc Valin
2016-10-05Fixing some opus_int vs opus_int32 mismatchesJean-Marc Valin
2016-09-20Using OPUS_MOVE() instead of OPUS_COPY() to move redundancy bytesJean-Marc Valin
2016-09-20Consider per-channel energy bits in surround_rate_allocation()Jean-Marc Valin
2016-09-17Fixes surround_analysis() for frame size > 20 msJean-Marc Valin
2016-09-16Remove float ops from encoder settings fuzzer testFelicia Lim
2016-09-15Fix mixed declarations and codeJean-Marc Valin
2016-09-15Fuzzer test for changing encoder settings onlineFelicia Lim
2016-09-14Prevents ridiculously large gains from causing inf/NaNs in float decoderJean-Marc Valin
2016-09-14Fixing failure due to CBR allocating zero byte to a streamJean-Marc Valin
2016-09-08Fix ambisonics bitrate when bitrate_bps is OPUS_AUTOMichael Graczyk
2016-09-08Fixes an internal error in the Opus encoderJean-Marc Valin
2016-09-07Prevent tonality estimator from running too often with 2.5 and 5 ms framesJean-Marc Valin
2016-09-07Prevents an overflow in multi-stream encoder rate computationJean-Marc Valin
2016-09-03Allow disabling phase inversion for multistreamMark Harris
2016-09-02misc fixes to update draftJean-Marc Valin
2016-09-01minor fix to update draftJean-Marc Valin
2016-09-01vs2015: include files added in 76674feaRicardo Constantino (:RiCON)
2016-09-01Adds two integer wrap-around issues to the update draftJean-Marc Valin
2016-09-01Make it possible to ignore inverted phase stereo for downmix purposesexp_bitstream7Jean-Marc Valin
2016-09-01Bitstream change: prevent noise injection in hybrid modeJean-Marc Valin
2016-08-31Add configure option --enable-update-draftJean-Marc Valin
2016-08-27Correct multistream variable frame size strideMark Harris
2016-08-27Correct analysis downmix scaling factorMark Harris
2016-08-25Properly process both channels for DTXJean-Marc Valin
2016-08-21Make the DC rejection filter Q14 instead of Q15Jean-Marc Valin
2016-08-17Fixes an overflow in LPC_inverse_pred_gain_QA()Jean-Marc Valin