| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
This seems to allow decoding of e.g. MS IMA ADPCM variant
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Otherwise read_buf_some() may return random small buffer size that
is not even aligned to the sample size.
|
| | |
|
| | |
|
| |
|
|
|
| |
E.g. in AAC SBR case we may get timebase 2048/44100 with the nominal
sample rate being 22050 Hz.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This will be useful in the upcoming fast VQ mode.
|
| |
|
|
|
| |
In reality it is the proper way to perform (E)LBG VQ so the old ineffective
ELBG should be replaced with "hybrid" quantisation way.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|