| Commit message (Expand) | Author | Age | Files | Lines |
* | normalize calls to ff_alloc_packet2 | James Zern | 2013-03-06 | 1 | -1/+1 |
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -1/+1 |
|\ |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | | mpegaudioenc: replace pow(2,.. by exp2( | Michael Niedermayer | 2012-09-13 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-24 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | mpegaudio: move ff_mpa_enwindow to a separate file | Mans Rullgard | 2012-08-24 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-09 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | mpegaudioenc: list supported channel layouts. | Anton Khirnov | 2012-08-08 | 1 | -0/+5 |
* | | 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 |
* | | mpegaudioenc: use av_assert | Michael Niedermayer | 2012-07-08 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -11/+14 |
|\ \
| |/ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -11/+14 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | mpegaudioenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-22 | 1 | -7/+22 |
|\ \
| |/ |
|
| * | mpegaudioenc: use AVCodec.encode2() | Justin Ruggles | 2012-03-20 | 1 | -7/+22 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-26 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | mpegaudioenc: return AVERROR codes instead of -1 | Justin Ruggles | 2012-02-25 | 1 | -3/+3 |
| * | check for coded_frame allocation failure in several audio encoders | Justin Ruggles | 2012-02-25 | 1 | -0/+2 |
| * | audio encoders: do not set coded_frame->key_frame. | Justin Ruggles | 2012-02-25 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -3/+3 |
* | | Replace some commented-out debug printf() / av_log() messages with av_dlog(). | Diego Biurrun | 2011-09-01 | 1 | -8/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-22 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | mp2 encoder: make 128k the default bitrate. | Anton Khirnov | 2011-08-22 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -8/+7 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-16 | 1 | -4/+0 |
|\ \
| |/ |
|
| * | Remove commented-out call to non-existing function print_pow1(). | Diego Biurrun | 2011-07-16 | 1 | -4/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-02 | 1 | -5/+3 |
|\ \
| |/ |
|
| * | mpegaudioenc: Fix broken av_dlog statement. | Diego Biurrun | 2011-05-31 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-20 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | mpegaudio: remove useless #undef at end of file | Mans Rullgard | 2011-05-19 | 1 | -2/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-10 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | mpegaudio: remove CONFIG_MPEGAUDIO_HP option | Mans Rullgard | 2011-05-09 | 1 | -2/+3 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-30 | 1 | -15/+0 |
|\ \
| |/ |
|
| * | Remove some disabled printf debug cruft. | Diego Biurrun | 2011-04-29 | 1 | -15/+0 |
| * | Replace some commented-out debug printf() / av_log() messages with av_dlog(). | Diego Biurrun | 2011-04-29 | 1 | -13/+7 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -1/+1 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Replace dprintf with av_dlog | Luca Barbato | 2011-01-30 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Use "const" qualifier for pointers that point to input data of | Reimar Döffinger | 2010-07-24 | 1 | -2/+2 |
* | mpegaudioenc: Remove write-only variables from the context. | Rafaël Carré | 2010-07-01 | 1 | -5/+0 |
* | Set .supported_samplerates for mpeg audio encoders. | Michael Niedermayer | 2010-04-22 | 1 | -0/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |