| Commit message (Expand) | Author | Age | Files | Lines |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 | 3 | -3/+3 |
* | get_path as const, patch by Stefan Huehner, stefan AT huehner-org | reynaldo | 2006-07-03 | 3 | -3/+3 |
* | rm unnecesary casts from void* - part 2 | reynaldo | 2006-07-02 | 12 | -36/+36 |
* | gets ride of a few more sizeof(char)s | reynaldo | 2006-06-30 | 1 | -1/+1 |
* | CVS --> Subversion in copyright notices | diego | 2006-06-22 | 29 | -58/+58 |
* | Nop some instructions causing the vfwvp6 dll encoder to crash. | banan | 2006-06-07 | 1 | -0/+3 |
* | Fix runtime-patching code to take into account the address when the codec is ... | reimar | 2006-06-07 | 1 | -53/+55 |
* | Change "Supress" to "Suppress" in a couple comments. | corey | 2006-06-07 | 1 | -1/+1 |
* | Support WVC1 decoding via dmo binary codec wvc1dmod.dll | rtogni | 2006-06-05 | 1 | -0/+28 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 | 2 | -2/+0 |
* | Remove extra return. | rathann | 2006-05-13 | 1 | -2/+0 |
* | Add a check for sysi86() on Solaris systems, solving a build failure on Solaris | diego | 2006-04-30 | 1 | -0/+2 |
* | include MSGL_* definitions | henry | 2006-03-27 | 1 | -0/+2 |
* | Convert printfs in aviprint.c to mp_msg and give the information printing | diego | 2006-03-27 | 2 | -5/+5 |
* | cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines | diego | 2006-03-25 | 3 | -5/+18 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -1/+1 |
* | one more hint for openbsd | alex | 2006-02-12 | 1 | -0/+3 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 3 | -5/+5 |
* | 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 | 2 | -1/+15 |
* | Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFo... | reimar | 2005-09-01 | 1 | -0/+37 |
* | Remove stray MSDOS linebreaks | ivo | 2005-08-10 | 2 | -6/+3 |
* | hardcode SYNC flag, so no problems could rise if first frame is skipped | iive | 2005-07-05 | 1 | -1/+1 |
* | mingw and maybe other system define the __int* types to char, short..., so th... | faust3 | 2005-06-07 | 1 | -0/+16 |
* | This currently sends control characters to the terminal instead of | rtognimp | 2005-05-26 | 1 | -14/+18 |
* | DragonFly BSD support | diego | 2005-05-25 | 3 | -6/+6 |
* | 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 | 29 | -0/+164 |
* | initialize modify_ldt struct to 0. | reimar | 2005-01-19 | 1 | -0/+1 |
* | icc support by Darek Ostolski <ostolski at kwantum dot gda dot pl> | diego | 2005-01-14 | 1 | -0/+11 |
* | add missing registers in clobber list, fixes bug #169 | reimar | 2004-12-21 | 2 | -0/+2 |
* | gcc-4.0.0-20041024 compile-fix | atmos4 | 2004-10-31 | 1 | -1/+1 |
* | AMD64 fixes based on patch by Timo Teräs <timo.teras@iki.fi> | faust3 | 2004-10-30 | 1 | -55/+55 |
* | 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 |
* | Windows media video advanced profile (wmva) support via binary codec | rtognimp | 2004-10-24 | 1 | -0/+14 |
* | Fix for Windows media audio 9 voice codec (format 0x0a) | rtognimp | 2004-10-23 | 1 | -3/+8 |
* | better component_func | alex | 2004-10-12 | 1 | -10/+28 |
* | runtime patching vp31vfw.dll, so non-patched dlls can be used aswell. note: t... | alex | 2004-10-12 | 1 | -0/+11 |
* | 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 |
* | force compilers not to optimize/inline extend_stack_for_dll_alloca | reimar | 2004-09-18 | 1 | -3/+5 |
* | 10l | faust3 | 2004-09-17 | 1 | -1/+1 |
* | declare modify_ldt with syscall3 macro for older glibcs patch by Mikulas Pato... | faust3 | 2004-09-16 | 1 | -0/+5 |
* | 100l | rtognimp | 2004-09-10 | 1 | -2/+2 |
* | Fixes for VirtualAlloc function: | rtognimp | 2004-09-10 | 1 | -15/+48 |
* | loader gcc warning fixes and avifile sync | rathann | 2004-08-28 | 4 | -15/+15 |
* | Better protection against double definition of MPEGLAYER3WAVEFORMAT | wight | 2004-08-09 | 1 | -2/+3 |
* | Support for Winnov Videum WINX and WNV1 codecs with binary dll | rtognimp | 2004-06-30 | 1 | -0/+8 |
* | fix loader build on windows | faust3 | 2004-06-26 | 1 | -0/+4 |
* | more verbosity | alex | 2004-06-25 | 1 | -1/+1 |
* | ranlib cleanup by Dan Christiansen | alex | 2004-06-24 | 1 | -0/+1 |
* | Support vp6vfw.dll version 6.0.7.3 | rtognimp | 2004-05-04 | 1 | -0/+5 |
* | more stupidity | rfelker | 2004-05-01 | 1 | -1/+1 |
* | minimal fix for alex's 1000000000000l compile errors. imo the fix in | rfelker | 2004-04-30 | 1 | -0/+2 |
* | 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 | 2 | -6/+57 |
* | Add support for Lead MCMW 2.0 wavelet codec eval version | rtognimp | 2004-03-23 | 1 | -1/+11 |
* | Support for vp5 and vp6 dll decoders | rtognimp | 2004-03-18 | 1 | -0/+33 |
* | * changes mencoder's exit code on explicit kill to 2 | attila | 2004-01-29 | 1 | -1/+1 |
* | switch to inttypes.h (u_int32_t vs uint32_t) in favour of Solaris9/x86 support | alex | 2004-01-29 | 1 | -33/+33 |
* | use inttypes.h and std types, this fixes compilation problems on solaris 9 x86 | alex | 2004-01-28 | 1 | -3/+3 |
* | 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 |
* | support for newer openbsd versions, which are fully elf based | alex | 2004-01-19 | 1 | -0/+2 |
* | Warning fixes (approved by A'rpi). | rathann | 2003-11-08 | 1 | -17/+17 |
* | many small typo and grammar fixes | gabucino | 2003-10-04 | 1 | -1/+1 |
* | fix for the no video/black screen with some dmo/wmv9 movies | pl | 2003-09-20 | 1 | -2/+3 |
* | FreeBSD 5.0 (libkse/libthr) support by Dan Eischen <eischen@vigrid.com> | alex | 2003-09-06 | 1 | -3/+16 |
* | ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll | rtognimp | 2003-09-05 | 1 | -0/+32 |
* | Support for QuickTime6.3 DLLs. Patch by Dima K. <dimakar@yahoo.com> | mosu | 2003-09-02 | 1 | -0/+9 |
* | 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 |
* | last mingw32 support patch by Sascha Sommer | alex | 2003-04-24 | 6 | -4/+24 |
* | cygwin support patch by Sascha Sommer and some fixes by me | alex | 2003-04-21 | 9 | -7/+84 |
* | cygwin support patch by Sascha Sommer | alex | 2003-04-21 | 2 | -14/+14 |
* | CoTaskMemAlloc/Free vs malloc/free cleanup | alex | 2003-04-21 | 3 | -11/+11 |
* | 10l | alex | 2003-04-21 | 1 | -1/+1 |
* | moved some obsolete debug stuff | alex | 2003-04-21 | 2 | -2/+11 |
* | cygwin support by Sascha Sommer | alex | 2003-04-21 | 1 | -0/+7 |
* | 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 |
* | a warning fix and rgb15/16 support by Sascha Sommer | alex | 2003-03-14 | 1 | -2/+5 |
* | cbAlign=1 fix for proper Windows support (noticed by Sascha Sommer) | alex | 2003-02-25 | 4 | -7/+8 |
* | WIN32_PATH cleanup | alex | 2003-02-19 | 1 | -1/+1 |
* | 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 |
* | CRLF->LF | arpi | 2002-12-16 | 1 | -84/+62 |
* | compiler warning fixes | arpi | 2002-12-14 | 7 | -27/+37 |
* | 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 |
* | DMO Audio support (ugly, needs cleanup) | arpi | 2002-12-01 | 3 | -1/+186 |
* | dump more! | arpi | 2002-12-01 | 1 | -2/+10 |
* | both qt5 and qt6 patching support (qt6 addresses found by arpi) | alex | 2002-11-30 | 1 | -40/+61 |
* | .depend should be ignored. | diego | 2002-11-28 | 1 | -0/+1 |
* | DMO interfaces (copied/converted(c++->c) from avifile) | arpi | 2002-11-26 | 10 | -0/+1297 |
* | avifile sync (added only the new functions, all cosmetics ignored) | arpi | 2002-11-26 | 1 | -17/+121 |
* | avifile sync (mostly cosmetics) | arpi | 2002-11-26 | 10 | -34/+49 |
* | .align -> .balign | arpi | 2002-11-25 | 1 | -4/+4 |
* | patching out threads ;) raw measure: 18% cpu instead 30% | alex | 2002-11-25 | 1 | -1/+24 |
* | 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 |
* | some extra debugging | alex | 2002-11-25 | 1 | -2/+8 |
* | patching quicktime.qts runtime | arpi | 2002-11-24 | 1 | -3/+9 |
* | - qtx (quicktime's macos emulation layer) debugging/emulation environment :) | arpi | 2002-11-24 | 6 | -6/+2120 |
* | some new experiments | arpi | 2002-11-24 | 2 | -11/+36 |
* | fixes, updates | arpi | 2002-11-24 | 1 | -23/+130 |
* | exporting fs_seg | alex | 2002-11-17 | 1 | -2/+2 |
* | 2.5.47+ support | arpi | 2002-11-16 | 1 | -0/+5 |
* | 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 |
* | VfwEx uninit crash fixed, bugreport by Wolfgang Thiess <wollet1@gmx.net> | arpi | 2002-10-09 | 1 | -1/+1 |
* | tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug | arpi | 2002-09-22 | 2 | -3/+4 |
* | avifile sync - 95% cosmetics 5% bug | arpi | 2002-09-13 | 37 | -958/+753 |
* | - updated to use new stype ICopen (filename passed in the icopen struct) | arpi | 2002-09-13 | 1 | -182/+12 |
* | disable annonying debug printf (autoq) | atmos4 | 2002-09-08 | 1 | -1/+1 |
* | ICDecompressEndEx() added | arpi | 2002-09-03 | 1 | -1/+1 |
* | fix some warnings on cygwin, patch by Sylvain Petreolle <spetreolle@yahoo.fr> | atmos4 | 2002-08-31 | 1 | -1/+1 |
* | use dir/libname.a instead of -Ldir -lname | arpi | 2002-08-29 | 1 | -1/+1 |
* | mostly compiler warning fixes, some small bugfix | arpi | 2002-08-28 | 1 | -1/+1 |
* | align -> balign patch by (Björn Sandell <biorn at dce dot chalmers dot se>) | michael | 2002-08-28 | 1 | -1/+1 |
* | with the help of the Mandrake compiler maintainer this problem has | arpi | 2002-08-22 | 1 | -1/+1 |
* | removed -W -Wall -g and other gcc-specific warning/debug options | arpi | 2002-08-22 | 2 | -2/+2 |
* | SetValue: ignore case of 'item' | arpi | 2002-07-25 | 1 | -17/+17 |
* | Warnings fix by Sylvain Petreolle <spetreolle@yahoo.fr>, fixed by me. | atmos4 | 2002-07-23 | 3 | -0/+8 |
* | yvu9 and if09 support. fixed i420,iyuv handling | alex | 2002-06-23 | 4 | -4/+34 |
* | 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 | 2 | -0/+3 |
* | new (cleaner, nore robust) critsect code by Zdenek Kabelac <kabi@informatics.... | arpi | 2002-06-07 | 1 | -8/+12 |
* | cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com> | arpi | 2002-06-04 | 1 | -0/+6 |
* | some more output cosmetics, especially for vivo and mov demuxers | arpi | 2002-05-20 | 1 | -2/+2 |
* | big cosmetics patch, cleanup of messages printed by mplayer and libs. | arpi | 2002-05-20 | 1 | -1/+1 |
* | openbsd updates by Björn Sandell <biorn@dce.chalmers.se> | arpi | 2002-04-28 | 2 | -0/+14 |
* | OpenBSD, NetBSD portability patches by | arpi | 2002-04-27 | 2 | -3/+4 |
* | fix warning | arpi | 2002-04-24 | 1 | -1/+1 |
* | workaround: force PF table setup in IsProcessorFeaturePresent | alex | 2002-04-23 | 1 | -0/+7 |
* | divx audio workaround | arpi | 2002-04-23 | 1 | -1/+3 |
* | fixed IsRectEmpty, added expcalloc, ceil, exporting LoadLibraryExA, IC* for ... | alex | 2002-04-21 | 1 | -22/+78 |
* | ugly hack for morgands | alex | 2002-04-21 | 1 | -1/+8 |
* | 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 |
* | commented out debug msg | alex | 2002-04-21 | 1 | -1/+1 |
* | 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 |
* | added _EH_prolog (needed by mss1 codec) | alex | 2002-04-21 | 1 | -0/+11 |
* | 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 |
* | dump stuff | arpi | 2002-03-25 | 1 | -1/+205 |
* | some more... | arpi | 2002-03-21 | 1 | -2/+385 |
* | some new funcs and fixes for quicktime | arpi | 2002-03-20 | 1 | -14/+207 |
* | allow LPSTR typedef | arpi | 2002-03-20 | 1 | -2/+2 |
* | InitializeQTML(0) added | arpi | 2002-03-20 | 1 | -4/+21 |
* | comments on compiling | arpi | 2002-03-20 | 1 | -0/+2 |
* | simple sample proggy, using qtmlClient.dll to access QT components | arpi | 2002-03-20 | 1 | -0/+43 |
* | better naming | arpi | 2002-02-07 | 1 | -3/+3 |
* | bad debug printf caused sig11 with divx audio | arpi | 2002-02-05 | 1 | -1/+2 |
* | avoids warnings | pl | 2002-01-27 | 2 | -3/+5 |
* | possible sig11 fixed - noticed by Fredrik Kuivinen <freku045@student.liu.se> | arpi | 2002-01-17 | 1 | -1/+2 |
* | debug-- | arpi | 2002-01-04 | 1 | -3/+3 |
* | SetValue fixed, iv_State=START enabled (silly xine developers disabled for un... | arpi | 2002-01-02 | 1 | -17/+20 |
* | headers cleanup | arpi | 2002-01-02 | 4 | -64/+60 |
* | more mess | arpi | 2002-01-01 | 1 |