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-06-26Squashed commit of the following:msvcJean-Marc Valin
2013-06-25Adds "temporal VBR", which should be mostly useful at low bitrate.Jean-Marc Valin
2013-06-18Makes dual_inner_prod() more generic to increase its useJean-Marc Valin
2013-06-17Enable SSE for MSVCMuldeR
2013-06-17Only enable non-multiple of 4 in comb_filter_const() when CUSTOM_MODES is onJean-Marc Valin
2013-06-17Use __declspec(dllexport) on mingw build.Jacek Caban
2013-06-17SSE optimization of comb_filter()Jean-Marc Valin
2013-06-17Avoids symbol clashes with Speex (pitch_xcorr) and libm (y1)Jean-Marc Valin
2013-06-17Converts denormalise_bands() to use 16-bit multiplicationsJean-Marc Valin
2013-06-17Moves log2Amp inside denormalise_bands() and get rid of bandE[]Jean-Marc Valin
2013-06-16Don't call denormalise_bands() on silenceJean-Marc Valin
2013-06-15Split cwrsi() by pulses vs. dimensions.Timothy B. Terriberry
2013-06-15Further speedup in cwrsi() by using the special case for n=2Timothy B. Terriberry
2013-06-15Further optimization to cwrsi()Timothy B. Terriberry
2013-06-15Splits cwrsi() inner loop in two to avoid the min/max and some load chainsJean-Marc Valin
2013-06-14SSE optimization of remove_doubling()Jean-Marc Valin
2013-06-14Fixes stupid tf calibration bugs introduced/exposed in f77410dJean-Marc Valin
2013-06-13Adds a quick hack to replace the normal calls with the multistream version.Jean-Marc Valin
2013-06-10Moves VBR calculations to a separate function.Jean-Marc Valin
2013-06-08Drop the stdint size tests that we never use anywhereRon
2013-06-07Fixes fixed-point on x86 (no SSE).Jean-Marc Valin
2013-06-07Improved SSE version of xcorr_kernel()John Ridges
2013-06-06Forgot to add assembly fileJean-Marc Valin
2013-06-06Adds SSE support (only xcorr_kernel() for now)Jean-Marc Valin
2013-06-05Add run-time CPU detection and support for ARM architectureAurélien Zanelli
2013-06-04Test the compiler configuration, not the assemblerRon
2013-05-28Disables all the surround mode forcing for mono/stereoJean-Marc Valin
2013-05-27Check if opus_compare is executable in run_vectors.shAurélien Zanelli
2013-05-27C89 fixJean-Marc Valin
2013-05-27Creates xcorr_kernel() that gets used by pitch_xcorr, celt_fir and celt_iir.Jean-Marc Valin
2013-05-27Skip down-sampling in deemphasis() when not needed.Jean-Marc Valin
2013-05-27Add an option to disable build of extra programs (demos and tests)Aurélien Zanelli
2013-05-26oops (again)Jean-Marc Valin
2013-05-26oopsJean-Marc Valin
2013-05-26Optimizes remove_doubling() by avoiding redundant calculations of yyJean-Marc Valin
2013-05-26Adds missing RESTORE_STACK callsJean-Marc Valin
2013-05-25Speeds up celt_iir() by more than a factor of two.Jean-Marc Valin
2013-05-25Speeds up celt_fir by more than a factor of two.Jean-Marc Valin
2013-05-25Fixes two warnings in pitch_xcorr()Jean-Marc Valin
2013-05-25Optimizes _celt_autocorr() by using pitch_xcorr()Jean-Marc Valin
2013-05-25Merges the 4th order FIR with the first order FIR in pitch_downsample()Jean-Marc Valin
2013-05-24Try to clarify that opus maps to flac/wav but wav doesn't map to opus.Ralph Giles
2013-05-24Reference before period.Ralph Giles
2013-05-24Hack quoting of hanning article.Ralph Giles
2013-05-24Wrap lookahead code example in a figure.Ralph Giles
2013-05-24Add a wikipedia reference for the Hanning window.Ralph Giles
2013-05-24Move the vorbis channel mapping to informative references.Ralph Giles
2013-05-24Fix Ogg draft formatting.Ralph Giles
2013-05-24Remove an unnecessary comma.Ralph Giles
2013-05-24Merge JM's encoder suggestions.Ralph Giles