summaryrefslogtreecommitdiffstats
path: root/libvo/vo_yuv4mpeg.c
Commit message (Expand)AuthorAgeFilesLines
* fix linking issue on PPC64 with 64bits userland, patch by Markus Rothe markus...gpoirier2006-10-251-0/+1
* Set aspect information in yuv4mpegreimar2006-10-231-7/+6
* Move postproc ---> libswscalelucabe2006-06-301-1/+1
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-6/+6
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-1/+1
* New suboption type: malloc'ed, zero terminated stringreimar2005-01-191-11/+4
* Use subopt parserreimar2004-12-311-36/+28
* fix leak with -fixed-vo, allow concatenatingreimar2004-12-121-3/+19
* Add a file= suboption to set output file.reimar2004-12-031-22/+42
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-2/+2
* printf --> mp_msg transition in vo_yuv4mpegdiego2004-09-251-12/+26
* 1000lalex2003-09-021-1/+2
* notice vo driver about skipped/dropped framesarpi2002-12-141-0/+52
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-7/+3
* since draw_slice() can handle packed RGB too, set the VFCAP_ACCEPT_STRIDE flagarpi2002-10-091-6/+6
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-1/+1
* interlacing support - Klaus Stengel <ks1@inter-ject.de>arpi2002-07-061-50/+287
* revised query_formatalex2002-05-271-1/+2
* added support for output of subtitles - Juergen Hammelmann <juergen.hammelman...arpi2002-04-251-0/+17
* I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'nick2002-02-171-1/+7
* yv12 slices fix by Robert Kesterson <robertk@robertk.com>arpi2002-02-141-7/+7
* removed unused includes, added fastmemcpy support, removed local copy of rgb2...alex2002-02-101-88/+4
* Portabilitynick2002-02-101-1/+1
* FreeBSD fixnexus2002-02-091-0/+3
* yuv4mpeg output, by Robert Kesterson <robertk@robertk.com>arpi2002-02-091-0/+284