log libmpcodecs/vd_dmo.c @ 36057:12dcd03f4e79

age author description
2011-07-24 diego Do not translate console messages of verbosity level MSGL_V and above.
2010-04-20 zuxy Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systems
2010-03-03 reimar Partially revert r30645, the final output format is determined by
2010-02-21 diego Add malloc.h #include for memalign(), fixes the warning:
2010-02-18 reimar DirectShow requires stride to be a multiple of 4 for RGB24/BGR24, add
2010-02-18 reimar Merge declaration and initialization.
2010-02-18 reimar DShow and DMO decoders need MP_IMGFLAG_COMMON_PLANE
2010-02-18 reimar Call mpcodecs_config_vo with the proper image format for dmo and dshow codecs.
2010-02-12 diego Mark all ad_info_t/vd_info_t structure declarations as const.
2010-01-30 diego Add missing license headers to all files in the libmpcodecs directory.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2006-06-21 diego Remove separation between Win32 DLL and DirectShow support in the build system.
2006-03-31 reynaldo Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
2004-07-06 diego Console message corrected and moved to help_mp-en.h.
2002-12-20 alex corrected w32codec address (noticed by Peter Nelson on mplayer-users)
2002-11-26 arpi DMO support