summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Implements OPUS_{GET,SET}_LSB_DEPTHJean-Marc Valin2012-08-064-0/+42
| * Fix fixed-point testilog2.Timothy B. Terriberry2012-08-061-3/+10
| * Disable silk_get_TOC in the code, as it's not used or exposed.Gregory Maxwell2012-08-062-0/+4
| * Fixed sizeof param in silk_get_TOC. Size for memset was calculated wrong.Cyril Lashkevich2012-08-061-1/+1
| * Fix opus_encode allowed frame sizes docs, reported by Stefan Hacker.Gregory Maxwell2012-08-061-2/+2
| * Added MSVC output directories to gitignore.Chris Moeller2012-07-301-1/+16
| * Fix bkp/s -> kb/s in opus_demo.Gregory Maxwell2012-07-271-1/+1
| * Guard _MSC_VER tests, remove FLOAT2INT16 when DISABLE_FLOAT_API.Rafaël Carré2012-07-262-3/+5
| * log2_frac optimization from Simon Hosie back in Aug 2011.Gregory Maxwell2012-07-241-2/+3
| * Add some more api docs.Gregory Maxwell2012-07-211-2/+14
| * Replace the remaining instances of restrict with OPUS_RESTRICT.Gregory Maxwell2012-07-202-3/+5
| * Replace a remaining instance of restrict with OPUS_RESTRICT.Gregory Maxwell2012-07-201-1/+1
| * Small cleanups to MSVC build setup.Gian-Carlo Pascutto2012-07-204-3/+4
| * Fixes MSVC projects and adds git version generator toolChris Moeller2012-07-207-25/+250
| * Replace C99 restrict keyword with OPUS_RESTRICT.Gregory Maxwell2012-07-1810-71/+84
| * Don't try to create fullband silk frames when forced to low rate.Gregory Maxwell2012-07-181-3/+9
| * Convert some double constants to float.Gregory Maxwell2012-07-174-11/+11
| * Fix a typo.Ralph Giles2012-07-171-2/+2
| * Remove rillian from the Acknowledgments.Timothy B. Terriberry2012-07-171-4/+4
| * Clarify difference between user bandwidth settings.Timothy B. Terriberry2012-07-171-2/+14
| * Wrap a long line.Ralph Giles2012-07-161-2/+2
| * Fix the agreement issue the other way.Ralph Giles2012-07-161-2/+2
| * Fix an agreement typo in the previous commit.Ralph Giles2012-07-161-1/+1
| * Output/intermediate dir cleanup and fixes in 64-bit mode.Gian-Carlo Pascutto2012-07-165-49/+12
| * Make MSVC build work in parallel.Gian-Carlo Pascutto2012-07-1610-59/+21
| * Rearrange Ogg Opus references.Timothy B. Terriberry2012-07-161-23/+23
| * Updates from mailing list and other small fixes.Timothy B. Terriberry2012-07-161-28/+94
| * Oops, the tag is ENCODER not ENCODED-BY.Ralph Giles2012-07-161-1/+1
| * Various small improvements.Ralph Giles2012-07-161-13/+27
| * Define TOC sequence briefly.Ralph Giles2012-07-161-0/+2
| * Clarify how multistream Opus packets are packed into Ogg packets.Ralph Giles2012-07-161-5/+7
| * Bump the version number on the Ogg Opus draft.Ralph Giles2012-07-161-1/+1
| * Add myself as an author.Ralph Giles2012-07-161-0/+15
| * Ogg Opus wording - avoid repeated 'this' in the abstract.Ralph Giles2012-07-161-4/+4
| * Opus_multistream API hardening.Gregory Maxwell2012-07-141-0/+8
| * Fix headers by mingw broken by recent win32 changes.Gregory Maxwell2012-07-142-2/+2
* | s/SHL/SHL16/Jean-Marc Valin2012-09-151-1/+1
* | Shrinks tansig table, makes data static constJean-Marc Valin2012-09-143-71/+17
* | Makes dynalloc more conservative for CBR and CVBRJean-Marc Valin2012-09-141-4/+22
* | Adds anslysis code for tf_selectJean-Marc Valin2012-09-121-16/+55
* | Fixes a silly bug where only the left channel was used for depth estimationJean-Marc Valin2012-08-141-1/+1
* | Enables the second dynalloc MDCT only at complexity 8Jean-Marc Valin2012-07-271-16/+5
* | Makes VBR rate variations less aggressive at low bit-rates and for CVBRJean-Marc Valin2012-07-271-12/+33
* | Smoother intensity stereo decision thresholdsJean-Marc Valin2012-07-251-21/+15
* | Adds some histeresis to the stereo savingJean-Marc Valin2012-07-251-5/+5
* | VBR tuning: increases transient and dynalloc boostJean-Marc Valin2012-07-251-2/+2
* | Fixes issues with stereo saving and dynallocJean-Marc Valin2012-07-231-15/+44
* | OPUS_{GET,SET}_LSB_DEPTH for multichannel.Gregory Maxwell2012-07-131-0/+2
* | Fixes make distJean-Marc Valin2012-07-132-1/+8
* | Implements OPUS_{GET,SET}_LSB_DEPTHJean-Marc Valin2012-07-137-27/+114