log

age author description
Sat, 20 Mar 2010 23:27:07 +0000 diego Move SetCodecPath() from loader to get_path.c and make it unconditional.
Sat, 20 Mar 2010 01:33:54 +0000 jrash sync with en/mplayer.1 rev. 30936
Fri, 19 Mar 2010 19:44:02 +0000 reimar Remove unnecessary size limits and a related define for hm12 decoder.
Fri, 19 Mar 2010 19:42:23 +0000 reimar Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats
Fri, 19 Mar 2010 09:58:45 +0000 diego Replace wrong condition name in #endif comment by correct instance.
Fri, 19 Mar 2010 09:57:36 +0000 diego Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.
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.
Thu, 18 Mar 2010 23:02:32 +0000 cehoyos Extend the generic path of the yuv2rgb converter with support for rgb444
Thu, 18 Mar 2010 21:53:53 +0000 aurel cosmetics: indentation
Thu, 18 Mar 2010 21:53:02 +0000 aurel add support for lavf style extradata in vd_theora
Thu, 18 Mar 2010 20:57:49 +0000 diego Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.
Thu, 18 Mar 2010 20:44:01 +0000 reimar Split codec path related code into a separate file to fix Windows build.
Thu, 18 Mar 2010 00:45:18 +0000 cehoyos Fix first line(s) of vo vdpau documentation.
Wed, 17 Mar 2010 23:42:11 +0000 sesse Fix thread safety issue in mreq_private: last_alloc was accessed from multiple
Wed, 17 Mar 2010 23:38:26 +0000 sesse Announce Windows XP SP2 instead of Windows 95 OSR2.
Wed, 17 Mar 2010 23:33:26 +0000 sesse Announce SMP support for Win32.
Wed, 17 Mar 2010 14:41:32 +0000 diego Introduce mak_enable function to set variables in config.mak.
Wed, 17 Mar 2010 14:09:09 +0000 diego Rename SGI_MIPS architecture to plain MIPS.
Wed, 17 Mar 2010 13:55:59 +0000 diego Drop libavcodec_arch hack; ARCH can now be set directly in config.mak.
Wed, 17 Mar 2010 13:41:54 +0000 diego Lowercase arch and subarch values.
Wed, 17 Mar 2010 13:37:36 +0000 diego cosmetics: Drop leading underscore from cpuexts variables.
Wed, 17 Mar 2010 13:34:33 +0000 diego Make ff_config_enable work with lowercase values.
Wed, 17 Mar 2010 13:20:06 +0000 diego Split subarch handling off from generic arch handling.
Wed, 17 Mar 2010 12:39:21 +0000 diego Prefer FFmpeg AAC decoder over libfaad.
Wed, 17 Mar 2010 12:35:36 +0000 diego Rename libopencore AMR decoder entries.
Wed, 17 Mar 2010 10:46:18 +0000 cehoyos Fix compilation after FFmpeg r22569 at least for some architectures.
Wed, 17 Mar 2010 10:10:47 +0000 diego cosmetics: Drop leading underscores from arch variables.
Wed, 17 Mar 2010 09:12:51 +0000 komh Follow a more proper way to support -codecpath.
Tue, 16 Mar 2010 22:08:56 +0000 sesse Fix return value of InitializeCriticalSectionAndSpinCount.