log libmpcodecs/ae_toolame.c @ 37174:6c941fe7fc3e

age author description
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Sun, 12 Sep 2010 15:55:47 +0000 reimar Replace sizeof(WAVEFORMATEX) occurrences.
Mon, 21 Jun 2010 09:42:01 +0000 diego Move mpae_toolame_ctx structure to ae_toolame.c.
Sun, 04 Apr 2010 15:59:09 +0000 diego Mark encoder-related m_option_t struct arrays as const.
Sun, 28 Feb 2010 00:28:14 +0000 cehoyos Make close_toolame() static, only used in ae_toolame.c.
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
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.
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
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Tue, 13 Sep 2005 21:35:41 +0000 nicodvb reduced verbosity
Sun, 08 May 2005 09:37:36 +0000 nicodvb updated psycho model range; made a parameter file-static in ae_toolame.c
Wed, 27 Apr 2005 19:26:09 +0000 nicodvb fixed variability range
Mon, 25 Apr 2005 10:37:55 +0000 nicodvb toolame now works in vbr mode, too
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
Fri, 21 Jan 2005 07:22:04 +0000 nicodvb fixed wrong deinterleaving of channels
Tue, 12 Oct 2004 20:32:14 +0000 iive 10l
Tue, 21 Sep 2004 19:43:37 +0000 nicodvb encoding to mp2 with libtoolame - only cbr atm