summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Oops, fixes max_decay for LFE in fixed-pointexp_lbr_tune1Jean-Marc Valin2015-11-281-1/+1
* Quality: Encoding music in full-band stereo from 32 kb/sJean-Marc Valin2015-11-271-5/+5
* Quality: removes VBR attenuation at low bitrateJean-Marc Valin2015-11-271-11/+4
* update sha256 in repoJean-Marc Valin2015-11-261-0/+2
* bump libtool revisionJean-Marc Valin2015-11-261-1/+1
* oggopus: Fix spellingMark Harris2015-11-241-13/+13
* Bump draft version and date for submission.Timothy B. Terriberry2015-11-231-2/+2
* Additional edits from Mark Harris.Timothy B. Terriberry2015-11-231-10/+10
* Address remaining document shepherd review comments.Timothy B. Terriberry2015-11-231-65/+61
* Remove normative references to encoder or decoder.Timothy B. Terriberry2015-11-231-78/+82
* Fix x86 build if we presume SSE4.1 (and earlier), but not AVX.Jonathan Lennox2015-11-222-2/+4
* oggopus: further cleanup in response to review.Ralph Giles2015-11-171-10/+15
* oggopus: Add IANA considerations.Ralph Giles2015-11-171-1/+10
* oggopus: Add Opus RTP as an informative reference.Ralph Giles2015-11-171-0/+3
* oggopus: remove <spanx style="strong"> markup.Ralph Giles2015-11-171-24/+18
* oggopus: Consolidate granulepos description.Ralph Giles2015-11-161-2/+12
* oggopus: Convert mentions of 'encoder' to 'muxer'.Ralph Giles2015-11-161-9/+9
* Adding AVX config switchesRadu Velea2015-11-055-3/+64
* Naming convention for AVXRadu Velea2015-11-051-0/+6
* Suppress generation of comb_filter_const_c when not used; avoid warning.Jonathan Lennox2015-11-031-0/+2
* Fix unit tests on ARM without RTCD (e.g. aarch64 or iOS).Jonathan Lennox2015-11-024-8/+4
* Declare silk_warped_LPC_analysis_filter_FIX_c in silk/fixed/main_FIX.h.Jonathan Lennox2015-11-022-0/+13
* Updating links for both https and new versionsv1.1.1-rcMark Harris2015-10-233-13/+13
* Corrections to docMark Harris2015-10-231-10/+21
* configure: Remove empty else clauses from AS_IFTimothy B. Terriberry2015-10-161-3/+3
* Adds "arch" argument to MIPS MDCTRhishikesh Agashe2015-10-081-2/+7
* Fix dump_modes output for fixed-point NE10.Timothy B. Terriberry2015-10-073-24/+10
* armv7: Enable NE10's fixed-point FFT for the MDCTViswanath Puttagunta2015-10-074-32/+27
* armv7: Optimize fixed point FFT using NE10 libraryViswanath Puttagunta2015-10-0715-114/+587
* test_unit_dft: Add nfft = 60, 240, 480 testsViswanath Puttagunta2015-10-071-0/+6
* armv7(float): Optimize decode usecase using NE10 libraryViswanath Puttagunta2015-10-0713-19/+211
* armv7(float): Optimize encode usecase using NE10 libraryViswanath Puttagunta2015-10-0731-143/+1492
* Move the external ARM asm to a separate library.Timothy B. Terriberry2015-10-071-7/+7
* Add entcode.c to the dump_modes binary.Timothy B. Terriberry2015-10-071-1/+1
* Fixes compile problems for MIPSRhishikesh Agashe2015-10-078-34/+27
* trivial_example: Fix error messageMark Harris2015-10-071-3/+3
* Extra safety against NaNs in surround_analysis()Mark Harris2015-10-071-1/+1
* Preventing NaNs from crashing surround_analysis()Jean-Marc Valin2015-10-072-0/+17
* Remove spurious ACLOCAL_FLAGS variable from autogen.sh.Ralph Giles2015-09-251-1/+0
* Make it possible to pass in paths to opus_demo and opus_compare.jon_patchesJonathan Lennox2015-09-011-2/+2
* Create OPUS_FAST_INT64 macro, to abstract conditions where opus_int64 should ...Jonathan Lennox2015-09-011-5/+8
* Use ProjectReference rather than AdditionalDependencies for test programs, so...Jonathan Lennox2015-09-015-20/+68
* Add intrinsics support to Visual Studio build.Jonathan Lennox2015-09-018-20/+119
* Reorganize x86 SSE intrinsics code.Jonathan Lennox2015-09-0122-202/+503
* Move SSE2 and SSE4.1 intrinsics functions to separate files, to be compiled w...Jonathan Lennox2015-09-018-229/+372
* Remove some unnecessary #includes from x86cpu.c.Jonathan Lennox2015-09-011-3/+0
* Fix struct initialization of CPU_Feature structure.Jonathan Lennox2015-09-011-1/+5
* Fix cpuid asm on 32-bit PIC.Jonathan Lennox2015-09-011-1/+15
* Fix instruction used for cpuid test.Jonathan Lennox2015-09-011-1/+1
* In optimized mode, don't force Clang to use explicit load/store for _mm_cvtep...Jonathan Lennox2015-09-011-8/+12