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
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-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-10Makes analysis usable for all frame sizesJean-Marc Valin
2013-02-10Moves analysis to the beginning of opus_encode()Jean-Marc Valin
2013-02-07Adds a ramp up in the SILK prefillJean-Marc Valin
2013-02-05Fixes a hybrid stereo encoder issueJean-Marc Valin
2012-12-22Fixes MSVC warnings for double->float and float->int conversionv1.1-alphaJean-Marc Valin
2012-12-22Add float literal suffixes to mlp_data.c.Ralph Giles
2012-12-21Add float suffix to tansig_table literals.Ralph Giles
2012-12-21Add tansig_table.h to the MSVC project files.Ralph Giles
2012-12-21Only use automatic bandwidth detection when the user doesn't force bandwidthJean-Marc Valin
2012-12-21Fixes bandwidth detection by not relying on uninitialized dataJean-Marc Valin
2012-12-21Capping lsb_depth to 16 unless using the float API of a float buildJean-Marc Valin
2012-12-21New bandwidth detection codeJean-Marc Valin
2012-12-06Fixes OPUS_GET_LAST_PACKET_DURATIONJean-Marc Valin
2012-12-05Adds assert to catch bug from previous commitJean-Marc Valin
2012-12-05Fixes a multi-frame FEC issue that was caught by valgrindJean-Marc Valin
2012-12-05Adds explicit valgrind checks when ENABLE_VALGRIND is definedJean-Marc Valin
2012-12-05Implements opus_packet_get_nb_samples()Jean-Marc Valin
2012-12-05Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl()Jean-Marc Valin
2012-12-05Don't update the internal decoder state until we know the packet is validJean-Marc Valin
2012-12-05Changes the PLC behaviour and fixes the FEC behaviour on concatenated packetsJean-Marc Valin
2012-12-04Remove MSVC incremental linking directives.Ralph Giles
2012-12-03Fix packet length handling for 16-bit machines (makes no difference on 32-bit)Jean-Marc Valin
2012-12-01Fixes an out-of-bounds read issue with the padding handling codeJean-Marc Valin
2012-11-29Improve the !OPUS_BUILD #error.Ralph Giles
2012-11-09Fix line endings on MSVC project files.Ralph Giles
2012-11-09Add the new source files to the MSVC projects.Ralph Giles
2012-11-08Splits out the Opus multi-stream encoder and decoderJean-Marc Valin
2012-11-05Reduces decoder stack usageJean-Marc Valin
2012-10-30Adds missing license headers on some scripts and test filesJean-Marc Valin
2012-10-27Fix several issues with multistream argument validation.Gregory Maxwell
2012-10-24Fix MSVC linker warningsJoshua Bowman
2012-10-23Fix the MSVC build.Joshua Bowman
2012-10-23Fix MSVC format conversion warnings.Ralph Giles
2012-10-16Fixes two bugs in the high-band attenuation code (gain_fade())Jean-Marc Valin
2012-10-11Adds OPUS_{G,S}ET_FORCE_CHANNELS requests to multistream APIJean-Marc Valin
2012-10-10Fixes the high-band hybrid gain from the previous commitJean-Marc Valin
2012-10-10Attenuates the HF in hybrid mode to match what SILK does below the cutoffKoen Vos
2012-10-10Using floor(.5+x) instead of lrint(x) for C90 compilersJean-Marc Valin