| Commit message (Expand) | Author | Age |
* | Remove internal NuppelVideo decoder, the code in libavcodec can decode | reimar | 2009-03-08 |
* | Get rid of pointless debugging code | reimar | 2009-03-08 |
* | Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is there | reimar | 2009-03-08 |
* | Remove colourspace-conversion stuff from rtjpeg, we have functions to do that | reimar | 2009-03-08 |
* | Mark everything not used outside the file as "static" | reimar | 2009-03-08 |
* | Remove functions not used by MPlayer from header | reimar | 2009-03-08 |
* | Remove useless "extern" in function declarations. | reimar | 2009-03-08 |
* | Rename lzo1x_decode -> av_lzo1x_decode, this was missed in the previous patch. | reimar | 2009-02-03 |
* | FFmpeg sync: LZO_OUTPUT_PADDING --> AV_LZO_OUTPUT_PADDING | diego | 2009-02-02 |
* | Completely get rid of MMX define, use HAVE_MMX define instead. | gpoirier | 2009-01-16 |
* | fix compilation on non x86 machines (PPC here) | gpoirier | 2009-01-16 |
* | Another missed #ifdef HAVE_MMX | reimar | 2009-01-16 |
* | Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. | diego | 2008-10-16 |
* | Add missing MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-05-17 |
* | Use consistent #include paths without "../". | diego | 2008-04-28 |
* | Rename RTJPEG files so that filenames consist of lowercase name only. | diego | 2008-04-06 |
* | Do not #include libavutil/common.h. It is not used directly and mpbswap.h | diego | 2008-04-01 |
* | Add necessary header #includes to fix 'make checkheaders'. | diego | 2008-03-06 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 |
* | Consistently use uppercase filename as multiple inclusion guard. | diego | 2008-01-28 |
* | Add multiple inclusion guards. | diego | 2008-01-27 |
* | Replace with the output of the updated alaw-gen generator program. | diego | 2008-01-27 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 |
* | Remove internal minilzo, external liblzo can be used instead. | diego | 2007-02-18 |
* | Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo. | reimar | 2007-01-31 |
* | Fix FSF address and otherwise broken license headers. | diego | 2007-01-22 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 |
* | Remove mmx.h, the licensing status was doubtful, and put a minimal | diego | 2006-11-10 |
* | There is a reference to a file COPYRIGHT that we do not include, so paste | diego | 2006-07-30 |
* | 10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_deco... | reimar | 2006-04-09 |
* | 10l: missing const put this in data segment instead of text/rodata | rfelker | 2006-04-03 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 |
* | Remove tables used by MPlayer native 14_4 and 28_8 codecs | rtognimp | 2005-12-27 |
* | Remove MPlayer native 14_4 and 28_8 codecs (they are in lavc) | rtognimp | 2005-12-09 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 |
* | Stupidity in last patch broke compile without MMX: RTjpeg_lmask is a union | reimar | 2005-10-04 |
* | Fix 100l bugs that break playback on 64 bit systems (like typedefing __u32 | reimar | 2005-10-04 |
* | Make nuv files work on bigendian (but old nuv files created with mencoder | reimar | 2005-03-03 |
* | bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it> | faust3 | 2005-02-04 |
* | ICC 8.0 compilation fixes | atmos4 | 2004-08-02 |
* | Cinepak and RoqA/V are now in ffmpeg | rtognimp | 2004-07-15 |
* | x86-64 (amd64) support by Kenny Root | alex | 2004-06-26 |
* | Qt RLE is now in ffmpeg | rtognimp | 2004-05-05 |
* | more lvalue casts, ugly this time | rfelker | 2004-05-01 |
* | Remove MSZH/ZLIB, FLI and QTRLE, they are now in ffmpeg | rtognimp | 2004-04-29 |
* | Remove 8BPS, MsRLE, MsVideo1, RPZA, SMC | rtognimp | 2003-12-23 |
* | 10^1337 litres (now, that's an inflation) | alex | 2003-08-29 |
* | removed our native svq1 and huffyuv implementation as libavcodec's implementa... | alex | 2003-07-13 |