aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/native
Commit message (Expand)AuthorAge
* libmpcodecs: remove redundant audio and video decodersGravatar wm42012-08-20
* Remove MEncoderGravatar Uoti Urpala2010-11-02
* libgsm: Remove libgsm wrapperGravatar reimar2010-11-02
* Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28951Gravatar Uoti Urpala2009-03-14
|\|
| * Remove internal NuppelVideo decoder, the code in libavcodec can decodeGravatar reimar2009-03-08
| * Get rid of pointless debugging codeGravatar reimar2009-03-08
| * Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is thereGravatar reimar2009-03-08
| * Remove colourspace-conversion stuff from rtjpeg, we have functions to do thatGravatar reimar2009-03-08
| * Mark everything not used outside the file as "static"Gravatar reimar2009-03-08
| * Remove functions not used by MPlayer from headerGravatar reimar2009-03-08
| * Remove useless "extern" in function declarations.Gravatar reimar2009-03-08
* | Merge svn changes up to r28461Gravatar Uoti Urpala2009-02-04
|\|
| * 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
* | Merge svn changes up to r28341Gravatar Uoti Urpala2009-01-19
|\|
| * Completely get rid of MMX define, use HAVE_MMX define instead.Gravatar gpoirier2009-01-16
| * fix compilation on non x86 machines (PPC here)Gravatar gpoirier2009-01-16
| * Another missed #ifdef HAVE_MMXGravatar reimar2009-01-16
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16
* | Make various functions staticGravatar Uoti Urpala2008-08-12
|/
* Add missing MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-05-17
* 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
* Add necessary header #includes to fix 'make checkheaders'.Gravatar diego2008-03-06
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Consistently use uppercase filename as multiple inclusion guard.Gravatar diego2008-01-28
* Add multiple inclusion guards.Gravatar diego2008-01-27
* Replace with the output of the updated alaw-gen generator program.Gravatar diego2008-01-27
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Remove internal minilzo, external liblzo can be used instead.Gravatar diego2007-02-18
* Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo.Gravatar reimar2007-01-31
* Fix FSF address and otherwise broken license headers.Gravatar diego2007-01-22
* 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
* Remove mmx.h, the licensing status was doubtful, and put a minimalGravatar diego2006-11-10
* There is a reference to a file COPYRIGHT that we do not include, so pasteGravatar diego2006-07-30
* 10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_deco...Gravatar reimar2006-04-09
* 10l: missing const put this in data segment instead of text/rodataGravatar rfelker2006-04-03
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* Remove tables used by MPlayer native 14_4 and 28_8 codecsGravatar rtognimp2005-12-27
* Remove MPlayer native 14_4 and 28_8 codecs (they are in lavc)Gravatar rtognimp2005-12-09
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* Stupidity in last patch broke compile without MMX: RTjpeg_lmask is a unionGravatar reimar2005-10-04