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

age author description
Sun, 24 Jul 2011 23:55:34 +0000 diego Do not translate console messages of verbosity level MSGL_V and above.
Tue, 20 Apr 2010 04:33:00 +0000 zuxy Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systems
Wed, 03 Mar 2010 21:32:31 +0000 reimar Partially revert r30645, the final output format is determined by
Sun, 21 Feb 2010 12:48:56 +0000 diego Add malloc.h #include for memalign(), fixes the warning:
Thu, 18 Feb 2010 23:11:27 +0000 reimar DirectShow requires stride to be a multiple of 4 for RGB24/BGR24, add
Thu, 18 Feb 2010 22:37:08 +0000 reimar Merge declaration and initialization.
Thu, 18 Feb 2010 22:34:27 +0000 reimar DShow and DMO decoders need MP_IMGFLAG_COMMON_PLANE
Thu, 18 Feb 2010 22:28:55 +0000 reimar Call mpcodecs_config_vo with the proper image format for dmo and dshow codecs.
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.
Wed, 21 Jun 2006 09:45:17 +0000 diego Remove separation between Win32 DLL and DirectShow support in the build system.
Fri, 31 Mar 2006 00:15:47 +0000 reynaldo Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
Tue, 06 Jul 2004 11:14:29 +0000 diego Console message corrected and moved to help_mp-en.h.
Fri, 20 Dec 2002 21:43:18 +0000 alex corrected w32codec address (noticed by Peter Nelson on mplayer-users)
Tue, 26 Nov 2002 22:55:32 +0000 arpi DMO support