xiph
/
opus.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
ietf doc: misc corrections
[opus.git]
/
libcelt
/
2008-12-05
Jean-Marc Valin
alg_quant() now handles the sign of X[] separately...
tree
|
commitdiff
2008-12-02
Gregory Maxwell
Support for 96kHz.
tree
|
commitdiff
2008-11-28
Jean-Marc Valin
Fixes a denormalisation issue occuring when multiple...
tree
|
commitdiff
2008-11-08
Jean-Marc Valin
Bit of cleaning up and comments
tree
|
commitdiff
2008-11-08
Jean-Marc Valin
The fold bit can now be used by the encoder and decoder...
tree
|
commitdiff
2008-11-07
Jean-Marc Valin
Disabling the folding sign bit
tree
|
commitdiff
2008-11-06
Jean-Marc Valin
experimental code for choosing whether to apply folding...
tree
|
commitdiff
2008-10-30
Gregory Maxwell
In some conditions the allocation could run out of...
tree
|
commitdiff
2008-10-27
Jean-Marc Valin
Latest psychoacoustics work -- still highly experimental
tree
|
commitdiff
2008-10-20
Timothy B.B Terriberry
Fixes some issues in the MF range coder on systems...
tree
|
commitdiff
2008-10-18
Jean-Marc Valin
re-enable support for resizable buffers in the range...
tree
|
commitdiff
2008-10-18
Jean-Marc Valin
Encoder now writes data directly in the user buffer
tree
|
commitdiff
2008-10-18
Jean-Marc Valin
Multiply-free version of the range coder. Haven't yet...
tree
|
commitdiff
2008-10-15
Jean-Marc Valin
Tonality estimation code
tree
|
commitdiff
2008-10-09
Jean-Marc Valin
Preparing for 0.5.0
tree
|
commitdiff
2008-10-08
Gregory Maxwell
Add support for a complexity argument to both testcelt...
tree
|
commitdiff
2008-10-06
Wessel Lubberhuizen
fix STATIC_MODES for stereo (with a few fixes by JMV)
tree
|
commitdiff
2008-10-06
Jean-Marc Valin
celt_encoder_ctl() is a bit more type-safe.
tree
|
commitdiff
2008-10-05
Jean-Marc Valin
Fixed support for STATIC_MODES
tree
|
commitdiff
2008-10-05
Jean-Marc Valin
Removing the 64-bit part of the range coder.
tree
|
commitdiff
2008-10-04
Gregory Maxwell
Fix stereo support; correctly deallocate bits_stereo.
tree
|
commitdiff
2008-10-03
Jean-Marc Valin
lookahead no longer defined when creating a mode
tree
|
commitdiff
2008-10-03
Wessel Lubberhuizen
fix stack handling
tree
|
commitdiff
2008-10-03
Jean-Marc Valin
compute_alloc_cache() isn't defined when STATIC_MODES is.
tree
|
commitdiff
2008-10-01
Jean-Marc Valin
s/unsigned/celt_uint32_t/
tree
|
commitdiff
2008-10-01
Gregory Maxwell
API: Change celt_encode and celt_encode_float so that...
tree
|
commitdiff
2008-09-30
Jean-Marc Valin
Added celt_encoder_ctl() and CELT_SET_COMPLEXITY
tree
|
commitdiff
2008-09-29
Jean-Marc Valin
Proper stack restore
tree
|
commitdiff
2008-09-28
Gregory Maxwell
Fix support for sample rates between 32kHz and 40kHz...
tree
|
commitdiff
2008-09-28
Jean-Marc Valin
Supporting large prime factors in the FFT
tree
|
commitdiff
2008-09-28
Gregory Maxwell
Allow all even frame sizes, change the selection of...
tree
|
commitdiff
2008-09-25
Gregory Maxwell
Fix support for 64 sample frames.
tree
|
commitdiff
2008-09-24
Gregory Maxwell
Add an additional 1/16th bit of padding to avoid budget...
tree
|
commitdiff
2008-09-22
Jean-Marc Valin
Some more tuning
tree
|
commitdiff
2008-09-22
Jean-Marc Valin
Unb0rked a fixed-point regression caused in 7bb339d
tree
|
commitdiff
2008-09-22
Jean-Marc Valin
Merge branch 'cwrs_speedup'
tree
|
commitdiff
2008-09-22
Timothy B.B Terriberry
Change cwrsi() to operate on rows of U instead of columns.
tree
|
commitdiff
2008-09-22
Jean-Marc Valin
Split the last pulse out of the alg_quant() main loop.
tree
|
commitdiff
2008-09-19
Jean-Marc Valin
Dividing by a constant is never good
tree
|
commitdiff
2008-09-19
Jean-Marc Valin
Removed a bunch of divides from the fine energy quantis...
tree
|
commitdiff
2008-09-19
Jean-Marc Valin
Some bit-allocation tuning
tree
|
commitdiff
2008-09-19
Jean-Marc Valin
Fixing the manual stack handling code
tree
|
commitdiff
2008-09-19
Jean-Marc Valin
Merge branch 'cwrs_speedup' (derf's cwrs changes)
tree
|
commitdiff
2008-09-19
Timothy B.B Terriberry
Change CWRS indexing to use Pyramid VQ's magnitude...
tree
|
commitdiff
2008-09-16
Jean-Marc Valin
Better use of the arithmetic operators
tree
|
commitdiff
2008-09-13
Jean-Marc Valin
Converted everything to 32-bit CWRS (using split after...
tree
|
commitdiff
2008-09-13
Jean-Marc Valin
Generate slightly more accurate WMOPS figures
tree
|
commitdiff
2008-09-11
Jean-Marc Valin
One-at-a-time allocator now uses direct feedback from...
tree
|
commitdiff
2008-09-10
Jean-Marc Valin
Simplifications to the new allocator
tree
|
commitdiff
2008-09-10
Jean-Marc Valin
At least attempting to use all the bits.
tree
|
commitdiff
2008-09-09
Jean-Marc Valin
Simplified allocation by doing it one band at a time...
tree
|
commitdiff
2008-09-01
Jean-Marc Valin
Added Erik de Castro Lopo's float_cast.h to use lrintf...
tree
|
commitdiff
2008-08-30
Jean-Marc Valin
exp() and log() are faster than pow() and log10() for...
tree
|
commitdiff
2008-08-30
Jean-Marc Valin
Added signalling bits for enabling/disabling pitch...
tree
|
commitdiff
2008-08-29
Jean-Marc Valin
Fixed a bunch of fixed-point overflows on insanely...
tree
|
commitdiff
2008-08-14
Jean-Marc Valin
Added hooks for tuning pulses and fine energy quant
tree
|
commitdiff
2008-08-12
Gregory Maxwell
Adding a floating point interface to encode and decode
tree
|
commitdiff
2008-08-10
Gregory Maxwell
Fixed fixed-point compilation error.
tree
|
commitdiff
2008-08-07
Jean-Marc Valin
Solved an encoder/decoder mismatch happening when there...
tree
|
commitdiff
2008-08-06
Jean-Marc Valin
Preventing encoder/decoder mismatch when coarse energy...
tree
|
commitdiff
2008-08-06
Jean-Marc Valin
some tuning to fine energy allocation and prevent it...
tree
|
commitdiff
2008-08-04
Jean-Marc Valin
Changing the allocation algorithm to better take into...
tree
|
commitdiff
2008-08-03
Jean-Marc Valin
Merged compute_allocation_table() and compute_energy_al...
tree
|
commitdiff
2008-08-03
Jean-Marc Valin
Turns out that the worse case of the vector split is...
tree
|
commitdiff
2008-08-03
Jean-Marc Valin
fixed a bunch of bugs in the unified allocation code.
tree
|
commitdiff
2008-08-02
Jean-Marc Valin
Unified allocation of fine energy and pulses.
tree
|
commitdiff
2008-08-02
Jean-Marc Valin
Completed the separation of coarse and fine energy...
tree
|
commitdiff
2008-08-01
Jean-Marc Valin
Split coarse and fine energy quantisation
tree
|
commitdiff
2008-07-26
Jean-Marc Valin
bump bit-stream version
tree
|
commitdiff
2008-07-24
Jean-Marc Valin
Better bit allocation for all frame sizes that are...
tree
|
commitdiff
2008-07-21
Jean-Marc Valin
Re-implemented renormalise_bands() based on renormalise...
tree
|
commitdiff
2008-07-21
Jean-Marc Valin
Simplified the folding normalisation by creating renorm...
tree
|
commitdiff
2008-07-21
Jean-Marc Valin
Re-enabling folding/intra for transients
tree
|
commitdiff
2008-07-17
Jean-Marc Valin
isolated the folding part of the code that's common...
tree
|
commitdiff
2008-07-11
Jean-Marc Valin
Do not encode the short-window bit when not applicable.
tree
|
commitdiff
2008-07-06
Jean-Marc Valin
cleaned up transient_analysis() and replaced the algori...
tree
|
commitdiff
2008-07-04
Jean-Marc Valin
fixed-point: conversion of pre-echo avoidance now complete.
tree
|
commitdiff
2008-07-04
Jean-Marc Valin
fixed-point: more work on the time window (almost done)
tree
|
commitdiff
2008-06-29
Jean-Marc Valin
More fixed-point conversion of the time window.
tree
|
commitdiff
2008-06-28
Jean-Marc Valin
More fixed-point work on the time window -- including...
tree
|
commitdiff
2008-06-26
Jean-Marc Valin
Cleaned up the pre-echo avoidance code so it works...
tree
|
commitdiff
2008-06-18
Jean-Marc Valin
Automatically choosing the overlap based on the frame...
tree
|
commitdiff
2008-06-17
Jean-Marc Valin
short-block MDCT
tree
|
commitdiff
2008-06-16
Jean-Marc Valin
Implemented two pre-echo avoidance techniques: time...
tree
|
commitdiff
2008-06-11
Jean-Marc Valin
Doing the cwrs split in dimensions should save a few...
tree
|
commitdiff
2008-06-10
Jean-Marc Valin
Turns out maxK and maxM were also inverted in fits_in64()
tree
|
commitdiff
2008-06-10
Jean-Marc Valin
fixed a cwrs bug in fits_in32()
tree
|
commitdiff
2008-06-10
Jean-Marc Valin
Implemented split-cwrs for very large codebooks (>64...
tree
|
commitdiff
2008-06-10
Jean-Marc Valin
Implemented a cleaner way to detect whether CWRS codebo...
tree
|
commitdiff
2008-06-07
Peter Kirk
Use EXPORT macro in a way compatible with win32
tree
|
commitdiff
2008-06-06
Jean-Marc Valin
Allowing frames up to 512 samples
tree
|
commitdiff
2008-06-01
Jean-Marc Valin
Infrastructure work for a psy model
tree
|
commitdiff
2008-05-30
Jean-Marc Valin
Adjusted stereo bit allocation to be higher than mono...
tree
|
commitdiff
2008-05-30
Jean-Marc Valin
Brought the mdct masking function up-to-date
tree
|
commitdiff
2008-05-27
Jean-Marc Valin
Preventing encoder-decoder mismatch when energy values...
tree
|
commitdiff
2008-05-26
Jean-Marc Valin
fixed the skipping of the zeros (skip the zeros instead...
tree
|
commitdiff
2008-05-23
Jean-Marc Valin
Doing mid-side stereo when not doing intensity.
tree
|
commitdiff
2008-05-23
Jean-Marc Valin
Implemented intensity stereo, which required changes...
tree
|
commitdiff
2008-05-23
Jean-Marc Valin
More stereo infrastructure
tree
|
commitdiff
2008-05-23
Jean-Marc Valin
infrastructure changes for upcoming stereo improvements
tree
|
commitdiff
next