summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/native/nuppelvideo.c
Commit message (Expand)AuthorAgeFilesLines
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-3/+3
* Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo.reimar2007-01-311-20/+12
* 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
* 10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_deco...reimar2006-04-091-6/+6
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-1/+1
* Make nuv files work on bigendian (but old nuv files created with mencoderreimar2005-03-031-0/+2
* mostly compiler warning fixes, some small bugfixarpi2002-08-281-1/+1
* warning fix (strings.h > string.h)pl2002-05-301-1/+1
* memset and memcpy were used without #include <string.h> in a few places.arpi2002-05-201-0/+1
* fastmemcpy path fixedarpi2002-04-131-1/+1
* moved to libmpcodecs/native/arpi2002-04-131-0/+123