aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-12-31Actually fix pedantic build bustage.Timothy B. Terriberry
2015-12-31Fix pedantic build bustage.Timothy B. Terriberry
2015-12-31Add tonality_analysis_reset().Ralph Giles
2015-12-31Add an initializer for TonalityAnalysisState.Ralph Giles
2015-12-30Remove unused encoder field analysis_offsetMark Harris
2015-12-30Avoids having the Opus-level "arch" be set to 0 on encoder/decoder resetJean-Marc Valin
2015-12-04opus_demo: fixes potential division by zero on files with no active frameJean-Marc Valin
2015-10-07armv7(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-04Eliminate 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-03More 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-03There are no tabs in source code.Timothy B. Terriberry
2014-10-03Cisco 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-26Fix surround encodingMark Harris
2014-01-07Fixes the decode_fec case for b76888dMark Harris
2014-01-07Preventing unnecessary stack use when using a large decode bufferJean-Marc Valin
2014-01-06Reduces 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-10Fixes 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-09Making NaN detection more robust to -ffast-math.Jean-Marc Valin
2013-12-09Using celt_inner_prod() for input sanity check.Jean-Marc Valin
2013-12-09Replaces inline copies and initialization with OPUS_*() macros.Jean-Marc Valin
2013-12-09Optimizes 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-18Don't attenuate hybrid high-band for surroundJean-Marc Valin