log libvo/vo_yuv4mpeg.c @ 35256:4ca7b3dfb574

age author description
2012-04-27 reimar vo_yuv4mpeg: flush userspace FILE buffers after each frame.
2012-04-15 reimar Allow using -vo yuv4mpeg for files with resolution changes.
2012-04-15 reimar yuv4mpeg: support writing to stdout instead of file.
2011-05-07 iive Remove the variable arguments from the libvo control() functions.
2010-11-14 cboesch Remove most of the NULL pointer check before free all over the code
2010-10-27 cigaes Move libvo/sub.[ch] from libvo to sub.
2010-06-05 reimar Remove colorspace conversion code from -vo yuv4mpeg, -vf scale should
2010-06-03 siretart apply missing bits from http://repo.or.cz/w/mplayer.git/commitdiff/cd4e8dc1fa2863dcce62a44dd9ea105f9f9288f4
2010-06-03 siretart vo_yuv4mpeg: disable RGB support when compiling against a shared libswscale
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-03-07 reimar Make data related to suboption parsing const in libvo
2009-02-18 reimar Use the same code to convert fps in float to fraction as used in mencoder,
2009-02-08 diego Add standard license headers, unify header formatting.
2007-12-02 reimar Mark the vo_functions_t definitions as const where possible.
2007-12-02 reimar Make vo info structs const
2007-06-05 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
2007-01-04 reimar Use av_d2q to produce the fps fraction, this usually produces more sane fractions
2007-01-04 reimar Fix printf types: AVRational members are ints, not 64 bit.
2006-10-25 gpoirier fix linking issue on PPC64 with 64bits userland, patch by Markus Rothe markus A unixforces P net
2006-10-23 reimar Set aspect information in yuv4mpeg
2006-06-30 lucabe Move postproc ---> libswscale
2005-08-05 ivo Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
2005-04-18 henry replace VO and VF numeric flags with #defined identifiers
2005-01-19 reimar New suboption type: malloc'ed, zero terminated string
2004-12-31 reimar Use subopt parser
2004-12-12 reimar fix leak with -fixed-vo, allow concatenating
2004-12-03 reimar Add a file= suboption to set output file.
2004-10-28 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
2004-09-25 diego printf --> mp_msg transition in vo_yuv4mpeg
2003-09-02 alex 1000l
2002-12-14 arpi notice vo driver about skipped/dropped frames
2002-11-11 alex removed get_info, using the same sheme as in libmpcodecs instead
2002-10-09 arpi since draw_slice() can handle packed RGB too, set the VFCAP_ACCEPT_STRIDE flag
2002-08-28 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
2002-07-06 arpi interlacing support - Klaus Stengel <ks1@inter-ject.de>
2002-05-27 alex revised query_format
2002-04-25 arpi added support for output of subtitles - Juergen Hammelmann <juergen.hammelmann@gmx.de>
2002-02-17 nick I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'
2002-02-14 arpi yv12 slices fix by Robert Kesterson <robertk@robertk.com>
2002-02-10 alex removed unused includes, added fastmemcpy support, removed local copy of rgb24toyv12 (using one in postproc/rgb2rgb.c)
2002-02-10 nick Portability
2002-02-09 nexus FreeBSD fix
2002-02-09 arpi yuv4mpeg output, by Robert Kesterson <robertk@robertk.com>