| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5' | Michael Niedermayer | 2013-03-12 | 1 | -11/+0 |
|\ |
|
| * | lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft | Anton Khirnov | 2013-03-09 | 1 | -11/+0 |
* | | normalize calls to ff_alloc_packet2 | James Zern | 2013-03-06 | 1 | -1/+1 |
* | | Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702' | Michael Niedermayer | 2012-10-10 | 1 | -1/+1 |
|\| |
|
| * | g722enc: fix size argument in memset | Janne Grunau | 2012-10-09 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | g722enc: switch to av_assert | Michael Niedermayer | 2012-08-01 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+2 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+2 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | g722enc: switch to ff_alloc_packet2() | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 |
|/ |
|
* | 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 |