summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_mpng.c
Commit message (Expand)AuthorAgeFilesLines
* libmpcodecs: remove redundant audio and video decoderswm42012-08-201-182/+0
* vd_mpng: libpng API update, use color type gettercboesch2011-02-151-3/+6
* Do not cast the results of malloc/calloc/realloc.diego2010-02-261-1/+1
* Mark all ad_info_t/vd_info_t structure declarations as const.diego2010-02-121-1/+1
* Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-4/+4
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-1/+1
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
* rm unnecesary casts from void* - part 3reynaldo2006-07-021-1/+1
* Move #ifdefs around complete files into the build system.diego2006-06-211-4/+0
* Software Scaler headers usage cleanuplucabe2006-06-181-1/+0
* Fix mpng to work correctly with 16 bit png's. don't have any files to testods152006-02-071-0/+1
* 8bit palette mode support (and spurious ^M removal)henry2005-05-181-3/+18
* query_format support by Matthias Goerner <m.goerner@iu-bremen.de>alex2003-12-071-0/+6
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-1/+0
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-1/+0
* handle error from mpcodecs_config_vo()arpi2002-03-161-1/+1
* mpng, libmpeg2 added, none of them finished :(arpi2002-03-091-0/+145