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
2012-12-19more bands.c cleaning upexp_refactoringJean-Marc Valin
2012-12-19collapse mask cleanupJean-Marc Valin
2012-12-19Removes useless parameters and re-indents the codeJean-Marc Valin
2012-12-19Splitting off the recursion in quant_partition()Jean-Marc Valin
2012-12-19stereo part of quant_band() moved to quant_band_stereo()Jean-Marc Valin
2012-12-19Moves the split angle code to compute_theta()Jean-Marc Valin
2012-12-19First step in quant_band() cleanup: N=1 case.Jean-Marc Valin
2012-12-14Minor tuining of complexity thresholdsJean-Marc Valin
2012-12-14VBR code simplificationJean-Marc Valin
2012-12-14Cleanup: tf_estimate now ranges from 0 to 1Jean-Marc Valin
2012-12-13Dynalloc rate calibrationJean-Marc Valin
2012-12-13Makes "stereo savings" less aggressive on mono or near-mono.Jean-Marc Valin
2012-12-13Makes tonality boost less aggressiveJean-Marc Valin
2012-12-12Disables the new spread+tapset estimatorJean-Marc Valin
2012-12-11Document that opus_packet_get_nb_frames, etc. can return OPUS_BAD_ARG.Ralph Giles
2012-12-08Numerous PLC cleanups.Timothy B. Terriberry
2012-12-07Remove the obsolete CELT_BUILD define from win32/config.h.Ralph Giles
2012-12-06Add tests for GET_LAST_PACKET_DURATION.Gregory Maxwell
2012-12-06Fixes OPUS_GET_LAST_PACKET_DURATIONJean-Marc Valin
2012-12-06Add missing packet_get_nb_samples test coverage and fix test output.Gregory Maxwell
2012-12-06Bump soname version to match the 1.0.x branch.Ralph Giles
2012-12-06Link to the new Microsoft patent license.Ralph Giles
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-04Do imdct post-rotate and deshuffle in-place.Nils Wallménius
2012-12-04Fixes forward MDCT for overlaps that aren't a multiple of 4Jean-Marc Valin
2012-12-03Fix packet length handling for 16-bit machines (makes no difference on 32-bit)Jean-Marc Valin
2012-12-02Updates MDCT unit testJean-Marc Valin
2012-12-02More comments in the PLCJean-Marc Valin
2012-12-02Place output of imdct post-rotate and deshuffle in out buffer to avoid copyin...Nils Wallménius
2012-12-02Window both sides of overlap when adding them.Nils Wallménius
2012-12-01Add a regression test for the padding issue.Ralph Giles
2012-12-01Fixes an out-of-bounds read issue with the padding handling codeJean-Marc Valin
2012-11-30bump rtp draft versionJean-Marc Valin
2012-11-30RTP draft updates addressing the rest of Tina's commentsJulian Spittka
2012-11-30Better comments in the PLCJean-Marc Valin
2012-11-30Remove obsolete check for endianness.Ralph Giles
2012-11-30Fixes an overflow in the fixed-point celt_sqrt() for large values.Jean-Marc Valin
2012-11-30Fixes many many issues in the CELT PLCJean-Marc Valin
2012-11-30Addressing some of Tina's comments on the RTP draftJean-Marc Valin
2012-11-29Improve the !OPUS_BUILD #error.Ralph Giles
2012-11-29Allow the build files to override OPUS_EXPORT.Ralph Giles
2012-11-29Remove obsolete #ifdef OPUS_BUILD.Ralph Giles
2012-11-27Guard _BitScanReverse on MSVC so that MSVC 6 doesn't break.Gregory Maxwell