aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_png.c
Commit message (Expand)AuthorAge
* vo_png: set AVCodecContext parameters before opening itGravatar Uoti Urpala2012-02-28
* Update Libav API usesGravatar Uoti Urpala2012-02-01
* cleanup: do libav* initialization on startupGravatar Uoti Urpala2011-07-18
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* vo_png: add missing "#include "fmt-conversion.h"Gravatar Uoti Urpala2010-01-08
* Merge svn changes up to r30187Gravatar Uoti Urpala2010-01-08
|\
* \ Merge svn changes up to r30165Gravatar Uoti Urpala2010-01-08
|\ \
| | * Change vo_png to use FFmpeg's png encoder instead of libpng.Gravatar reimar2010-01-03
| |/
| * Simplify range-checking functions for subopt parsing.Gravatar reimar2010-01-01
| * Fix function declarations to avoid casting function pointers.Gravatar reimar2010-01-01
* | 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 r29117Gravatar Uoti Urpala2009-04-01
|\|
| * Remove obsolete extra elements from opt_t struct initialization.Gravatar diego2009-03-15
* | 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 r28537Gravatar Uoti Urpala2009-02-12
|\|
| * Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* | Merge svn changes up to r28149Gravatar Uoti Urpala2008-12-14
|\|
| * Add support for writing PNG files with alpha channel in -vo pngGravatar reimar2008-12-10
* | Merge svn changes up to r27949Gravatar Uoti Urpala2008-11-17
|\|
| * Use the proper IMGFMT_RGB24 and IMGFMT_BGR24 defines instead ofGravatar reimar2008-11-13
| * Add missing #include for mplayer.h, fixes the warning:Gravatar diego2008-10-03
| * add outdir sub-option to vo pngGravatar ben2008-09-20
* | Remove variable arguments from vo control() functionsGravatar Uoti Urpala2008-04-23
|/
* #include config.h before all other headers.Gravatar diego2008-03-14
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* Get rid of mp_msg_test in vo_png, only reason to use it is performance andGravatar reimar2007-10-03
* Use IMGFMT_IS_BGR instead of mpi->flags&MP_IMGFLAG_SWAPPED, this is easierGravatar reimar2007-10-03
* Make a local-only variable static in vo_pngGravatar reimar2007-10-03
* Make some functions static.Gravatar uau2006-07-08
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...Gravatar reynaldo2006-04-24
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* 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
* Implementation of vo_png suboption parser with subopt-helper and removalGravatar ivo2005-01-10
* embarassing typoGravatar diego2004-07-19
* removed get_info, using the same sheme as in libmpcodecs insteadGravatar alex2002-11-11
* - removed YV12 support (builtin yv12->rgb conversion)Gravatar arpi2002-10-26
* also set VFCAP_ACCEPT_STRIDE when draw_image() is implementedGravatar arpi2002-10-10
* draw_image()Gravatar arpi2002-10-10
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apiGravatar alex2002-08-28
* swscale and 32->24bpp conversion removedGravatar arpi2002-05-20
* Added BGR32 output support to PNG vo target because, hey, whyGravatar melanson2002-03-01
* fixing scaled outputGravatar michael2002-02-21
* I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'Gravatar nick2002-02-17