summaryrefslogtreecommitdiffstats
path: root/libavcodec/libmp3lame.c
Commit message (Expand)AuthorAgeFilesLines
* mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-121-3/+4
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-2/+2
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-2/+2
* lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-131-1/+1
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* Check mp3 header before calling avpriv_mpegaudio_decode_header().Justin Ruggles2014-06-221-1/+7
* libmp3lame: add ABR supportTimothy Gu2014-03-311-2/+9
* libmp3lame: add comments about CBR/VBR modesTimothy Gu2014-03-311-2/+2
* libmp3lame: allow joint stereo to be disabledPaul B Mahol2014-03-311-1/+3
* avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-091-7/+3
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-11/+0
* libmp3lame: use the correct remaining buffer size when flushingJustin Ruggles2013-03-081-1/+1
* lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer2013-01-141-1/+1
* dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-261-7/+7
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* libmp3lame: resize the output buffer if neededJustin Ruggles2012-10-171-3/+34
* libmp3lame: use planar sample formatsJustin Ruggles2012-10-061-66/+38
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* libmp3lame: add missing layout terminatorMichael Niedermayer2012-06-101-1/+2
* libmp3lame: set supported channel layouts.Anton Khirnov2012-05-141-5/+3
* libmp3lame: use AVCodec.encode2()Justin Ruggles2012-03-201-21/+50
* 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
* lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-3/+0
* libmp3lame: K&R formatting cosmeticsAneesh Dogra2011-12-291-89/+84
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-1/+1
* libmp3lame: fix typoAnton Khirnov2011-09-011-1/+1
* libmp3lame: add 'reservoir' private option.Anton Khirnov2011-08-311-1/+22
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-7/+7
* mp3lame: add #include required for AV_RB32 macro.Ronald S. Bultje2011-05-201-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Allow mono encoding with LAME.Thierry Foucu2010-11-021-2/+1
* Remove useless comment.Carl Eugen Hoyos2010-09-161-1/+0
* Allow float values for libmp3lame quality.James Darnley2010-09-151-1/+2
* Set .supported_samplerates for mpeg audio encoders.Michael Niedermayer2010-04-221-2/+3
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
OpenPOWER on IntegriCloud