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
2015-12-03Fixes the transient detector on silencecng_fixJean-Marc Valin
2015-12-03better background noiseJean-Marc Valin
2015-11-28Oops, fixes max_decay for LFE in fixed-pointexp_lbr_tune1Jean-Marc Valin
2015-11-28Quality: Encoding music in full-band stereo from 32 kb/sJean-Marc Valin
2015-11-28Quality: removes VBR attenuation at low bitrateJean-Marc Valin
2015-11-26update sha256 in repoJean-Marc Valin
2015-11-26bump libtool revisionJean-Marc Valin
2015-11-24oggopus: Fix spellingMark Harris
2015-11-24Bump draft version and date for submission.Timothy B. Terriberry
2015-11-24Additional edits from Mark Harris.Timothy B. Terriberry
2015-11-24Address remaining document shepherd review comments.Timothy B. Terriberry
2015-11-24Remove normative references to encoder or decoder.Timothy B. Terriberry
2015-11-23Fix x86 build if we presume SSE4.1 (and earlier), but not AVX.Jonathan Lennox
2015-11-18oggopus: further cleanup in response to review.Ralph Giles
2015-11-18oggopus: Add IANA considerations.Ralph Giles
2015-11-18oggopus: Add Opus RTP as an informative reference.Ralph Giles
2015-11-17oggopus: remove <spanx style="strong"> markup.Ralph Giles
2015-11-17oggopus: Consolidate granulepos description.Ralph Giles
2015-11-17oggopus: Convert mentions of 'encoder' to 'muxer'.Ralph Giles
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-11-03Declare silk_warped_LPC_analysis_filter_FIX_c in silk/fixed/main_FIX.h.Jonathan Lennox
2015-10-23Updating links for both https and new versionsv1.1.1-rcMark Harris
2015-10-23Corrections to docMark Harris
2015-10-16configure: Remove empty else clauses from AS_IFTimothy B. Terriberry
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-08Move the external ARM asm to a separate library.Timothy B. Terriberry
2015-10-08Add entcode.c to the dump_modes binary.Timothy B. Terriberry
2015-10-07Fixes compile problems for MIPSRhishikesh Agashe
2015-10-07trivial_example: Fix error messageMark Harris
2015-10-07Extra safety against NaNs in surround_analysis()Mark Harris
2015-10-07Preventing NaNs from crashing surround_analysis()Jean-Marc Valin
2015-09-26Remove spurious ACLOCAL_FLAGS variable from autogen.sh.Ralph Giles
2015-09-02Make it possible to pass in paths to opus_demo and opus_compare.jon_patchesJonathan Lennox
2015-09-02Create OPUS_FAST_INT64 macro, to abstract conditions where opus_int64 should ...Jonathan Lennox
2015-09-02Use ProjectReference rather than AdditionalDependencies for test programs, so...Jonathan Lennox
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