summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_lzo.c
Commit message (Expand)AuthorAgeFilesLines
* 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