summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* using "hybrid" flag instead of start != 0hybrid_vbr3hybrid_vbrJean-Marc Valin2015-12-251-5/+5
* commentJean-Marc Valin2015-12-251-1/+3
* more aggressive at using wider bandwidthsJean-Marc Valin2015-12-241-14/+14
* Adds SILK rate interpolation functionJean-Marc Valin2015-12-241-13/+45
* Make strong transients in hybrid mode use foldingJean-Marc Valin2015-12-231-2/+6
* more fixingJean-Marc Valin2015-12-232-5/+5
* fixes min_allowed for hybridJean-Marc Valin2015-12-231-4/+8
* cleanupJean-Marc Valin2015-12-232-27/+10
* something seems to workJean-Marc Valin2015-12-233-9/+20
* Work in progress -- doesn't workJean-Marc Valin2015-12-233-9/+33
* Forces trim to 5 on hybrid modeJean-Marc Valin2015-12-231-2/+5
* Quality: Encoding music in full-band stereo from 32 kb/sJean-Marc Valin2015-12-231-5/+5
* Quality: removes VBR attenuation at low bitrateJean-Marc Valin2015-12-231-11/+4
* Fixes patch_transient_decision() for hybrid modeJean-Marc Valin2015-12-231-11/+11
* Oops, fixes max_decay for LFE in fixed-pointJean-Marc Valin2015-12-231-1/+1
* oggopus: Revert SHOULD->MUST for reserved mappings.Timothy B. Terriberry2015-12-111-2/+2
* oggopus: Fix typo.Timothy B. Terriberry2015-12-111-1/+1
* oggopus: First pass updates for AD review comments.Timothy B. Terriberry2015-12-111-44/+42
* 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