log mencoder.c @ 15561:6e2c6d2553bd

age author description
Tue, 24 May 2005 08:29:45 +0000 rfelker disable preinit until it's fixed (it breaks -speed...codec is initialized with wrong samplerate)
Tue, 24 May 2005 02:41:48 +0000 rfelker patch by oded to fix edl hang when end of audio is reached
Sun, 22 May 2005 15:34:23 +0000 nicodvb preinit audio filters in order to determine the final samplerate and number of channels, or audio encoders will be initialized with the wrong parameters
Wed, 18 May 2005 12:24:20 +0000 nplourde include get_path.c before avcodec.h, fix error on osx + gcc4 where defined macro always_inline in libavcodec/common.h already exist in math.h and used for something else.
Sat, 07 May 2005 14:50:14 +0000 nicodvb added twolame mp2 audio encoder
Mon, 25 Apr 2005 07:07:57 +0000 nicodvb added faac audio encoder
Fri, 22 Apr 2005 06:59:59 +0000 nicodvb audio encoding reworked
Wed, 06 Apr 2005 07:58:30 +0000 diego Errors that cause MEncoder to exit should be MSGL_FATAL, not MSGL_ERR.
Wed, 06 Apr 2005 07:53:42 +0000 diego Change all MSGT_FIXME, MSGL_FIXME to appropiate values.
Sat, 02 Apr 2005 18:29:16 +0000 faust3 windows priority support patch by Rune Petersen <runner at mail.tele.dk> with the freedom to shoot yourself in the foot
Wed, 23 Mar 2005 23:29:54 +0000 rfelker 100l to oded.. edl was causing the decoder to get a first broken packet
Sat, 19 Mar 2005 20:55:51 +0000 rfelker EDL for mencoder, patch by Oded (ods15)
Tue, 15 Mar 2005 04:10:57 +0000 rfelker Oded's patch for -speed in mencoder. This can be used for purposes
Sun, 13 Mar 2005 21:38:20 +0000 rfelker patch by ods15:
Mon, 07 Mar 2005 22:00:29 +0000 nicodvb set AvgBytesPerSecond to the correct value if encoding with mp3lame in cbr mode
Tue, 01 Mar 2005 20:21:58 +0000 henry fixes for encoding of multiple files
Sun, 27 Feb 2005 18:22:23 +0000 rfelker Multifile 10l bugfix by Oded:
Fri, 25 Feb 2005 22:49:36 +0000 henry cleanups of the Multiple files patch
Fri, 25 Feb 2005 12:59:59 +0000 henry compile fix
Fri, 25 Feb 2005 10:17:32 +0000 rfelker do not hide frame skips/dups! if they happen it's very bad!!
Fri, 25 Feb 2005 07:43:40 +0000 hzoli Always print dup/skip messages when !quiet.
Fri, 25 Feb 2005 02:32:29 +0000 rfelker MEncoder multiple files patch by Oded Shimon (ods15)
Tue, 22 Feb 2005 15:13:28 +0000 reynaldo fix missing check against lame_init_params that was leading to video only files on low (under 32) audio bitrates
Mon, 21 Feb 2005 23:18:31 +0000 nicodvb initial, extremely experimental, libavformat muxer; don't expect anything to work yet
Sat, 12 Feb 2005 15:11:02 +0000 reynaldo small reordering to make future 'multiple files' changes more modular, puts single file loading separate from global option loading in the begginning. patch by Oded Shimon
Sat, 29 Jan 2005 21:26:20 +0000 reimar Print CPUflags and extension support on x86_64, too
Sun, 02 Jan 2005 14:10:13 +0000 diego happy new year
Mon, 27 Dec 2004 17:30:15 +0000 alex removing AFMT_ dependancy
Thu, 25 Nov 2004 22:24:00 +0000 mosu Output more information about vids, aids, sids, alangs and slangs with -identify. Patch by kiriuja <mplayer-patches@en-directo.net>
Mon, 15 Nov 2004 09:09:29 +0000 diego Reduce excessive verbosity.