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