log cfg-mplayer.h @ 2436:18c12656c816

age author description
Tue, 23 Oct 2001 20:15:00 +0000 arpi -sstep patch by Aleksander V. Dyomin <fly@shax.ru>
Tue, 23 Oct 2001 16:53:48 +0000 alex afm synced to codec-cfg.h
Mon, 22 Oct 2001 23:39:14 +0000 alex changed vfm max_value from 7 to 10, according to the latest codec-cfg.h
Mon, 22 Oct 2001 14:42:47 +0000 arpi -loop patch by Pascal Haakmat <a.haakmat@chello.nl>
Sun, 21 Oct 2001 18:50:15 +0000 arpi DVD message fix
Sun, 21 Oct 2001 12:42:59 +0000 arpi -cache option to enable cache and set buffer size
Sat, 20 Oct 2001 22:29:29 +0000 atmos4 Aspect support for vo_mga, you need to use -screenw and -screenh to set your current screen res. Untested!
Mon, 15 Oct 2001 20:09:42 +0000 arpi pp range fixed
Sat, 13 Oct 2001 15:45:01 +0000 arpi added -oldpp
Fri, 12 Oct 2001 16:21:55 +0000 laaz MPsub read/write support 0.5 (-dumpmpsub switch)
Wed, 10 Oct 2001 13:07:42 +0000 atlka modifications to use iconv(3) function to recode text of subs (autodetect)
Wed, 03 Oct 2001 14:41:53 +0000 atmos4 Monitor aspect stuff.
Mon, 01 Oct 2001 23:34:05 +0000 arpi -noaspect added
Mon, 01 Oct 2001 15:58:31 +0000 atmos4 New aspect prescale code, parses aspect value from mpeg sequence header or commandline.
Fri, 21 Sep 2001 22:32:58 +0000 gabucino range increased to 11 (ffmp3)
Fri, 07 Sep 2001 21:04:14 +0000 pontscho some bug fix, and add decoration item to skin conffile. faszom(C)
Mon, 27 Aug 2001 00:55:25 +0000 arpi GUI integration, step 1
Mon, 20 Aug 2001 21:20:03 +0000 arpi libDVDread support
Wed, 15 Aug 2001 19:26:22 +0000 folke New feature for option processing: CONF_TYPE_FUNC_FULL
Tue, 14 Aug 2001 19:00:00 +0000 folke vo_aa: configurable now
Mon, 13 Aug 2001 11:08:18 +0000 atlka changes according to -utf8 option, draw_osd() function added
Mon, 06 Aug 2001 00:30:29 +0000 arpi -quiet option patch by Adam Tla/lka atlka@pg.gda.pl
Sat, 04 Aug 2001 13:52:41 +0000 arpi -autoq option...
Mon, 30 Jul 2001 02:00:54 +0000 arpi libvo2 support
Sun, 29 Jul 2001 16:31:37 +0000 arpi -fsmode range extended
Sun, 22 Jul 2001 09:46:54 +0000 gabucino -vfm max range updated to 7
Mon, 16 Jul 2001 13:24:14 +0000 arpi ranges fixed (MAX vs. MAX+1 dilemma)
Sun, 08 Jul 2001 22:45:56 +0000 atmos4 As promised, -afm and -vfm to prefer audio/video driver family, -ac and -vc have higher precedence, so they can override -afm/-vfm.
Sat, 07 Jul 2001 09:53:47 +0000 atmos4 Replaced LGBs video codec forcing change with mine for audio and video codecs, which is IMHO more convenient cause codecs are selected by name instead of number, one unclearity is left to me, that's why audio_format is used once before codecs selection for MPEG_PS files, that's why I left -afm in for that one.
Fri, 06 Jul 2001 21:17:22 +0000 lgb -vcodec option (maybe some other name would be better though) to select between driver types without editing codecs.conf. mplayer will default to normal codec search loop if it does not find codec for the specified driver type. config range checking for the parameter (an integer) should be cleaned, IMHO