reimar
ce701ae438
initialize modify_ldt struct to 0.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14538 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-19 17:03:59 +00:00
diego
c2a4be43c7
icc support by Darek Ostolski <ostolski at kwantum dot gda dot pl>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14493 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-14 00:14:45 +00:00
reimar
54d4ed8611
add missing registers in clobber list, fixes bug #169
...
Patch by basic basic (at) mozdev [dot] org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14213 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-21 23:26:45 +00:00
atmos4
a2f47e9648
gcc-4.0.0-20041024 compile-fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13828 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-31 15:40:47 +00:00
faust3
4f9ec2c516
AMD64 fixes based on patch by Timo Teräs <timo.teras@iki.fi>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13810 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-30 12:17:16 +00:00
rtognimp
cf4cc05fa8
Support wmspdmod.dll version 10.0.0.3646
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13752 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-24 21:56:51 +00:00
rtognimp
f37d6e0892
Decode VDOWave (VDOM) with binary codec
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13749 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-24 19:18:26 +00:00
rtognimp
afb80e95a7
Windows media video advanced profile (wmva) support via binary codec
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13746 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-24 00:29:57 +00:00
rtognimp
64039d1594
Fix for Windows media audio 9 voice codec (format 0x0a)
...
Tested with dll version 9.0.0.2926
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13740 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-23 15:47:08 +00:00
alex
90717623aa
better component_func
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13623 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-12 16:33:00 +00:00
alex
bf45cf730f
runtime patching vp31vfw.dll, so non-patched dlls can be used aswell. note: this does not breaks if the dll is already patched
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13622 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-12 16:30:40 +00:00
rtognimp
f30d8e7989
Windows Media Image (WMVP) can be decoded with WMV9 dmo codec
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13599 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-09 22:14:36 +00:00
diego
9cb46b52d1
Reduce excessive verbosity a bit.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13380 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-18 14:17:45 +00:00
reimar
40e1870db5
force compilers not to optimize/inline extend_stack_for_dll_alloca
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13376 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-18 09:10:47 +00:00
faust3
7b545bbee6
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13362 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-17 10:37:56 +00:00
faust3
56f0d012e3
declare modify_ldt with syscall3 macro for older glibcs patch by Mikulas Patocka <mikulas at artax.karlin.mff.cuni.cz>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13352 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-16 07:58:19 +00:00
rtognimp
d73d711330
100l
...
sys_errlist[] is deprecated and breaks compilation on some systems,
replaced it with strerror()
also commented out the printf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13307 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-10 22:22:02 +00:00
rtognimp
9e9aec9bf9
Fixes for VirtualAlloc function:
...
* mplayer received a SIGSEGV under Linux after
Opening video decoder: [dmo] DMO video codecs
VirtualAlloc(0x00400000, 859648, 0x00003000, 0x00000040)
because that region was already under use and mmap() with
MAP_FIXED has problems under Linux (see code).
VirtualAlloc() fixed in "loader/ext.c".
* VirtualAlloc() made to conform with win32 documented behavior
regarding the alignment of the address and size arguments.
* VirtualAlloc() detection of overlap with previous regions fixed.
Patch by A. Guru ( a.guru at sympatico dot ca )
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13304 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-10 16:39:31 +00:00
rathann
644c09f266
loader gcc warning fixes and avifile sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13183 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-28 20:22:38 +00:00
wight
2e45172c98
Better protection against double definition of MPEGLAYER3WAVEFORMAT
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12980 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-09 15:53:10 +00:00
rtognimp
9cc051e7d8
Support for Winnov Videum WINX and WNV1 codecs with binary dll
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12736 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-30 22:00:53 +00:00
faust3
4bf094ac51
fix loader build on windows
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12681 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-26 10:40:23 +00:00
alex
338c43ca13
more verbosity
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12656 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-25 17:03:30 +00:00
alex
0fc20ac930
ranlib cleanup by Dan Christiansen
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12633 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-24 12:52:17 +00:00
rtognimp
23f3f1f807
Support vp6vfw.dll version 6.0.7.3
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12423 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-04 21:20:58 +00:00
rfelker
167336d2df
more stupidity
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12375 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 18:25:24 +00:00
rfelker
92aa4728d6
minimal fix for alex's 1000000000000l compile errors. imo the fix in
...
aviheader.h is totally correct. defining useless typedefs that can
conflict with other headers is bad practice. i don't like editing
mmreg.h but oh well... if you have a better fix, commit it! finally,
the fix in the ad_ and vd_ files seems totally correct.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12357 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-30 10:26:26 +00:00
diego
14d6e9b032
Less verbosity by moving some debug messages from printf --> dbgprintf.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12259 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-23 11:50:23 +00:00
diego
475ed912c4
Make wmv9 playback less verbose.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12075 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-27 13:57:47 +00:00
rtognimp
685c598094
Support for Alparysoft lossless video codec (DShow and VfW)
...
Patch by Melisha Johnson <adland123 (at) yahoo (dot) com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12067 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-25 21:36:18 +00:00
rtognimp
529301799f
Add support for Lead MCMW 2.0 wavelet codec eval version
...
Requires LCODCCMW2E.dll and LCMW2.dll
Patch by adland <adland123 (at) yahoo (dot) com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12060 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-23 20:08:28 +00:00
rtognimp
1fac9f9861
Support for vp5 and vp6 dll decoders
...
Patch by Reimar Doeffinger
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12043 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-18 22:00:31 +00:00
attila
333832e130
* changes mencoder's exit code on explicit kill to 2
...
* add quiet/noquiet to mencoder
* dont depend targets on themselfs
patch by Oswald Buddenhagen <ossi@kde.org>
additionaly moved quiet/noquiet and v/verbose to cfg-common.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11876 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-29 12:01:26 +00:00
alex
24dc93eeb1
switch to inttypes.h (u_int32_t vs uint32_t) in favour of Solaris9/x86 support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11869 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-29 08:37:35 +00:00
alex
ee3708a551
use inttypes.h and std types, this fixes compilation problems on solaris 9 x86
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11865 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-28 08:02:40 +00:00
alex
edfe08ef4e
reviewed the locking codes, a mutex should be unlocked before destroying it
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11854 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-25 20:29:31 +00:00
alex
ca02bdcc20
Don't mutex_unlock if it was never locked. Patch by Min Sik Kim
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11853 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-25 20:03:47 +00:00
alex
17930ea8cf
support for newer openbsd versions, which are fully elf based
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11805 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-19 17:36:30 +00:00
rathann
e1dc488097
Warning fixes (approved by A'rpi).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11413 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-08 00:26:51 +00:00
gabucino
fadce2d781
many small typo and grammar fixes
...
Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11001 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-04 17:29:08 +00:00
pl
feda725791
fix for the no video/black screen with some dmo/wmv9 movies
...
(for some videos: bits=12 and once /8 the allocated buffer is 50% too small)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10888 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-09-20 00:52:51 +00:00
alex
16816457b8
FreeBSD 5.0 (libkse/libthr) support by Dan Eischen <eischen@vigrid.com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10822 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-09-06 00:14:08 +00:00
rtognimp
4b1720734e
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
...
Codec by http://www.softmediachina.com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10819 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-09-05 22:08:23 +00:00
mosu
c320d92ce4
Support for QuickTime6.3 DLLs. Patch by Dima K. <dimakar@yahoo.com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10796 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-09-02 14:40:16 +00:00
alex
b7fc25cc94
10l by me, noticed by a guy with a transmeta cpu, but forgot his name, sorry
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10140 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-20 17:06:00 +00:00
alex
002372c7af
changed cpudetection code to support newer pentiums
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10014 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-28 16:34:35 +00:00
alex
1e5b3460c5
last mingw32 support patch by Sascha Sommer
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9979 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-24 18:48:30 +00:00
alex
597c4bf925
cygwin support patch by Sascha Sommer and some fixes by me
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9968 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-21 21:06:08 +00:00
alex
dfd2b62aa5
cygwin support patch by Sascha Sommer
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9966 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-21 20:13:21 +00:00
alex
11df85a3dd
CoTaskMemAlloc/Free vs malloc/free cleanup
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9965 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-21 20:12:43 +00:00
alex
9f6cd22e44
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9964 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-21 20:09:08 +00:00
alex
e955373ec0
moved some obsolete debug stuff
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9963 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-21 19:35:39 +00:00
alex
1a29847944
cygwin support by Sascha Sommer
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9962 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-21 19:16:31 +00:00
rtognimp
d548efb89e
Fixes for vss h264
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9898 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-09 21:34:05 +00:00
rtognimp
7b5bda73d9
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9897 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-09 21:28:01 +00:00
rtognimp
83ee572cff
Fix for truespeech dll, patch by <dimakar(at)yahoo.com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9593 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-15 15:46:32 +00:00
alex
722e6286b5
a warning fix and rgb15/16 support by Sascha Sommer
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9582 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-14 12:46:49 +00:00
alex
8401d53158
cbAlign=1 fix for proper Windows support (noticed by Sascha Sommer)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9504 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-25 16:17:23 +00:00
alex
8432755f2e
WIN32_PATH cleanup
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9463 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-19 16:49:28 +00:00
alex
7867137ab2
realaudio dlls support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9398 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-11 15:25:46 +00:00
arpi
82b0684858
qt vs. voxware fixed (hopefully), also some qt speedup
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8799 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-05 14:49:57 +00:00
arpi
8e00a1b2dc
voxvare audio fix
...
patch by Charles Philip Chan <cpchan@sympatico.ca>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8765 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-04 11:18:42 +00:00
arpi
e4dbf68168
even more :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8660 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-30 14:28:47 +00:00
arpi
3de6b3e74a
more verbose...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8659 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-30 14:25:51 +00:00
arpi
6b9defb1fb
CRLF->LF
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8471 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 01:47:42 +00:00
arpi
b987127e0e
compiler warning fixes
...
based on patch by Dominik Mierzejewski <dominik@rangers.eu.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8452 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-14 17:56:35 +00:00
arpi
598e58830b
it seems that old CS is working better than newtype now... :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8394 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-07 20:02:29 +00:00
arpi
b4fde9bf8e
support for *.qtx (scan for all .qtx files at quicktime init)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8392 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-07 14:11:04 +00:00
arpi
ba86dd3f1f
DMO Audio support (ugly, needs cleanup)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8326 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-01 16:38:56 +00:00
arpi
34504396cd
dump more!
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8324 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-01 00:28:04 +00:00
alex
aa9aa26d25
both qt5 and qt6 patching support (qt6 addresses found by arpi)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8319 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-30 22:02:37 +00:00
diego
fdb87e0d8e
.depend should be ignored.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8311 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-28 23:14:48 +00:00
arpi
c989ead81b
DMO interfaces (copied/converted(c++->c) from avifile)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8295 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-26 22:54:11 +00:00
arpi
c665efef4a
avifile sync (added only the new functions, all cosmetics ignored)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8294 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-26 21:03:46 +00:00
arpi
f468246cdf
avifile sync (mostly cosmetics)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8293 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-26 21:00:20 +00:00
arpi
35836a6b77
.align -> .balign
...
patch by Björn Sandell <biorn@dce.chalmers.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8288 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-25 20:37:12 +00:00
alex
a43812d21c
patching out threads ;) raw measure: 18% cpu instead 30%
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8287 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-25 20:08:59 +00:00
alex
af5f5e258f
fixed WaitForMultipleObjects and FindFile
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8286 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-25 18:51:25 +00:00
alex
a68e155cda
10l to me and to apple too
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8282 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-25 17:43:40 +00:00
alex
c3d9fc330b
_qtx support_ and m3jpeg,mjpeg2k fixes (some cleanup and _lot of testing needed_)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8280 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-25 16:54:05 +00:00
alex
c0c74e0620
some extra debugging
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8278 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-25 16:29:30 +00:00
arpi
fe4ceedf5f
patching quicktime.qts runtime
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8272 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-24 22:26:43 +00:00
arpi
be4c25600b
- qtx (quicktime's macos emulation layer) debugging/emulation environment :)
...
- some fixes in loadlibrary, to allow multiple loads/lookups
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8270 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-24 21:45:23 +00:00
arpi
dc18e7dcbe
some new experiments
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8269 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-24 21:43:17 +00:00
arpi
00637e4597
fixes, updates
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8267 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-24 21:25:00 +00:00
alex
fbed04310e
exporting fs_seg
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8224 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-17 17:41:19 +00:00
arpi
43959d646a
2.5.47+ support
...
patch by Sergey S. Stasyuk <stas@soft-systems.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8214 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-16 09:38:23 +00:00
arpi
f75685339f
use the more stable NEWTYPE critsect code
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8142 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-10 21:04:10 +00:00
alex
6e1a20c121
fixed 2 10l bugs, ATI VCR2 dll now working
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7719 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-12 16:40:56 +00:00
arpi
bc4055d60c
VfwEx uninit crash fixed, bugreport by Wolfgang Thiess <wollet1@gmx.net>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7679 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-09 13:16:27 +00:00
arpi
d483a015a2
tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7473 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-22 02:33:28 +00:00
arpi
c7eafc3610
avifile sync - 95% cosmetics 5% bug
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7387 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-13 19:43:17 +00:00
arpi
0f6fe4b673
- updated to use new stype ICopen (filename passed in the icopen struct)
...
- ICSendMessage now calls SendDriverMessage instead of re-implementing it
- simplified teh WINE_HIC mess
- removed some unused and broken func, like ICLocate
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7386 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-13 19:42:33 +00:00
atmos4
cd1c1ab29d
disable annonying debug printf (autoq)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7317 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 00:01:06 +00:00
arpi
d438958d33
ICDecompressEndEx() added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7258 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 20:02:53 +00:00
atmos4
d8a6e3891e
fix some warnings on cygwin, patch by Sylvain Petreolle <spetreolle@yahoo.fr>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7183 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-31 01:44:54 +00:00
arpi
ae8ff3e445
use dir/libname.a instead of -Ldir -lname
...
partially done by "Steven M. Schultz" <sms@2BSD.COM>
Note: some entries (libmpdvdkit, libdha) left unchanged as they may be
dynamic and not shipped with mplayer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7149 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-29 21:30:57 +00:00
arpi
0f4f7e27cf
mostly compiler warning fixes, some small bugfix
...
patch by Dominik Mierzejewski <dominik@rangers.eu.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7128 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-28 22:45:48 +00:00
michael
5a11754e2f
align -> balign patch by (Björn Sandell <biorn at dce dot chalmers dot se>)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7108 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-28 00:24:27 +00:00
arpi
7870e19441
with the help of the Mandrake compiler maintainer this problem has
...
been solved. With gcc 3.2 or 3.1.1 you need to add the compiler option
-mno-omit-leaf-frame-pointer to make the win32 dll loader work again.
by Goetz Waschk <waschk@informatik.uni-rostock.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7075 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-22 23:41:51 +00:00
arpi
ddc4bdf2cb
removed -W -Wall -g and other gcc-specific warning/debug options
...
patch by Joey Parrish <joey@yunamusic.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7074 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-22 23:29:46 +00:00
arpi
95f431959a
SetValue: ignore case of 'item'
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6802 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 22:13:59 +00:00
atmos4
265e6e90b1
Warnings fix by Sylvain Petreolle <spetreolle@yahoo.fr>, fixed by me.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6769 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-23 12:03:05 +00:00
alex
0768891d2d
yvu9 and if09 support. fixed i420,iyuv handling
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6528 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 16:03:08 +00:00
arpi
8b8956b503
pncrt.dll used by realplayer8 codecs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6360 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-09 17:52:30 +00:00
arpi
89e9c29aff
warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6336 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-07 22:43:29 +00:00
arpi
f35b954b3d
new (cleaner, nore robust) critsect code by Zdenek Kabelac <kabi@informatics.muni.cz>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6322 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-07 00:55:55 +00:00
arpi
5a1dc02ec1
cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6303 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-04 20:11:15 +00:00
arpi
46914c1498
some more output cosmetics, especially for vivo and mov demuxers
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6140 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-20 03:51:58 +00:00
arpi
c835270280
big cosmetics patch, cleanup of messages printed by mplayer and libs.
...
some printf->mp_msg conversion, and some debug messages moved from warn/info to v/dbg2
mplayer's output is now shorter, readable and consistent
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6139 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-20 03:25:26 +00:00
arpi
55b93890d6
openbsd updates by Björn Sandell <biorn@dce.chalmers.se>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5881 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-28 01:30:04 +00:00
arpi
30d0116d16
OpenBSD, NetBSD portability patches by
...
Björn Sandell <biorn@dce.chalmers.se>
Marcus <core@antbear.org>
Bernd Ernesti <mplayer@lists.veego.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5873 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-27 22:42:27 +00:00
arpi
161e221709
fix warning
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5818 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-24 21:16:27 +00:00
alex
ce6e53b4c1
workaround: force PF table setup in IsProcessorFeaturePresent
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5801 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-23 15:12:22 +00:00
arpi
914a665db2
divx audio workaround
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5794 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-23 09:26:29 +00:00
alex
a23d456d60
fixed IsRectEmpty, added expcalloc, ceil, exporting LoadLibraryExA, IC* for some new codecs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5771 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-21 16:36:36 +00:00
alex
3c79c0499e
ugly hack for morgands
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5769 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-21 16:11:42 +00:00
alex
5999fc8b9a
RegisterClassA and UnregisterClassA for VoxWare RT24 speech codec ACM
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5753 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-21 02:29:29 +00:00
alex
5d96eee635
loading requested library if available, and try to find function there in LookupExternal, needed for Truespeech codec
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5752 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-21 02:13:11 +00:00
alex
9b4a1eb8f8
commented out debug msg
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5748 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-21 01:39:36 +00:00
alex
35c605a7ba
added SetEnvironmentVariableA for UCOD-ClearVideo DLL
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5745 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-21 00:52:11 +00:00
alex
f3e93f2f72
added _EH_prolog and some wsock32 funcs needed by mss1 codec -> mss1 codec works now
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5743 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-21 00:31:16 +00:00
alex
8a514781c7
added _EH_prolog (needed by mss1 codec)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5742 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-21 00:30:44 +00:00
alex
a2b9b8fb06
1l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5741 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-20 23:15:12 +00:00
alex
b0781e5b42
fixed mp_msg, fixed CreateFile for VDub, added GetFullPathName for VDub, cleaned up a bit the critisecs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5740 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-20 23:11:22 +00:00
arpi
cc54e54ca0
dump stuff
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5335 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-25 13:35:23 +00:00
arpi
d41172cdcd
some more...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5254 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 21:00:21 +00:00
arpi
8441fe529b
some new funcs and fixes for quicktime
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5235 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-20 22:32:17 +00:00
arpi
7f18b5b5ea
allow LPSTR typedef
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5234 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-20 22:31:52 +00:00
arpi
2fbdb9bdda
InitializeQTML(0) added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5212 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-20 03:03:29 +00:00
arpi
15948a320d
comments on compiling
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5211 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-20 01:39:09 +00:00
arpi
7824552bad
simple sample proggy, using qtmlClient.dll to access QT components
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5210 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-20 01:36:41 +00:00
arpi
c4b2e43445
better naming
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4577 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-07 20:22:56 +00:00
arpi
654d172363
bad debug printf caused sig11 with divx audio
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4546 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-05 23:50:40 +00:00
pl
52db9b039a
avoids warnings
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4385 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-27 17:21:20 +00:00
arpi
d2f8b0440a
possible sig11 fixed - noticed by Fredrik Kuivinen <freku045@student.liu.se>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4206 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 00:49:21 +00:00
arpi
3b4d807f66
debug--
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3979 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-04 13:42:18 +00:00
arpi
bfb6b8c076
SetValue fixed, iv_State=START enabled (silly xine developers disabled for unknown reason)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3958 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-02 20:26:20 +00:00
arpi
d25cad40a8
headers cleanup
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3947 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-02 17:11:09 +00:00
arpi
7691e1a8b4
more mess
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3936 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-01 23:18:17 +00:00
pl
fec75a7bcf
applied "magic" Michael real fix ;)
...
(tested with gcc 2.95.4 and 3.0.3)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3926 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-01 02:00:57 +00:00
pl
2c0c208fa3
workaround for the guilty code that caused sig11 when compiled with gcc-3.0.x
...
(using the old C version - before the Big Indent patch :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3924 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-31 17:22:41 +00:00
arpi
8f4ee183e2
ACEL.P fixed (avifile sync)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3916 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-31 04:35:20 +00:00
arpi
189b1be24d
/dev/zero bad permissions error message
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3776 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-26 22:33:15 +00:00
arpi
e5bb12dafc
fixes for vdub plugin support - by Fredrik Kuivinen <freku045@student.liu.se>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3673 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-23 16:14:13 +00:00
arpi
7943ed6f42
reversed patch - faszom (C++) .so-ba
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3549 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-17 00:59:27 +00:00
arpi
7be66b07a4
CoTaskMemAlloc def should match prototyp in com.h
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3548 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-17 00:57:50 +00:00
pontscho
d11cc25f4d
ULONG bug fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3540 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-16 23:45:49 +00:00
arpi
15ab525b04
workaround for Alpha - by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3537 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-16 21:52:41 +00:00
arpi
7e23494f8c
divx audio sig11 fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3470 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-12 12:26:07 +00:00
arpi
73226c73b0
avifile sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3468 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-11 23:29:24 +00:00
arpi
e2f3778cb0
avifile merge
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3467 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-11 23:29:11 +00:00
arpi
b4caa85013
avifile merge. kabi: indent changes really suxxxx
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3466 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-11 22:58:14 +00:00
alex
10d760aa42
do not crash with 3ivx and vivo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3458 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-11 14:56:21 +00:00
alex
26fc72a94e
do not fault if Filter_Create failed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3457 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-11 14:48:42 +00:00
arpi
eec59c47ac
obsoleted files
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3448 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-10 21:57:53 +00:00
arpi
cc4dea654d
obsoleted files
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3447 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-10 21:57:53 +00:00
arpi
9829ce7b5f
API changes - now fully compatible with C++ version
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3445 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-10 21:53:13 +00:00
arpi
5bc4ac55ee
SetThreadAffinityMask added, req. for vivo audio
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3442 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-10 19:21:07 +00:00
arpi
984d76741a
kernel32 hack for vivo audio
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3441 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-10 19:15:45 +00:00
alex
06d074ec96
support in dbgprintf for mp_msg (mplayer only)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3436 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-10 16:06:10 +00:00
alex
79ea05626f
added new prototypes from win32.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3435 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-10 15:57:11 +00:00
alex
8f606b1808
updated for avifile compilance
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3406 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-09 17:14:39 +00:00
alex
55a015e6cf
updated cpudetection
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3405 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-09 17:04:55 +00:00
alex
1647e6eedd
fixed regpathname bug
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3139 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 14:44:45 +00:00
arpi
7428fbd444
avifile sync again... :(
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3135 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 01:17:24 +00:00
arpi
025117922c
decl. of VirtualFree changed (avifile sync)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3134 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 01:15:09 +00:00
arpi
5fb91eb825
packed attribute added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3132 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 01:14:17 +00:00
arpi
9c1529ed2a
avifile sync. seems to some bugs fixed...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3131 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 00:56:11 +00:00
arpi
e8ff7cf174
avifile sync... maybe broken, tell me if so.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3129 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 00:47:58 +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
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
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
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
atmos4
d2d9565a1a
Move ignores in subdirs to their respective .cvsignore files.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2964 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-17 23:55:40 +00:00
jkeil
85b2b1ad67
Try to provide a vsscanf() implementation, if the system does not have
...
vsscanf()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2907 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-14 19:06:58 +00:00
arpi
cf042c89ab
hmm. indeo5ds YV12 fixed?
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2876 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-13 20:32:41 +00:00
arpi
61ec1f6267
updated
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2798 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-10 18:06:59 +00:00
arpi
67ebcf2aaf
still sig11
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2797 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-10 18:06:47 +00:00
arpi
cc17c4d72e
removed #define DETAILED_OUT
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2781 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-09 03:34:58 +00:00
arpi
b1d29c43a6
Eugene's fixes to work with QuickTime.qts
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2780 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-09 03:27:29 +00:00
arpi
9197e20c20
fixes?
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2779 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-09 03:26:48 +00:00
arpi
18c184b953
videocodec and component selectors (function IDs)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2778 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-09 03:26:34 +00:00
arpi
c90a2e3c66
struct->typedef
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2777 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-09 03:26:12 +00:00
arpi
63ecd0455c
for testing
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2770 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-08 15:24:04 +00:00
arpi
c296679178
loads .qts
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2769 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-08 15:23:22 +00:00
alex
6a4f09c708
fixed TlsAlloc
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2671 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 02:43:25 +00:00
arpi
6b3ac18e85
KERNEL32 fix for ivvideo and strncmp for U263
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2669 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 00:46:12 +00:00
arpi
74baf8a5bd
partially synced with avifile... (TODO: migrate to new registry.c and driver.c)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2652 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-03 19:40:38 +00:00
arpi
77abad770c
MPEGLAYER3WAVEFORMAT added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2635 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-02 17:42:19 +00:00
alex
d9c101e012
hm, non-working :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2583 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-30 23:20:31 +00:00
alex
e70799aecd
fixed some miscoding :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2581 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-30 23:04:36 +00:00
alex
b626c5d5ce
introduced new critical section handling
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2580 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-30 22:40:40 +00:00
alex
332ac3ce21
support newly added PF defs (loader/wine/winnt.h)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2574 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-30 21:48:58 +00:00
alex
59e4dc3805
new Processor Features
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2569 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-30 20:44:25 +00:00
alex
5520786aae
fixed, rotfl :p
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2503 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-27 18:05:29 +00:00
alex
0dd1adffb4
devel
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2502 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-27 17:45:27 +00:00
alex
7ce52c4998
CoCreateFreeThreadedMarshaler stub added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2397 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-23 00:21:41 +00:00
arpi
031c6bf512
changes merged back from avifile cvs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2140 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-08 22:26:14 +00:00
arpi
0429e97ca0
using ldt_keeper.c instead
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2084 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-04 20:58:28 +00:00
arpi
2926386657
iosteram included for cout/cerr
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2075 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-04 15:37:13 +00:00
arpi
69b17661d7
stdlib.h added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2074 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-04 14:47:38 +00:00
arpi
f7d7e887d9
killed unneeded dependency on c++ headers
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2073 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-04 11:56:12 +00:00
jkeil
8859c74a11
(solaris x86) C++ style variable declaration not at the start of a block does
...
not work in mplayer, add a block to declare local variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2071 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-04 11:17:39 +00:00
arpi
4f3776f018
sync with avifile
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2070 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-04 02:21:47 +00:00
arpi
d60f718c2e
using ldt_keeper instead of setup_fs, includes changed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2069 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-04 00:24:05 +00:00
arpi
5473cb0123
setup_FS.c -> ldt_keeper.c (avifile sync)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2068 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-04 00:07:15 +00:00
jkeil
af22e5a6ae
do_cpuid stored the results of the cpuid instruction in the wrong place
...
(overwriting stack memory)
To work around the buggy do_cpuid, localcount_stub was using a bogus test
to test for the availability of the TSC register.
Both problems fixed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1924 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-20 09:12:29 +00:00
arpi
6151f331fb
removed unused buggy shit
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1844 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-02 19:10:45 +00:00
arpi
a62f04fbe3
GUID fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1837 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-02 17:21:22 +00:00
arpi
a4ed0ba9e2
added WAVEFORMATEXTENSIBLE and new WAVE FORMAT TAGS
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1836 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-02 15:12:46 +00:00
jkeil
a0d8dad7c1
Fix two memory accesses to unallocated memory (detected by electric fence)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1806 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-31 19:19:15 +00:00
arpi
f777d845b3
small fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1723 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-27 23:56:15 +00:00
jkeil
ec55c409ee
Add a few ifdefs, so that the code compiles on old solaris releases (2.6 and 7)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1680 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-24 16:12:28 +00:00
atmos4
be337a44d6
Commented out annoying printfs with -autoq.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1593 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-20 11:31:34 +00:00
arpi
2d3a8284a1
exception stuff fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1561 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-16 18:45:01 +00:00
arpi
1134c269bc
fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1560 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-16 18:39:49 +00:00
arpi
e366304055
error handling
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1559 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-16 18:27:03 +00:00
arpi
3b78a789e0
Start/Stop state flag fixed - requires for brightness/contrast/etc stuff...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1556 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-16 15:41:03 +00:00
arpi
bda27f2adc
big avifile sync - from now we have common code
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1546 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-16 00:50:02 +00:00
arpi
fda7100c9d
updated
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1545 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-16 00:44:40 +00:00
arpi
e60d1f0453
UnregisterComClass added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1544 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-16 00:43:28 +00:00
arpi
5fa1cc6320
fixed BITMAPINFO struct length truncation (WMV8)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1526 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-15 00:38:01 +00:00
arpi
452e4f4198
SetCodecPath -> win32_codec_name
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1495 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-12 13:18:07 +00:00
arpi
409f7b1395
debug printf() removed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1441 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-04 13:53:26 +00:00
arpi
eb022882bf
partial avifile-CVS merge
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1417 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-29 16:44:37 +00:00
jkeil
b0132b08f3
Pre-allocate some stack space to work around a problem with DLL alloca() code
...
on a linux kernel.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1412 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-29 10:17:53 +00:00
jkeil
7acec28b2d
MPlayer doesn't compile on linux/alpha
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1338 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 18:42:38 +00:00
jkeil
c46b19f3a8
Remove some superfluous casts. Fixes a few compile warnings.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1322 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-14 17:00:38 +00:00
jkeil
519437261e
Fix two prototype warnings
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1313 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-13 08:51:50 +00:00
jkeil
a26b39974f
Add prototypes to wine/loader stuff, so that we can catch __stdcall function
...
attribute mismatch between caller/caller. wine/loader is less sensitive to
optimization now. (now that avifile-0.6 has the same patch installed, we're
a bit closer to their CVS tree)
Speed up win32 "QueryPerformanceFrequency" emulation on solaris.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1308 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-12 15:27:48 +00:00
arpi
728e7eba4c
VfwEx support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1298 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-08 17:20:46 +00:00
arpi
69cfcfe301
OPTFLAGS vs. INCLUDES cleanup
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1235 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-26 23:15:58 +00:00
lgb
e3547e7c18
Ehh, wine ...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1234 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-26 21:34:03 +00:00
atmosfear
988d126c04
Force exeptions for dshow code (keeps users from building unworkable mplayer).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1098 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-11 15:47:49 +00:00
al3x
17a8a234ff
some possible buffer overflow places fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1097 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-11 12:47:48 +00:00
arpi_esp
682168c5c4
The "bad" "using namespace std" was removed :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1083 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-10 00:37:18 +00:00
arpi_esp
9f4b0cfaef
ehh. removed duplicated namspace 'std'... and removed include string.h, unneeded for c++
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1074 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-09 14:49:37 +00:00
arpi_esp
55e418923b
added missing 'using namespace std;' for gcc 3.0
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1064 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-09 00:10:50 +00:00
arpi_esp
5c50d3e7dd
applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1039 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-05 18:40:44 +00:00
arpi_esp
460fac7462
Solaris 8 support - patch by Marcus Comstedt <marcus@idonex.se>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1021 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-05 02:26:56 +00:00
arpi_esp
c2b7070033
dependency stuff fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1011 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-04 19:33:28 +00:00
arpi_esp
4cd35a04b9
FreeBSD support by Vladimir Kushnir vkushnir@Alfacom.net
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@959 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-03 00:31:41 +00:00
arpi_esp
35648100f9
using gcc -MM instead of makedepend, make OBJS from SRCS where possible
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@867 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-24 21:09:13 +00:00
atmosfear
893a00d913
Applies kabis changes to avifile 0.6 cvs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@719 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-07 13:23:55 +00:00
arpi_esp
c8b40d3bd0
avifile-0.6-CVS merge
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@714 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-06 21:43:45 +00:00
szabii
807ccd5431
no more warnings...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@598 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-23 20:16:37 +00:00
arpi_esp
23a33e55a4
added MulDiv -> should fix Acelp.net audio
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@498 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-17 23:04:37 +00:00
arpi_esp
c152036325
other YUV formats support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@469 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-16 02:55:57 +00:00