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
path: root/celt
AgeCommit message (Expand)Author
2013-11-26Silences a warning in fixed-pointv1.1-rcJean-Marc Valin
2013-11-26Merges surround and stereo intensity stereo thresholds again.Jean-Marc Valin
2013-11-25Intensity stereo update, partially based on Monty's listeningJean-Marc Valin
2013-11-21opus_custom_encoder_init() now only needed for custom modes.Jean-Marc Valin
2013-11-18Fixes permissions on arm2gnu.plJean-Marc Valin
2013-11-18Adds Neon assembly for correlation/convolutionTimothy B. Terriberry
2013-11-18Adds SATURATE16() to the fixed-point debug build tooJean-Marc Valin
2013-11-16oops, fix previous commitJean-Marc Valin
2013-11-16Make CELT_PVQ_U_ROW staticJean-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-14Rename preemphasis() to celt_preemphasis() to avoid amrnb symbol clashJean-Marc Valin
2013-11-14Fixes more warningsJean-Marc Valin
2013-11-14Prevents LFE from busting at really low bitrateJean-Marc Valin
2013-11-13Fixes MSVC conversion warningsJean-Marc Valin
2013-11-13Making the CELT fixed-point decoder a bit more robust to extreme signalsJean-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-09Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually worksJean-Marc Valin
2013-11-09Taking into account the frame size in more encoder decisionsJean-Marc Valin
2013-10-29Removes a float var that shouldn't have been thereJean-Marc Valin
2013-10-28Avoid a bogus uninitialized warning and simplify some code.Gregory Maxwell
2013-10-28Makes stereo savings still less aggressiveJean-Marc Valin
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-10-02Replaces log2() with celt_log2() and fixes a potential divide-by-zeroJean-Marc Valin
2013-10-02Merge branch 'exp_surround1'Jean-Marc Valin
2013-09-29Avoid using C++ keyword 'new'Stefan Hacker
2013-09-14Very basic surround rate calibrationJean-Marc Valin
2013-09-13More surround masking tuningJean-Marc Valin
2013-09-12Tuning the surround maskingJean-Marc Valin
2013-09-10Analysis scaling fixesJean-Marc Valin
2013-09-07First pass at making the analysis code run with FIXED_POINTJean-Marc Valin
2013-09-05Adds trim and dynalloc control to surround maskingJean-Marc Valin
2013-08-31Surround masking rewriteJean-Marc Valin
2013-08-29Implements fixed-point silk_LPC_analysis_filter() in terms of celt_fir()Jean-Marc Valin
2013-08-29Share auto-correlation code between SILK and CELTJean-Marc Valin
2013-08-27Makes the SILK pitch search use celt_pitch_xcorr()Jean-Marc Valin
2013-08-05Fix broken URL in entdec.c.Timothy B. Terriberry
2013-07-30Better handling of the dynalloc cap for CBR/CVBRJean-Marc Valin
2013-07-25Fixes an integer wrap-around due to an exceedingly large QCONST16Jean-Marc Valin
2013-07-16Revert "Fixes a number of double promotions and missing casts."Gregory Maxwell
2013-07-16Fixes a number of double promotions and missing casts.Gregory Maxwell
2013-07-12Fixes a denorm problem when the input goes silent after active audioJean-Marc Valin
2013-07-07Surround masking tuningJean-Marc Valin
2013-07-07Prevents zero-energy on LFEJean-Marc Valin
2013-07-02Disables temporal VBR for LFEJean-Marc Valin
2013-07-02Temporal VBR tuningJean-Marc Valin
2013-06-27Fixes MSVC warningJean-Marc Valin
2013-06-27Avoid name clash with y0 Bessel functionJean-Marc Valin