xiph
/
opus.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Adds missing license headers on some scripts and test files
[opus.git]
/
celt
/
2012-04-02
Ralph Giles
Remove trailing whitespace.
tree
|
commitdiff
2012-03-08
Jean-Marc Valin
Fixes a bunch of 16-bit issues that the C5X compiler...
tree
|
commitdiff
2012-03-06
Ralph Giles
Check for underflow in the debug USUB32.
tree
|
commitdiff
2012-03-06
Ralph Giles
Print the actual arguments to the debug UADD/SUB32...
tree
|
commitdiff
2012-03-06
Ralph Giles
Uncomment the reporting for UADD32 and USUB32 in fixed_...
tree
|
commitdiff
2012-03-06
Ralph Giles
Used unsigned intermediates with unsigned arguments...
tree
|
commitdiff
2012-03-06
Ralph Giles
Fix --enable-fixed-point-debug.
tree
|
commitdiff
2012-03-06
Jean-Marc Valin
More consistent types for 16-bit architectures
tree
|
commitdiff
2012-03-05
Jean-Marc Valin
Eliminates an unused parameter warning in anti_collapse()
tree
|
commitdiff
2012-02-17
Jean-Marc Valin
Last updates for draft -11
v0.9.9
tree
|
commitdiff
2012-01-31
Jean-Marc Valin
Tweaks the CELT fractional resampling delay to get...
tree
|
commitdiff
2011-12-02
Timothy B. Terriberry
Move nbits_total initialize before renormalization.
tree
|
commitdiff
2011-12-02
Jean-Marc Valin
All variables named "bank" renamed to "bandE" to avoid...
tree
|
commitdiff
2011-12-02
Ralph Giles
Rename '_FOO' to avoid potentional collisions with...
tree
|
commitdiff
2011-11-29
Jean-Marc Valin
Some minor (non-bitstream-affecting) changes to help...
tree
|
commitdiff
2011-11-26
Gregory Maxwell
Testing tools improvements (no impact on draft)
tree
|
commitdiff
2011-11-08
Jean-Marc Valin
Minor anti-collapse state fix
tree
|
commitdiff
2011-10-31
Jean-Marc Valin
Fixes a minor issue on CELT->SILK switching
tree
|
commitdiff
2011-10-30
Gregory Maxwell
Fix some inconsequential file descriptor leaks in the...
tree
|
commitdiff
2011-10-29
Jean-Marc Valin
Silences a gcc warning
tree
|
commitdiff
2011-10-28
Ralph Giles
Use the fallback __GNUC_PREREQ from arch.h in ecintrin.h.
tree
|
commitdiff
2011-10-28
Gregory Maxwell
Fixes a bug in ec_enc_done when no range coded data...
tree
|
commitdiff
2011-10-28
Gregory Maxwell
Extend test_unit_entropy to test some patch_initial_bit...
tree
|
commitdiff
2011-10-28
Timothy B. Terriberry
Fix for ec_enc_patch_initial_bits().
tree
|
commitdiff
2011-10-27
Gregory Maxwell
Test cleanups and renaming.
tree
|
commitdiff
2011-10-27
Ralph Giles
Convert tabs to spaces in the opus and celt code.
tree
|
commitdiff
2011-10-27
Jean-Marc Valin
Moves the main headers from src/ to include/
tree
|
commitdiff
2011-10-26
Gregory Maxwell
Renames test_opus to opus_demo and adds the test_opus_a...
tree
|
commitdiff
2011-10-25
Jean-Marc Valin
Oops, forgot the #defines for OPUS_{SET|GET}_MAX_BANDWI...
tree
|
commitdiff
2011-10-25
Jean-Marc Valin
Implements OPUS_SET_MAX_BANDWIDTH()
tree
|
commitdiff
2011-10-24
Koen Vos
Optimization of the CBR loop
tree
|
commitdiff
2011-10-19
Jean-Marc Valin
Only free state once in kiss-fft failed init path
tree
|
commitdiff
2011-10-11
Jean-Marc Valin
Using a noise-based PLC for the CELT layer in hybrid...
tree
|
commitdiff
2011-10-04
Gregory Maxwell
Add some CUSTOM_MODES ifdefs in celt.c around code...
tree
|
commitdiff
2011-10-04
Jean-Marc Valin
Renaming the CELT plc.c file to celt_lpc.c to avoid...
tree
|
commitdiff
2011-10-04
Gregory Maxwell
Add the noreturn attribute on the assert functions...
tree
|
commitdiff
2011-09-30
Gregory Maxwell
As of commit 44203907 all celt bands N>1 are even,...
tree
|
commitdiff
2011-09-28
Gregory Maxwell
Cleans up some leaking opus_custom symbols in celt/
tree
|
commitdiff
2011-09-25
Jean-Marc Valin
Avoiding more left shifts of negative values
tree
|
commitdiff
2011-09-24
Jean-Marc Valin
Avoiding left shifts of negative values
tree
|
commitdiff
2011-09-23
Jean-Marc Valin
Making the left shift macros use unsigned to avoid...
tree
|
commitdiff
2011-09-23
Jean-Marc Valin
API doc improvements
tree
|
commitdiff
2011-09-19
Gregory Maxwell
Some fixes for C89 builds.
tree
|
commitdiff
2011-09-15
Gregory Maxwell
Documentation and build script updates.
tree
|
commitdiff
2011-09-14
Jean-Marc Valin
Implements OPUS_GET_PITCH that queries the decoded...
tree
|
commitdiff
2011-09-14
Jean-Marc Valin
renames the libcelt/ directory to celt/
tree
|
commitdiff
2011-04-28
Jean-Marc Valin
Moved all SILK source code to the silk/ directory
tree
|
commitdiff
2011-04-28
Jean-Marc Valin
Merge commit 'silk-repo/master'
tree
|
commitdiff
2011-04-28
Jean-Marc Valin
Merge commit 'celt-repo/master'
tree
|
commitdiff
2011-04-25
Jean-Marc Valin
Loss rate adaptation for the CELT layer
tree
|
commitdiff
2011-03-31
Jean-Marc Valin
draft update
tree
|
commitdiff
2011-03-23
Jean-Marc Valin
Build fixes
tree
|
commitdiff
2011-03-21
Jean-Marc Valin
Making mode switching use the same window as CELT ...
tree
|
commitdiff
2011-03-18
Jean-Marc Valin
CELT update
tree
|
commitdiff
2011-03-18
Jean-Marc Valin
More project files update
tree
|
commitdiff
2011-03-17
Jean-Marc Valin
Fixes a few PLC/DTX bugs due to the recent decode API...
tree
|
commitdiff
2011-03-14
Jean-Marc Valin
Adding constrained VBR mode
tree
|
commitdiff
2011-03-14
Gregory Maxwell
Draft update (allocation
tree
|
commitdiff
2011-03-11
Jean-Marc Valin
Disable newly introduced CELT signalling
tree
|
commitdiff
2011-03-10
Jean-Marc Valin
Nothing to see here
tree
|
commitdiff
2011-03-09
Jean-Marc Valin
CELT update
tree
|
commitdiff
2011-03-08
Jean-Marc Valin
Support for glitchles mode switching
tree
|
commitdiff
2011-02-28
Jean-Marc Valin
SILK/CELT update
tree
|
commitdiff
2011-02-15
Jean-Marc Valin
preparing the next version
tree
|
commitdiff
2011-02-15
Jean-Marc Valin
missing files
tree
|
commitdiff
2011-02-14
Jean-Marc Valin
SILK and CELT updates
tree
|
commitdiff
2011-02-14
Koen Vos
Update for in-band FEC
tree
|
commitdiff
2011-02-04
Jean-Marc Valin
draft date
tree
|
commitdiff
2011-02-04
Jean-Marc Valin
CELT update
tree
|
commitdiff
2011-02-04
Koen Vos
Tuning the hybrid bit-rate split
tree
|
commitdiff
2011-02-04
Jean-Marc Valin
Oops, fixed the CELT version
tree
|
commitdiff
2011-02-04
Timothy B. Terriberry
Update Opus range coder due to CELT refactoring.
tree
|
commitdiff
2011-02-03
Jean-Marc Valin
CELT update, version numbers
tree
|
commitdiff
2011-02-03
Jean-Marc Valin
Build fixes
tree
|
commitdiff
2011-02-03
Jean-Marc Valin
Oops, had inverted some tuning lines
tree
|
commitdiff
2011-02-03
Karsten Vandborg...
Hybrid mode tuning
tree
|
commitdiff
2011-02-03
Jean-Marc Valin
CELT update
tree
|
commitdiff
2011-02-03
Jean-Marc Valin
Some work on the build
tree
|
commitdiff
2011-02-03
Jean-Marc Valin
Enabling the CELT post-filter in Opus
tree
|
commitdiff
2011-02-02
Jean-Marc Valin
CELT update
tree
|
commitdiff
2011-02-01
Jean-Marc Valin
Enabling real CELT VBR
tree
|
commitdiff
2011-02-01
Jean-Marc Valin
CELT update
tree
|
commitdiff
2011-01-31
Jean-Marc Valin
CELT update
tree
|
commitdiff
2011-01-31
Jean-Marc Valin
Fixes resampling in CELT-only mode
tree
|
commitdiff
2011-01-31
Jean-Marc Valin
Merge stereo switching CELT API
tree
|
commitdiff
2011-01-31
Jean-Marc Valin
Updated to CELT's new API
tree
|
commitdiff
2011-01-22
Jean-Marc Valin
CELT update
tree
|
commitdiff
2011-01-18
Jean-Marc Valin
CELT update
tree
|
commitdiff
2010-11-08
Jean-Marc Valin
CELT updated to 0.9.0 (+ PLC fix)
tree
|
commitdiff
2010-10-15
Jean-Marc Valin
Renamed to Opus
tree
|
commitdiff
2010-10-10
Jean-Marc Valin
Renamed to Harmony
tree
|
commitdiff
2010-09-21
Jean-Marc Valin
CELT update
tree
|
commitdiff
2010-09-07
Jean-Marc Valin
CELT update
tree
|
commitdiff
2010-08-31
Jean-Marc Valin
CELT update
tree
|
commitdiff
2010-08-03
Jean-Marc Valin
CELT update
tree
|
commitdiff
2010-07-20
Jean-Marc Valin
CELT bugfix
tree
|
commitdiff
2010-07-20
Jean-Marc Valin
Support for setting the audio bandwidth
tree
|
commitdiff
2010-07-19
Jean-Marc Valin
Support for 32 kHz sampling rate
tree
|
commitdiff
2010-07-17
Jean-Marc Valin
CELT update (making different sampling rates compatible)
tree
|
commitdiff
2010-07-08
Jean-Marc Valin
Update to CELT 0.8.1
tree
|
commitdiff
next