Commit Graph

3091 Commits

Author SHA1 Message Date
alex 575828bf12 HAVE_NANOSLEEP
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3091 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-23 18:25:32 +00:00
alex 1393c53eb4 detecting nanosleep
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3090 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-23 18:25:09 +00:00
alex 8afad12f8d changed to use cpudetect.c (to use change te #if 1 -> #if 0 :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3089 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-23 17:16:43 +00:00
alex db51f47ae6 compiling under qnx, hope it works on all qnx release :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3088 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-23 16:35:51 +00:00
alex 9e1aa8639e sys/soundcard.h isn't needed for ALSA
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3087 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-23 16:34:04 +00:00
alex 17dc008bc5 added MSGT_OSDEP
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3086 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-23 16:09:05 +00:00
alex 6214311075 converted to mp_msg and fixed my previous HAVE_SHM bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3085 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-23 16:08:44 +00:00
pl b13e71dfac typo (1st found by André Dahlqvist <andre.dahlqvist@telia.com>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3084 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-23 15:34:03 +00:00
michael cc5af9a1b6 bugfix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3083 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-23 12:12:25 +00:00
michael 4a06953ed4 missaligned arrays, as nick requested
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3082 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-23 12:00:40 +00:00
pontscho a1c02f562c bug fixs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3081 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-23 01:41:45 +00:00
pl 590886a8f4 (on atmos's suggestions I found good :)
default is autodetection (if lame and divxencore libs found then compile it)
use --enable-mencoder or --disable-mencoder to alter this behavior
Makefile modified accordingly (uninstall and other ifeq...)
removed XMM_* since XMMP no longer there


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3080 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-23 00:21:51 +00:00
pl 9a21d44800 --help did not show what was really autodetected
(found by Nilmoni Deb <ndeb@ece.cmu.edu>)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3079 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 21:53:25 +00:00
michael 6c6cc954f5 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)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3078 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 19:40:38 +00:00
michael 2a6e9d9eda 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
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3077 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 19:22:49 +00:00
pontscho b1e0f0b3bd bocs, elfelejtettem feltenni :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3076 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 18:52:25 +00:00
gabucino b957fc46f8 *** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3075 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 18:00:25 +00:00
alex 0b56314f50 hacked support for postprocessing to rawyv12
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3074 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 18:00:18 +00:00
alex e19dbe0bcf added some new types
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3073 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 17:14:26 +00:00
alex 01af02aaa3 added demux_info
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3072 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 15:43:24 +00:00
alex 56a7e74663 added demux_info support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3071 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 15:30:54 +00:00
alex 437be981be wrote a very annoying bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3070 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 15:10:38 +00:00
alex 2b0861fc84 added support for demux_info
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3069 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 15:08:39 +00:00
alex 90f85a70c3 it wanted to be strcasecmp not strncmp and i dunno why it compiled for me with strncmp :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3068 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 14:24:17 +00:00
nick 6b473dc297 Minor fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3067 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 10:20:09 +00:00
pl f9612a321b -rdynamic is now enabled if (bsd) || (_xanim is yes)
removed a few ${_ld_foo} since not needed
  (these variables are always always separated by spaces)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3066 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 10:06:30 +00:00
arpi c54ea77562 ehh.. double ifdef fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3065 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 03:20:36 +00:00
arpi 4a7c3f22ec mplayer integration
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3064 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 03:16:31 +00:00
arpi e5ebb2673d NEW_DSHOW added (for dshow C version)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3063 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 03:15:49 +00:00
pl 67c533a44a -rdynamic is only needed on bsd's (well... it was the case in C1)
neither linux nor qnx need it and it doesn't help for static compilation
  too...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3062 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 01:56:10 +00:00
arpi 22e51475e2 xine's bugs fixed - YV50 yv12 and setup_fs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3061 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 00:01:10 +00:00
arpi 937a031d52 imported from xine
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3060 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 23:42:06 +00:00
atmos4 bcdb01b143 10l for al3x :-P
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3059 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 22:56:38 +00:00
pl 74c82e3bb7 fixes for bugs found by Ivan Kalvatchev <iive@yahoo.com>
(--enable-termcap e.g.)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3058 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 21:09:03 +00:00
arpi 6e718683eb C++ -> C (import from avifile cvs)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3057 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 19:12:39 +00:00
pontscho d1abb9c4b3 remove dga support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3056 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 18:40:59 +00:00
pontscho eec1ff5f27 add half dvd support for gui
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3055 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 17:43:57 +00:00
gabucino 86bb2b4db5 ehh too much
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3054 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 17:07:40 +00:00
arpi 7ad56a44ea 2.2.x+SSE fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3053 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 16:51:03 +00:00
atmos4 b347e6a268 Fix kernel asm check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3052 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 16:43:33 +00:00
alex ad9c24d163 added demuxer_info
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3051 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 16:14:14 +00:00
nick d88419bcd5 Direct YV12 support!!! But only in black and white mode :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3050 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 10:34:06 +00:00
pontscho b2a38b3ba0 add subtitle language detect.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3049 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 10:30:59 +00:00
nick 7fe0a4e7da Minor speedup of YUY2 decoding. Radeon it's tricked chip
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3048 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 09:48:52 +00:00
bertrand 2515aad598 Don't need to stream_enable_cache it will be done later.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3047 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 02:49:01 +00:00
bertrand d4621f881f Changed the order of processing the network opening.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3046 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 22:48:43 +00:00
bertrand 65800caaaa Added a network read function call and a seek network function call.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3045 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 22:22:21 +00:00
bertrand e9f3fd3e94 Added a new struct to stream_t to handle, network streaming.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3044 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 22:21:20 +00:00
bertrand 55d2e87d8f Removed my buffer hack to use cache2.
Removed the network thread.
Changed the network layer to use cache2.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3043 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 22:20:20 +00:00
bertrand e70d05ec5a Changed the some functions prototypes for the network streaming.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3042 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 22:17:16 +00:00