summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump Ogg draft version and date.draft-ietf-codec-oggopus-01Ralph Giles2013-05-241-2/+2
* Move implementation status details to wiki.xiph.org.Ralph Giles2013-05-241-185/+7
* Make pitch_xcorr() work when len and max_pitch aren't multiples of 4.Jean-Marc Valin2013-05-241-1/+14
* oops, removed a minus sign that should never have appearedJean-Marc Valin2013-05-241-2/+2
* Unrolled version of the pitch correlationJean-Marc Valin2013-05-241-9/+105
* Move misplaced RESTORE_STACK.Timothy B. Terriberry2013-05-231-1/+1
* Make dump_modes compile again.Timothy B. Terriberry2013-05-231-1/+1
* Move misplaced RESTORE_STACK.Timothy B. Terriberry2013-05-231-1/+1
* Remove an unused variable added in 85ede2c6.Timothy B. Terriberry2013-05-231-1/+0
* Minor configure adjustment.Timothy B. Terriberry2013-05-221-1/+1
* Minor FFT cleanups.Timothy B. Terriberry2013-05-221-3/+0
* Port 1ed17cc2 to C_MUL and C_MUL4.Timothy B. Terriberry2013-05-221-10/+10
* Slightly faster C_MULC for ARMv4.Nils Wallménius2013-05-221-5/+5
* Faster MULT32_32_Q31 for ARM.Nils Wallménius2013-05-221-0/+5
* Use more MAC16_16's and unroll a loop.Timothy B. Terriberry2013-05-221-5/+10
* Minor ARMv5E cleanups.Timothy B. Terriberry2013-05-222-5/+8
* Use a table for PVQ encoding/decoding.Timothy B. Terriberry2013-05-213-386/+339
* Add new ARM headers to top-level file lists.Timothy B. Terriberry2013-05-212-1/+9
* Move ARM asm into its own directories.Timothy B. Terriberry2013-05-2112-174/+248
* Clean up register constraints.Timothy B. Terriberry2013-05-207-30/+18
* Fix bustage in a16cef62.Timothy B. Terriberry2013-05-191-1/+1
* Make autogen.sh cut and paste proofRon2013-05-201-1/+1
* Add support for autoconf macros in m4/Ron2013-05-205-145/+12
* Replace silk_CLZ functions with EC_ILOG().Timothy B. Terriberry2013-05-191-38/+4
* Convert quotes in license headers to ASCII.Timothy B. Terriberry2013-05-19158-158/+158
* Add ARMv4/ARMv5E macros.Timothy B. Terriberry2013-05-1913-5/+953
* celt_maxabs16() now returns an opus_val32 to avoid problems with -32768Jean-Marc Valin2013-05-185-10/+10
* Change few remaining instances of short to opus_int16Jean-Marc Valin2013-05-184-11/+11
* Use m4_esyscmd instead of m4_esyscmd_sRon2013-05-181-6/+6
* Fixes fixed-point PLC issue reported in trac ticket #1954Jean-Marc Valin2013-05-181-2/+5
* Making sure redundant frames never use outdated analysis infoJean-Marc Valin2013-05-171-3/+4
* Merge branch 'surround'Jean-Marc Valin2013-05-178-51/+587
|\
| * Revisit surround rate allocationsurroundJean-Marc Valin2013-05-061-12/+24
| * Adds spreading to the surround masking computationJean-Marc Valin2013-05-061-1/+11
| * Implements basic surround maskingJean-Marc Valin2013-05-055-11/+264
| * Adds support for all Vorbis mappingsJean-Marc Valin2013-05-051-30/+65
| * More forced decisions in CELT LFE encodingJean-Marc Valin2013-05-051-3/+12
| * Surround: Better LFE handlingJean-Marc Valin2013-05-056-16/+48
| * Initial surround code with new APIJean-Marc Valin2013-05-053-26/+211
* | Conservative use of bandwidth detection in CELTJean-Marc Valin2013-05-171-1/+14
* | Automatic bandwidth decisions get more conservative as rate increases.Jean-Marc Valin2013-05-174-20/+30
* | Saturates the last RC to 0.99 when Schur blows upJean-Marc Valin2013-05-162-0/+12
* | Slight simplification of the bandwidth detection codeJean-Marc Valin2013-05-131-13/+11
* | Don't repeatedly install the doc dir for every fileRon2013-05-121-1/+1
* | Remove opus_compare.o in Makefile.unix clean tooRon2013-05-121-1/+2
* | More gitignoranceRon2013-05-112-3/+10
* | Don't fail hard if package_version does not existRon2013-05-112-1/+8
* | Change Visual Studio files to use PACKAGE_VERSION.Ralph Giles2013-05-104-18/+18
* | More Makefile.unix tweaksRon2013-05-111-19/+9
* | Fully automate version updatingRon2013-05-118-55/+132