log

age author description
Tue, 29 Apr 2003 17:15:14 +0000 alex Spring cleanup: removed the full yv12 support as it was broken anyway. The BGR/RGB native/non-native case needs some cleanup, too. Currently it works for me (tm)
Tue, 29 Apr 2003 03:13:43 +0000 rfelker new mmx/mmx2/3dnow code for improved performance
Tue, 29 Apr 2003 02:23:47 +0000 rfelker 1000000000l
Tue, 29 Apr 2003 02:02:26 +0000 diego Cygwin is not spelled CygWin.
Tue, 29 Apr 2003 01:25:53 +0000 diego There are conflicting definitions for DVDFileSeek in the .c and .h file.
Mon, 28 Apr 2003 18:53:14 +0000 lumag Fixed L0L bug Forgot to delete ending tags of itemlist.
Mon, 28 Apr 2003 18:39:32 +0000 lumag Translation update + small fixes.
Mon, 28 Apr 2003 16:43:48 +0000 alex fully reworked by Nico <nsabbi@libero.it>
Mon, 28 Apr 2003 16:34:35 +0000 alex changed cpudetection code to support newer pentiums
Mon, 28 Apr 2003 16:17:26 +0000 alex DTS support by Peter Schuller <peterschueller@telemed.de> (revised by arpi)
Mon, 28 Apr 2003 16:11:42 +0000 alex abilty to set tv channel by name on commandline, patch by Ivan Szanto <szivan@duticai.TWI.TUDelft.NL>
Mon, 28 Apr 2003 15:58:27 +0000 alex added faad2 to (no)codecmodules, patch by Sylvain Petreolle <spetreolle@yahoo.fr>
Mon, 28 Apr 2003 02:53:50 +0000 rfelker new mode for tfields filter -- shifts fields by a quarter-pixel so the
Mon, 28 Apr 2003 02:23:57 +0000 rfelker at least 100l for me, the last commit was nonsense
Sun, 27 Apr 2003 21:04:00 +0000 rfelker slices support for vf_crop. now cropping black borders should make a
Sun, 27 Apr 2003 18:55:04 +0000 rfelker display size/aspect adjusting filter
Sun, 27 Apr 2003 18:44:23 +0000 rfelker ugly ugly fix for michael's 1000l changes in swscaler: mysterious segfault w/g200
Sun, 27 Apr 2003 17:24:26 +0000 zdar triple buffering support, configuration/option system changed,some minor bugs fixed
Sun, 27 Apr 2003 10:34:06 +0000 nicolas fix 'cannot adjust line' warning
Sun, 27 Apr 2003 10:04:39 +0000 rfelker generate meaningful d_width & d_height when scaling, rather than useless nonsense.
Sun, 27 Apr 2003 09:45:38 +0000 michael fix
Sat, 26 Apr 2003 22:52:46 +0000 nicolas sync with HMTL docs
Sat, 26 Apr 2003 22:43:15 +0000 nicolas sync
Sat, 26 Apr 2003 22:33:49 +0000 nicolas fixes
Sat, 26 Apr 2003 21:56:45 +0000 nicolas sync
Sat, 26 Apr 2003 21:54:42 +0000 nicolas typo
Sat, 26 Apr 2003 18:31:08 +0000 rfelker optimization -- lots of conditional jumps in inner loops are bad
Sat, 26 Apr 2003 16:56:21 +0000 rfelker fix panscan font resizing with vo_mga
Sat, 26 Apr 2003 16:47:25 +0000 rfelker optional automatic aspect encoding based on d_width and d_height
Sat, 26 Apr 2003 12:27:56 +0000 faust3 fopen requires binary flag on windows, too