aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_lzo.c
Commit message (Expand)AuthorAge
* libmpcodecs: remove redundant audio and video decodersGravatar wm42012-08-20
* cosmetics: Remove vim/emacs coding style hints from sourcesGravatar diego2010-11-02
* spelling fixesGravatar siretart2010-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 r28461Gravatar Uoti Urpala2009-02-04
|\|
| * Adapt to lzo changes in libavutilGravatar reimar2009-02-02
* | Make video decoder description structs constGravatar Uoti Urpala2008-04-25
|/
* 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