summaryrefslogtreecommitdiff
path: root/celt/quant_bands.h
Commit message (Collapse)AuthorAgeFilesLines
* Replaced RFCXXXX with RFC6716Jean-Marc Valin2012-08-211-1/+1
|
* Added reference to the RFC to all c/header filesJean-Marc Valin2012-06-281-0/+4
| | | | | Script was: perl -ne 's/^(.*)(Redistribution and use in source and binary forms)/\n${1}This file is extracted from RFCXXXX. Please see that RFC for additional\n${1}information.\n\n$1$2/;print'
* Rest of the copyright notice changesJean-Marc Valin2012-06-071-2/+1
|
* Adds 3rd clause to CELT licenseJean-Marc Valin2012-04-241-0/+5
|
* s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin2012-04-201-2/+2
| | | | Also added 3rd clause to "master" COPYING file
* Rename '_FOO' to avoid potentional collisions with reserved identifiers.Ralph Giles2011-12-021-8/+8
| | | | | | | | | | | | | | C reserves identifiers of the from _[A-Z]+ and we have a number of those in the code. This patch renames the various function arguments, MACROS and preprocessor symbols to avoid the reserved form. It also removes the CHANNELS() macro altogether. This was a minor optimization for TI DSP to force a mono-only build, as were the associated local 'const' versions. Since stereo support is manditory, it wasn't worth keeping. Thanks to John Ridges for raising the issue, and Jean-Marc Valin and Greg Maxwell for reviewing the changes.
* Using a noise-based PLC for the CELT layer in hybrid modeJean-Marc Valin2011-10-111-1/+1
|
* renames the libcelt/ directory to celt/Jean-Marc Valin2011-09-131-0/+60
|
* Moved all SILK source code to the silk/ directoryJean-Marc Valin2011-04-281-6/+0
|
* Loss rate adaptation for the CELT layerJean-Marc Valin2011-04-251-5/+5
|
* draft updateJean-Marc Valin2011-03-311-5/+5
|
* Build fixesJean-Marc Valin2011-03-231-5/+5
|
* Making mode switching use the same window as CELT (squared)Jean-Marc Valin2011-03-211-5/+5
|
* CELT updateJean-Marc Valin2011-03-181-5/+5
| | | | With minor fixes
* More project files updateJean-Marc Valin2011-03-181-5/+5
|
* Fixes a few PLC/DTX bugs due to the recent decode API changeJean-Marc Valin2011-03-161-5/+5
|
* Adding constrained VBR modeJean-Marc Valin2011-03-141-5/+5
|
* Draft update (allocationGregory Maxwell2011-03-141-5/+5
|
* Disable newly introduced CELT signallingJean-Marc Valin2011-03-111-5/+5
|
* Nothing to see hereJean-Marc Valin2011-03-101-5/+5
|
* CELT updateJean-Marc Valin2011-03-091-18/+5
|
* Support for glitchles mode switchingJean-Marc Valin2011-03-071-5/+18
| | | | | | Uses a 5ms redundant CELT frame embedded into the SILK or hybrid packet to handle the switching. It's still possible to use the PLC-based method when no redundant packet is included.
* SILK/CELT updateJean-Marc Valin2011-02-281-5/+5
|
* preparing the next versionJean-Marc Valin2011-02-141-5/+5
|
* missing filesJean-Marc Valin2011-02-141-10/+5
|
* SILK and CELT updatesJean-Marc Valin2011-02-141-5/+10
|
* Update for in-band FECKoen Vos2011-02-141-5/+5
|
* draft dateJean-Marc Valin2011-02-041-0/+6
|
* CELT updateJean-Marc Valin2011-02-041-6/+0
|
* Tuning the hybrid bit-rate splitKoen Vos2011-02-041-24/+5
|
* Oops, fixed the CELT versionJean-Marc Valin2011-02-031-0/+25
|
* Update Opus range coder due to CELT refactoring.Timothy B. Terriberry2011-02-031-6/+0
| | | | | The byte buffer is now part of the range coder struct itself, and rangeenc.c and rangedec.c have gone away.
* CELT update, version numbersJean-Marc Valin2011-02-031-5/+5
|
* Build fixesJean-Marc Valin2011-02-031-5/+5
|
* Oops, had inverted some tuning linesJean-Marc Valin2011-02-031-5/+5
|
* Hybrid mode tuningKarsten Vandborg Sorensen2011-02-031-7/+5
|
* CELT updateJean-Marc Valin2011-02-031-5/+7
|
* Some work on the buildJean-Marc Valin2011-02-031-5/+5
|
* Enabling the CELT post-filter in OpusJean-Marc Valin2011-02-021-5/+5
|
* CELT updateJean-Marc Valin2011-02-021-5/+5
|
* Enabling real CELT VBRJean-Marc Valin2011-02-011-5/+5
|
* CELT updateJean-Marc Valin2011-02-011-5/+5
|
* CELT updateJean-Marc Valin2011-01-311-5/+5
|
* Fixes resampling in CELT-only modeJean-Marc Valin2011-01-311-5/+5
|
* Merge stereo switching CELT APIJean-Marc Valin2011-01-311-5/+5
|
* Updated to CELT's new APIJean-Marc Valin2011-01-301-5/+5
|
* CELT updateJean-Marc Valin2011-01-221-5/+5
|
* CELT updateJean-Marc Valin2011-01-181-5/+5
|
* CELT updated to 0.9.0 (+ PLC fix)Jean-Marc Valin2010-11-081-5/+5
|
* Renamed to OpusJean-Marc Valin2010-10-151-5/+5
| | | | And updated CELT