summaryrefslogtreecommitdiffstats
path: root/libavcodec/libmp3lame.c
Commit message (Expand)AuthorAgeFilesLines
* libmp3lame: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* Merge commit '284ea790d89441fa1e6b2d72d3c1ed6d61972f0b'Michael Niedermayer2012-11-271-7/+7
|\
| * dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-261-7/+7
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-1/+1
|\ \ | |/
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* | Merge commit '292d1e78743855404c7d07e3e7cb3f9c9ae6275b'Michael Niedermayer2012-10-181-3/+34
|\ \ | |/
| * libmp3lame: resize the output buffer if neededJustin Ruggles2012-10-171-3/+34
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-071-66/+38
|\ \ | |/
| * libmp3lame: use planar sample formatsJustin Ruggles2012-10-061-66/+38
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-1/+1
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-101-1/+1
|\ \ | |/
| * libmp3lame: add missing layout terminatorMichael Niedermayer2012-06-101-1/+2
* | libmp3lame: add missing layout terminatorMichael Niedermayer2012-06-011-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-161-7/+4
|\ \ | |/
| * libmp3lame: set supported channel layouts.Anton Khirnov2012-05-141-5/+3
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | libmp3lame: switch to ff_alloc_packet2().Michael Niedermayer2012-03-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-221-21/+50
|\ \ | |/
| * libmp3lame: use AVCodec.encode2()Justin Ruggles2012-03-201-21/+50
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-211-189/+164
|\ \ | |/
| * libmp3lame: support float and s32 sample formatsJustin Ruggles2012-02-201-11/+84
| * libmp3lame: renaming, rearrangement, alignment, and commentsJustin Ruggles2012-02-201-35/+51
| * libmp3lame: use the LAME default bit rateJustin Ruggles2012-02-201-2/+10
| * libmp3lame: use avpriv_mpegaudio_decode_header() for output frame parsingJustin Ruggles2012-02-201-56/+7
| * libmp3lame: cosmetics: remove some pointless commentsJustin Ruggles2012-02-201-2/+0
| * libmp3lame: convert some debugging code to av_dlog()Justin Ruggles2012-02-201-5/+2
| * libmp3lame: remove outdated comment.Justin Ruggles2012-02-201-2/+0
| * libmp3lame: do not set coded_frame->key_frame.Justin Ruggles2012-02-201-1/+0
| * libmp3lame: improve error handling in MP3lame_encode_init()Justin Ruggles2012-02-201-19/+25
| * libmp3lame: remove unneeded 'stereo' field from Mp3AudioContextJustin Ruggles2012-02-201-5/+2
* | libmp3lame: remove dupe assigmentPaul B Mahol2012-01-281-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-3/+0
|\ \ | |/
| * lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-3/+0
* | libmp3lame: It appears the buffer used is a bit too small.Michael Niedermayer2012-01-111-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-301-67/+72
|\ \ | |/
| * libmp3lame: K&R formatting cosmeticsAneesh Dogra2011-12-291-89/+84
* | libmp3lame: log error message in case of invalid number of channelsStefano Sabatini2011-10-301-2/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-1/+1
|\ \ | |/
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-011-1/+1
|\ \ | |/
| * libmp3lame: fix typoAnton Khirnov2011-09-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-011-1/+22
|\ \ | |/
| * libmp3lame: add 'reservoir' private option.Anton Khirnov2011-08-311-1/+22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-7/+7
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-7/+7
OpenPOWER on IntegriCloud