Mercurial > mplayer.hg
log libmpcodecs/vd_dmo.c @ 34522:d40c46fad187
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 |