| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-10 | 1 | -1/+1 |
|\| |
|
| * | libmp3lame: add missing layout terminator | Michael Niedermayer | 2012-06-10 | 1 | -1/+2 |
* | | libmp3lame: add missing layout terminator | Michael Niedermayer | 2012-06-01 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-16 | 1 | -7/+4 |
|\| |
|
| * | libmp3lame: set supported channel layouts. | Anton Khirnov | 2012-05-14 | 1 | -5/+3 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | libmp3lame: 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 | -21/+50 |
|\| |
|
| * | libmp3lame: use AVCodec.encode2() | Justin Ruggles | 2012-03-20 | 1 | -21/+50 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-21 | 1 | -189/+164 |
|\| |
|
| * | libmp3lame: support float and s32 sample formats | Justin Ruggles | 2012-02-20 | 1 | -11/+84 |
| * | libmp3lame: renaming, rearrangement, alignment, and comments | Justin Ruggles | 2012-02-20 | 1 | -35/+51 |
| * | libmp3lame: use the LAME default bit rate | Justin Ruggles | 2012-02-20 | 1 | -2/+10 |
| * | libmp3lame: use avpriv_mpegaudio_decode_header() for output frame parsing | Justin Ruggles | 2012-02-20 | 1 | -56/+7 |
| * | libmp3lame: cosmetics: remove some pointless comments | Justin Ruggles | 2012-02-20 | 1 | -2/+0 |
| * | libmp3lame: convert some debugging code to av_dlog() | Justin Ruggles | 2012-02-20 | 1 | -5/+2 |
| * | libmp3lame: remove outdated comment. | Justin Ruggles | 2012-02-20 | 1 | -2/+0 |
| * | libmp3lame: do not set coded_frame->key_frame. | Justin Ruggles | 2012-02-20 | 1 | -1/+0 |
| * | libmp3lame: improve error handling in MP3lame_encode_init() | Justin Ruggles | 2012-02-20 | 1 | -19/+25 |
| * | libmp3lame: remove unneeded 'stereo' field from Mp3AudioContext | Justin Ruggles | 2012-02-20 | 1 | -5/+2 |
* | | libmp3lame: remove dupe assigment | Paul B Mahol | 2012-01-28 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -3/+0 |
|\| |
|
| * | lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft. | Anton Khirnov | 2012-01-27 | 1 | -3/+0 |
* | | libmp3lame: It appears the buffer used is a bit too small. | Michael Niedermayer | 2012-01-11 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-30 | 1 | -67/+72 |
|\| |
|
| * | libmp3lame: K&R formatting cosmetics | Aneesh Dogra | 2011-12-29 | 1 | -89/+84 |
* | | libmp3lame: log error message in case of invalid number of channels | Stefano Sabatini | 2011-10-30 | 1 | -2/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 1 | -1/+1 |
|\| |
|
| * | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-01 | 1 | -1/+1 |
|\| |
|
| * | libmp3lame: fix typo | Anton Khirnov | 2011-09-01 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-01 | 1 | -1/+22 |
|\| |
|
| * | libmp3lame: add 'reservoir' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+22 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -7/+7 |
|\| |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -7/+7 |