summaryrefslogtreecommitdiffstats
path: root/libavcodec/g722enc.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-11/+0
* g722enc: fix size argument in memsetJanne Grunau2012-10-091-1/+1
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+2
* g722enc: use AVCodec.encode2()Justin Ruggles2012-03-201-11/+33
* g722: Fix the QMF scalingMartin Storsjö2012-03-021-2/+2
* 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
* 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
* g722: split decoder and encoder into separate filesJustin Ruggles2011-10-231-0/+311
OpenPOWER on IntegriCloud