summaryrefslogtreecommitdiff
path: root/libavcodec/libmp3lame.c
Commit message (Collapse)AuthorAge
...
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-06
| | | | | | .data section. Originally committed as revision 19787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-26
| | | | Originally committed as revision 16811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase BUFFER_SIZE.Michael Niedermayer2009-01-11
| | | | | | Fixes issue719. Originally committed as revision 16541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentionMichael Niedermayer2009-01-11
| | | | Originally committed as revision 16540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* All negative values are errors not just -1.Michael Niedermayer2009-01-11
| | | | Originally committed as revision 16539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use compression level to set mp3lame quality option.Nicolas George2008-08-01
| | | | | | | | | Patch by Nicolas George nicolas george normalesup org Original thread: [PATCH] libmp3lame: set noise shaping & psychoacoustic algorithms quality Date: 07/31/2008 03:53 PM Originally committed as revision 14494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
| | | | Originally committed as revision 14482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
| | | | Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
| | | | Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 'reservoir' flag to lavc's flags2 controlling whether or not codes mayPaul Kelly2008-02-11
| | | | | | | | utilize a bit reservoir. Also, make the lame encoder utilize this flag. patch by Paul Kelly, paul a stjohnspoint d co d uk Originally committed as revision 11903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increase buffer size of LAME MP3 encoderAndreas Öman2007-07-24
| | | | | | | | | | The previous size lead to A/V sync issues Patch by Andreas Öman %andreas AA olebyn PP nu% Original thread: Date: Jul 21, 2007 9:53 AM Subject: [FFmpeg-devel] [PATCH] lame buffer shortage Originally committed as revision 9786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun2007-06-06
| | | | Originally committed as revision 9230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-06
Originally committed as revision 9226 to svn://svn.ffmpeg.org/ffmpeg/trunk