Commit Graph

3102 Commits

Author SHA1 Message Date
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
bertrand 04178fa6f9 Added a function to copy URL.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3041 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 22:15:32 +00:00
bertrand 9ea246653a Removed the field number limitation.
We can add as much field as we want.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3040 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 22:14:16 +00:00
pl ba1e011685 subtitles looked bad here (inverted colors sometimes)
looked like values wrapped around the byte
(not sure of the side effects but subtitles look good now)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3039 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 21:45:07 +00:00
michael 6220f955b3 1% speedup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3038 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 20:46:39 +00:00
jkeil ca7c6a68e8 typo in _ld_mlib shell variable, mplayer didn't link any more against medialib
-lposix4 and -lkstat lost on architecture dependand libs, _ld_arch


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3037 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 19:35:03 +00:00
arpi 8ca12cd021 USE_TERMIOS -> HAVE_TERMIOS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3036 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 19:28:16 +00:00
arpi 7cb47d1cbc DVD sub patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3035 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 18:36:50 +00:00
arpi 8d04f52cd7 expCoInitialize() added (requires for PIM1)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3034 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 18:34:40 +00:00
michael e68df118a9 oops, too much cleanup ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3033 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 18:07:13 +00:00
michael 0510e0933e cleanup
precopy fewer lines from src to dst if possible
speedup (due to cleanup of blockcopy)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3032 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 17:47:52 +00:00
gabucino cf1fe67745 more fix/update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3031 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 17:05:51 +00:00
pl 351cbaa24d improved several tests (more headers + more functions)
would-be bug fixed in dga and dga2


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3030 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 16:16:47 +00:00
alex 1bff4ebaaa added dynamic linking flags runtime detection (-rdynamic - also now MPlayer compiles and runs fine under QNX)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3029 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 15:11:49 +00:00
gabucino a2d815af67 mostly fixes, some updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3028 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 14:19:31 +00:00
gabucino 9401d70f60 hmpf. forgot to add
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3027 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 14:18:17 +00:00
gabucino c32e43fd13 updated ! 0000wnz !!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3026 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 14:17:40 +00:00
atmos4 232d6a394b Small two pass mencoder helper script in perl.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3025 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 13:02:56 +00:00
atmos4 d2174c8047 Bring into alphabetical order and add mencoder.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3024 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 12:51:57 +00:00
pl 9e49468c2d _ld_x11 patch by Anders Johansson <ajh@atri.curtin.edu.au>
reset content of $TMPO before cc_check to avoid incorrect ldd reports


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3023 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 12:31:35 +00:00
pl cf490c99f0 still GL problem
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3022 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 11:59:32 +00:00
nick fdb7bbe016 Minor fixes with the same results
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3021 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 10:34:00 +00:00
nick ae06a182d4 Bad attempt of YV12 direct support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3020 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 10:00:58 +00:00
pl a9cd780dd1 when --enable-gl was used, linker flags (_ld_gl) were not set (found by Nick K)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3019 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 09:26:44 +00:00
nick 16fd954717 Verbosing and minor optimization
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3018 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 08:38:15 +00:00
nick 62c4bc90cc Hide terminal's output and text-mode cursor for LCD and DFP
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3017 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 07:55:34 +00:00
arpi 109caf6b90 RTC is autodetected
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3016 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 07:53:20 +00:00
atmos4 e7df17dcda Profiling fix by Artur Skawina <skawina@geocities.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3015 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 00:23:49 +00:00
michael 3c25d58ba3 faster mmx2 / 3dnow deblocking filter
brightness_debug (draws luminance histogram & autodetected white/black level)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3014 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 22:20:30 +00:00
pl 66d4aa1fd7 patch by D J Hawkey Jr <hawkeyd@visi.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3013 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 22:06:42 +00:00
gabucino 6538f341a1 Applied pl's patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3012 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 21:09:53 +00:00
alex ca3340782d fixed DPMS and pthread detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3011 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 17:15:35 +00:00
alex 601e6288fb added HAVE_TERMIOS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3010 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 17:03:38 +00:00
alex 69832c15a7 #ifdef HAVE_SHM
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3009 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 16:57:40 +00:00
alex b52ed1aee8 added termios detection support (no termios on qnx)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3008 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 16:42:01 +00:00
pl 89178ddf61 alsa link failed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3007 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 16:37:29 +00:00
alex 8262dd29ca arghh, fixed shm :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3006 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 16:06:33 +00:00
alex 2d24dd64ac added shm detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3005 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 15:54:43 +00:00
alex 2d2c807b6d changed SH_MEM to HAVE_SHM according to configure
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3004 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 15:51:17 +00:00
jaf 59ff0c9779 there was a shitty warning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3003 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 14:55:36 +00:00