log

age author description
Sat, 24 Nov 2001 23:28:22 +0000 melanson fixed 8-bit variant
Sat, 24 Nov 2001 22:16:29 +0000 michael runtime cpu detection
Sat, 24 Nov 2001 20:14:29 +0000 jaf similar to 1.14
Sat, 24 Nov 2001 05:29:56 +0000 anders small change in mplayer.c and cfg-mplayer.h
Sat, 24 Nov 2001 05:24:06 +0000 anders ao_plugin.c and plugin headers added
Sat, 24 Nov 2001 05:21:22 +0000 anders interface to libao2 changed ao_plugin added
Sat, 24 Nov 2001 02:05:06 +0000 michael use fastmemcpy for chrominance if no chrominance filtering is done
Sat, 24 Nov 2001 01:38:30 +0000 michael faster dering
Fri, 23 Nov 2001 20:43:15 +0000 alex dunno where to place it :(
Fri, 23 Nov 2001 18:51:32 +0000 alex fixed tv detection in demux_open
Fri, 23 Nov 2001 18:25:32 +0000 alex HAVE_NANOSLEEP
Fri, 23 Nov 2001 18:25:09 +0000 alex detecting nanosleep
Fri, 23 Nov 2001 17:16:43 +0000 alex changed to use cpudetect.c (to use change te #if 1 -> #if 0 :)
Fri, 23 Nov 2001 16:35:51 +0000 alex compiling under qnx, hope it works on all qnx release :)
Fri, 23 Nov 2001 16:34:04 +0000 alex sys/soundcard.h isn't needed for ALSA
Fri, 23 Nov 2001 16:09:05 +0000 alex added MSGT_OSDEP
Fri, 23 Nov 2001 16:08:44 +0000 alex converted to mp_msg and fixed my previous HAVE_SHM bug
Fri, 23 Nov 2001 15:34:03 +0000 pl typo (1st found by Andr Dahlqvist <andre.dahlqvist@telia.com>)
Fri, 23 Nov 2001 12:12:25 +0000 michael bugfix
Fri, 23 Nov 2001 12:00:40 +0000 michael missaligned arrays, as nick requested
Fri, 23 Nov 2001 01:41:45 +0000 pontscho bug fixs
Fri, 23 Nov 2001 00:21:51 +0000 pl (on atmos's suggestions I found good :)
Thu, 22 Nov 2001 21:53:25 +0000 pl --help did not show what was really autodetected
Thu, 22 Nov 2001 19:40:38 +0000 michael 10-20% faster fastmemcpy :) on my p3 at least but the algo is mostly from "amd athlon processor x86 code optimization guide" so it should be faster for amd chips too, but i fear it might be slower for mem->vram copies (someone should check that, i cant) ... there are 2 #defines to finetune it (BLOCK_SIZE & CONFUSION_FACTOR)
Thu, 22 Nov 2001 19:22:49 +0000 michael newly allocated memory seems to point to only 1 zero filled 4k page or something so there is a near 100% cache hit rate ... not very realistic, writeing something in the source array fixes that so the benchmark scores are meaningfull now
Thu, 22 Nov 2001 18:52:25 +0000 pontscho bocs, elfelejtettem feltenni :)
Thu, 22 Nov 2001 18:00:25 +0000 gabucino *** empty log message ***
Thu, 22 Nov 2001 18:00:18 +0000 alex hacked support for postprocessing to rawyv12
Thu, 22 Nov 2001 17:14:26 +0000 alex added some new types
Thu, 22 Nov 2001 15:43:24 +0000 alex added demux_info
Thu, 22 Nov 2001 15:30:54 +0000 alex added demux_info support
Thu, 22 Nov 2001 15:10:38 +0000 alex wrote a very annoying bug
Thu, 22 Nov 2001 15:08:39 +0000 alex added support for demux_info
Thu, 22 Nov 2001 14:24:17 +0000 alex it wanted to be strcasecmp not strncmp and i dunno why it compiled for me with strncmp :(
Thu, 22 Nov 2001 10:20:09 +0000 nick Minor fixes
Thu, 22 Nov 2001 10:06:30 +0000 pl -rdynamic is now enabled if (bsd) || (_xanim is yes)
Thu, 22 Nov 2001 03:20:36 +0000 arpi ehh.. double ifdef fixed
Thu, 22 Nov 2001 03:16:31 +0000 arpi mplayer integration
Thu, 22 Nov 2001 03:15:49 +0000 arpi NEW_DSHOW added (for dshow C version)
Thu, 22 Nov 2001 01:56:10 +0000 pl -rdynamic is only needed on bsd's (well... it was the case in C1)
Thu, 22 Nov 2001 00:01:10 +0000 arpi xine's bugs fixed - YV50 yv12 and setup_fs
Wed, 21 Nov 2001 23:42:06 +0000 arpi imported from xine
Wed, 21 Nov 2001 22:56:38 +0000 atmos4 10l for al3x :-P
Wed, 21 Nov 2001 21:09:03 +0000 pl fixes for bugs found by Ivan Kalvatchev <iive@yahoo.com>
Wed, 21 Nov 2001 19:12:39 +0000 arpi C++ -> C (import from avifile cvs)
Wed, 21 Nov 2001 18:40:59 +0000 pontscho remove dga support
Wed, 21 Nov 2001 17:43:57 +0000 pontscho add half dvd support for gui
Wed, 21 Nov 2001 17:07:40 +0000 gabucino ehh too much
Wed, 21 Nov 2001 16:51:03 +0000 arpi 2.2.x+SSE fixed
Wed, 21 Nov 2001 16:43:33 +0000 atmos4 Fix kernel asm check.
Wed, 21 Nov 2001 16:14:14 +0000 alex added demuxer_info
Wed, 21 Nov 2001 10:34:06 +0000 nick Direct YV12 support!!! But only in black and white mode :(
Wed, 21 Nov 2001 10:30:59 +0000 pontscho add subtitle language detect.
Wed, 21 Nov 2001 09:48:52 +0000 nick Minor speedup of YUY2 decoding. Radeon it's tricked chip
Wed, 21 Nov 2001 02:49:01 +0000 bertrand Don't need to stream_enable_cache it will be done later.
Tue, 20 Nov 2001 22:48:43 +0000 bertrand Changed the order of processing the network opening.
Tue, 20 Nov 2001 22:22:21 +0000 bertrand Added a network read function call and a seek network function call.
Tue, 20 Nov 2001 22:21:20 +0000 bertrand Added a new struct to stream_t to handle, network streaming.
Tue, 20 Nov 2001 22:20:20 +0000 bertrand Removed my buffer hack to use cache2.
Tue, 20 Nov 2001 22:17:16 +0000 bertrand Changed the some functions prototypes for the network streaming.
Tue, 20 Nov 2001 22:15:32 +0000 bertrand Added a function to copy URL.
Tue, 20 Nov 2001 22:14:16 +0000 bertrand Removed the field number limitation.
Tue, 20 Nov 2001 21:45:07 +0000 pl subtitles looked bad here (inverted colors sometimes)
Tue, 20 Nov 2001 20:46:39 +0000 michael 1% speedup
Tue, 20 Nov 2001 19:35:03 +0000 jkeil typo in _ld_mlib shell variable, mplayer didn't link any more against medialib
Tue, 20 Nov 2001 19:28:16 +0000 arpi USE_TERMIOS -> HAVE_TERMIOS
Tue, 20 Nov 2001 18:36:50 +0000 arpi DVD sub patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>
Tue, 20 Nov 2001 18:34:40 +0000 arpi expCoInitialize() added (requires for PIM1)
Tue, 20 Nov 2001 18:07:13 +0000 michael oops, too much cleanup ;)
Tue, 20 Nov 2001 17:47:52 +0000 michael cleanup
Tue, 20 Nov 2001 17:05:51 +0000 gabucino more fix/update
Tue, 20 Nov 2001 16:16:47 +0000 pl improved several tests (more headers + more functions)
Tue, 20 Nov 2001 15:11:49 +0000 alex added dynamic linking flags runtime detection (-rdynamic - also now MPlayer compiles and runs fine under QNX)
Tue, 20 Nov 2001 14:19:31 +0000 gabucino mostly fixes, some updates
Tue, 20 Nov 2001 14:18:17 +0000 gabucino hmpf. forgot to add
Tue, 20 Nov 2001 14:17:40 +0000 gabucino updated ! 0000wnz !!
Tue, 20 Nov 2001 13:02:56 +0000 atmos4 Small two pass mencoder helper script in perl.
Tue, 20 Nov 2001 12:51:57 +0000 atmos4 Bring into alphabetical order and add mencoder.
Tue, 20 Nov 2001 12:31:35 +0000 pl _ld_x11 patch by Anders Johansson <ajh@atri.curtin.edu.au>
Tue, 20 Nov 2001 11:59:32 +0000 pl still GL problem
Tue, 20 Nov 2001 10:34:00 +0000 nick Minor fixes with the same results
Tue, 20 Nov 2001 10:00:58 +0000 nick Bad attempt of YV12 direct support
Tue, 20 Nov 2001 09:26:44 +0000 pl when --enable-gl was used, linker flags (_ld_gl) were not set (found by Nick K)
Tue, 20 Nov 2001 08:38:15 +0000 nick Verbosing and minor optimization
Tue, 20 Nov 2001 07:55:34 +0000 nick Hide terminal's output and text-mode cursor for LCD and DFP
Tue, 20 Nov 2001 07:53:20 +0000 arpi RTC is autodetected
Tue, 20 Nov 2001 00:23:49 +0000 atmos4 Profiling fix by Artur Skawina <skawina@geocities.com>
Mon, 19 Nov 2001 22:20:30 +0000 michael faster mmx2 / 3dnow deblocking filter
Mon, 19 Nov 2001 22:06:42 +0000 pl patch by D J Hawkey Jr <hawkeyd@visi.com>
Mon, 19 Nov 2001 21:09:53 +0000 gabucino Applied pl's patch
Mon, 19 Nov 2001 17:15:35 +0000 alex fixed DPMS and pthread detection
Mon, 19 Nov 2001 17:03:38 +0000 alex added HAVE_TERMIOS
Mon, 19 Nov 2001 16:57:40 +0000 alex #ifdef HAVE_SHM
Mon, 19 Nov 2001 16:42:01 +0000 alex added termios detection support (no termios on qnx)
Mon, 19 Nov 2001 16:37:29 +0000 pl alsa link failed
Mon, 19 Nov 2001 16:06:33 +0000 alex arghh, fixed shm :(
Mon, 19 Nov 2001 15:54:43 +0000 alex added shm detection
Mon, 19 Nov 2001 15:51:17 +0000 alex changed SH_MEM to HAVE_SHM according to configure
Mon, 19 Nov 2001 14:55:36 +0000 jaf there was a shitty warning
Mon, 19 Nov 2001 14:11:57 +0000 alex extended pthread to work under qnx
Mon, 19 Nov 2001 13:51:48 +0000 pontscho vortex buffer siza 32k
Mon, 19 Nov 2001 13:25:14 +0000 pontscho only 32k.
Mon, 19 Nov 2001 12:29:48 +0000 pl fix x11 linking when --disable-x11 used (btw sdl may still require it)
Mon, 19 Nov 2001 12:04:19 +0000 pl better support for --target: new boolean function x86()
Mon, 19 Nov 2001 10:37:48 +0000 gabucino fixed win32/xanim support on --target=i{4-6}86
Mon, 19 Nov 2001 09:56:22 +0000 pontscho mondom fixed
Mon, 19 Nov 2001 09:48:59 +0000 pontscho dvd playing bug fixed
Mon, 19 Nov 2001 09:43:55 +0000 pontscho png detect bug fixed
Mon, 19 Nov 2001 01:57:27 +0000 atmos4 Make description for SIMPLE_IDCT better and make #define consisten with others.
Mon, 19 Nov 2001 01:52:40 +0000 atmos4 small "make it easier to compile" addition, enable SIMPLE_IDCT by default
Mon, 19 Nov 2001 01:35:23 +0000 pl missing parts of --target support
Mon, 19 Nov 2001 01:03:11 +0000 pl typo
Mon, 19 Nov 2001 00:38:41 +0000 pl more debugging in configure.log [temporary]
Sun, 18 Nov 2001 23:20:08 +0000 pl fixed -lz bug found by Steven M. Schultz
Sun, 18 Nov 2001 22:15:24 +0000 pl size of array was incorrect
Sun, 18 Nov 2001 21:59:20 +0000 pl missing #include's
Sun, 18 Nov 2001 21:48:00 +0000 jaf logfile added
Sun, 18 Nov 2001 21:36:30 +0000 pl configure.log is no longer in /tmp/
Sun, 18 Nov 2001 19:47:58 +0000 arpi mode selection (subdev) fix by Matan Ziv-Av matan@svgalib.org
Sun, 18 Nov 2001 19:24:50 +0000 pontscho hm. kurva hibakezeles