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

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/celt
AgeCommit message (Expand)Author
2016-06-02New DTX that works in all modes (SILK/CELT/HYBRID)Felicia Lim
2016-06-02Quality: Increase CELT rate for voiced frames in hybrid modeJean-Marc Valin
2016-06-02Using "hybrid" flag instead of "start!=0"Jean-Marc Valin
2016-06-02Quality: Makes real CELT VBR work for hybrid tooJean-Marc Valin
2016-06-02Quality: Forces trim to 5 on hybrid modeJean-Marc Valin
2016-06-02Quality: removes VBR attenuation at low bitrateJean-Marc Valin
2016-04-16Turn on CELT's PLC only if there are >=2 packets received consecutively.Felicia Lim
2016-03-24Fixes overflows on CPUs with 16-bit intsJean-Marc Valin
2015-12-31Renamed MAX_PULSES to SILK_MAX_PULSES and CELT_MAX_PULSESJean-Marc Valin
2015-12-24Fixes patch_transient_decision() for hybrid modeJean-Marc Valin
2015-12-24Oops, fixes max_decay for LFE in fixed-pointJean-Marc Valin
2015-12-05Make the CELT background noise estimator adapt more quickly on DTX updateJean-Marc Valin
2015-12-04Fixes memory leak in some CELT unit testsJean-Marc Valin
2015-12-04Always use the max of the decaying PLC energy and the background noiseJean-Marc Valin
2015-12-04Fixes the transient detector on silenceJean-Marc Valin
2015-11-23Fix x86 build if we presume SSE4.1 (and earlier), but not AVX.Jonathan Lennox
2015-11-05Adding AVX config switchesRadu Velea
2015-11-05Naming convention for AVXRadu Velea
2015-11-03Suppress generation of comb_filter_const_c when not used; avoid warning.Jonathan Lennox
2015-11-03Fix unit tests on ARM without RTCD (e.g. aarch64 or iOS).Jonathan Lennox
2015-10-08Adds "arch" argument to MIPS MDCTRhishikesh Agashe
2015-10-08Fix dump_modes output for fixed-point NE10.Timothy B. Terriberry
2015-10-08armv7: Enable NE10's fixed-point FFT for the MDCTViswanath Puttagunta
2015-10-08armv7: Optimize fixed point FFT using NE10 libraryViswanath Puttagunta
2015-10-08test_unit_dft: Add nfft = 60, 240, 480 testsViswanath Puttagunta
2015-10-08armv7(float): Optimize decode usecase using NE10 libraryViswanath Puttagunta
2015-10-08armv7(float): Optimize encode usecase using NE10 libraryViswanath Puttagunta
2015-10-08Add entcode.c to the dump_modes binary.Timothy B. Terriberry
2015-10-07Fixes compile problems for MIPSRhishikesh Agashe
2015-09-02Add intrinsics support to Visual Studio build.Jonathan Lennox
2015-09-02Reorganize x86 SSE intrinsics code.Jonathan Lennox
2015-09-02Move SSE2 and SSE4.1 intrinsics functions to separate files, to be compiled w...Jonathan Lennox
2015-09-02Remove some unnecessary #includes from x86cpu.c.Jonathan Lennox
2015-09-02Fix struct initialization of CPU_Feature structure.Jonathan Lennox
2015-09-02Fix cpuid asm on 32-bit PIC.Jonathan Lennox
2015-09-02In optimized mode, don't force Clang to use explicit load/store for _mm_cvtep...Jonathan Lennox
2015-09-02Reorganize configure's detection of intrinsics functions:Jonathan Lennox
2015-02-27Wrap _mm_cvtepi...() intrinsics in macros on clang.Timothy B. Terriberry
2015-02-20Document how to tell if your build is fixed-point.Timothy B. Terriberry
2015-01-03Fix silk_VQ_WMat_EC_sse4_1().Timothy B. Terriberry
2014-12-26Fix warnings in pedantic build.Timothy B. Terriberry
2014-12-26armv7: celt_pitch_xcorr: Introduce ARM NEON intrinsicsViswanath Puttagunta
2014-12-02Fix celt_pitch_xcorr_c signature.Timothy B. Terriberry
2014-11-19float_cast: Fix MSVC ARM buildCameron Gutman
2014-10-12tests: fix linking for --enable-fixed-point on ARMv1.1.1-betaTristan Matthews
2014-10-04There are no tabs in source code.Timothy B. Terriberry
2014-10-04Fix build bustage from c95c9a048.Timothy B. Terriberry
2014-10-04Cisco optimization for x86 & fixed pointxiangmingzhu
2014-08-10os_support: fix misleading commentsTristan Matthews
2014-06-20Whitespace fixesexp_mips_optJean-Marc Valin