summaryrefslogtreecommitdiff
path: root/libavcodec/mp3lameaudio.c
Commit message (Collapse)AuthorAge
* fixed buffering for low bitrates patch by (Hauke Duden <H.NS.Duden at gmx ↵Hauke Duden2004-04-16
| | | | | | dot net>) Originally committed as revision 3020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split stream into valid mp3 frames, at least flv & nut absolutely need this, ↵Michael Niedermayer2004-04-01
| | | | | | but probably most other formats too Originally committed as revision 2942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable lames leading zero "feature", fixes a few more flv encoding issuesMichael Niedermayer2004-03-10
| | | | Originally committed as revision 2865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-08
| | | | Originally committed as revision 2232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-06
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lMichael Niedermayer2002-12-09
| | | | Originally committed as revision 1328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont discard first frame patch by (Lennert Buytenhek <buytenh at math dot ↵Lennert Buytenhek2002-09-01
| | | | | | leidenuniv dot nl>) Originally committed as revision 890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright changeFabrice Bellard2002-05-25
| | | | Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-18
| | | | Originally committed as revision 522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Fixes on MPEG demuxer to handle VOBs without System Header.Juanjo2002-03-17
| | | | Originally committed as revision 335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Bug fix on output sample rate for lame MP3 encoding.Juanjo2002-03-10
| | | | Originally committed as revision 327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo2002-03-10
Originally committed as revision 325 to svn://svn.ffmpeg.org/ffmpeg/trunk