summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/native/nuppelvideo.c
Commit message (Expand)AuthorAgeFilesLines
* Remove internal NuppelVideo decoder, the code in libavcodec can decodereimar2009-03-081-114/+0
* Rename lzo1x_decode -> av_lzo1x_decode, this was missed in the previous patch.reimar2009-02-031-2/+2
* FFmpeg sync: LZO_OUTPUT_PADDING --> AV_LZO_OUTPUT_PADDINGdiego2009-02-021-2/+2
* Use consistent #include paths without "../".diego2008-04-281-1/+1
* Rename RTJPEG files so that filenames consist of lowercase name only.diego2008-04-061-1/+1
* Do not #include libavutil/common.h. It is not used directly and mpbswap.hdiego2008-04-011-1/+0
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-4/+0
* 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