Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-13Some tuning of temporal VBR.exp_temporal1Jean-Marc Valin
2013-06-11Adds "temporal VBR", which should be mostly useful at low bitrate.Jean-Marc Valin
2013-06-10Moves VBR calculations to a separate function.Jean-Marc Valin
2013-06-08Drop the stdint size tests that we never use anywhereRon
2013-06-07Fixes fixed-point on x86 (no SSE).Jean-Marc Valin
2013-06-07Improved SSE version of xcorr_kernel()John Ridges
2013-06-06Forgot to add assembly fileJean-Marc Valin
2013-06-06Adds SSE support (only xcorr_kernel() for now)Jean-Marc Valin
2013-06-05Add run-time CPU detection and support for ARM architectureAurélien Zanelli
2013-06-04Test the compiler configuration, not the assemblerRon
2013-05-28Disables all the surround mode forcing for mono/stereoJean-Marc Valin
2013-05-27Check if opus_compare is executable in run_vectors.shAurélien Zanelli
2013-05-27C89 fixJean-Marc Valin
2013-05-27Creates xcorr_kernel() that gets used by pitch_xcorr, celt_fir and celt_iir.Jean-Marc Valin
2013-05-27Skip down-sampling in deemphasis() when not needed.Jean-Marc Valin
2013-05-27Add an option to disable build of extra programs (demos and tests)Aurélien Zanelli
2013-05-26oops (again)Jean-Marc Valin
2013-05-26oopsJean-Marc Valin
2013-05-26Optimizes remove_doubling() by avoiding redundant calculations of yyJean-Marc Valin
2013-05-26Adds missing RESTORE_STACK callsJean-Marc Valin
2013-05-25Speeds up celt_iir() by more than a factor of two.Jean-Marc Valin
2013-05-25Speeds up celt_fir by more than a factor of two.Jean-Marc Valin
2013-05-25Fixes two warnings in pitch_xcorr()Jean-Marc Valin
2013-05-25Optimizes _celt_autocorr() by using pitch_xcorr()Jean-Marc Valin
2013-05-25Merges the 4th order FIR with the first order FIR in pitch_downsample()Jean-Marc Valin
2013-05-24Try to clarify that opus maps to flac/wav but wav doesn't map to opus.Ralph Giles
2013-05-24Reference before period.Ralph Giles
2013-05-24Hack quoting of hanning article.Ralph Giles
2013-05-24Wrap lookahead code example in a figure.Ralph Giles
2013-05-24Add a wikipedia reference for the Hanning window.Ralph Giles
2013-05-24Move the vorbis channel mapping to informative references.Ralph Giles
2013-05-24Fix Ogg draft formatting.Ralph Giles
2013-05-24Remove an unnecessary comma.Ralph Giles
2013-05-24Merge JM's encoder suggestions.Ralph Giles
2013-05-24Bump Ogg draft version and date.draft-ietf-codec-oggopus-01Ralph Giles
2013-05-24Move implementation status details to wiki.xiph.org.Ralph Giles
2013-05-24Make pitch_xcorr() work when len and max_pitch aren't multiples of 4.Jean-Marc Valin
2013-05-24oops, removed a minus sign that should never have appearedJean-Marc Valin
2013-05-24Unrolled version of the pitch correlationJean-Marc Valin
2013-05-24Move misplaced RESTORE_STACK.Timothy B. Terriberry
2013-05-24Make dump_modes compile again.Timothy B. Terriberry
2013-05-24Move misplaced RESTORE_STACK.Timothy B. Terriberry
2013-05-24Remove an unused variable added in 85ede2c6.Timothy B. Terriberry
2013-05-23Minor configure adjustment.Timothy B. Terriberry
2013-05-23Minor FFT cleanups.Timothy B. Terriberry
2013-05-23Port 1ed17cc2 to C_MUL and C_MUL4.Timothy B. Terriberry
2013-05-23Slightly faster C_MULC for ARMv4.Nils Wallménius
2013-05-23Faster MULT32_32_Q31 for ARM.Nils Wallménius
2013-05-23Use more MAC16_16's and unroll a loop.Timothy B. Terriberry
2013-05-22Minor ARMv5E cleanups.Timothy B. Terriberry