summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add exp_wip5 tag to version string.exp_wip6Gregory Maxwell2012-07-031-0/+1
* Reverts the transient_analysis() changes from 4e8b9905Jean-Marc Valin2012-07-031-68/+40
* Fixes issues when downmixing to mono or when encoding below fullbandJean-Marc Valin2012-07-031-4/+5
* Tonality and pitch tuningJean-Marc Valin2012-07-033-12/+21
* Converting most of the new code to fixed-point (not complete yet)Jean-Marc Valin2012-07-032-63/+92
* Fixes some issues discovered with a log sweepJean-Marc Valin2012-07-032-24/+54
* Tuning the dynalloc adjustments and checking for LF transientsJean-Marc Valin2012-07-031-49/+42
* Adds a 3 Hz high-pass filter and boost allocation on leakageJean-Marc Valin2012-07-033-45/+50
* Dynalloc based on a bands that stand out of the "noise floor"Jean-Marc Valin2012-07-031-0/+70
* Transient/VBR tuning, give more bits to frames where pitch changesJean-Marc Valin2012-07-033-115/+110
* New transient code, weighted tonalityJean-Marc Valin2012-07-032-41/+109
* VBR tuningJean-Marc Valin2012-07-032-14/+19
* Adds automatic bandwidth detectionJean-Marc Valin2012-07-031-1/+32
* Better training setJean-Marc Valin2012-07-031-56/+56
* Adds low-energy feature, training with noiseJean-Marc Valin2012-07-033-141/+104
* Better trainingJean-Marc Valin2012-07-031-62/+120
* Adds MFCC standard deviation featuresJean-Marc Valin2012-07-033-51/+93
* Down to 17 features with same error rateJean-Marc Valin2012-07-032-72/+53
* Adds cepstral mean subtraction (CMS) to analysisJean-Marc Valin2012-07-032-66/+68
* Continuous trim calculations, tapset/spread now use new analysisJean-Marc Valin2012-07-033-15/+39
* Speech/music discrimination (not used for anything yet)Jean-Marc Valin2012-07-039-2/+946
* Cleanup, slightly changed analysis band layout, MFCC-like featuresJean-Marc Valin2012-07-032-10/+72
* Cleans up the most ugly parts of the analysis codeJean-Marc Valin2012-07-034-108/+166
* Adds an analysis function to control VBRJean-Marc Valin2012-07-034-54/+352
* Implements a better transient metric for VBRJean-Marc Valin2012-07-031-11/+21
* Using a "pure L1" metric for tf analysisJean-Marc Valin2012-07-031-20/+10
* Unconstrained VBR no longer attempt to hit an average rateJean-Marc Valin2012-07-031-3/+8
* Add configure option to disable stack protector.Gregory Maxwell2012-06-281-1/+13
* Dos2unix, trailing whitespace on draft-spittka-payload-rtp-opus.xml.Gregory Maxwell2012-06-191-880/+878
* Adds a copy of the RTP payload XMLJean-Marc Valin2012-06-141-0/+880
* Add -fixed to the version string & clarify that fixed disables float.Gregory Maxwell2012-06-112-7/+12
* Include the doc dir in DIST_SUBDIRS instead of EXTRA_DISTRon2012-06-112-6/+5
* opus_compare.m was outdatedJean-Marc Valin2012-06-111-79/+0
* Don't bark scary warnings at compile time about no doxygenRon2012-06-111-9/+5
* Fixup paths in doc/Gregory Maxwell2012-06-112-6/+9
* Pretty up the HTML doxygen output.Gregory Maxwell2012-06-118-8/+1302
* Add brief descriptions to the encode/decode groups to avoid weird autobreif s...Gregory Maxwell2012-06-101-0/+3
* Correct documentation in opus_custom.h.Gregory Maxwell2012-06-104-126/+250
* Remove unnecessary and not-very-portable opus_demo case insensitivity.Gregory Maxwell2012-06-041-28/+21
* Fix doxygen docs wrt OPUS_WARN_UNUSED_RESULT and OPUS_ARG_NONNULL.Gregory Maxwell2012-06-021-2/+2
* Update headers to cause warnings on unused returns and null args.Gregory Maxwell2012-06-015-57/+80
* modified the Visual Studio 2010 projects and solution file to include a x64 c...root2012-06-016-676/+1076
* Avoid an inconsequential memory leak in tests/test_opus_decode.cGregory Maxwell2012-06-011-0/+1
* Avoid an inconsequential memory leak in tests/test_opus_encode.c.Gregory Maxwell2012-06-011-0/+1
* Seems like using dllimport on Windows wasn't usefulJean-Marc Valin2012-05-311-1/+1
* Fix for building mingw32 apps.Gregory Maxwell2012-05-301-1/+1
* Advertise the static library for uninstalled builds.Ralph Giles2012-05-301-2/+2
* Fixes some cases where MIN/MAX macros result in duplicated function callsJean-Marc Valin2012-05-303-7/+25
* Fix opus-uninstalled.pc.Timothy B. Terriberry2012-05-281-2/+2
* Add extern "C" protection to opus_multistream.h.Ralph Giles2012-05-231-0/+8