summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/native
Commit message (Expand)AuthorAgeFilesLines
* Use consistent #include paths without "../".diego2008-04-281-1/+1
* Rename RTJPEG files so that filenames consist of lowercase name only.diego2008-04-063-2/+2
* Do not #include libavutil/common.h. It is not used directly and mpbswap.hdiego2008-04-012-2/+0
* Add necessary header #includes to fix 'make checkheaders'.diego2008-03-061-0/+2
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-4/+0
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-224-12/+12
* Consistently use uppercase filename as multiple inclusion guard.diego2008-01-281-3/+3
* Add multiple inclusion guards.diego2008-01-273-2/+11
* Replace with the output of the updated alaw-gen generator program.diego2008-01-271-64/+69
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-3/+3
* Remove internal minilzo, external liblzo can be used instead.diego2007-02-183-3331/+0
* Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo.reimar2007-01-311-20/+12
* Fix FSF address and otherwise broken license headers.diego2007-01-222-4/+2
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-072-2/+2
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-292-2/+4
* Remove mmx.h, the licensing status was doubtful, and put a minimaldiego2006-11-101-0/+80
* There is a reference to a file COPYRIGHT that we do not include, so pastediego2006-07-301-0/+16
* 10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_deco...reimar2006-04-091-6/+6
* 10l: missing const put this in data segment instead of text/rodatarfelker2006-04-031-2/+2
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-092-2/+2
* Remove tables used by MPlayer native 14_4 and 28_8 codecsrtognimp2005-12-272-2591/+0
* Remove MPlayer native 14_4 and 28_8 codecs (they are in lavc)rtognimp2005-12-095-779/+0
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-1/+1
* Stupidity in last patch broke compile without MMX: RTjpeg_lmask is a unionreimar2005-10-041-5/+5
* Fix 100l bugs that break playback on 64 bit systems (like typedefing __u32reimar2005-10-042-21/+20
* Make nuv files work on bigendian (but old nuv files created with mencoderreimar2005-03-032-4/+7
* bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>faust32005-02-041-1/+1
* ICC 8.0 compilation fixesatmos42004-08-021-13/+13
* Cinepak and RoqA/V are now in ffmpegrtognimp2004-07-152-1563/+0
* x86-64 (amd64) support by Kenny Rootalex2004-06-261-1/+1
* Qt RLE is now in ffmpegrtognimp2004-05-051-400/+0
* more lvalue casts, ugly this timerfelker2004-05-011-8/+8
* Remove MSZH/ZLIB, FLI and QTRLE, they are now in ffmpegrtognimp2004-04-291-380/+0
* Remove 8BPS, MsRLE, MsVideo1, RPZA, SMCrtognimp2003-12-233-1169/+0
* 10^1337 litres (now, that's an inflation)alex2003-08-291-1/+2
* removed our native svq1 and huffyuv implementation as libavcodec's implementa...alex2003-07-133-2808/+0
* cosmeticsalex2003-07-032-2/+2
* 1000lrfelker2003-06-132-14/+14
* RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders.rtognimp2003-06-087-0/+3370
* bcopy -> memcpy for MINGW32 portfaust32003-03-301-1/+1
* removed obsolete unused cyuv.carpi2003-02-091-84/+0
* Quicktime rle 32 bit supportedrtognimp2003-01-261-0/+100
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-2/+0
* usage of libmpeg2, liba52, mp3lib & svq1 can be disabledarpi2002-11-011-0/+4
* some cleanuparpi2002-09-271-79/+28
* declarations moved to *.c filesarpi2002-09-221-12/+0
* use img_format.h instead of wine/mmioFOURCC hackarpi2002-09-221-7/+7
* This patch fixes a segfault for native cvid decoder in bgr32 and bgr24 modes.arpi2002-09-151-6/+6
* mostly compiler warning fixes, some small bugfixarpi2002-08-281-1/+1
* removed unused codealex2002-08-271-32/+0
* HPUX porting fixes - patch by Gansser, Martin <MGansser@rand.de>arpi2002-08-091-0/+1
* 8 and 16bpp qtrle supportalex2002-07-121-3/+177
* Small fix: Correct mathematical order in MEDIAN macro (gcc 3.1 didn't like it).atmos42002-07-091-1/+1
* bugfix by Michael.Lampe@iwr.uni-heidelberg.dearpi2002-07-061-1/+2
* use libavcodec's get_bits() code (optional, disabled by default)arpi2002-06-232-18/+44
* use libavcodec's optimized MC functionsarpi2002-06-221-0/+16
* imported from xine, generalized, created header file, all tables moved toarpi2002-06-223-0/+2762
* warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2002-06-071-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-203-0/+3
* fixed block artefacts and speedup at the same timeiive2002-04-181-2/+7
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-1/+1
* less namespace pollutionarpi2002-04-131-3/+3
* fastmemcpy path fixedarpi2002-04-131-1/+1
* native codecs files moved to libmpcodecs/native/arpi2002-04-133-0/+1117
* moved to libmpcodecs/native/arpi2002-04-1316-0/+10760