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-02-20Updates opus_demoexp_delayed_decisionJean-Marc Valin
2013-02-20Implements new frame size APIJean-Marc Valin
2013-02-20Variable duration option renamed to OPUS_SET_EXPERT_FRAME_DURATIONJean-Marc Valin
2013-02-19Moves tonality_get_info() with the analysisJean-Marc Valin
2013-02-16Move analysis upJean-Marc Valin
2013-02-16patch 7Jean-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
2013-02-08Fixes a SILK fixed-point encoder issue reported by Cliff Parris <cliff@espico...Jean-Marc Valin
2013-02-07Fixes a minor CELT->SILK switching glitch in the decoderJean-Marc Valin
2013-02-07Adds a ramp up in the SILK prefillJean-Marc Valin
2013-02-05Fixes a hybrid stereo encoder issueJean-Marc Valin
2013-01-17Split mapping families into sections and add dowmix matrices.Ralph Giles
2013-01-17Improve Content Type figure placement.Ralph Giles
2013-01-12Minor clarifications to the channel mapping section.Ralph Giles
2013-01-12Use 'front center' in the channel mapping table.Ralph Giles
2013-01-12Fix a typo.Ralph Giles
2013-01-11Add HTTPS to make gmaxwell happy.Timothy B. Terriberry
2013-01-11Flesh out the Implementation Status section a bit.Timothy B. Terriberry
2013-01-11Clarify how grouped streams are not "Ogg Opus files".Ralph Giles
2013-01-11Add an 'Implementation Status' section to the Ogg Opus draft.Ralph Giles
2013-01-11Trim an irrelevant clause.Ralph Giles
2013-01-10RTP draft adopted as WG itemJean-Marc Valin
2013-01-09Fixes stupid preprocessor-related bug introduced in e368e6209.Jean-Marc Valin
2013-01-04Fixes a seed issue introduced in 5367dacJean-Marc Valin
2013-01-03Remove condition in pre/de-emphasis when not building with custom modesJean-Marc Valin
2013-01-03Use AC_CONFIG_HEADERS.Ralph Giles
2012-12-23seed and remaining_bits moved to band contextJean-Marc Valin
2012-12-23Using a band context to reduce the number of arguments being passed around.Jean-Marc Valin
2012-12-23more bands.c cleaning upJean-Marc Valin
2012-12-23collapse mask cleanupJean-Marc Valin
2012-12-23Removes useless parameters and re-indents the codeJean-Marc Valin
2012-12-23Splitting off the recursion in quant_partition()Jean-Marc Valin
2012-12-23stereo part of quant_band() moved to quant_band_stereo()Jean-Marc Valin
2012-12-23Moves the split angle code to compute_theta()Jean-Marc Valin
2012-12-23First step in quant_band() cleanup: N=1 case.Jean-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-21missing comment in win32/config.hJean-Marc Valin