summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* oopsexp_wipJean-Marc Valin2012-12-041-1/+1
* Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl()Jean-Marc Valin2012-12-043-1/+20
* Don't update the internal decoder state until we know the packet is validJean-Marc Valin2012-12-041-4/+7
* Documentation update for the PLC/FEC changesJean-Marc Valin2012-11-232-4/+20
* test_opus_encode now passes with the new FEC/PLC codeJean-Marc Valin2012-11-231-2/+2
* Fixes a bug with the new FEC code and updates the test for the new behaviourJean-Marc Valin2012-11-233-10/+14
* PLC fixesJean-Marc Valin2012-11-231-17/+7
* Changes the PLC behaviour and fixes the FEC behaviour on concatenated packetsJean-Marc Valin2012-11-191-8/+43
* Tweaks to the new transient detectorJean-Marc Valin2012-11-191-5/+16
* Enable maintainer mode by default on automake 1.11Ralph Giles2012-11-141-1/+1
* Follow up to commit 8b906c102b37ce74571898c8879c01b2a9088fb3Nils Wallménius2012-11-121-8/+0
* Fix the draft build.Timothy B. Terriberry2012-11-121-1/+1
* Should make celt_maxabs*() slightly fasterJean-Marc Valin2012-11-121-4/+12
* RTP draft: Using sampling rates instead of bandwidthsJean-Marc Valin2012-11-121-22/+28
* Oops, fixes transient_analysis() for the right channelJean-Marc Valin2012-11-111-6/+7
* Fixes a VBR bug caused by maxDepth not to be computed without dynallocJean-Marc Valin2012-11-111-94/+119
* Fix line endings on MSVC project files.Ralph Giles2012-11-094-368/+368
* Add the new source files to the MSVC projects.Ralph Giles2012-11-094-3/+19
* Better description of the the stereo signalling behaviourJean-Marc Valin2012-11-091-16/+42
* Bump version.mk.Ralph Giles2012-11-091-2/+2
* Remove long-outdated commentJean-Marc Valin2012-11-081-3/+0
* Fixes a quant_coarse_energy() hybrid mode bugJean-Marc Valin2012-11-081-3/+6
* Fixes a bug where transient frames would use previous spreadingJean-Marc Valin2012-11-081-1/+3
* Disables tf_analysis() for hybrid modeJean-Marc Valin2012-11-081-22/+24
* Fixes issues with multiple files defining CELT_CJean-Marc Valin2012-11-083-7/+5
* Splits out the CELT encoder and decoderJean-Marc Valin2012-11-086-3136/+3288
* Splits out the Opus multi-stream encoder and decoderJean-Marc Valin2012-11-075-939/+1030
* Changed denormalize_bands() to only work between "start" and "end"Jean-Marc Valin2012-11-073-29/+11
* Reduces stack in quant_all_bands() for hybrid modeJean-Marc Valin2012-11-071-9/+11
* More stack usage reduction in quant_all_bands()Jean-Marc Valin2012-11-071-5/+10
* Removes the need for lowband_scratch in quant_all_bands()Jean-Marc Valin2012-11-072-14/+19
* Moved up the second encoder mdct to reduce stack usageJean-Marc Valin2012-11-061-29/+30
* Reduces decoder stack usageJean-Marc Valin2012-11-052-10/+44
* Further cleanup of the MDCT code, fixes PLC bugJean-Marc Valin2012-11-051-54/+53
* Avoid copying imdct outputNils Wallménius2012-11-051-38/+13
* Various fixes to draft-terriberry-oggopus.xmlTimothy B. Terriberry2012-11-031-24/+28
* comb_filter() bypass for the case where the gain is zero.Jean-Marc Valin2012-11-031-0/+15
* Oops, put back the "static" for transient_analysis()Jean-Marc Valin2012-11-031-1/+1
* Fixes a fixed-point overflow in the new transient detectorJean-Marc Valin2012-11-031-8/+7
* Fixes a fixed-point divide-by-zero issueJean-Marc Valin2012-11-021-2/+2
* New transient detection algorithmJean-Marc Valin2012-11-021-79/+94
* Move LSB CTLs to the encoder specific section, thanks to Ilari on IRC for not...Gregory Maxwell2012-10-311-13/+13
* Adds missing license headers on some scripts and test filesJean-Marc Valin2012-10-3015-0/+410
* Keeping the deemphasis coefficients in local variable to avoid aliasing issuesJean-Marc Valin2012-10-291-5/+10
* Moves the pitch prefiltering code to a separate functionJean-Marc Valin2012-10-291-133/+162
* Fix several issues with multistream argument validation.Gregory Maxwell2012-10-273-101/+161
* oops... fixes a C89 issueJean-Marc Valin2012-10-241-1/+1
* Moved pre-emphasis to a separate function and cleaned it upJean-Marc Valin2012-10-241-27/+67
* Optimizations to comb_filter()Jean-Marc Valin2012-10-241-15/+27
* Removes more indirections in celt.cJean-Marc Valin2012-10-231-44/+56