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-07-03Adds some checks to the surround APIv1.0.31.0.xJean-Marc Valin
2013-07-01Increasing the bitrate of LFEJean-Marc Valin
2013-07-01Backport of the new surround API to 1.0.xJean-Marc Valin
2013-06-30Use __declspec(dllexport) on mingw build.Jacek Caban
2013-05-19Change few remaining instances of short to opus_int16Jean-Marc Valin
2013-05-19celt_maxabs16() now returns an opus_val32 to avoid problems with -32768Jean-Marc Valin
2013-05-19A fixed shift factor was insufficient to properly estimate the decayJean-Marc Valin
2013-05-19Saturates the last RC to 0.99 when Schur blows upJean-Marc Valin
2013-05-19Fixes an assertion failure in SILKJean-Marc Valin
2013-05-18Use m4_esyscmd instead of m4_esyscmd_sRon
2013-05-12Don't repeatedly install the doc dir for every fileRon
2013-05-12Remove opus_compare.o in Makefile.unix clean tooRon
2013-05-11More gitignoranceRon
2013-05-11Don't fail hard if package_version does not existRon
2013-05-10More Makefile.unix tweaksRon
2013-05-10Fully automate version updatingRon
2013-05-10Fix several memory errors in the SILK resampler.Timothy B. Terriberry
2013-05-08Bump version numbersJean-Marc Valin
2013-05-08Fixes a bandwidth decision issueJean-Marc Valin
2013-05-08Fixes FEC issues introduced in 7fcd66cJean-Marc Valin
2013-05-08Fixes a minor glitch on SILK bandwidth changesJean-Marc Valin
2013-02-08Fixes a SILK fixed-point encoder issue reported by Cliff Parris <cliff@espico...Jean-Marc Valin
2013-02-08Fixes a minor CELT->SILK switching glitch in the decoderJean-Marc Valin
2013-01-03Use AC_CONFIG_HEADERS.Ralph Giles
2012-12-11Document that opus_packet_get_nb_frames, etc. can return OPUS_BAD_ARG.Ralph Giles
2012-12-07Remove the obsolete CELT_BUILD define from win32/config.h.Ralph Giles
2012-12-06Add tests for GET_LAST_PACKET_DURATION.v1.0.2Gregory 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-06Also update the Microsoft patent license link in COPYING.Ralph Giles
2012-12-05Link to the new Microsoft patent license.Ralph Giles
2012-12-05Bump version numbersJean-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 an unused variable.Ralph Giles
2012-12-04Remove MSVC incremental linking directives.Ralph Giles
2012-12-04Fixes many many issues in the CELT PLCJean-Marc Valin
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-30Remove obsolete check for endianness.Ralph Giles
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-29Guard _BitScanReverse on MSVC so that MSVC 6 doesn't break.Gregory Maxwell
2012-11-16Fixes a quant_coarse_energy() hybrid mode bugJean-Marc Valin
2012-11-16Fixes a bug where transient frames would use previous spreadingJean-Marc Valin
2012-11-15Disables tf_analysis() for hybrid modeJean-Marc Valin
2012-11-15Attempt to have at least two bands that are codedJean-Marc Valin