Wed, 25 Mar 2009 23:59:48 +0000 |
compn |
enable vp6 codec to read/write .fpf (passlogfile)
|
Tue, 17 Feb 2009 11:16:19 +0000 |
diego |
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
|
Thu, 29 Jan 2009 03:36:14 +0000 |
compn |
remove sys/timeb.h include
|
Sat, 17 Jan 2009 21:33:30 +0000 |
diego |
Reduce QuickTime binary decoder verbosity.
|
Wed, 03 Dec 2008 23:01:03 +0000 |
diego |
Get rid of pointless 'extern' keywords.
|
Thu, 16 Oct 2008 20:17:56 +0000 |
diego |
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
|
Thu, 16 Oct 2008 18:59:27 +0000 |
diego |
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
|
Fri, 22 Aug 2008 20:53:44 +0000 |
diego |
Remove duplicate vsscanf fallback implementation, we have another in osdep/.
|
Sat, 02 Aug 2008 17:09:13 +0000 |
diego |
Do not provide a prototype for vsscanf when vsscanf is available.
|
Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Fri, 16 May 2008 09:31:55 +0000 |
diego |
cosmetics: Remove pointless parentheses from return statements.
|
Mon, 21 Apr 2008 20:58:20 +0000 |
rtogni |
Fix potential segfault in debug printf in expSetFilePointer
|
Sun, 20 Apr 2008 21:13:17 +0000 |
rtogni |
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
|
Sun, 20 Apr 2008 16:06:41 +0000 |
rtogni |
Add support for msn siren audio coced via binary dll sirenacm.dll
|
Mon, 03 Mar 2008 09:47:01 +0000 |
diego |
#include osdep/mman.h if sys/mman.h is not available.
|
Sat, 01 Mar 2008 10:31:51 +0000 |
diego |
Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.
|
Sun, 27 Jan 2008 12:15:27 +0000 |
reimar |
Remove $Id$ tags, they make diffs between different versions
|
Wed, 23 Jan 2008 11:16:18 +0000 |
diego |
Disable unused function test_heap, fixes the warning:
|
Wed, 23 Jan 2008 11:15:06 +0000 |
diego |
Remove unused function exp_ftol_wrong, fixes the warning:
|
Sun, 20 Jan 2008 17:16:39 +0000 |
diego |
Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a
|
Sun, 21 Oct 2007 13:45:04 +0000 |
reimar |
Replace hardcoded 0 by equivalent O_RDONLY
|
Wed, 17 Oct 2007 05:14:21 +0000 |
compn |
Add Coinitialize function to vfw encoder and win32 loader.
|
Mon, 10 Sep 2007 15:38:11 +0000 |
diego |
warning fixes:
|
Mon, 10 Sep 2007 15:33:40 +0000 |
diego |
warning fix:
|
Mon, 10 Sep 2007 15:32:11 +0000 |
diego |
warning fix:
|
Mon, 10 Sep 2007 13:03:20 +0000 |
diego |
warning fixes:
|
Sat, 02 Jun 2007 12:24:35 +0000 |
diego |
Get rid of superfluous MPLAYER #define, it was always enabled and
|
Sun, 01 Apr 2007 14:42:13 +0000 |
diego |
typo fixes ported from VLC
|
Thu, 08 Mar 2007 22:29:00 +0000 |
reimar |
Support function lookup via ordinal
|
Thu, 08 Mar 2007 22:25:13 +0000 |
reimar |
Allow declaring special undefined functions that will return NULL
|
Sat, 03 Mar 2007 17:25:18 +0000 |
reimar |
The original asm code for the stub returned 0, restore that behaviour.
|
Thu, 01 Mar 2007 02:26:08 +0000 |
voroshil |
Update 3ivx decoder to latest version and allow it to load required library.
|
Sun, 03 Dec 2006 20:26:00 +0000 |
reimar |
mmap memory area for generated code to avoid crashes on machines which
|
Sun, 03 Dec 2006 19:49:39 +0000 |
reimar |
Fix 21381, make sure gcc does not make any ip-relative calls or similar.
|
Wed, 29 Nov 2006 12:56:52 +0000 |
reimar |
Get rid of stubs.S, move code to inline asm.
|
Wed, 29 Nov 2006 12:55:17 +0000 |
reimar |
Cosmetics: remove unused and commented out add_stub function header
|
Wed, 29 Nov 2006 12:44:05 +0000 |
reimar |
Some extra checks and safety space for add_stub function.
|
Wed, 29 Nov 2006 12:20:05 +0000 |
reimar |
Change add_stub code to also work without -fomit-frame-pointer
|
Mon, 27 Nov 2006 16:17:29 +0000 |
reimar |
Remove unused unk_exp1 loader asm code
|
Sat, 04 Nov 2006 16:25:32 +0000 |
rtogni |
Dummy EnumDisplaySettingsA, required by frapsvid.dll 2.8.1
|
Sun, 02 Jul 2006 03:59:36 +0000 |
reynaldo |
rm unnecesary casts from void* - part 2
|
Thu, 22 Jun 2006 13:34:00 +0000 |
diego |
CVS --> Subversion in copyright notices
|
Mon, 05 Jun 2006 18:41:01 +0000 |
rtogni |
Support WVC1 decoding via dmo binary codec wvc1dmod.dll
|
Fri, 24 Mar 2006 08:12:03 +0000 |
diego |
Convert all if(verbose>X) to mp_msg_test calls.
|
Thu, 01 Dec 2005 21:59:24 +0000 |
rtognimp |
export ldexp() and frexp() in pncrt, they are needed by rp8 sipr dll
|
Thu, 01 Dec 2005 20:13:19 +0000 |
rtognimp |
Add CharNextA(), needed by rp8 sipr dll
|
Sat, 19 Nov 2005 14:35:45 +0000 |
diego |
Unify include paths, -I.. is in CFLAGS.
|
Mon, 03 Oct 2005 19:11:55 +0000 |
reimar |
expGetSystemInfo should not leave SYSTEM_INFO unitialized, even when
|
Sun, 02 Oct 2005 14:26:42 +0000 |
reimar |
Several minor fixes: Correctly advertise SSE and SSE2 instruction sets,
|
Thu, 01 Sep 2005 20:42:13 +0000 |
reimar |
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
|
Wed, 25 May 2005 08:48:32 +0000 |
diego |
DragonFly BSD support
|
Sat, 14 May 2005 23:31:29 +0000 |
rtognimp |
FRAPS decoder (FPS1) with binary dll
|
Fri, 15 Apr 2005 20:17:14 +0000 |
diego |
Mark modified imported files as such to comply with GPL ¡ø2a.
|
Tue, 21 Dec 2004 23:26:45 +0000 |
reimar |
add missing registers in clobber list, fixes bug #169
|
Sun, 24 Oct 2004 21:56:51 +0000 |
rtognimp |
Support wmspdmod.dll version 10.0.0.3646
|
Sun, 24 Oct 2004 19:18:26 +0000 |
rtognimp |
Decode VDOWave (VDOM) with binary codec
|
Sat, 23 Oct 2004 15:47:08 +0000 |
rtognimp |
Fix for Windows media audio 9 voice codec (format 0x0a)
|
Sat, 09 Oct 2004 22:14:36 +0000 |
rtognimp |
Windows Media Image (WMVP) can be decoded with WMV9 dmo codec
|
Sat, 18 Sep 2004 14:17:45 +0000 |
diego |
Reduce excessive verbosity a bit.
|
Sat, 28 Aug 2004 20:22:38 +0000 |
rathann |
loader gcc warning fixes and avifile sync
|