summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* set version.mk to 1.1.2v1.1.2Jean-Marc Valin2016-01-121-1/+1
* bump libtool revision for 1.1.2Jean-Marc Valin2016-01-121-1/+1
* Suggest OPUS_LSB_DEPTH(14) for G.711. r=td-linux,mark4oRalph Giles2016-01-071-0/+9
* Add checksums for opusfile 0.7.Ralph Giles2016-01-051-3/+5
* Add a check target to the static makefiles. r=ronRalph Giles2016-01-042-4/+14
* Add 'force' to the phony target list. r=ronRalph Giles2016-01-042-2/+2
* Renamed MAX_PULSES to SILK_MAX_PULSES and CELT_MAX_PULSESJean-Marc Valin2015-12-316-11/+11
* Actually fix pedantic build bustage.Timothy B. Terriberry2015-12-311-1/+1
* Fix pedantic build bustage.Timothy B. Terriberry2015-12-311-1/+2
* Add tonality_analysis_reset().Ralph Giles2015-12-313-9/+25
* Add an initializer for TonalityAnalysisState.Ralph Giles2015-12-313-6/+29
* Remove unused encoder field analysis_offsetMark Harris2015-12-301-1/+0
* Avoids having the Opus-level "arch" be set to 0 on encoder/decoder resetJean-Marc Valin2015-12-302-2/+2
* oggopus: More updates for AD review comments.Timothy B. Terriberry2015-12-281-38/+105
* 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