aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_yuv4mpeg.c
Commit message (Expand)AuthorAge
* Merge svn changes r31318 to r31328Gravatar Uoti Urpala2010-06-05
|\
| * Remove colorspace conversion code from -vo yuv4mpeg, -vf scale shouldGravatar reimar2010-06-05
| * apply missing bits from http://repo.or.cz/w/mplayer.git/commitdiff/cd4e8dc1fa...Gravatar siretart2010-06-03
| * vo_yuv4mpeg: disable RGB support when compiling against a shared libswscaleGravatar siretart2010-06-03
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Disable functionality requiring libswscale internalsGravatar Uoti Urpala2009-07-26
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28951Gravatar Uoti Urpala2009-03-14
|\|
| * Make data related to suboption parsing const in libvoGravatar reimar2009-03-07
* | Merge svn changes up to r28655Gravatar Uoti Urpala2009-02-19
|\|
| * Use the same code to convert fps in float to fraction as used in mencoder,Gravatar reimar2009-02-18
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* | Remove variable arguments from vo control() functionsGravatar Uoti Urpala2008-04-23
|/
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Use av_d2q to produce the fps fraction, this usually produces more sane fract...Gravatar reimar2007-01-04
* Fix printf types: AVRational members are ints, not 64 bit.Gravatar reimar2007-01-04
* fix linking issue on PPC64 with 64bits userland, patch by Markus Rothe markus...Gravatar gpoirier2006-10-25
* Set aspect information in yuv4mpegGravatar reimar2006-10-23
* Move postproc ---> libswscaleGravatar lucabe2006-06-30
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* New suboption type: malloc'ed, zero terminated stringGravatar reimar2005-01-19
* Use subopt parserGravatar reimar2004-12-31
* fix leak with -fixed-vo, allow concatenatingGravatar reimar2004-12-12
* Add a file= suboption to set output file.Gravatar reimar2004-12-03
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* printf --> mp_msg transition in vo_yuv4mpegGravatar diego2004-09-25
* 1000lGravatar alex2003-09-02
* notice vo driver about skipped/dropped framesGravatar arpi2002-12-14
* removed get_info, using the same sheme as in libmpcodecs insteadGravatar alex2002-11-11
* since draw_slice() can handle packed RGB too, set the VFCAP_ACCEPT_STRIDE flagGravatar arpi2002-10-09
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apiGravatar alex2002-08-28
* interlacing support - Klaus Stengel <ks1@inter-ject.de>Gravatar arpi2002-07-06
* revised query_formatGravatar alex2002-05-27
* added support for output of subtitles - Juergen Hammelmann <juergen.hammelman...Gravatar arpi2002-04-25
* I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'Gravatar nick2002-02-17
* yv12 slices fix by Robert Kesterson <robertk@robertk.com>Gravatar arpi2002-02-14
* removed unused includes, added fastmemcpy support, removed local copy of rgb2...Gravatar alex2002-02-10
* PortabilityGravatar nick2002-02-10
* FreeBSD fixGravatar nexus2002-02-09
* yuv4mpeg output, by Robert Kesterson <robertk@robertk.com>Gravatar arpi2002-02-09