summaryrefslogtreecommitdiffstats
path: root/libvo/vo_png.c
Commit message (Expand)AuthorAgeFilesLines
* #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