Tue, 23 Mar 2010 19:40:37 +0000 |
diego |
Fix build due to codecs_path vs. codec_path typo.
|
Tue, 23 Mar 2010 18:01:00 +0000 |
diego |
Get rid of pointless def_path variable; use codec_path directly instead.
|
Tue, 23 Mar 2010 17:52:46 +0000 |
diego |
Real binary loader code should respect the binary codec path.
|
Sun, 14 Mar 2010 16:13:32 +0000 |
diego |
Replace separate Win32, XAnim and Real codec directories by one global dir.
|
Wed, 17 Feb 2010 19:21:28 +0000 |
diego |
Revert marking seemingly unused RealAudio/RealVideo-related functions as static.
|
Tue, 16 Feb 2010 16:16:42 +0000 |
diego |
libmpcodecs: Mark functions not used outside of their files as static.
|
Fri, 12 Feb 2010 16:29:34 +0000 |
diego |
Mark all ad_info_t/vd_info_t structure declarations as const.
|
Sat, 30 Jan 2010 16:57:40 +0000 |
diego |
Add missing license headers to all files in the libmpcodecs directory.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Mon, 09 Feb 2009 22:00:57 +0000 |
aurel |
change internal real video packetizing format to the more straight forward one
|
Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Fri, 16 May 2008 00:23:02 +0000 |
diego |
cosmetics: Remove pointless parentheses from return calls.
|
Sun, 13 Apr 2008 02:35:30 +0000 |
zuxy |
Set dll_type and rv_handle for drvc.dll
|
Sat, 12 Apr 2008 18:35:11 +0000 |
zuxy |
Oops...should be "drv43260.dll" instead of "drv34260.dll"
|
Sat, 12 Apr 2008 18:31:08 +0000 |
zuxy |
Cosmetic fix for r26419
|
Sat, 12 Apr 2008 18:29:57 +0000 |
zuxy |
Dlls can be relocated when loading so rely on filename instead of absolute
|
Sat, 12 Apr 2008 18:24:25 +0000 |
zuxy |
Indentation fix for r26417
|
Sat, 12 Apr 2008 18:23:26 +0000 |
zuxy |
Don't print "Could not patch" messages when we haven't actually tried to patch.
|
Sat, 12 Apr 2008 18:19:51 +0000 |
zuxy |
Check for drvc.dll entries for mingw32
|
Thu, 14 Feb 2008 14:23:55 +0000 |
diego |
typo fix: inited --> initialized
|
Sun, 06 Jan 2008 13:49:07 +0000 |
rtogni |
Do not pass timestamp to realvideo binary decoder
|
Mon, 20 Aug 2007 16:17:13 +0000 |
reimar |
Runtime-patching for windows to fix crash with drv43260.dll
|
Thu, 15 Mar 2007 08:29:24 +0000 |
diego |
Include loader/ prefix in #include path everywhere.
|
Sun, 10 Dec 2006 18:59:28 +0000 |
reimar |
Only increase buffer size to avoid crashes when seeking in
|
Sun, 10 Dec 2006 16:52:58 +0000 |
reimar |
Fix realvideo size changes by using our own malloced buffer and export type mpi.
|
Sun, 03 Dec 2006 21:43:57 +0000 |
reimar |
Remove unused function pointers, they probably had incorrect prototypes
|
Tue, 14 Nov 2006 22:40:35 +0000 |
rtogni |
Fix extradata passing to lavc RV20 decoder
|
Tue, 10 Oct 2006 22:15:01 +0000 |
rtogni |
Allows up to 8 bytes of extradata for cmsg24
|
Wed, 21 Jun 2006 14:49:09 +0000 |
diego |
Move #ifdefs around complete files into the build system.
|
Fri, 03 Mar 2006 22:38:46 +0000 |
diego |
Reduce Real DLL/so loading verbosity, OKed by Roberto.
|