| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-15 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Move static and inline attributes to more standard places. | Diego Biurrun | 2012-01-14 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-24 | 1 | -419/+8 |
|\| |
|
| * | g722: split decoder and encoder into separate files | Justin Ruggles | 2011-10-23 | 1 | -419/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-15 | 1 | -1/+0 |
|\| |
|
| * | doxygen: misc consistency cosmetics | Diego Biurrun | 2011-07-14 | 1 | -1/+0 |
| * | libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initialization | Martin Storsjö | 2011-04-12 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | | Add forgotten const to enum AVSampleFormat | Michael Niedermayer | 2011-04-12 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -2/+2 |
|/ |
|
* | g722: Move the low_inv_quant6 table up to the common tables | Martin Storsjö | 2010-12-21 | 1 | -10/+10 |
* | g722: Add a trellis encoder | Martin Storsjö | 2010-12-03 | 1 | -0/+198 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -2/+2 |
* | Add a G.722 encoder | Martin Storsjö | 2010-09-23 | 1 | -1/+82 |
* | Add G.722 ADPCM audio decoder | Martin Storsjö | 2010-09-09 | 1 | -0/+304 |