| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Remove pointless parentheses from return statements. | diego | 2008-05-16 | 1 | -6/+6 |
* | Fix potential segfault in debug printf in expSetFilePointer | rtogni | 2008-04-21 | 1 | -1/+1 |
* | Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL | rtogni | 2008-04-20 | 1 | -0/+22 |
* | Add support for msn siren audio coced via binary dll sirenacm.dll | rtogni | 2008-04-20 | 1 | -0/+30 |
* | #include osdep/mman.h if sys/mman.h is not available. | diego | 2008-03-03 | 1 | -0/+2 |
* | Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H. | diego | 2008-03-01 | 1 | -0/+2 |
* | Remove $Id$ tags, they make diffs between different versions | reimar | 2008-01-27 | 1 | -1/+0 |
* | Disable unused function test_heap, fixes the warning: | diego | 2008-01-23 | 1 | -2/+4 |
* | Remove unused function exp_ftol_wrong, fixes the warning: | diego | 2008-01-23 | 1 | -6/+0 |
* | Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a | diego | 2008-01-20 | 1 | -8/+8 |
* | Replace hardcoded 0 by equivalent O_RDONLY | reimar | 2007-10-21 | 1 | -1/+1 |
* | Add Coinitialize function to vfw encoder and win32 loader. | compn | 2007-10-17 | 1 | -1/+29 |
* | warning fixes: | diego | 2007-09-10 | 1 | -2/+0 |
* | warning fix: | diego | 2007-09-10 | 1 | -1/+0 |
* | warning fix: | diego | 2007-09-10 | 1 | -1/+0 |
* | warning fixes: | diego | 2007-09-10 | 1 | -7/+2 |
* | Get rid of superfluous MPLAYER #define, it was always enabled and | diego | 2007-06-02 | 1 | -46/+0 |
* | typo fixes ported from VLC | diego | 2007-04-01 | 1 | -1/+1 |
* | Support function lookup via ordinal | reimar | 2007-03-08 | 1 | -4/+6 |
* | Allow declaring special undefined functions that will return NULL | reimar | 2007-03-08 | 1 | -0/+9 |
* | The original asm code for the stub returned 0, restore that behaviour. | reimar | 2007-03-03 | 1 | -1/+2 |
* | Update 3ivx decoder to latest version and allow it to load required library. | voroshil | 2007-03-01 | 1 | -1/+1 |
* | mmap memory area for generated code to avoid crashes on machines which | reimar | 2006-12-03 | 1 | -2/+9 |
* | Fix 21381, make sure gcc does not make any ip-relative calls or similar. | reimar | 2006-12-03 | 1 | -5/+14 |
* | Get rid of stubs.S, move code to inline asm. | reimar | 2006-11-29 | 1 | -2/+20 |
* | Cosmetics: remove unused and commented out add_stub function header | reimar | 2006-11-29 | 1 | -2/+0 |
* | Some extra checks and safety space for add_stub function. | reimar | 2006-11-29 | 1 | -4/+10 |
* | Change add_stub code to also work without -fomit-frame-pointer | reimar | 2006-11-29 | 1 | -49/+12 |
* | Remove unused unk_exp1 loader asm code | reimar | 2006-11-27 | 1 | -6/+0 |
* | Dummy EnumDisplaySettingsA, required by frapsvid.dll 2.8.1 | rtogni | 2006-11-04 | 1 | -0/+12 |
* | rm unnecesary casts from void* - part 2 | reynaldo | 2006-07-02 | 1 | -7/+7 |
* | CVS --> Subversion in copyright notices | diego | 2006-06-22 | 1 | -2/+2 |
* | Support WVC1 decoding via dmo binary codec wvc1dmod.dll | rtogni | 2006-06-05 | 1 | -0/+28 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -1/+1 |
* | export ldexp() and frexp() in pncrt, they are needed by rp8 sipr dll | rtognimp | 2005-12-01 | 1 | -0/+2 |
* | Add CharNextA(), needed by rp8 sipr dll | rtognimp | 2005-12-01 | 1 | -0/+9 |
* | Unify include paths, -I.. is in CFLAGS. | diego | 2005-11-19 | 1 | -2/+2 |
* | expGetSystemInfo should not leave SYSTEM_INFO unitialized, even when | reimar | 2005-10-03 | 1 | -4/+10 |
* | Several minor fixes: Correctly advertise SSE and SSE2 instruction sets, | reimar | 2005-10-02 | 1 | -1/+14 |
* | Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFo... | reimar | 2005-09-01 | 1 | -0/+37 |
* | DragonFly BSD support | diego | 2005-05-25 | 1 | -1/+1 |
* | FRAPS decoder (FPS1) with binary dll | rtognimp | 2005-05-14 | 1 | -0/+3 |
* | Mark modified imported files as such to comply with GPL §2a. | diego | 2005-04-15 | 1 | -0/+6 |
* | add missing registers in clobber list, fixes bug #169 | reimar | 2004-12-21 | 1 | -0/+1 |
* | Support wmspdmod.dll version 10.0.0.3646 | rtognimp | 2004-10-24 | 1 | -0/+21 |
* | Decode VDOWave (VDOM) with binary codec | rtognimp | 2004-10-24 | 1 | -1/+1 |
* | Fix for Windows media audio 9 voice codec (format 0x0a) | rtognimp | 2004-10-23 | 1 | -3/+8 |
* | Windows Media Image (WMVP) can be decoded with WMV9 dmo codec | rtognimp | 2004-10-09 | 1 | -0/+7 |
* | Reduce excessive verbosity a bit. | diego | 2004-09-18 | 1 | -1/+1 |
* | loader gcc warning fixes and avifile sync | rathann | 2004-08-28 | 1 | -3/+3 |
* | Support for Winnov Videum WINX and WNV1 codecs with binary dll | rtognimp | 2004-06-30 | 1 | -0/+8 |
* | more stupidity | rfelker | 2004-05-01 | 1 | -1/+1 |
* | Less verbosity by moving some debug messages from printf --> dbgprintf. | diego | 2004-04-23 | 1 | -3/+3 |
* | Make wmv9 playback less verbose. | diego | 2004-03-27 | 1 | -5/+5 |
* | Support for Alparysoft lossless video codec (DShow and VfW) | rtognimp | 2004-03-25 | 1 | -4/+57 |
* | Add support for Lead MCMW 2.0 wavelet codec eval version | rtognimp | 2004-03-23 | 1 | -1/+11 |
* | reviewed the locking codes, a mutex should be unlocked before destroying it | alex | 2004-01-25 | 1 | -0/+14 |
* | Don't mutex_unlock if it was never locked. Patch by Min Sik Kim | alex | 2004-01-25 | 1 | -2/+5 |
* | ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll | rtognimp | 2003-09-05 | 1 | -0/+32 |
* | 10l by me, noticed by a guy with a transmeta cpu, but forgot his name, sorry | alex | 2003-05-20 | 1 | -1/+1 |
* | changed cpudetection code to support newer pentiums | alex | 2003-04-28 | 1 | -16/+13 |
* | Fixes for vss h264 | rtognimp | 2003-04-09 | 1 | -2/+36 |
* | Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net> | rtognimp | 2003-04-09 | 1 | -0/+12 |
* | Fix for truespeech dll, patch by <dimakar(at)yahoo.com> | rtognimp | 2003-03-15 | 1 | -2/+4 |
* | realaudio dlls support | alex | 2003-02-11 | 1 | -0/+14 |
* | qt vs. voxware fixed (hopefully), also some qt speedup | arpi | 2003-01-05 | 1 | -6/+13 |
* | voxvare audio fix | arpi | 2003-01-04 | 1 | -1/+1 |
* | even more :) | arpi | 2002-12-30 | 1 | -0/+1 |
* | more verbose... | arpi | 2002-12-30 | 1 | -0/+1 |
* | compiler warning fixes | arpi | 2002-12-14 | 1 | -9/+13 |
* | it seems that old CS is working better than newtype now... :) | arpi | 2002-12-07 | 1 | -2/+2 |
* | support for *.qtx (scan for all .qtx files at quicktime init) | arpi | 2002-12-07 | 1 | -22/+47 |
* | avifile sync (added only the new functions, all cosmetics ignored) | arpi | 2002-11-26 | 1 | -17/+121 |
* | fixed WaitForMultipleObjects and FindFile | alex | 2002-11-25 | 1 | -2/+6 |
* | 10l to me and to apple too | alex | 2002-11-25 | 1 | -0/+4 |
* | _qtx support_ and m3jpeg,mjpeg2k fixes (some cleanup and _lot of testing need... | alex | 2002-11-25 | 1 | -51/+692 |
* | use the more stable NEWTYPE critsect code | arpi | 2002-11-10 | 1 | -2/+2 |
* | fixed 2 10l bugs, ATI VCR2 dll now working | alex | 2002-10-12 | 1 | -7/+6 |
* | avifile sync - 95% cosmetics 5% bug | arpi | 2002-09-13 | 1 | -88/+180 |
* | mostly compiler warning fixes, some small bugfix | arpi | 2002-08-28 | 1 | -1/+1 |
* | pncrt.dll used by realplayer8 codecs | arpi | 2002-06-09 | 1 | -0/+26 |
* | warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org> | arpi | 2002-06-07 | 1 | -0/+2 |
* | new (cleaner, nore robust) critsect code by Zdenek Kabelac <kabi@informatics.... | arpi | 2002-06-07 | 1 | -8/+12 |
* | OpenBSD, NetBSD portability patches by | arpi | 2002-04-27 | 1 | -3/+3 |
* | workaround: force PF table setup in IsProcessorFeaturePresent | alex | 2002-04-23 | 1 | -0/+7 |
* | fixed IsRectEmpty, added expcalloc, ceil, exporting LoadLibraryExA, IC* for ... | alex | 2002-04-21 | 1 | -22/+78 |
* | RegisterClassA and UnregisterClassA for VoxWare RT24 speech codec ACM | alex | 2002-04-21 | 1 | -0/+14 |
* | loading requested library if available, and try to find function there in Loo... | alex | 2002-04-21 | 1 | -1/+34 |
* | added SetEnvironmentVariableA for UCOD-ClearVideo DLL | alex | 2002-04-21 | 1 | -0/+7 |
* | added _EH_prolog and some wsock32 funcs needed by mss1 codec -> mss1 codec wo... | alex | 2002-04-21 | 1 | -2/+23 |
* | 1l | alex | 2002-04-20 | 1 | -1/+7 |
* | fixed mp_msg, fixed CreateFile for VDub, added GetFullPathName for VDub, clea... | alex | 2002-04-20 | 1 | -16/+46 |
* | some new funcs and fixes for quicktime | arpi | 2002-03-20 | 1 | -14/+207 |
* | bad debug printf caused sig11 with divx audio | arpi | 2002-02-05 | 1 | -1/+2 |
* | avoids warnings | pl | 2002-01-27 | 1 | -0/+1 |
* | applied "magic" Michael real fix ;) | pl | 2002-01-01 | 1 | -16/+7 |
* | workaround for the guilty code that caused sig11 when compiled with gcc-3.0.x | pl | 2001-12-31 | 1 | -0/+13 |
* | fixes for vdub plugin support - by Fredrik Kuivinen <freku045@student.liu.se> | arpi | 2001-12-23 | 1 | -1/+30 |
* | CoTaskMemAlloc def should match prototyp in com.h | arpi | 2001-12-17 | 1 | -1/+1 |
* | divx audio sig11 fixed | arpi | 2001-12-12 | 1 | -1/+3 |
* | avifile merge. kabi: indent changes really suxxxx | arpi | 2001-12-11 | 1 | -1329/+1574 |
* | do not crash with 3ivx and vivo | alex | 2001-12-11 | 1 | -7/+11 |
* | SetThreadAffinityMask added, req. for vivo audio | arpi | 2001-12-10 | 1 | -0/+8 |
* | kernel32 hack for vivo audio | arpi | 2001-12-10 | 1 | -2/+2 |
* | support in dbgprintf for mp_msg (mplayer only) | alex | 2001-12-10 | 1 | -0/+12 |
* | updated for avifile compilance | alex | 2001-12-09 | 1 | -4/+7 |
* | updated cpudetection | alex | 2001-12-09 | 1 | -4/+30 |
* | avifile sync again... :( | arpi | 2001-11-26 | 1 | -38/+46 |
* | avifile sync... maybe broken, tell me if so. | arpi | 2001-11-26 | 1 | -35/+137 |
* | expCoInitialize() added (requires for PIM1) | arpi | 2001-11-20 | 1 | -0/+13 |
* | Try to provide a vsscanf() implementation, if the system does not have | jkeil | 2001-11-14 | 1 | -0/+13 |
* | removed #define DETAILED_OUT | arpi | 2001-11-09 | 1 | -1/+1 |
* | Eugene's fixes to work with QuickTime.qts | arpi | 2001-11-09 | 1 | -3/+78 |
* | fixed TlsAlloc | alex | 2001-11-04 | 1 | -5/+14 |
* | KERNEL32 fix for ivvideo and strncmp for U263 | arpi | 2001-11-04 | 1 | -0/+12 |
* | partially synced with avifile... (TODO: migrate to new registry.c and driver.c) | arpi | 2001-11-03 | 1 | -333/+446 |
* | introduced new critical section handling | alex | 2001-10-30 | 1 | -5/+110 |
* | support newly added PF defs (loader/wine/winnt.h) | alex | 2001-10-30 | 1 | -1/+26 |
* | CoCreateFreeThreadedMarshaler stub added | alex | 2001-10-23 | 1 | -1/+9 |
* | changes merged back from avifile cvs | arpi | 2001-10-08 | 1 | -6/+56 |
* | sync with avifile | arpi | 2001-10-04 | 1 | -196/+314 |
* | do_cpuid stored the results of the cpuid instruction in the wrong place | jkeil | 2001-09-20 | 1 | -9/+7 |
* | Add a few ifdefs, so that the code compiles on old solaris releases (2.6 and 7) | jkeil | 2001-08-24 | 1 | -1/+1 |
* | UnregisterComClass added | arpi | 2001-08-16 | 1 | -0/+58 |
* | partial avifile-CVS merge | arpi | 2001-07-29 | 1 | -6/+10 |
* | Add prototypes to wine/loader stuff, so that we can catch __stdcall function | jkeil | 2001-07-12 | 1 | -68/+113 |
* | some possible buffer overflow places fixed | al3x | 2001-06-11 | 1 | -3/+3 |
* | applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de> | arpi_esp | 2001-06-05 | 1 | -5/+22 |
* | Applies kabis changes to avifile 0.6 cvs | atmosfear | 2001-05-07 | 1 | -7/+11 |
* | avifile-0.6-CVS merge | arpi_esp | 2001-05-06 | 1 | -19/+89 |
* | no more warnings... | szabii | 2001-04-23 | 1 | -26/+27 |
* | added MulDiv -> should fix Acelp.net audio | arpi_esp | 2001-04-17 | 1 | -0/+16 |
* | more printf cosmetic on DLL loader | arpi_esp | 2001-04-11 | 1 | -1/+2 |
* | less, and more informal printfs | arpi_esp | 2001-04-11 | 1 | -5/+5 |
* | added expRegEnumValueA(), fixed expWaitForSingleObject() | arpi_esp | 2001-04-06 | 1 | -5/+14 |
* | verbose output changed | arpi_esp | 2001-03-28 | 1 | -1/+3 |
* | crtdll/memcpy added (req for MJPEG) | arpi_esp | 2001-03-18 | 1 | -3/+15 |
* | DLL loader updated from avifile-0.60beta4 | arpi_esp | 2001-03-18 | 1 | -322/+1256 |
* | added RtlMoveMem (for CRAM support) | arpi_esp | 2001-03-17 | 1 | -0/+24 |
* | Initial revision | arpi_esp | 2001-02-24 | 1 | -0/+1706 |