aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_mpng.c
Commit message (Expand)AuthorAge
* libmpcodecs: remove redundant audio and video decodersGravatar wm42012-08-20
* vd_mpng: libpng API update, use color type getterGravatar cboesch2011-02-15
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* Mark all ad_info_t/vd_info_t structure declarations as const.Gravatar diego2010-02-12
* Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* rm unnecesary casts from void* - part 3Gravatar reynaldo2006-07-02
* Move #ifdefs around complete files into the build system.Gravatar diego2006-06-21
* Software Scaler headers usage cleanupGravatar lucabe2006-06-18
* Fix mpng to work correctly with 16 bit png's. don't have any files to testGravatar ods152006-02-07
* 8bit palette mode support (and spurious ^M removal)Gravatar henry2005-05-18
* query_format support by Matthias Goerner <m.goerner@iu-bremen.de>Gravatar alex2003-12-07
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...Gravatar arpi2002-08-30
* handle error from mpcodecs_config_vo()Gravatar arpi2002-03-16
* mpng, libmpeg2 added, none of them finished :(Gravatar arpi2002-03-09