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

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-10-08armv7(float): Optimize encode usecase using NE10 libraryViswanath Puttagunta
2015-10-07Extra safety against NaNs in surround_analysis()Mark Harris
2015-10-07Preventing NaNs from crashing surround_analysis()Jean-Marc Valin
2015-08-20Fixes bitrate statistics for decode-only operation and inband FECKoen Vos
2015-08-07Fix const struct to work with C++ compilationMark Harris
2015-08-07Silence clang -Wcast-align warningsMark Harris
2015-08-05Eliminate signed division overhead in align()Mark Harris
2015-08-04Simplify and generalize implementation of align(). Should be very efficient o...Jonathan Lennox
2015-08-04Make align() work even on machines with 32-bit charsJean-Marc Valin
2015-08-04More conservative alignmentJean-Marc Valin
2015-02-27Avoiding the term "mode" in opus_demoJean-Marc Valin
2015-02-24opus_demo: remove unused but set valuesTristan Matthews
2014-12-26Fix warnings in pedantic build.Timothy B. Terriberry
2014-11-27multistream: improve arg checkMark Harris
2014-10-04There are no tabs in source code.Timothy B. Terriberry
2014-10-04Cisco optimization for x86 & fixed pointxiangmingzhu
2014-09-30-DOPUS_WILL_BE_SLOW to disable the no-optimization warningJean-Marc Valin
2014-09-04Fixes commentsJean-Marc Valin
2014-09-04Takes into account a corner case with the multistream encoderJean-Marc Valin
2014-09-04Lowered the smallest packet that the multi-stream encoder can encodeJean-Marc Valin
2014-06-21multi-stream fix when setting bitrate to AUTO, MAX, or small valuesJean-Marc Valin
2014-05-14Fix type conversion warning.Ralph Giles
2014-01-30Moves opus_packet_get_samples_per_frame() to opus.cJean-Marc Valin
2014-01-27Fix surround encodingMark Harris
2014-01-08Fixes the decode_fec case for b76888dMark Harris
2014-01-08Preventing unnecessary stack use when using a large decode bufferJean-Marc Valin
2014-01-07Reduces the decoder stack use by removing the pcm_silk buffer in fixed-pointJean-Marc Valin
2013-12-17Fixes a warning about "conversion from '__int64' to 'int'" on MSVCJean-Marc Valin
2013-12-11Fixes code that was doing arithmetic on a void pointer.Jean-Marc Valin
2013-12-10More NaN hardening in the analysis codeJean-Marc Valin
2013-12-10Making NaN detection more robust to -ffast-math.Jean-Marc Valin
2013-12-10Using celt_inner_prod() for input sanity check.Jean-Marc Valin
2013-12-10Replaces inline copies and initialization with OPUS_*() macros.Jean-Marc Valin
2013-12-10Optimizes encoder NaN detection and clipping by only running them when neededJean-Marc Valin
2013-11-25Makes SILK surround masking a bit more aggressive in both directionsJean-Marc Valin
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-21Applies padding to all CBR packets, including PLC and CELT silenceJean-Marc Valin
2013-11-19Validate merge argument in repacketizer_demo.Gregory Maxwell
2013-11-19Validate channel count in opus_demo.Gregory Maxwell
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
2013-11-19Fixes previous commitMark Harris
2013-11-19Adds functions for multistream padding/unpadding and single-stream unpaddingJean-Marc Valin
2013-11-18Adds Neon assembly for correlation/convolutionTimothy B. Terriberry
2013-11-18Fixes SILK surround calibration while fixing other MSVC warningsJean-Marc Valin
2013-11-15Adds OPUS_SET_PREDICTION_DISABLED() ctl to force "independent" framesJean-Marc Valin