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-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
2013-04-06Random complexity in the encoder tests.Gregory Maxwell
2013-03-19Fix some 16-bit int issues in the multistream API.Timothy B. Terriberry
2013-03-19Minor soft clipping doc fixJean-Marc Valin
2013-03-13Remove -Wdeclaration-after-statement.Ralph Giles
2013-03-12Makes bandwidth detection less aggressive.Jean-Marc Valin
2013-03-12Fixes a minor glitch on SILK bandwidth changesJean-Marc Valin
2013-03-11Add -Wdeclaration-after-statement.Ralph Giles
2013-03-11High-band attenuation tuning for hybrid modeKoen Vos
2013-03-11Fixes pseudo-stackJean-Marc Valin
2013-03-11Fixes OPUS_SET_EXPERT_FRAME_DURATION_REQUEST for multi-streamTaihei Momma
2013-03-11Fixes C90 issues for obsolete compilersRobert Meakins
2013-03-11Adds stereo width computationJean-Marc Valin
2013-03-08Merge branch 'exp_analysis'Jean-Marc Valin
2013-03-08Making CELT stereo<->mono transitions gradualJean-Marc Valin
2013-03-08Documentation fixesJean-Marc Valin
2013-03-05test_opus_decode: force integer constants unsignedJames Zern
2013-03-02Oops, fixed API name from previous commitJean-Marc Valin
2013-03-02Applies soft-clipping to the int decoder API.Jean-Marc Valin
2013-03-01Makes the speech/music probability estimation mode conservativeexp_analysisJean-Marc Valin
2013-02-23Adds silence probability to speech/music detectorJean-Marc Valin
2013-02-21oops s/IMAX/IMIN/Jean-Marc Valin
2013-02-20Adds support for delayed decisionJean-Marc Valin
2013-02-19Fixes a bug introduced in 851f803Jean-Marc Valin
2013-02-19Fixes two bandwidth decision issuesJean-Marc Valin
2013-02-18Moves mono downmixing and upsampling to the compute_mdcts()Jean-Marc Valin
2013-02-18Adds code to revise the transient decision using the band energyJean-Marc Valin
2013-02-11Making multistream variable duration work for both the float and int APIJean-Marc Valin
2013-02-11No need for extra_buffer anymoreJean-Marc Valin
2013-02-11Better handling of the multistream bitrateJean-Marc Valin
2013-02-11Multistream support for variable frame durationJean-Marc Valin
2013-02-11Makes variable framesize less aggressive at lower ratesJean-Marc Valin
2013-02-11Re-enable analysis for 40- and 60-ms framesJean-Marc Valin
2013-02-10First attempt at varying the frame size depending on the audio (float only)Jean-Marc Valin
2013-02-10Makes opus_demo rubust to the encoder using variable frame durationJean-Marc Valin
2013-02-10Running transient_analysis() even for 2.5 ms framesJean-Marc Valin
2013-02-10Makes analysis usable for all frame sizesJean-Marc Valin
2013-02-10Moves analysis to the beginning of opus_encode()Jean-Marc Valin