summaryrefslogtreecommitdiffstats
path: root/libavcodec/g722enc.c
Commit message (Collapse)AuthorAgeFilesLines
* g722enc: check for trellis data allocation errorJustin Ruggles2012-02-251-12/+20
|
* g722enc: validate AVCodecContext.trellisJustin Ruggles2012-01-071-0/+16
|
* g722enc: set frame_size, and also handle an odd number of input samplesJustin Ruggles2012-01-071-2/+36
| | | | | The fate reference is updated because the previous test skipped a sample in each encode() call due each input frame having an odd number of samples.
* g722enc: split encoding into separate functions for trellis vs. no trellisJustin Ruggles2012-01-071-20/+33
|
* Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
|
* g722: Change bits per sample to 4Sjoerd Simons2011-12-051-2/+2
| | | | | | | | | | | | | | | Earlier, bits per sample was defined as 8, since bits_per_coded_sample was used to indicate whether to ignore the lower bits of the codeword, having values 6, 7 or 8. g722 encodes 2 samples into one byte codeword, therefore the bits per sample is 4. By changing this, the generated timestamps for streams encoded with g722 become correct. This makes timestamp generation for g722 data correct (both when encoding and when demuxing from raw g722 files). Signed-off-by: Martin Storsjö <martin@martin.st>
* g722: split decoder and encoder into separate filesJustin Ruggles2011-10-231-0/+311
OpenPOWER on IntegriCloud