| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft | Anton Khirnov | 2013-03-09 | 1 | -11/+0 |
* | g722enc: fix size argument in memset | Janne Grunau | 2012-10-09 | 1 | -1/+1 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+2 |
* | g722enc: use AVCodec.encode2() | Justin Ruggles | 2012-03-20 | 1 | -11/+33 |
* | g722: Fix the QMF scaling | Martin Storsjö | 2012-03-02 | 1 | -2/+2 |
* | g722enc: check for trellis data allocation error | Justin Ruggles | 2012-02-25 | 1 | -12/+20 |
* | g722enc: validate AVCodecContext.trellis | Justin Ruggles | 2012-01-07 | 1 | -0/+16 |
* | g722enc: set frame_size, and also handle an odd number of input samples | Justin Ruggles | 2012-01-07 | 1 | -2/+36 |
* | g722enc: split encoding into separate functions for trellis vs. no trellis | Justin Ruggles | 2012-01-07 | 1 | -20/+33 |
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -1/+1 |
* | g722: Change bits per sample to 4 | Sjoerd Simons | 2011-12-05 | 1 | -2/+2 |
* | g722: split decoder and encoder into separate files | Justin Ruggles | 2011-10-23 | 1 | -0/+311 |