summaryrefslogtreecommitdiff
path: root/libavcodec/g722enc.c
Commit message (Expand)AuthorAge
* g722: Fix the QMF scalingMartin Storsjö2012-03-02
* g722enc: check for trellis data allocation errorJustin Ruggles2012-02-25
* g722enc: validate AVCodecContext.trellisJustin Ruggles2012-01-07
* g722enc: set frame_size, and also handle an odd number of input samplesJustin Ruggles2012-01-07
* g722enc: split encoding into separate functions for trellis vs. no trellisJustin Ruggles2012-01-07
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* g722: Change bits per sample to 4Sjoerd Simons2011-12-05
* g722: split decoder and encoder into separate filesJustin Ruggles2011-10-23