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 :(
|