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-05-23Use more MAC16_16's and unroll a loop.Timothy B. Terriberry
2013-05-22Minor ARMv5E cleanups.Timothy B. Terriberry
2013-05-22Use a table for PVQ encoding/decoding.Timothy B. Terriberry
2013-05-22Add new ARM headers to top-level file lists.Timothy B. Terriberry
2013-05-21Move ARM asm into its own directories.Timothy B. Terriberry
2013-05-21Clean up register constraints.Timothy B. Terriberry
2013-05-20Fix bustage in a16cef62.Timothy B. Terriberry
2013-05-20Make autogen.sh cut and paste proofRon
2013-05-20Add support for autoconf macros in m4/Ron
2013-05-20Replace silk_CLZ functions with EC_ILOG().Timothy B. Terriberry
2013-05-20Convert quotes in license headers to ASCII.Timothy B. Terriberry
2013-05-20Add ARMv4/ARMv5E macros.Timothy B. Terriberry
2013-05-19celt_maxabs16() now returns an opus_val32 to avoid problems with -32768Jean-Marc Valin
2013-05-18Change few remaining instances of short to opus_int16Jean-Marc Valin
2013-05-18Use m4_esyscmd instead of m4_esyscmd_sRon
2013-05-18Fixes fixed-point PLC issue reported in trac ticket #1954Jean-Marc Valin
2013-05-18Making sure redundant frames never use outdated analysis infoJean-Marc Valin
2013-05-17Merge branch 'surround'Jean-Marc Valin
2013-05-17Conservative use of bandwidth detection in CELTJean-Marc Valin
2013-05-17Automatic bandwidth decisions get more conservative as rate increases.Jean-Marc Valin
2013-05-17Saturates the last RC to 0.99 when Schur blows upJean-Marc Valin
2013-05-14Slight simplification of the bandwidth detection codeJean-Marc Valin
2013-05-12Don't repeatedly install the doc dir for every fileRon
2013-05-12Remove opus_compare.o in Makefile.unix clean tooRon
2013-05-11More gitignoranceRon
2013-05-11Don't fail hard if package_version does not existRon
2013-05-10Change Visual Studio files to use PACKAGE_VERSION.Ralph Giles
2013-05-10More Makefile.unix tweaksRon
2013-05-10Fully automate version updatingRon
2013-05-10Bump version to match 1.0.x branchJean-Marc Valin
2013-05-10Fixes an assertion failure in SILKJean-Marc Valin
2013-05-09Fix bustage from c152d602.Timothy B. Terriberry
2013-05-08Use dynamic stack allocation in the SILK encoder.Timothy B. Terriberry
2013-05-08Fix several memory errors in the SILK resampler.Timothy B. Terriberry
2013-05-08Remove trailing whitespace.Timothy B. Terriberry
2013-05-08Fix some warnings.Timothy B. Terriberry
2013-05-07Update implementation status for Firefox 20 stable release.Ralph Giles
2013-05-07Revisit surround rate allocationsurroundJean-Marc Valin
2013-05-07Adds spreading to the surround masking computationJean-Marc Valin
2013-05-05Implements basic surround maskingJean-Marc Valin
2013-05-05Adds support for all Vorbis mappingsJean-Marc Valin
2013-05-05More forced decisions in CELT LFE encodingJean-Marc Valin
2013-05-05Surround: Better LFE handlingJean-Marc Valin
2013-05-05Initial surround code with new APIJean-Marc Valin
2013-05-05Fixes missing initialization in OpusMSEncoderJean-Marc Valin
2013-04-23Fixes FEC issues introduced in 7fcd66cJean-Marc Valin
2013-04-20VBR bitrate calibration for variable duration.Jean-Marc Valin
2013-04-19Variable framesize improvementsJean-Marc Valin
2013-04-15Converts the analysis to ALLOC()Jean-Marc Valin
2013-04-15Fixes a minor bug found by valgrind in the bandwidth detectorJean-Marc Valin