summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_lzo.c
Commit message (Expand)AuthorAgeFilesLines
* libmpcodecs: remove redundant audio and video decoderswm42012-08-201-166/+0
* cosmetics: Remove vim/emacs coding style hints from sourcesdiego2010-11-021-3/+0
* spelling fixessiretart2010-11-021-2/+2
* Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-5/+5
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-5/+5
* | Merge svn changes up to r28461Uoti Urpala2009-02-041-2/+2
|\|
| * Adapt to lzo changes in libavutilreimar2009-02-021-2/+2
* | Make video decoder description structs constUoti Urpala2008-04-251-1/+1
|/
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-5/+0
* use ffmpeg's LZOreimar2007-01-311-21/+9
* Use export type mpi, everything else is a fragile hack.reimar2007-01-311-25/+24
* Avoid a static variable and instead use variable in contextreimar2007-01-311-4/+5
* cosmetics: remove useless commented-out stuff.reimar2007-01-301-4/+0
* More simplificationreimar2007-01-301-2/+1
* Simplifyreimar2007-01-301-3/+1
* Fix vd_lzo, broken since r18069, i.e. April 2006!reimar2007-01-301-1/+1
* 10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_deco...reimar2006-04-091-2/+4
* free tmp earlier, it is not needed below and might leak on errors otherwisereimar2006-03-081-1/+1
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-3/+1
* cleaned up liblzo detect and namingalex2002-10-291-1/+1
* config_vo error handlingarpi2002-10-281-1/+1
* using sh->context for private dataalex2002-10-191-16/+37
* support to use minilzo lib alternativelyalex2002-10-191-0/+6
* liblzo realtime video codec support (decoding only)arpi2002-10-131-0/+148