]> git.sesse.net Git - ffmpeg/history - libavcodec/g722enc.c
alac: change some data types to plain int
[ffmpeg] / libavcodec / g722enc.c
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