| Commit message (Expand) | Author | Age | Files | Lines |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -29/+29 |
* | Remove obsolete extra elements from opt_t struct initialization. | diego | 2009-03-15 | 1 | -2/+2 |
* | Make data related to suboption parsing const in libvo | reimar | 2009-03-07 | 1 | -1/+1 |
* | Add standard license headers, unify header formatting. | diego | 2009-02-08 | 1 | -2/+17 |
* | Add support for writing PNG files with alpha channel in -vo png | reimar | 2008-12-10 | 1 | -2/+9 |
* | Use the proper IMGFMT_RGB24 and IMGFMT_BGR24 defines instead of | reimar | 2008-11-13 | 1 | -2/+2 |
* | Add missing #include for mplayer.h, fixes the warning: | diego | 2008-10-03 | 1 | -0/+1 |
* | add outdir sub-option to vo png | ben | 2008-09-20 | 1 | -2/+64 |
* | #include config.h before all other headers. | diego | 2008-03-14 | 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 |
* | Get rid of mp_msg_test in vo_png, only reason to use it is performance and | reimar | 2007-10-03 | 1 | -20/+10 |
* | Use IMGFMT_IS_BGR instead of mpi->flags&MP_IMGFLAG_SWAPPED, this is easier | reimar | 2007-10-03 | 1 | -1/+1 |
* | Make a local-only variable static in vo_png | reimar | 2007-10-03 | 1 | -1/+1 |
* | Make some functions static. | uau | 2006-07-08 | 1 | -1/+1 |
* | Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ... | reynaldo | 2006-04-24 | 1 | -16/+18 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -12/+23 |
* | 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 |
* | Implementation of vo_png suboption parser with subopt-helper and removal | ivo | 2005-01-10 | 1 | -13/+17 |
* | embarassing typo | diego | 2004-07-19 | 1 | -1/+1 |
* | removed get_info, using the same sheme as in libmpcodecs instead | alex | 2002-11-11 | 1 | -9/+3 |
* | - removed YV12 support (builtin yv12->rgb conversion) | arpi | 2002-10-26 | 1 | -106/+15 |
* | also set VFCAP_ACCEPT_STRIDE when draw_image() is implemented | arpi | 2002-10-10 | 1 | -2/+2 |
* | draw_image() | arpi | 2002-10-10 | 1 | -3/+14 |
* | tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug | arpi | 2002-09-22 | 1 | -0/+1 |
* | finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api | alex | 2002-08-28 | 1 | -1/+1 |
* | swscale and 32->24bpp conversion removed | arpi | 2002-05-20 | 1 | -49/+5 |
* | Added BGR32 output support to PNG vo target because, hey, why | melanson | 2002-03-01 | 1 | -0/+12 |
* | fixing scaled output | michael | 2002-02-21 | 1 | -2/+2 |
* | I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me' | nick | 2002-02-17 | 1 | -1/+6 |
* | 10000hl to Holm... control MUST BE static... | arpi | 2002-02-09 | 1 | -1/+1 |
* | query_ stuff replaced by new control() - patch by David Holm | arpi | 2002-02-09 | 1 | -2/+6 |
* | new info for tuning | nick | 2002-01-31 | 1 | -1/+1 |
* | i420/iyuv support | alex | 2002-01-26 | 1 | -4/+19 |
* | Extensions for video accelerated architecture | nick | 2002-01-26 | 1 | -0/+10 |
* | SwScaler support for vo_png by Kim Minh, SwScale w/aspecz for vo_dga by me | atmos4 | 2002-01-08 | 1 | -5/+22 |
* | osd support, zlib range fix. by Kim Minh Kaplan <kmkaplan@selfoffice.com> | arpi | 2002-01-02 | 1 | -1/+6 |
* | Move yuv2rgb to postprocess | nick | 2001-11-06 | 1 | -1/+1 |
* | changes according to -utf8 option, draw_osd() function added | atlka | 2001-08-13 | 1 | -0/+4 |
* | sprintf possible buffer overflow fixes | al3x | 2001-06-09 | 1 | -7/+2 |
* | some warnings killed | szabii | 2001-04-24 | 1 | -1/+2 |
* | changed copyroght message to correct stuff :) | atmosfear | 2001-04-19 | 1 | -9/+3 |
* | png video out renderer initial release | atmosfear | 2001-04-19 | 1 | -0/+295 |