summaryrefslogtreecommitdiffstats
path: root/libvo/vo_png.c
Commit message (Expand)AuthorAgeFilesLines
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* vo_png: add missing "#include "fmt-conversion.h"Uoti Urpala2010-01-081-0/+1
* Merge svn changes up to r30187Uoti Urpala2010-01-081-115/+46
|\
| * Change vo_png to use FFmpeg's png encoder instead of libpng.reimar2010-01-031-113/+44
* | Merge svn changes up to r30165Uoti Urpala2010-01-081-5/+4
|\|
| * Simplify range-checking functions for subopt parsing.reimar2010-01-011-3/+1
| * Fix function declarations to avoid casting function pointers.reimar2010-01-011-2/+3
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-29/+29
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-24/+24
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-5/+5
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-5/+5
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-1/+1
|\|
| * Remove obsolete extra elements from opt_t struct initialization.diego2009-03-151-2/+2
* | Merge svn changes up to r28951Uoti Urpala2009-03-141-1/+1
|\|
| * Make data related to suboption parsing const in libvoreimar2009-03-071-1/+1
* | Merge svn changes up to r28537Uoti Urpala2009-02-121-2/+17
|\|
| * Add standard license headers, unify header formatting.diego2009-02-081-2/+17
* | Merge svn changes up to r28149Uoti Urpala2008-12-141-2/+9
|\|
| * Add support for writing PNG files with alpha channel in -vo pngreimar2008-12-101-2/+9
* | Merge svn changes up to r27949Uoti Urpala2008-11-171-2/+2
|\|
| * Use the proper IMGFMT_RGB24 and IMGFMT_BGR24 defines instead ofreimar2008-11-131-2/+2
| * Add missing #include for mplayer.h, fixes the warning:diego2008-10-031-0/+1
| * add outdir sub-option to vo pngben2008-09-201-2/+64
* | Remove variable arguments from vo control() functionsUoti Urpala2008-04-231-1/+1
|/
* #include config.h before all other headers.diego2008-03-141-1/+1
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/+1
* Get rid of mp_msg_test in vo_png, only reason to use it is performance andreimar2007-10-031-20/+10
* Use IMGFMT_IS_BGR instead of mpi->flags&MP_IMGFLAG_SWAPPED, this is easierreimar2007-10-031-1/+1
* Make a local-only variable static in vo_pngreimar2007-10-031-1/+1
* Make some functions static.uau2006-07-081-1/+1
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...reynaldo2006-04-241-16/+18
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-12/+23
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-6/+6
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-1/+1
* Implementation of vo_png suboption parser with subopt-helper and removalivo2005-01-101-13/+17
* embarassing typodiego2004-07-191-1/+1
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-9/+3
* - removed YV12 support (builtin yv12->rgb conversion)arpi2002-10-261-106/+15
* also set VFCAP_ACCEPT_STRIDE when draw_image() is implementedarpi2002-10-101-2/+2
* draw_image()arpi2002-10-101-3/+14
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-0/+1
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-1/+1
* swscale and 32->24bpp conversion removedarpi2002-05-201-49/+5
* Added BGR32 output support to PNG vo target because, hey, whymelanson2002-03-011-0/+12
* fixing scaled outputmichael2002-02-211-2/+2
* I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'nick2002-02-171-1/+6
* 10000hl to Holm... control MUST BE static...arpi2002-02-091-1/+1
* query_ stuff replaced by new control() - patch by David Holmarpi2002-02-091-2/+6
* new info for tuningnick2002-01-311-1/+1
* i420/iyuv supportalex2002-01-261-4/+19
* Extensions for video accelerated architecturenick2002-01-261-0/+10
* SwScaler support for vo_png by Kim Minh, SwScale w/aspecz for vo_dga by meatmos42002-01-081-5/+22
* osd support, zlib range fix. by Kim Minh Kaplan <kmkaplan@selfoffice.com>arpi2002-01-021-1/+6
* Move yuv2rgb to postprocessnick2001-11-061-1/+1
* changes according to -utf8 option, draw_osd() function addedatlka2001-08-131-0/+4
* sprintf possible buffer overflow fixesal3x2001-06-091-7/+2
* some warnings killedszabii2001-04-241-1/+2
* changed copyroght message to correct stuff :)atmosfear2001-04-191-9/+3
* png video out renderer initial releaseatmosfear2001-04-191-0/+295