Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced RFCXXXX with RFC6716 | Jean-Marc Valin | 2012-08-21 | 1 | -1/+1 |
| | |||||
* | Added reference to the RFC to all c/header files | Jean-Marc Valin | 2012-06-28 | 1 | -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 changes | Jean-Marc Valin | 2012-06-07 | 1 | -2/+1 |
| | |||||
* | Adds 3rd clause to CELT license | Jean-Marc Valin | 2012-04-24 | 1 | -0/+5 |
| | |||||
* | s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" | Jean-Marc Valin | 2012-04-20 | 1 | -2/+2 |
| | | | | Also added 3rd clause to "master" COPYING file | ||||
* | Rename '_FOO' to avoid potentional collisions with reserved identifiers. | Ralph Giles | 2011-12-02 | 1 | -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 mode | Jean-Marc Valin | 2011-10-11 | 1 | -1/+1 |
| | |||||
* | renames the libcelt/ directory to celt/ | Jean-Marc Valin | 2011-09-13 | 1 | -0/+60 |
| | |||||
* | Moved all SILK source code to the silk/ directory | Jean-Marc Valin | 2011-04-28 | 1 | -6/+0 |
| | |||||
* | Loss rate adaptation for the CELT layer | Jean-Marc Valin | 2011-04-25 | 1 | -5/+5 |
| | |||||
* | draft update | Jean-Marc Valin | 2011-03-31 | 1 | -5/+5 |
| | |||||
* | Build fixes | Jean-Marc Valin | 2011-03-23 | 1 | -5/+5 |
| | |||||
* | Making mode switching use the same window as CELT (squared) | Jean-Marc Valin | 2011-03-21 | 1 | -5/+5 |
| | |||||
* | CELT update | Jean-Marc Valin | 2011-03-18 | 1 | -5/+5 |
| | | | | With minor fixes | ||||
* | More project files update | Jean-Marc Valin | 2011-03-18 | 1 | -5/+5 |
| | |||||
* | Fixes a few PLC/DTX bugs due to the recent decode API change | Jean-Marc Valin | 2011-03-16 | 1 | -5/+5 |
| | |||||
* | Adding constrained VBR mode | Jean-Marc Valin | 2011-03-14 | 1 | -5/+5 |
| | |||||
* | Draft update (allocation | Gregory Maxwell | 2011-03-14 | 1 | -5/+5 |
| | |||||
* | Disable newly introduced CELT signalling | Jean-Marc Valin | 2011-03-11 | 1 | -5/+5 |
| | |||||
* | Nothing to see here | Jean-Marc Valin | 2011-03-10 | 1 | -5/+5 |
| | |||||
* | CELT update | Jean-Marc Valin | 2011-03-09 | 1 | -18/+5 |
| | |||||
* | Support for glitchles mode switching | Jean-Marc Valin | 2011-03-07 | 1 | -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 update | Jean-Marc Valin | 2011-02-28 | 1 | -5/+5 |
| | |||||
* | preparing the next version | Jean-Marc Valin | 2011-02-14 | 1 | -5/+5 |
| | |||||
* | missing files | Jean-Marc Valin | 2011-02-14 | 1 | -10/+5 |
| | |||||
* | SILK and CELT updates | Jean-Marc Valin | 2011-02-14 | 1 | -5/+10 |
| | |||||
* | Update for in-band FEC | Koen Vos | 2011-02-14 | 1 | -5/+5 |
| | |||||
* | draft date | Jean-Marc Valin | 2011-02-04 | 1 | -0/+6 |
| | |||||
* | CELT update | Jean-Marc Valin | 2011-02-04 | 1 | -6/+0 |
| | |||||
* | Tuning the hybrid bit-rate split | Koen Vos | 2011-02-04 | 1 | -24/+5 |
| | |||||
* | Oops, fixed the CELT version | Jean-Marc Valin | 2011-02-03 | 1 | -0/+25 |
| | |||||
* | Update Opus range coder due to CELT refactoring. | Timothy B. Terriberry | 2011-02-03 | 1 | -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 numbers | Jean-Marc Valin | 2011-02-03 | 1 | -5/+5 |
| | |||||
* | Build fixes | Jean-Marc Valin | 2011-02-03 | 1 | -5/+5 |
| | |||||
* | Oops, had inverted some tuning lines | Jean-Marc Valin | 2011-02-03 | 1 | -5/+5 |
| | |||||
* | Hybrid mode tuning | Karsten Vandborg Sorensen | 2011-02-03 | 1 | -7/+5 |
| | |||||
* | CELT update | Jean-Marc Valin | 2011-02-03 | 1 | -5/+7 |
| | |||||
* | Some work on the build | Jean-Marc Valin | 2011-02-03 | 1 | -5/+5 |
| | |||||
* | Enabling the CELT post-filter in Opus | Jean-Marc Valin | 2011-02-02 | 1 | -5/+5 |
| | |||||
* | CELT update | Jean-Marc Valin | 2011-02-02 | 1 | -5/+5 |
| | |||||
* | Enabling real CELT VBR | Jean-Marc Valin | 2011-02-01 | 1 | -5/+5 |
| | |||||
* | CELT update | Jean-Marc Valin | 2011-02-01 | 1 | -5/+5 |
| | |||||
* | CELT update | Jean-Marc Valin | 2011-01-31 | 1 | -5/+5 |
| | |||||
* | Fixes resampling in CELT-only mode | Jean-Marc Valin | 2011-01-31 | 1 | -5/+5 |
| | |||||
* | Merge stereo switching CELT API | Jean-Marc Valin | 2011-01-31 | 1 | -5/+5 |
| | |||||
* | Updated to CELT's new API | Jean-Marc Valin | 2011-01-30 | 1 | -5/+5 |
| | |||||
* | CELT update | Jean-Marc Valin | 2011-01-22 | 1 | -5/+5 |
| | |||||
* | CELT update | Jean-Marc Valin | 2011-01-18 | 1 | -5/+5 |
| | |||||
* | CELT updated to 0.9.0 (+ PLC fix) | Jean-Marc Valin | 2010-11-08 | 1 | -5/+5 |
| | |||||
* | Renamed to Opus | Jean-Marc Valin | 2010-10-15 | 1 | -5/+5 |
| | | | | And updated CELT |