| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/libmp3lame: use AV_OPT_TYPE_BOOL for all options | Paul B Mahol | 2015-09-09 | 1 | -3/+3 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -2/+2 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -2/+2 |
* | | avcodec/libmp3lame: use av_malloc_array() | Michael Niedermayer | 2015-01-17 | 1 | -1/+1 |
* | | avcodec/libmp3lame: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-11-30 | 1 | -3/+9 |
* | | Do not set the lame quality if the user didn't request it. | Carl Eugen Hoyos | 2014-10-29 | 1 | -3/+1 |
* | | Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f' | Michael Niedermayer | 2014-10-14 | 1 | -1/+1 |
|\| |
|
| * | lavc: use a separate field for exporting audio encoder padding | Anton Khirnov | 2014-10-13 | 1 | -1/+1 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | | Merge commit 'f2f2e7627f0c878d13275af5d166ec5932665e28' | Michael Niedermayer | 2014-06-23 | 1 | -1/+7 |
|\| |
|
| * | Check mp3 header before calling avpriv_mpegaudio_decode_header(). | Justin Ruggles | 2014-06-22 | 1 | -1/+7 |
| * | libmp3lame: add ABR support | Timothy Gu | 2014-03-31 | 1 | -2/+9 |
| * | libmp3lame: add comments about CBR/VBR modes | Timothy Gu | 2014-03-31 | 1 | -2/+2 |
| * | libmp3lame: allow joint stereo to be disabled | Paul B Mahol | 2014-03-31 | 1 | -1/+3 |
* | | avcodec/libmp3lame: do not attempt to flush lame if no data was input | Michael Niedermayer | 2014-05-19 | 1 | -0/+2 |
* | | Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c' | Michael Niedermayer | 2013-12-09 | 1 | -7/+3 |
|\| |
|
| * | avcodec: Use av_reallocp where suitable | Alexandra Khirnova | 2013-12-09 | 1 | -7/+3 |
* | | avcodec/libmp3lame: add ABR support | Timothy Gu | 2013-11-02 | 1 | -2/+9 |
* | | lavc/libmp3lame: add comments about CBR/VBR modes | Timothy Gu | 2013-10-24 | 1 | -2/+2 |
* | | lavc/libmp3lame: fix alignment and capitalization in AVOptions | Timothy Gu | 2013-10-24 | 1 | -2/+2 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | libmp3lame: allow joint stereo to be disabled | Paul B Mahol | 2013-04-02 | 1 | -1/+3 |
* | | 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 |
* | | Merge commit '6327c10702922eabcb1c6170abd3f03d23ce4c51' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
|\| |
|
| * | libmp3lame: use the correct remaining buffer size when flushing | Justin Ruggles | 2013-03-08 | 1 | -1/+1 |
| * | lavc: Fix assignments in if() when calling ff_af_queue_add | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | | normalize calls to ff_alloc_packet2 | James Zern | 2013-03-06 | 1 | -1/+1 |
* | | libmp3lame: Fix assignments in if() | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | | Merge commit '284ea790d89441fa1e6b2d72d3c1ed6d61972f0b' | Michael Niedermayer | 2012-11-27 | 1 | -7/+7 |
|\| |
|
| * | dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil | Justin Ruggles | 2012-11-26 | 1 | -7/+7 |
* | | 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 |
* | | Merge commit '292d1e78743855404c7d07e3e7cb3f9c9ae6275b' | Michael Niedermayer | 2012-10-18 | 1 | -3/+34 |
|\| |
|
| * | libmp3lame: resize the output buffer if needed | Justin Ruggles | 2012-10-17 | 1 | -3/+34 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-07 | 1 | -66/+38 |
|\| |
|
| * | libmp3lame: use planar sample formats | Justin Ruggles | 2012-10-06 | 1 | -66/+38 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -1/+1 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 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 |