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
2016-06-02Turn on DTX only when the noise is sufficiently quietFelicia Lim
2016-06-02New DTX that works in all modes (SILK/CELT/HYBRID)Felicia Lim
2016-06-02Skip analysis if the frame contains only digital silenceFelicia Lim
2016-06-02Simplifying fast_atan2f()Jean-Marc Valin
2016-06-02Quality: Increase CELT rate for voiced frames in hybrid modeJean-Marc Valin
2016-06-02Better modeling of the effect of CBR and complexityJean-Marc Valin
2016-06-02Re-enabling high-band attenuation for hybrid modeJean-Marc Valin
2016-06-02Quality: Retrained classifier MLP with better dataJean-Marc Valin
2016-06-02Quality: Making the encoder more aggressive at using wider bandwidthsJean-Marc Valin
2016-06-02Quality: Removes high-band attenuation in hybrid mode -- at least for nowJean-Marc Valin
2016-06-02Quality: Adds SILK rate interpolation functionJean-Marc Valin
2016-06-02Quality: Makes real CELT VBR work for hybrid tooJean-Marc Valin
2016-06-02Quality: Encoding music in full-band stereo from 32 kb/sJean-Marc Valin
2016-04-22Fixes floating-point bug introduced in be9e747bcc542c277d30f6c78a57b0940e0c5b5eJean-Marc Valin
2016-03-24Fixes overflows on CPUs with 16-bit intsJean-Marc Valin
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-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