log

age author description
Sat, 14 Feb 2009 18:57:32 +0000 diego Remove some useless parentheses. libavcodec
Sat, 14 Feb 2009 18:51:17 +0000 diego Rename some forward declarations that were missed, fixes the warnings: libavcodec
Sat, 14 Feb 2009 18:47:00 +0000 iive remove obsolete comment libavcodec
Sat, 14 Feb 2009 18:46:32 +0000 diego Fix compilation: XVMC_ --> ff_xvmc prefix for xvmc functions. libavcodec
Sat, 14 Feb 2009 18:45:44 +0000 iive remove some useless () libavcodec
Sat, 14 Feb 2009 18:25:41 +0000 iive use ff_xvmc for function names instead of XVMC_ libavcodec
Sat, 14 Feb 2009 18:15:59 +0000 diego whitespace cosmetics: Restore vertical alignment. libavcodec
Sat, 14 Feb 2009 18:06:05 +0000 iive clarify xvmc struct fields usage distribution (internal communication) libavcodec
Sat, 14 Feb 2009 17:56:51 +0000 iive doxygen style comments libavcodec
Sat, 14 Feb 2009 17:52:30 +0000 diego Replace useless X11 #includes by the one that actually provides the required libavcodec
Sat, 14 Feb 2009 17:45:38 +0000 diego whitespace cosmetics: vertical alignment libavcodec
Sat, 14 Feb 2009 17:42:40 +0000 diego Fix non-Doxygen comment. libavcodec
Sat, 14 Feb 2009 17:37:42 +0000 diego Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined. libavcodec
Sat, 14 Feb 2009 17:28:39 +0000 iive vertically align xvmc struct member comments libavcodec
Sat, 14 Feb 2009 17:24:01 +0000 iive Rename xvmc flags to follow ffmpeg AV_ notion. libavcodec
Sat, 14 Feb 2009 17:12:25 +0000 diego Give public #defines that are used by MPlayer an AV_ prefix. libavcodec
Sat, 14 Feb 2009 17:04:09 +0000 diego Replace all (x == NULL) or (x != NULL) in assert and if conditions by !x and x. libavcodec
Sat, 14 Feb 2009 16:54:53 +0000 diego Update multiple inclusion guards to match filename. libavcodec
Sat, 14 Feb 2009 16:53:42 +0000 iive remove assertion that use external definitions libavcodec
Sat, 14 Feb 2009 16:43:35 +0000 diego Fix compilation: Restore mistakenly removed constant definitions. libavcodec
Sat, 14 Feb 2009 16:37:30 +0000 iive explain chroma_format field in xvmc struct libavcodec
Sat, 14 Feb 2009 16:30:57 +0000 iive describe idct variable in xvmc struct libavcodec
Sat, 14 Feb 2009 16:24:45 +0000 iive Describe the purpose of magic in xvmc structure. libavcodec
Sat, 14 Feb 2009 16:23:08 +0000 diego whitespace cosmetics: vertical alignment libavcodec
Sat, 14 Feb 2009 16:22:11 +0000 diego whitespace cosmetics: another round of formatting consistency fixes libavcodec
Sat, 14 Feb 2009 16:14:26 +0000 diego whitespace cosmetics: consistent (more or less) K&R style libavcodec
Sat, 14 Feb 2009 16:05:36 +0000 diego whitespace cosmetics: Fix indentation depth. libavcodec
Sat, 14 Feb 2009 16:01:03 +0000 diego Remove commented-out code. libavcodec
Sat, 14 Feb 2009 15:37:40 +0000 diego Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices. libavcodec
Sat, 14 Feb 2009 15:30:40 +0000 diego Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan. libavcodec