| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove MEncoder | Uoti Urpala | 2010-11-02 | 3 | -1900/+0 |
* | libgsm: Remove libgsm wrapper | reimar | 2010-11-02 | 3 | -1125/+0 |
* | Merge svn changes up to r30463 | Uoti Urpala | 2010-03-09 | 2 | -0/+36 |
|\ |
|
| * | Add missing license headers to all files in the libmpcodecs directory. | diego | 2010-01-30 | 2 | -0/+36 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 4 | -149/+149 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 4 | -149/+149 |
* | | Merge svn changes up to r28951 | Uoti Urpala | 2009-03-14 | 3 | -2177/+11 |
|\| |
|
| * | Remove internal NuppelVideo decoder, the code in libavcodec can decode | reimar | 2009-03-08 | 3 | -1496/+0 |
| * | Get rid of pointless debugging code | reimar | 2009-03-08 | 1 | -18/+0 |
| * | Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is there | reimar | 2009-03-08 | 1 | -257/+0 |
| * | Remove colourspace-conversion stuff from rtjpeg, we have functions to do that | reimar | 2009-03-08 | 1 | -384/+0 |
| * | Mark everything not used outside the file as "static" | reimar | 2009-03-08 | 1 | -36/+36 |
| * | Remove functions not used by MPlayer from header | reimar | 2009-03-08 | 1 | -15/+0 |
| * | Remove useless "extern" in function declarations. | reimar | 2009-03-08 | 1 | -22/+22 |
* | | Merge svn changes up to r28461 | Uoti Urpala | 2009-02-04 | 1 | -4/+4 |
|\| |
|
| * | Rename lzo1x_decode -> av_lzo1x_decode, this was missed in the previous patch. | reimar | 2009-02-03 | 1 | -2/+2 |
| * | FFmpeg sync: LZO_OUTPUT_PADDING --> AV_LZO_OUTPUT_PADDING | diego | 2009-02-02 | 1 | -2/+2 |
* | | Merge svn changes up to r28341 | Uoti Urpala | 2009-01-19 | 1 | -28/+25 |
|\| |
|
| * | Completely get rid of MMX define, use HAVE_MMX define instead. | gpoirier | 2009-01-16 | 1 | -28/+25 |
| * | fix compilation on non x86 machines (PPC here) | gpoirier | 2009-01-16 | 1 | -22/+22 |
| * | Another missed #ifdef HAVE_MMX | reimar | 2009-01-16 | 1 | -1/+1 |
* | | Merge svn changes up to 27824 | Uoti Urpala | 2008-10-25 | 1 | -5/+5 |
|\| |
|
| * | Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. | diego | 2008-10-16 | 1 | -5/+5 |
* | | Make various functions static | Uoti Urpala | 2008-08-12 | 2 | -20/+16 |
|/ |
|
* | Add missing MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-05-17 | 1 | -3/+3 |
* | Use consistent #include paths without "../". | diego | 2008-04-28 | 1 | -1/+1 |
* | Rename RTJPEG files so that filenames consist of lowercase name only. | diego | 2008-04-06 | 3 | -2/+2 |
* | Do not #include libavutil/common.h. It is not used directly and mpbswap.h | diego | 2008-04-01 | 2 | -2/+0 |
* | Add necessary header #includes to fix 'make checkheaders'. | diego | 2008-03-06 | 1 | -0/+2 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 1 | -4/+0 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 4 | -12/+12 |
* | Consistently use uppercase filename as multiple inclusion guard. | diego | 2008-01-28 | 1 | -3/+3 |
* | Add multiple inclusion guards. | diego | 2008-01-27 | 3 | -2/+11 |
* | Replace with the output of the updated alaw-gen generator program. | diego | 2008-01-27 | 1 | -64/+69 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 1 | -3/+3 |
* | Remove internal minilzo, external liblzo can be used instead. | diego | 2007-02-18 | 3 | -3331/+0 |
* | Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo. | reimar | 2007-01-31 | 1 | -20/+12 |
* | Fix FSF address and otherwise broken license headers. | diego | 2007-01-22 | 2 | -4/+2 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 | 2 | -2/+2 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 | 2 | -2/+4 |
* | Remove mmx.h, the licensing status was doubtful, and put a minimal | diego | 2006-11-10 | 1 | -0/+80 |
* | There is a reference to a file COPYRIGHT that we do not include, so paste | diego | 2006-07-30 | 1 | -0/+16 |
* | 10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_deco... | reimar | 2006-04-09 | 1 | -6/+6 |
* | 10l: missing const put this in data segment instead of text/rodata | rfelker | 2006-04-03 | 1 | -2/+2 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 2 | -2/+2 |
* | Remove tables used by MPlayer native 14_4 and 28_8 codecs | rtognimp | 2005-12-27 | 2 | -2591/+0 |
* | Remove MPlayer native 14_4 and 28_8 codecs (they are in lavc) | rtognimp | 2005-12-09 | 5 | -779/+0 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -1/+1 |
* | Stupidity in last patch broke compile without MMX: RTjpeg_lmask is a union | reimar | 2005-10-04 | 1 | -5/+5 |
* | Fix 100l bugs that break playback on 64 bit systems (like typedefing __u32 | reimar | 2005-10-04 | 2 | -21/+20 |
* | Make nuv files work on bigendian (but old nuv files created with mencoder | reimar | 2005-03-03 | 2 | -4/+7 |
* | bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it> | faust3 | 2005-02-04 | 1 | -1/+1 |
* | ICC 8.0 compilation fixes | atmos4 | 2004-08-02 | 1 | -13/+13 |
* | Cinepak and RoqA/V are now in ffmpeg | rtognimp | 2004-07-15 | 2 | -1563/+0 |
* | x86-64 (amd64) support by Kenny Root | alex | 2004-06-26 | 1 | -1/+1 |
* | Qt RLE is now in ffmpeg | rtognimp | 2004-05-05 | 1 | -400/+0 |
* | more lvalue casts, ugly this time | rfelker | 2004-05-01 | 1 | -8/+8 |
* | Remove MSZH/ZLIB, FLI and QTRLE, they are now in ffmpeg | rtognimp | 2004-04-29 | 1 | -380/+0 |
* | Remove 8BPS, MsRLE, MsVideo1, RPZA, SMC | rtognimp | 2003-12-23 | 3 | -1169/+0 |
* | 10^1337 litres (now, that's an inflation) | alex | 2003-08-29 | 1 | -1/+2 |
* | removed our native svq1 and huffyuv implementation as libavcodec's implementa... | alex | 2003-07-13 | 3 | -2808/+0 |
* | cosmetics | alex | 2003-07-03 | 2 | -2/+2 |
* | 1000l | rfelker | 2003-06-13 | 2 | -14/+14 |
* | RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. | rtognimp | 2003-06-08 | 7 | -0/+3370 |
* | bcopy -> memcpy for MINGW32 port | faust3 | 2003-03-30 | 1 | -1/+1 |
* | removed obsolete unused cyuv.c | arpi | 2003-02-09 | 1 | -84/+0 |
* | Quicktime rle 32 bit supported | rtognimp | 2003-01-26 | 1 | -0/+100 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -2/+0 |
* | usage of libmpeg2, liba52, mp3lib & svq1 can be disabled | arpi | 2002-11-01 | 1 | -0/+4 |
* | some cleanup | arpi | 2002-09-27 | 1 | -79/+28 |
* | declarations moved to *.c files | arpi | 2002-09-22 | 1 | -12/+0 |
* | use img_format.h instead of wine/mmioFOURCC hack | arpi | 2002-09-22 | 1 | -7/+7 |
* | This patch fixes a segfault for native cvid decoder in bgr32 and bgr24 modes. | arpi | 2002-09-15 | 1 | -6/+6 |
* | mostly compiler warning fixes, some small bugfix | arpi | 2002-08-28 | 1 | -1/+1 |
* | removed unused code | alex | 2002-08-27 | 1 | -32/+0 |
* | HPUX porting fixes - patch by Gansser, Martin <MGansser@rand.de> | arpi | 2002-08-09 | 1 | -0/+1 |
* | 8 and 16bpp qtrle support | alex | 2002-07-12 | 1 | -3/+177 |
* | Small fix: Correct mathematical order in MEDIAN macro (gcc 3.1 didn't like it). | atmos4 | 2002-07-09 | 1 | -1/+1 |
* | bugfix by Michael.Lampe@iwr.uni-heidelberg.de | arpi | 2002-07-06 | 1 | -1/+2 |
* | use libavcodec's get_bits() code (optional, disabled by default) | arpi | 2002-06-23 | 2 | -18/+44 |
* | use libavcodec's optimized MC functions | arpi | 2002-06-22 | 1 | -0/+16 |
* | imported from xine, generalized, created header file, all tables moved to | arpi | 2002-06-22 | 3 | -0/+2762 |
* | warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org> | arpi | 2002-06-07 | 1 | -1/+1 |
* | warning fix (strings.h > string.h) | pl | 2002-05-30 | 1 | -1/+1 |
* | memset and memcpy were used without #include <string.h> in a few places. | arpi | 2002-05-20 | 3 | -0/+3 |
* | fixed block artefacts and speedup at the same time | iive | 2002-04-18 | 1 | -2/+7 |
* | mp_image.h and img_format.h moved to libmpcodecs | arpi | 2002-04-13 | 1 | -1/+1 |
* | less namespace pollution | arpi | 2002-04-13 | 1 | -3/+3 |
* | fastmemcpy path fixed | arpi | 2002-04-13 | 1 | -1/+1 |
* | native codecs files moved to libmpcodecs/native/ | arpi | 2002-04-13 | 3 | -0/+1117 |
* | moved to libmpcodecs/native/ | arpi | 2002-04-13 | 16 | -0/+10760 |