| Commit message (Expand) | Author | Age |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 |
* | vo_png: add missing "#include "fmt-conversion.h" | Uoti Urpala | 2010-01-08 |
* | Merge svn changes up to r30187 | Uoti Urpala | 2010-01-08 |
|\ |
|
* \ | Merge svn changes up to r30165 | Uoti Urpala | 2010-01-08 |
|\ \ |
|
| | * | Change vo_png to use FFmpeg's png encoder instead of libpng. | reimar | 2010-01-03 |
| |/ |
|
| * | Simplify range-checking functions for subopt parsing. | reimar | 2010-01-01 |
| * | Fix function declarations to avoid casting function pointers. | reimar | 2010-01-01 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | | Merge svn changes up to r29117 | Uoti Urpala | 2009-04-01 |
|\| |
|
| * | Remove obsolete extra elements from opt_t struct initialization. | diego | 2009-03-15 |
* | | Merge svn changes up to r28951 | Uoti Urpala | 2009-03-14 |
|\| |
|
| * | Make data related to suboption parsing const in libvo | reimar | 2009-03-07 |
* | | Merge svn changes up to r28537 | Uoti Urpala | 2009-02-12 |
|\| |
|
| * | Add standard license headers, unify header formatting. | diego | 2009-02-08 |
* | | Merge svn changes up to r28149 | Uoti Urpala | 2008-12-14 |
|\| |
|
| * | Add support for writing PNG files with alpha channel in -vo png | reimar | 2008-12-10 |
* | | Merge svn changes up to r27949 | Uoti Urpala | 2008-11-17 |
|\| |
|
| * | Use the proper IMGFMT_RGB24 and IMGFMT_BGR24 defines instead of | reimar | 2008-11-13 |
| * | Add missing #include for mplayer.h, fixes the warning: | diego | 2008-10-03 |
| * | add outdir sub-option to vo png | ben | 2008-09-20 |
* | | Remove variable arguments from vo control() functions | Uoti Urpala | 2008-04-23 |
|/ |
|
* | #include config.h before all other headers. | diego | 2008-03-14 |
* | Mark the vo_functions_t definitions as const where possible. | reimar | 2007-12-02 |
* | Make vo info structs const | reimar | 2007-12-02 |
* | Get rid of mp_msg_test in vo_png, only reason to use it is performance and | reimar | 2007-10-03 |
* | Use IMGFMT_IS_BGR instead of mpi->flags&MP_IMGFLAG_SWAPPED, this is easier | reimar | 2007-10-03 |
* | Make a local-only variable static in vo_png | reimar | 2007-10-03 |
* | Make some functions static. | uau | 2006-07-08 |
* | Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ... | reynaldo | 2006-04-24 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 |
* | replace VO and VF numeric flags with #defined identifiers | henry | 2005-04-18 |
* | Implementation of vo_png suboption parser with subopt-helper and removal | ivo | 2005-01-10 |
* | embarassing typo | diego | 2004-07-19 |
* | removed get_info, using the same sheme as in libmpcodecs instead | alex | 2002-11-11 |
* | - removed YV12 support (builtin yv12->rgb conversion) | arpi | 2002-10-26 |
* | also set VFCAP_ACCEPT_STRIDE when draw_image() is implemented | arpi | 2002-10-10 |
* | draw_image() | arpi | 2002-10-10 |
* | tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug | arpi | 2002-09-22 |
* | finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api | alex | 2002-08-28 |
* | swscale and 32->24bpp conversion removed | arpi | 2002-05-20 |
* | Added BGR32 output support to PNG vo target because, hey, why | melanson | 2002-03-01 |
* | fixing scaled output | michael | 2002-02-21 |
* | I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me' | nick | 2002-02-17 |
* | 10000hl to Holm... control MUST BE static... | arpi | 2002-02-09 |
* | query_ stuff replaced by new control() - patch by David Holm | arpi | 2002-02-09 |
* | new info for tuning | nick | 2002-01-31 |