summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Forces trim to 5 on hybrid modeexp_lbr_tune2Jean-Marc Valin2015-12-051-2/+5
* Fixes patch_transient_decision() for hybrid modeJean-Marc Valin2015-12-041-11/+11
* Oops, fixes max_decay for LFE in fixed-pointJean-Marc Valin2015-12-041-1/+1
* Quality: Encoding music in full-band stereo from 32 kb/sJean-Marc Valin2015-12-041-5/+5
* Quality: removes VBR attenuation at low bitrateJean-Marc Valin2015-12-041-11/+4
* Make the CELT background noise estimator adapt more quickly on DTX updateJean-Marc Valin2015-12-041-1/+9
* opus_demo: fixes potential division by zero on files with no active frameJean-Marc Valin2015-12-041-1/+1
* Fixes memory leak in some CELT unit testsJean-Marc Valin2015-12-043-1/+4
* Always use the max of the decaying PLC energy and the background noiseJean-Marc Valin2015-12-041-16/+9
* Fixes the transient detector on silenceJean-Marc Valin2015-12-041-2/+2
* 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