summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Some tuning of temporal VBR.exp_temporalJean-Marc Valin2013-06-131-3/+5
* Adds "temporal VBR", which should be mostly useful at low bitrate.Jean-Marc Valin2013-06-131-2/+30
* Fixes stupid tf calibration bugs introduced/exposed in f77410dJean-Marc Valin2013-06-131-3/+4
* Adds a quick hack to replace the normal calls with the multistream version.Jean-Marc Valin2013-06-131-0/+30
* Moves VBR calculations to a separate function.Jean-Marc Valin2013-06-101-84/+108
* Drop the stdint size tests that we never use anywhereRon2013-06-091-37/+4
* Fixes fixed-point on x86 (no SSE).Jean-Marc Valin2013-06-071-1/+1
* Improved SSE version of xcorr_kernel()John Ridges2013-06-062-51/+28
* Forgot to add assembly fileJean-Marc Valin2013-06-061-1/+2
* Adds SSE support (only xcorr_kernel() for now)Jean-Marc Valin2013-06-052-0/+103
* Add run-time CPU detection and support for ARM architectureAurélien Zanelli2013-06-0411-0/+295
* Test the compiler configuration, not the assemblerRon2013-06-041-54/+15
* Disables all the surround mode forcing for mono/stereoJean-Marc Valin2013-05-271-3/+4
* Check if opus_compare is executable in run_vectors.shAurélien Zanelli2013-05-271-0/+5
* C89 fixJean-Marc Valin2013-05-261-1/+5
* Creates xcorr_kernel() that gets used by pitch_xcorr, celt_fir and celt_iir.Jean-Marc Valin2013-05-263-176/+102
* Skip down-sampling in deemphasis() when not needed.Jean-Marc Valin2013-05-261-3/+18
* Add an option to disable build of extra programs (demos and tests)Aurélien Zanelli2013-05-262-0/+14
* oops (again)Jean-Marc Valin2013-05-251-1/+0
* oopsJean-Marc Valin2013-05-251-1/+1
* Optimizes remove_doubling() by avoiding redundant calculations of yyJean-Marc Valin2013-05-251-7/+17
* Adds missing RESTORE_STACK callsJean-Marc Valin2013-05-251-0/+2
* Speeds up celt_iir() by more than a factor of two.Jean-Marc Valin2013-05-251-4/+92
* Speeds up celt_fir by more than a factor of two.Jean-Marc Valin2013-05-251-8/+73
* Fixes two warnings in pitch_xcorr()Jean-Marc Valin2013-05-251-40/+40
* Optimizes _celt_autocorr() by using pitch_xcorr()Jean-Marc Valin2013-05-253-22/+58
* Merges the 4th order FIR with the first order FIR in pitch_downsample()Jean-Marc Valin2013-05-241-7/+52
* Try to clarify that opus maps to flac/wav but wav doesn't map to opus.Ralph Giles2013-05-251-2/+3
* Reference before period.Ralph Giles2013-05-251-3/+3
* Hack quoting of hanning article.Ralph Giles2013-05-251-2/+1
* Wrap lookahead code example in a figure.Ralph Giles2013-05-251-3/+9
* Add a wikipedia reference for the Hanning window.Ralph Giles2013-05-251-0/+11
* Move the vorbis channel mapping to informative references.Ralph Giles2013-05-251-15/+15
* Fix Ogg draft formatting.Ralph Giles2013-05-251-0/+8
* Remove an unnecessary comma.Ralph Giles2013-05-251-1/+1
* Merge JM's encoder suggestions.Ralph Giles2013-05-241-0/+75
* 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