summaryrefslogtreecommitdiff
path: root/libavcodec/mp3lameaudio.c
Commit message (Collapse)AuthorAge
* make some symbols staticMåns Rullgård2006-11-11
| | | | Originally committed as revision 6972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-01
| | | | Originally committed as revision 6864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net)Justin Ruggles2005-08-21
| | | | | | | | | with changes by me int->float as video uses float too remove silent cliping to some per codec range, this should result in an error instead remove change to utils.c as its inconsistant with video Originally committed as revision 4533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
| | | | Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flush audio encoder buffers at the endMichael Niedermayer2004-06-22
| | | | | | fix vorbis in nut again Originally committed as revision 3244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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