summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ae_lame.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-10/+10
* Avoid a division by 0 when using -oac mp3lame but no audio data actually is e...reimar2009-01-281-0/+1
* Change a bunch of codec-specific preprocessor directives from a HAVE_diego2008-08-021-5/+5
* cosmetics: Remove pointless parentheses from return calls.diego2008-05-161-1/+1
* Remove unused static variable pass, fixes the warning:diego2007-12-271-2/+0
* Remove unused (static) function prototype.reimar2007-06-241-1/+0
* Add explicit location for headers from the libmpdemux/ directory.diego2007-03-151-3/+3
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* muxers now write to output muxer->stream rather than to muxer->filenicodvb2006-12-181-0/+1
* Simplify: get rid of useless lame_presets_longinfo_dm function.reimar2006-12-161-10/+1
* Fix FIXME mp_msg levels and targetsreimar2006-12-161-10/+10
* Set encoder's input format to "native endiannes", instead of little endian.gpoirier2006-08-151-1/+1
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-2/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-4/+4
* replace mp3lame version detection by required features detectionaurel2005-10-181-6/+6
* macosx compilation fixnicodvb2005-04-221-0/+1
* FreeBSD fixnexus2005-04-221-0/+1
* audio encoding reworkednicodvb2005-04-221-0/+329