log libmpcodecs/ae_lavc.c @ 26203:0d255d03016f

age author description
Fri, 14 Mar 2008 16:46:13 +0000 diego #include config.h before all other headers.
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Mon, 10 Dec 2007 16:53:30 +0000 ulion Fix all current known multi-channel wrong order problems by adding
Sun, 09 Sep 2007 09:57:36 +0000 diego warning fix:
Tue, 31 Jul 2007 17:51:39 +0000 michael allow to specify the audio bitrate in bits (some codecs need that ...)
Thu, 26 Apr 2007 15:10:07 +0000 diego Simplify preprocessor directives: There is a general variable for
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.
Sat, 24 Feb 2007 10:27:14 +0000 diego cosmetics: Fix some common typos, appropiate --> appropRiate,
Sun, 21 Jan 2007 15:44:58 +0000 reimar Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c
Sun, 21 Jan 2007 10:49:08 +0000 reimar Another AVCodecTag compile fix
Fri, 19 Jan 2007 01:19:02 +0000 nicodvb include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; please stop breaking code that uses *_SO
Sat, 06 Jan 2007 17:28:11 +0000 reimar Include "internal" libavformat/riff.h also when dynamic libavformat is used
Sat, 06 Jan 2007 14:40:05 +0000 reimar Include libavformat/riff.h when building with static libavformat and
Fri, 29 Dec 2006 20:40:19 +0000 michael the avi spec does not allow random samplesize whoever wrote this should be shot
Fri, 29 Dec 2006 18:56:28 +0000 michael first step toward amr-nb muxing support
Mon, 18 Dec 2006 21:03:59 +0000 nicodvb muxers now write to output muxer->stream rather than to muxer->file
Thu, 10 Aug 2006 21:48:41 +0000 michael pass average bitrate from encoder to (lavf) muxer
Mon, 13 Mar 2006 17:15:51 +0000 michael do not randomly chop up packets, this isnt allowed in almost no container
Mon, 13 Mar 2006 02:40:09 +0000 michael -lavcopts aglobal
Mon, 09 Jan 2006 19:35:44 +0000 nicodvb added support for external libavformat
Mon, 05 Dec 2005 01:30:31 +0000 rathann fix
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Tue, 17 May 2005 21:49:48 +0000 nicodvb wrong memcpy of extradata; 10l to whomever wrote that broken code
Fri, 22 Apr 2005 23:57:43 +0000 nicodvb restore old lavc_find_atag to be used when compiling mplayer without libavformat
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