aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_lzo.c
Commit message (Expand)AuthorAge
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* use ffmpeg's LZOGravatar reimar2007-01-31
* Use export type mpi, everything else is a fragile hack.Gravatar reimar2007-01-31
* Avoid a static variable and instead use variable in contextGravatar reimar2007-01-31
* cosmetics: remove useless commented-out stuff.Gravatar reimar2007-01-30
* More simplificationGravatar reimar2007-01-30
* SimplifyGravatar reimar2007-01-30
* Fix vd_lzo, broken since r18069, i.e. April 2006!Gravatar reimar2007-01-30
* 10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_deco...Gravatar reimar2006-04-09
* free tmp earlier, it is not needed below and might leak on errors otherwiseGravatar reimar2006-03-08
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* cleaned up liblzo detect and namingGravatar alex2002-10-29
* config_vo error handlingGravatar arpi2002-10-28
* using sh->context for private dataGravatar alex2002-10-19
* support to use minilzo lib alternativelyGravatar alex2002-10-19
* liblzo realtime video codec support (decoding only)Gravatar arpi2002-10-13