log libmpcodecs/ae_lame.c @ 37099:5a59a2cfcc80

age author description
Sat, 10 May 2014 19:59:40 +0000 reimar mencoder: Support flushing audio encoders at end of stream.
Sun, 26 Jan 2014 18:59:16 +0000 reimar Fix some format string mismatches.
Sun, 24 Jul 2011 23:55:34 +0000 diego Do not translate console messages of verbosity level MSGL_V and above.
Sun, 04 Apr 2010 15:59:09 +0000 diego Mark encoder-related m_option_t struct arrays as const.
Tue, 16 Feb 2010 15:03:03 +0000 diego #include corresponding .h files in .c files.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Wed, 28 Jan 2009 12:46:05 +0000 reimar Avoid a division by 0 when using -oac mp3lame but no audio data actually is encoded.
Sat, 02 Aug 2008 16:30:32 +0000 diego Change a bunch of codec-specific preprocessor directives from a HAVE_
Fri, 16 May 2008 00:23:02 +0000 diego cosmetics: Remove pointless parentheses from return calls.
Thu, 27 Dec 2007 11:19:54 +0000 diego Remove unused static variable pass, fixes the warning:
Sun, 24 Jun 2007 14:09:53 +0000 reimar Remove unused (static) function prototype.
Thu, 15 Mar 2007 17:51:32 +0000 diego Add explicit location for headers from the libmpdemux/ directory.
Thu, 15 Mar 2007 17:30:55 +0000 diego Add explicit location for headers from the stream/ directory.
Mon, 18 Dec 2006 21:03:59 +0000 nicodvb muxers now write to output muxer->stream rather than to muxer->file
Sat, 16 Dec 2006 20:02:26 +0000 reimar Simplify: get rid of useless lame_presets_longinfo_dm function.
Sat, 16 Dec 2006 19:59:37 +0000 reimar Fix FIXME mp_msg levels and targets
Tue, 15 Aug 2006 14:32:50 +0000 gpoirier Set encoder's input format to "native endiannes", instead of little endian.
Fri, 24 Mar 2006 08:12:03 +0000 diego Convert all if(verbose>X) to mp_msg_test calls.
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Tue, 18 Oct 2005 21:40:17 +0000 aurel replace mp3lame version detection by required features detection
Fri, 22 Apr 2005 17:53:31 +0000 nicodvb macosx compilation fix
Fri, 22 Apr 2005 13:53:56 +0000 nexus FreeBSD fix
Fri, 22 Apr 2005 06:59:59 +0000 nicodvb audio encoding reworked