]> git.sesse.net Git - ffmpeg/history - libavcodec/g722enc.c
g726dec: set channel layout at initialization instead of validating it
[ffmpeg] / libavcodec / g722enc.c
2012-10-09 Janne Grunaug722enc: fix size argument in memset
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-20 Justin Rugglesg722enc: use AVCodec.encode2()
2012-03-02 Martin Storsjög722: Fix the QMF scaling
2012-02-25 Justin Rugglesg722enc: check for trellis data allocation error
2012-01-07 Justin Rugglesg722enc: validate AVCodecContext.trellis
2012-01-07 Justin Rugglesg722enc: set frame_size, and also handle an odd number...
2012-01-07 Justin Rugglesg722enc: split encoding into separate functions for...
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-12-05 Sjoerd Simonsg722: Change bits per sample to 4
2011-10-23 Justin Rugglesg722: split decoder and encoder into separate files