summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ae_lame.c
Commit message (Expand)AuthorAgeFilesLines
* Remove MEncoderUoti Urpala2010-11-021-493/+0
* Merge svn changes up to r31004Uoti Urpala2010-04-261-1/+1
|\
| * Mark encoder-related m_option_t struct arrays as const.diego2010-04-041-1/+1
| * #include corresponding .h files in .c files.diego2010-02-161-0/+1
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-10/+10
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-9/+9
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-13/+169
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-13/+13
|/
* 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