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-20Making multistream variable duration work for both the float and int APIexp_analysis9Jean-Marc Valin
2012-12-18No need for extra_buffer anymoreJean-Marc Valin
2012-12-18Better handling of the multistream bitrateJean-Marc Valin
2012-12-18Multistream support for variable frame durationJean-Marc Valin
2012-12-14Makes variable framesize less aggressive at lower ratesJean-Marc Valin
2012-12-14Re-enable analysis for 40- and 60-ms framesJean-Marc Valin
2012-12-14First attempt at varying the frame size depending on the audio (float only)Jean-Marc Valin
2012-12-14Makes opus_demo rubust to the encoder using variable frame durationJean-Marc Valin
2012-12-14Running transient_analysis() even for 2.5 ms framesJean-Marc Valin
2012-12-14Makes analysis usable for all frame sizesJean-Marc Valin
2012-12-14Moves analysis to the beginning of opus_encode()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