summaryrefslogtreecommitdiffstats
path: root/libvo/vo_yuv4mpeg.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-4/+2
* Merge svn changes r31318 to r31328Uoti Urpala2010-06-051-268/+2
|\
| * Remove colorspace conversion code from -vo yuv4mpeg, -vf scale shouldreimar2010-06-051-268/+2
| * apply missing bits from http://repo.or.cz/w/mplayer.git/commitdiff/cd4e8dc1fa...siretart2010-06-031-0/+6
| * vo_yuv4mpeg: disable RGB support when compiling against a shared libswscalesiretart2010-06-031-4/+10
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-31/+31
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | Disable functionality requiring libswscale internalsUoti Urpala2009-07-261-4/+16
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-31/+31
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-11/+11
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-11/+11
* | Merge svn changes up to r28951Uoti Urpala2009-03-141-1/+1
|\|
| * Make data related to suboption parsing const in libvoreimar2009-03-071-1/+1
* | Merge svn changes up to r28655Uoti Urpala2009-02-191-1/+1
|\|
| * Use the same code to convert fps in float to fraction as used in mencoder,reimar2009-02-181-1/+1
* | Merge svn changes up to r28537Uoti Urpala2009-02-121-5/+20
|\|
| * Add standard license headers, unify header formatting.diego2009-02-081-5/+20
* | Remove variable arguments from vo control() functionsUoti Urpala2008-04-231-1/+1
|/
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/+1
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-11/+11
* Use av_d2q to produce the fps fraction, this usually produces more sane fract...reimar2007-01-041-3/+5
* Fix printf types: AVRational members are ints, not 64 bit.reimar2007-01-041-1/+1
* 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