log libvo/vo_yuv4mpeg.c @ 37195:ac6c37d85d65 default tip

age author description
Sat, 18 Jan 2014 21:39:07 +0000 reimar Remove empty draw_slice and draw_frame stubs.
Fri, 27 Apr 2012 14:33:07 +0000 reimar vo_yuv4mpeg: flush userspace FILE buffers after each frame.
Sun, 15 Apr 2012 15:23:43 +0000 reimar Allow using -vo yuv4mpeg for files with resolution changes.
Sun, 15 Apr 2012 15:09:34 +0000 reimar yuv4mpeg: support writing to stdout instead of file.
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Sat, 05 Jun 2010 06:45:01 +0000 reimar Remove colorspace conversion code from -vo yuv4mpeg, -vf scale should
Thu, 03 Jun 2010 21:50:08 +0000 siretart apply missing bits from http://repo.or.cz/w/mplayer.git/commitdiff/cd4e8dc1fa2863dcce62a44dd9ea105f9f9288f4
Thu, 03 Jun 2010 17:37:58 +0000 siretart vo_yuv4mpeg: disable RGB support when compiling against a shared libswscale
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sat, 07 Mar 2009 08:51:40 +0000 reimar Make data related to suboption parsing const in libvo
Wed, 18 Feb 2009 16:49:12 +0000 reimar Use the same code to convert fps in float to fraction as used in mencoder,
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
Sun, 02 Dec 2007 14:39:15 +0000 reimar Mark the vo_functions_t definitions as const where possible.