summaryrefslogtreecommitdiffstats
path: root/libavcodec/libmp3lame.c
Commit message (Expand)AuthorAgeFilesLines
* 32bit libmp3lame support.Peter Belkner2011-04-191-6/+60
* Check avcodec_alloc_frame() failure.Peter Belkner2011-04-191-1/+5
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-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
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-061-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-261-1/+1
* Increase BUFFER_SIZE.Michael Niedermayer2009-01-111-1/+1
* fix indentionMichael Niedermayer2009-01-111-12/+12
* All negative values are errors not just -1.Michael Niedermayer2009-01-111-1/+3
* Use compression level to set mp3lame quality option.Nicolas George2008-08-011-2/+5
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* Add 'reservoir' flag to lavc's flags2 controlling whether or not codes mayPaul Kelly2008-02-111-0/+1
* increase buffer size of LAME MP3 encoderAndreas Öman2007-07-241-1/+1
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun2007-06-061-2/+2
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-061-0/+220
OpenPOWER on IntegriCloud