Mercurial > mplayer.hg
log libmpcodecs/vd_ffmpeg.c @ 30114:7470ba76f228
age | author | description |
---|---|---|
Thu, 31 Dec 2009 23:39:21 +0000 | reimar | Also pass the 4th plane for planar formats on to libavcodec. |
Sat, 26 Dec 2009 11:51:19 +0000 | reimar | Support mp_image with allocated palette. |
Sun, 22 Nov 2009 13:18:12 +0000 | reimar | Add const to draw_slice argument to match what FFmpeg expects for draw_horiz_band. |
Tue, 17 Nov 2009 13:56:34 +0000 | reimar | Use avcodec_align_dimensions to appropriately align width and height in |
Tue, 10 Nov 2009 18:10:16 +0000 | diego | Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output. |
Wed, 23 Sep 2009 19:21:38 +0000 | reimar | Make sure avctx->codec_type and codec_id are set, since libavcodec |
Sun, 26 Jul 2009 19:53:00 +0000 | diego | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. |