aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/native/nuppelvideo.c
Commit message (Expand)AuthorAge
* Remove internal NuppelVideo decoder, the code in libavcodec can decodeGravatar reimar2009-03-08
* Rename lzo1x_decode -> av_lzo1x_decode, this was missed in the previous patch.Gravatar reimar2009-02-03
* FFmpeg sync: LZO_OUTPUT_PADDING --> AV_LZO_OUTPUT_PADDINGGravatar diego2009-02-02
* Use consistent #include paths without "../".Gravatar diego2008-04-28
* Rename RTJPEG files so that filenames consist of lowercase name only.Gravatar diego2008-04-06
* Do not #include libavutil/common.h. It is not used directly and mpbswap.hGravatar diego2008-04-01
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo.Gravatar reimar2007-01-31
* 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
* 10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_deco...Gravatar reimar2006-04-09
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* Make nuv files work on bigendian (but old nuv files created with mencoderGravatar reimar2005-03-03
* mostly compiler warning fixes, some small bugfixGravatar arpi2002-08-28
* warning fix (strings.h > string.h)Gravatar pl2002-05-30
* memset and memcpy were used without #include <string.h> in a few places.Gravatar arpi2002-05-20
* fastmemcpy path fixedGravatar arpi2002-04-13
* moved to libmpcodecs/native/Gravatar arpi2002-04-13