summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_dmo.c
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r31050Uoti Urpala2010-04-261-1/+2
|\
| * Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systemszuxy2010-04-201-1/+2
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | Merge svn changes up to r30848Uoti Urpala2010-03-101-1/+3
|\|
| * Partially revert r30645, the final output format is determined byreimar2010-03-031-1/+3
* | Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+5
|\|
| * Add malloc.h #include for memalign(), fixes the warning:diego2010-02-211-2/+5
* | Merge svn changes up to r30663Uoti Urpala2010-03-101-13/+41
|\|
| * DirectShow requires stride to be a multiple of 4 for RGB24/BGR24, addreimar2010-02-181-10/+39
| * Merge declaration and initialization.reimar2010-02-181-2/+1
| * DShow and DMO decoders need MP_IMGFLAG_COMMON_PLANEreimar2010-02-181-1/+1
| * Call mpcodecs_config_vo with the proper image format for dmo and dshow codecs.reimar2010-02-181-1/+1
| * Mark all ad_info_t/vd_info_t structure declarations as const.diego2010-02-121-1/+1
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-4/+4
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-4/+4
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-4/+4
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-4/+4
* | Make video decoder description structs constUoti Urpala2008-04-251-1/+1
|/
* Remove separation between Win32 DLL and DirectShow support in the build system.diego2006-06-211-3/+0
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-311-1/+1
* Console message corrected and moved to help_mp-en.h.diego2004-07-061-3/+2
* corrected w32codec address (noticed by Peter Nelson on mplayer-users)alex2002-12-201-1/+1
* DMO supportarpi2002-11-261-0/+90