log libmpcodecs/vd_xanim.c @ 37195:ac6c37d85d65 default tip

age author description
Wed, 27 Jul 2011 13:40:06 +0000 diego cleanup: adjust printf format strings to match parameter types
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.
Sun, 27 May 2007 20:45:34 +0000 reimar Removed useless fastmemcpy.h includes in video decoders
Sun, 01 Apr 2007 21:59:54 +0000 uau "()" to "(void)" function param list fixes
Wed, 21 Jun 2006 14:49:09 +0000 diego Move #ifdefs around complete files into the build system.
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Thu, 03 Jul 2003 20:22:51 +0000 alex removing my (nonworking) email address
Sun, 09 Feb 2003 20:18:23 +0000 arpi linux->osdep
Fri, 13 Sep 2002 19:08:15 +0000 alex removed unused code. fixed yv12+debug-mode sig11
Tue, 10 Sep 2002 20:03:04 +0000 arpi - some cleanup, unused code removed
Fri, 06 Sep 2002 16:51:16 +0000 alex removed xacodec_driver, using sh->context instead, removed xacodec_image, using mpi instead, some warning fixes. note: mpi optimisations are still pending
Thu, 05 Sep 2002 16:34:57 +0000 alex merged xacodec.c and vd_xanim.c
Fri, 30 Aug 2002 21:44:20 +0000 arpi -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
Sun, 23 Jun 2002 15:15:31 +0000 alex yvu9 and if09 support
Sat, 23 Mar 2002 15:09:05 +0000 alex added xanim url
Sat, 16 Mar 2002 01:10:31 +0000 arpi handle error from mpcodecs_config_vo()
Thu, 07 Mar 2002 20:43:17 +0000 arpi common includes moved to private vd_internal.h
Thu, 07 Mar 2002 01:39:07 +0000 arpi xanim, raw, rle added