| Commit message (Expand) | Author | Age |
* | Remove MEncoder | Uoti Urpala | 2010-11-02 |
* | libgsm: Remove libgsm wrapper | reimar | 2010-11-02 |
* | Merge svn changes up to r30463 | Uoti Urpala | 2010-03-09 |
|\ |
|
| * | Add missing license headers to all files in the libmpcodecs directory. | diego | 2010-01-30 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | | Merge svn changes up to r28951 | Uoti Urpala | 2009-03-14 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r28461 | Uoti Urpala | 2009-02-04 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r28341 | Uoti Urpala | 2009-01-19 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to 27824 | Uoti Urpala | 2008-10-25 |
|\| |
|
| * | Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. | diego | 2008-10-16 |
* | | Make various functions static | Uoti Urpala | 2008-08-12 |
|/ |
|
* | 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 |