summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adds some checks to the surround APIv1.0.31.0.xJean-Marc Valin2013-07-021-2/+3
* Increasing the bitrate of LFEJean-Marc Valin2013-07-011-3/+3
* Backport of the new surround API to 1.0.xJean-Marc Valin2013-07-012-19/+285
* Use __declspec(dllexport) on mingw build.Jacek Caban2013-06-291-3/+3
* Change few remaining instances of short to opus_int16Jean-Marc Valin2013-05-194-11/+11
* celt_maxabs16() now returns an opus_val32 to avoid problems with -32768Jean-Marc Valin2013-05-194-7/+11
* A fixed shift factor was insufficient to properly estimate the decayJean-Marc Valin2013-05-191-2/+9
* Saturates the last RC to 0.99 when Schur blows upJean-Marc Valin2013-05-192-0/+12
* Fixes an assertion failure in SILKJean-Marc Valin2013-05-192-2/+19
* Use m4_esyscmd instead of m4_esyscmd_sRon2013-05-181-6/+6
* Don't repeatedly install the doc dir for every fileRon2013-05-121-1/+1
* Remove opus_compare.o in Makefile.unix clean tooRon2013-05-121-1/+2
* More gitignoranceRon2013-05-112-5/+27
* Don't fail hard if package_version does not existRon2013-05-112-1/+8
* More Makefile.unix tweaksRon2013-05-111-19/+9
* Fully automate version updatingRon2013-05-117-53/+130
* Fix several memory errors in the SILK resampler.Timothy B. Terriberry2013-05-093-8/+15
* Bump version numbersJean-Marc Valin2013-05-072-3/+3
* Fixes a bandwidth decision issueJean-Marc Valin2013-05-071-0/+3
* Fixes FEC issues introduced in 7fcd66cJean-Marc Valin2013-05-072-5/+11
* Fixes a minor glitch on SILK bandwidth changesJean-Marc Valin2013-05-071-0/+1
* Fixes a SILK fixed-point encoder issue reported by Cliff Parris <cliff@espico...Jean-Marc Valin2013-02-071-1/+1
* Fixes a minor CELT->SILK switching glitch in the decoderJean-Marc Valin2013-02-071-0/+3
* Use AC_CONFIG_HEADERS.Ralph Giles2013-01-021-1/+1
* Document that opus_packet_get_nb_frames, etc. can return OPUS_BAD_ARG.Ralph Giles2012-12-111-0/+3
* Remove the obsolete CELT_BUILD define from win32/config.h.Ralph Giles2012-12-071-2/+0
* Add tests for GET_LAST_PACKET_DURATION.v1.0.2Gregory Maxwell2012-12-051-1/+15
* Fixes OPUS_GET_LAST_PACKET_DURATIONJean-Marc Valin2012-12-051-2/+8
* Add missing packet_get_nb_samples test coverage and fix test output.Gregory Maxwell2012-12-051-4/+9
* Also update the Microsoft patent license link in COPYING.Ralph Giles2012-12-051-2/+2
* Link to the new Microsoft patent license.Ralph Giles2012-12-051-0/+3
* Bump version numbersJean-Marc Valin2012-12-052-3/+3
* Implements opus_packet_get_nb_samples()Jean-Marc Valin2012-12-053-5/+24
* Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl()Jean-Marc Valin2012-12-054-4/+27
* Don't update the internal decoder state until we know the packet is validJean-Marc Valin2012-12-051-5/+8
* Changes the PLC behaviour and fixes the FEC behaviour on concatenated packetsJean-Marc Valin2012-12-055-40/+85
* Remove an unused variable.Ralph Giles2012-12-031-1/+0
* Remove MSVC incremental linking directives.Ralph Giles2012-12-034-28/+4
* Fixes many many issues in the CELT PLCJean-Marc Valin2012-12-031-67/+95
* Fix packet length handling for 16-bit machines (makes no difference on 32-bit)Jean-Marc Valin2012-12-031-4/+6
* Fixes an out-of-bounds read issue with the padding handling codeJean-Marc Valin2012-11-301-3/+1
* Remove obsolete check for endianness.Ralph Giles2012-11-291-1/+0
* Improve the !OPUS_BUILD #error.Ralph Giles2012-11-291-1/+1
* Allow the build files to override OPUS_EXPORT.Ralph Giles2012-11-291-7/+9
* Remove obsolete #ifdef OPUS_BUILD.Ralph Giles2012-11-291-2/+0
* Guard _BitScanReverse on MSVC so that MSVC 6 doesn't break.Gregory Maxwell2012-11-293-3/+8
* Fixes a quant_coarse_energy() hybrid mode bugJean-Marc Valin2012-11-151-3/+6
* Fixes a bug where transient frames would use previous spreadingJean-Marc Valin2012-11-151-2/+4
* Disables tf_analysis() for hybrid modeJean-Marc Valin2012-11-151-3/+3
* Attempt to have at least two bands that are codedJean-Marc Valin2012-11-151-1/+1