summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_mpng.c
Commit message (Expand)AuthorAgeFilesLines
* Make video decoder description structs constUoti Urpala2008-04-251-1/+1
* 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