| Commit message (Expand) | Author | Age | Files | Lines |
* | sub/OSD: move some related files to sub/ | Uoti Urpala | 2011-01-26 | 1 | -1/+1 |
* | cleanup: remove NULL checks before free() all over the code | cboesch | 2010-11-14 | 1 | -4/+2 |
* | Merge svn changes r31318 to r31328 | Uoti Urpala | 2010-06-05 | 1 | -268/+2 |
|\ |
|
| * | Remove colorspace conversion code from -vo yuv4mpeg, -vf scale should | reimar | 2010-06-05 | 1 | -268/+2 |
| * | apply missing bits from http://repo.or.cz/w/mplayer.git/commitdiff/cd4e8dc1fa... | siretart | 2010-06-03 | 1 | -0/+6 |
| * | vo_yuv4mpeg: disable RGB support when compiling against a shared libswscale | siretart | 2010-06-03 | 1 | -4/+10 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -31/+31 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | | Disable functionality requiring libswscale internals | Uoti Urpala | 2009-07-26 | 1 | -4/+16 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -31/+31 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -11/+11 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -11/+11 |
* | | Merge svn changes up to r28951 | Uoti Urpala | 2009-03-14 | 1 | -1/+1 |
|\| |
|
| * | Make data related to suboption parsing const in libvo | reimar | 2009-03-07 | 1 | -1/+1 |
* | | Merge svn changes up to r28655 | Uoti Urpala | 2009-02-19 | 1 | -1/+1 |
|\| |
|
| * | Use the same code to convert fps in float to fraction as used in mencoder, | reimar | 2009-02-18 | 1 | -1/+1 |
* | | Merge svn changes up to r28537 | Uoti Urpala | 2009-02-12 | 1 | -5/+20 |
|\| |
|
| * | Add standard license headers, unify header formatting. | diego | 2009-02-08 | 1 | -5/+20 |
* | | Remove variable arguments from vo control() functions | Uoti Urpala | 2008-04-23 | 1 | -1/+1 |
|/ |
|
* | Mark the vo_functions_t definitions as const where possible. | reimar | 2007-12-02 | 1 | -1/+1 |
* | Make vo info structs const | reimar | 2007-12-02 | 1 | -1/+1 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 1 | -11/+11 |
* | Use av_d2q to produce the fps fraction, this usually produces more sane fract... | reimar | 2007-01-04 | 1 | -3/+5 |
* | Fix printf types: AVRational members are ints, not 64 bit. | reimar | 2007-01-04 | 1 | -1/+1 |
* | fix linking issue on PPC64 with 64bits userland, patch by Markus Rothe markus... | gpoirier | 2006-10-25 | 1 | -0/+1 |
* | Set aspect information in yuv4mpeg | reimar | 2006-10-23 | 1 | -7/+6 |
* | Move postproc ---> libswscale | lucabe | 2006-06-30 | 1 | -1/+1 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 | 1 | -6/+6 |
* | replace VO and VF numeric flags with #defined identifiers | henry | 2005-04-18 | 1 | -1/+1 |
* | New suboption type: malloc'ed, zero terminated string | reimar | 2005-01-19 | 1 | -11/+4 |
* | Use subopt parser | reimar | 2004-12-31 | 1 | -36/+28 |
* | fix leak with -fixed-vo, allow concatenating | reimar | 2004-12-12 | 1 | -3/+19 |
* | Add a file= suboption to set output file. | reimar | 2004-12-03 | 1 | -22/+42 |
* | Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. | diego | 2004-10-28 | 1 | -2/+2 |
* | printf --> mp_msg transition in vo_yuv4mpeg | diego | 2004-09-25 | 1 | -12/+26 |
* | 1000l | alex | 2003-09-02 | 1 | -1/+2 |
* | notice vo driver about skipped/dropped frames | arpi | 2002-12-14 | 1 | -0/+52 |
* | removed get_info, using the same sheme as in libmpcodecs instead | alex | 2002-11-11 | 1 | -7/+3 |
* | since draw_slice() can handle packed RGB too, set the VFCAP_ACCEPT_STRIDE flag | arpi | 2002-10-09 | 1 | -6/+6 |
* | finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api | alex | 2002-08-28 | 1 | -1/+1 |
* | interlacing support - Klaus Stengel <ks1@inter-ject.de> | arpi | 2002-07-06 | 1 | -50/+287 |
* | revised query_format | alex | 2002-05-27 | 1 | -1/+2 |
* | added support for output of subtitles - Juergen Hammelmann <juergen.hammelman... | arpi | 2002-04-25 | 1 | -0/+17 |
* | I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me' | nick | 2002-02-17 | 1 | -1/+7 |
* | yv12 slices fix by Robert Kesterson <robertk@robertk.com> | arpi | 2002-02-14 | 1 | -7/+7 |
* | removed unused includes, added fastmemcpy support, removed local copy of rgb2... | alex | 2002-02-10 | 1 | -88/+4 |
* | Portability | nick | 2002-02-10 | 1 | -1/+1 |
* | FreeBSD fix | nexus | 2002-02-09 | 1 | -0/+3 |
* | yuv4mpeg output, by Robert Kesterson <robertk@robertk.com> | arpi | 2002-02-09 | 1 | -0/+284 |