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.
|
Sun, 02 Dec 2007 14:06:03 +0000 |
reimar |
Make vo info structs const
|
Tue, 05 Jun 2007 14:27:54 +0000 |
reimar |
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
Thu, 04 Jan 2007 19:41:41 +0000 |
reimar |
Use av_d2q to produce the fps fraction, this usually produces more sane fractions
|
Thu, 04 Jan 2007 19:33:03 +0000 |
reimar |
Fix printf types: AVRational members are ints, not 64 bit.
|
Wed, 25 Oct 2006 14:41:55 +0000 |
gpoirier |
fix linking issue on PPC64 with 64bits userland, patch by Markus Rothe markus A unixforces P net
|
Mon, 23 Oct 2006 15:43:42 +0000 |
reimar |
Set aspect information in yuv4mpeg
|
Fri, 30 Jun 2006 12:00:31 +0000 |
lucabe |
Move postproc ---> libswscale
|
Fri, 05 Aug 2005 01:24:37 +0000 |
ivo |
Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
|
Mon, 18 Apr 2005 15:52:38 +0000 |
henry |
replace VO and VF numeric flags with #defined identifiers
|
Wed, 19 Jan 2005 17:10:20 +0000 |
reimar |
New suboption type: malloc'ed, zero terminated string
|
Fri, 31 Dec 2004 14:54:58 +0000 |
reimar |
Use subopt parser
|
Sun, 12 Dec 2004 15:17:53 +0000 |
reimar |
fix leak with -fixed-vo, allow concatenating
|
Fri, 03 Dec 2004 21:02:14 +0000 |
reimar |
Add a file= suboption to set output file.
|
Thu, 28 Oct 2004 01:15:53 +0000 |
diego |
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
Sat, 25 Sep 2004 16:10:55 +0000 |
diego |
printf --> mp_msg transition in vo_yuv4mpeg
|
Tue, 02 Sep 2003 17:44:38 +0000 |
alex |
1000l
|
Sat, 14 Dec 2002 17:12:40 +0000 |
arpi |
notice vo driver about skipped/dropped frames
|
Mon, 11 Nov 2002 15:22:10 +0000 |
alex |
removed get_info, using the same sheme as in libmpcodecs instead
|
Wed, 09 Oct 2002 22:37:27 +0000 |
arpi |
since draw_slice() can handle packed RGB too, set the VFCAP_ACCEPT_STRIDE flag
|
Wed, 28 Aug 2002 21:32:32 +0000 |
alex |
finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
|
Sat, 06 Jul 2002 15:20:34 +0000 |
arpi |
interlacing support - Klaus Stengel <ks1@inter-ject.de>
|
Mon, 27 May 2002 18:05:26 +0000 |
alex |
revised query_format
|
Thu, 25 Apr 2002 13:33:43 +0000 |
arpi |
added support for output of subtitles - Juergen Hammelmann <juergen.hammelmann@gmx.de>
|
Sun, 17 Feb 2002 08:24:43 +0000 |
nick |
I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'
|
Thu, 14 Feb 2002 22:31:21 +0000 |
arpi |
yv12 slices fix by Robert Kesterson <robertk@robertk.com>
|
Sun, 10 Feb 2002 16:56:30 +0000 |
alex |
removed unused includes, added fastmemcpy support, removed local copy of rgb24toyv12 (using one in postproc/rgb2rgb.c)
|
Sun, 10 Feb 2002 09:56:50 +0000 |
nick |
Portability
|
Sat, 09 Feb 2002 13:58:37 +0000 |
nexus |
FreeBSD fix
|
Sat, 09 Feb 2002 01:25:21 +0000 |
arpi |
yuv4mpeg output, by Robert Kesterson <robertk@robertk.com>
|