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-12-09Using celt_inner_prod() for input sanity check.opt_floatJean-Marc Valin
2013-12-09Fixes a fixed-point issue introduced in a18ba8aJean-Marc Valin
2013-12-09Defining celt_inner_prod() and using it instead of explicit loops.Jean-Marc Valin
2013-12-09Replaces inline copies and initialization with OPUS_*() macros.Jean-Marc Valin
2013-12-08Changes ABS16() and ABS32() to use fabs() in the float buildJean-Marc Valin
2013-12-08Optimizes encoder NaN detection and clipping by only running them when neededJean-Marc Valin
2013-12-06Fixed-point fast-path for normal 48 kHz encoding in celt_preemphasis()Jean-Marc Valin
2013-12-05Turns a 16x32 multiply into a 16x16 one in celt_preemphasis().Jean-Marc Valin
2013-12-05Bump sonamev1.1Jean-Marc Valin
2013-12-05Mention updating the website examples.Ralph Giles
2013-12-05Start a release checklist.Ralph Giles
2013-12-03Revert "Disables assembly optimizations by default because of several problem...v1.1-rc3Jean-Marc Valin
2013-12-03Disables assembly optimizations by default because of several problems reportedJean-Marc Valin
2013-12-03Fixes Opus-custom preemphasisJean-Marc Valin
2013-11-30Whoa! This fixes a pretty bad fixed-point stereo regressionJean-Marc Valin
2013-11-29Fixes OPUS_SET_GAIN (was a bug in MULT16_32_P16())Jean-Marc Valin
2013-11-27Minor speedups to celt_pitch_xcorr_edsp().v1.1-rc2Timothy B. Terriberry
2013-11-27Drop the use of --always to git-describeRon
2013-11-27Remove the celt_pitch_xcorr() test code.Timothy B. Terriberry
2013-11-27Actually use my NEON code.Timothy B. Terriberry
2013-11-27Make celt_pitch_xcorr_edsp() work on ARMv5TE.Timothy B. Terriberry
2013-11-27Clean up celt_pitch_xcorr() test code.Timothy B. Terriberry
2013-11-26Silences a warning in fixed-pointv1.1-rcJean-Marc Valin
2013-11-26Merges surround and stereo intensity stereo thresholds again.Jean-Marc Valin
2013-11-25Makes SILK surround masking a bit more aggressive in both directionsJean-Marc Valin
2013-11-25Intensity stereo update, partially based on Monty's listeningJean-Marc Valin
2013-11-24Put custom_encoder_init decl behind CUSTOM_MODES. More softclip tests.Gregory Maxwell
2013-11-24Using a more reasonably SILK surround calibration valueJean-Marc Valin
2013-11-24Reducing the thresholds for enabling stereo and higher audio bandwidthsJean-Marc Valin
2013-11-24Surround low-passing thresholds set to much lower bitratesJean-Marc Valin
2013-11-22Minor opus_pcm_soft_clip API hardening and tests.Gregory Maxwell
2013-11-22Add some multistream resets to the tests.Gregory Maxwell
2013-11-21Merge branch 'silk_pitch_fix'Jean-Marc Valin
2013-11-21Applies padding to all CBR packets, including PLC and CELT silenceJean-Marc Valin
2013-11-21Adds trivial_example.c to make distJean-Marc Valin
2013-11-21Adds a simple example of Opus encoding+decodingJean-Marc Valin
2013-11-21opus_custom_encoder_init() now only needed for custom modes.Jean-Marc Valin
2013-11-21Add copyright header to test_opus_padding.c.Ralph Giles
2013-11-21Makes pitch gain control less aggressivesilk_pitch_fixJean-Marc Valin
2013-11-20Using the maximum frequency response of pitch taps instead of maxabsJean-Marc Valin
2013-11-20Constrains accumulated pitch gain to avoid potential instability.Koen Vos
2013-11-19Additional opus_multistream_packet_(un)pad tests.Gregory Maxwell
2013-11-19Validate merge argument in repacketizer_demo.Gregory Maxwell
2013-11-19Validate channel count in opus_demo.Gregory Maxwell
2013-11-19Add opus_packet_(un)pad tests.Gregory Maxwell
2013-11-19More make dist fixesRon
2013-11-19Fix 'make distclean'.Ralph Giles
2013-11-19Don't attenuate hybrid high-band for surroundJean-Marc Valin
2013-11-19Fixes unpad for multi-streamJean-Marc Valin
2013-11-19Unpad assertsTimothy B. Terriberry