summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixes an integer overflow for lsb_depth=24exp_bandwidthJean-Marc Valin2012-12-211-1/+2
* skip bands with no energyJean-Marc Valin2012-12-214-7/+13
* Capping lsb_depth to 16 unless using the float API of a float buildJean-Marc Valin2012-12-203-25/+31
* New bandwidth detection codeJean-Marc Valin2012-12-204-33/+76
* Bump version numberJean-Marc Valin2012-12-202-2/+2
* Update ogg draft based on comments from Tina le Grand.Ralph Giles2012-12-191-8/+50
* Update the oggopus script to use xml2rfc v2.Ralph Giles2012-12-181-3/+11
* Minor tuining of complexity thresholdsJean-Marc Valin2012-12-141-2/+2
* VBR code simplificationJean-Marc Valin2012-12-141-6/+3
* Cleanup: tf_estimate now ranges from 0 to 1Jean-Marc Valin2012-12-131-9/+7
* Dynalloc rate calibrationJean-Marc Valin2012-12-121-2/+2
* Makes "stereo savings" less aggressive on mono or near-mono.Jean-Marc Valin2012-12-121-2/+6
* Makes tonality boost less aggressiveJean-Marc Valin2012-12-121-4/+4
* Disables the new spread+tapset estimatorJean-Marc Valin2012-12-121-1/+4
* Document that opus_packet_get_nb_frames, etc. can return OPUS_BAD_ARG.Ralph Giles2012-12-111-0/+3
* Numerous PLC cleanups.Timothy B. Terriberry2012-12-072-117/+158
* Remove the obsolete CELT_BUILD define from win32/config.h.Ralph Giles2012-12-071-2/+0
* Add tests for GET_LAST_PACKET_DURATION.Gregory Maxwell2012-12-051-1/+15
* Fixes OPUS_GET_LAST_PACKET_DURATIONJean-Marc Valin2012-12-051-0/+7
* Add missing packet_get_nb_samples test coverage and fix test output.Gregory Maxwell2012-12-051-4/+9
* Bump soname version to match the 1.0.x branch.Ralph Giles2012-12-051-2/+2
* Link to the new Microsoft patent license.Ralph Giles2012-12-052-2/+5
* Adds assert to catch bug from previous commitJean-Marc Valin2012-12-051-0/+1
* Fixes a multi-frame FEC issue that was caught by valgrindJean-Marc Valin2012-12-051-1/+1
* Adds explicit valgrind checks when ENABLE_VALGRIND is definedJean-Marc Valin2012-12-052-5/+41
* Implements opus_packet_get_nb_samples()Jean-Marc Valin2012-12-043-5/+24
* Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl()Jean-Marc Valin2012-12-044-4/+27
* Don't update the internal decoder state until we know the packet is validJean-Marc Valin2012-12-041-5/+8
* Changes the PLC behaviour and fixes the FEC behaviour on concatenated packetsJean-Marc Valin2012-12-045-40/+85
* Remove MSVC incremental linking directives.Ralph Giles2012-12-034-24/+0
* Do imdct post-rotate and deshuffle in-place.Nils Wallménius2012-12-031-15/+28
* Fixes forward MDCT for overlaps that aren't a multiple of 4Jean-Marc Valin2012-12-032-2/+14
* Fix packet length handling for 16-bit machines (makes no difference on 32-bit)Jean-Marc Valin2012-12-031-4/+6
* Updates MDCT unit testJean-Marc Valin2012-12-011-0/+3
* More comments in the PLCJean-Marc Valin2012-12-011-1/+4
* Place output of imdct post-rotate and deshuffle in out buffer to avoid copyin...Nils Wallménius2012-12-011-28/+8
* Window both sides of overlap when adding them.Nils Wallménius2012-12-013-20/+10
* Add a regression test for the padding issue.Ralph Giles2012-11-302-2/+72
* Fixes an out-of-bounds read issue with the padding handling codeJean-Marc Valin2012-11-301-3/+1
* bump rtp draft versionJean-Marc Valin2012-11-301-2/+2
* RTP draft updates addressing the rest of Tina's commentsJulian Spittka2012-11-301-24/+20
* Better comments in the PLCJean-Marc Valin2012-11-291-7/+19
* Remove obsolete check for endianness.Ralph Giles2012-11-291-1/+0
* Fixes an overflow in the fixed-point celt_sqrt() for large values.Jean-Marc Valin2012-11-291-0/+2
* Fixes many many issues in the CELT PLCJean-Marc Valin2012-11-291-40/+41
* Addressing some of Tina's comments on the RTP draftJean-Marc Valin2012-11-291-15/+15
* 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-273-3/+8