log libmpcodecs/vd_xanim.c @ 33074:1241d9d7d551

age author description
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Thu, 01 Jul 2010 21:11:10 +0000 reimar Give functions proper prototypes.
Tue, 23 Mar 2010 18:01:00 +0000 diego Get rid of pointless def_path variable; use codec_path directly instead.
Sat, 20 Mar 2010 23:38:27 +0000 diego Rename get_path.[ch] --> path.[ch].
Sat, 20 Mar 2010 23:27:07 +0000 diego Move SetCodecPath() from loader to get_path.c and make it unconditional.
Thu, 18 Mar 2010 23:37:57 +0000 diego Drop support for XANIM_MOD_DIR environment variable.
Thu, 18 Mar 2010 23:32:14 +0000 diego Reuse codec path variable used in the binary loader in the XAnim loader.
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 21:29:05 +0000 diego Revert marking seemingly unused XAnim-binary-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.
Fri, 16 May 2008 00:23:02 +0000 diego cosmetics: Remove pointless parentheses from return calls.
Mon, 28 Apr 2008 14:43:30 +0000 diego Consistently #include mpbswap.h instead of bswap.h everywhere.