aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_dmo.c
Commit message (Expand)AuthorAge
* Partially revert r30645, the final output format is determined byGravatar reimar2010-03-03
* Add malloc.h #include for memalign(), fixes the warning:Gravatar diego2010-02-21
* DirectShow requires stride to be a multiple of 4 for RGB24/BGR24, addGravatar reimar2010-02-18
* Merge declaration and initialization.Gravatar reimar2010-02-18
* DShow and DMO decoders need MP_IMGFLAG_COMMON_PLANEGravatar reimar2010-02-18
* Call mpcodecs_config_vo with the proper image format for dmo and dshow codecs.Gravatar reimar2010-02-18
* Mark all ad_info_t/vd_info_t structure declarations as const.Gravatar diego2010-02-12
* Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Remove separation between Win32 DLL and DirectShow support in the build system.Gravatar diego2006-06-21
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...Gravatar reynaldo2006-03-31
* Console message corrected and moved to help_mp-en.h.Gravatar diego2004-07-06
* corrected w32codec address (noticed by Peter Nelson on mplayer-users)Gravatar alex2002-12-20
* DMO supportGravatar arpi2002-11-26