log

age author description
Mon, 02 Nov 2009 01:40:09 +0000 uau demuxer.c: Add initialization missing from previous commit
Mon, 02 Nov 2009 00:11:30 +0000 compn add VYUY and Y42B fourccs to rawcodecs
Sun, 01 Nov 2009 09:48:34 +0000 reimar Unbreak the demuxer-specific code in video.c with e.g.
Sat, 31 Oct 2009 15:34:18 +0000 cehoyos Teletext display does support font scaling via OSD font scaling, remove
Sat, 31 Oct 2009 15:30:56 +0000 cehoyos Replace two more occurences of tvi_vbi with dec_teletext.
Sat, 31 Oct 2009 15:28:28 +0000 cehoyos Remove incorrect comment.
Sat, 31 Oct 2009 02:00:00 +0000 jrash sync with en/mplayer.1 r29805
Fri, 30 Oct 2009 22:18:29 +0000 corey Slightly change behavior of "none" if fstype specification.
Fri, 30 Oct 2009 14:13:25 +0000 stefano Document slice ordering assumption done by sws_scale().
Fri, 30 Oct 2009 10:03:54 +0000 cehoyos Support ISDB-Tb tunning in Brazil
Thu, 29 Oct 2009 22:39:00 +0000 cehoyos Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
Thu, 29 Oct 2009 22:13:04 +0000 cehoyos Move teletext specific code from stream into libmpcodecs.
Wed, 28 Oct 2009 13:55:18 +0000 diego consistency fix: Give all CONFIG_ definitions the value 1.
Tue, 27 Oct 2009 08:29:07 +0000 cehoyos Cosmetics: Reindent after last commit.
Tue, 27 Oct 2009 08:28:08 +0000 cehoyos Allow image format BGRA when using vo vdpau.
Mon, 26 Oct 2009 22:15:19 +0000 reimar Move 64 bit check below compiler detection since it needs the compiler
Sat, 24 Oct 2009 13:19:20 +0000 cehoyos Fix teletext character set auto-detection.
Sat, 24 Oct 2009 12:35:18 +0000 diego Move some variable initializations to the beginning of vo_x11_fullscreen().
Fri, 23 Oct 2009 18:26:42 +0000 cehoyos Implement VFCAP_FLIP for vo_vdpau.
Thu, 22 Oct 2009 18:44:39 +0000 cehoyos Free memory allocated in ff_vdpau_add_data_chunk() on uninit.
Thu, 22 Oct 2009 15:40:04 +0000 ptt synced with r29791
Thu, 22 Oct 2009 14:19:10 +0000 diego Break an output line for consistency.
Thu, 22 Oct 2009 14:06:38 +0000 ptt cosmetic fixes in bs2b and vdpau sections
Tue, 20 Oct 2009 16:26:30 +0000 compn add V422, YUNV to rawyuy2
Tue, 20 Oct 2009 15:47:36 +0000 compn add HDYC fourcc to rawuyvy
Mon, 19 Oct 2009 21:23:08 +0000 lorenm sync to x264-r1296
Mon, 19 Oct 2009 15:47:59 +0000 cehoyos Fix playback of Intel JPEG Library Video Codec.
Mon, 19 Oct 2009 10:09:58 +0000 diego Fix aspect test program linking.
Mon, 19 Oct 2009 09:56:18 +0000 diego Get rid of COMMON_LDFLAGS variable. It was a pointless indirection.
Mon, 19 Oct 2009 09:50:51 +0000 diego Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN.