]> git.sesse.net Git - vlc/history - modules/video_filter/gradfun.c
decoder: fix data race in input_DecoderChangePause()
[vlc] / modules / video_filter / gradfun.c
2014-08-13 Rémi Denis-Courmontsharpen: use single precision
2012-11-13 Jean-Baptiste KempfLGPL
2012-08-04 Rémi Denis-CourmontCheck for SSSE3 at build time if possible
2012-08-04 Rémi Denis-CourmontCheck for SSE2 at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for MMXEXT and SSE at build-time if possible
2012-03-01 Jean-Baptiste KempfGradfun: do not crash on exit on Win32
2012-02-11 Jean-Baptiste KempfGradfun: missing translation
2011-11-16 Can Wuintroduce VLC_CLIP() macro to replace use pair of __MAX...
2011-10-05 Laurent AimarReject > 8 bits per pixel colorspace in gradfun/grain...
2011-09-05 Rémi Denis-CourmontImprove vlc_memalign()
2011-08-31 Rémi Denis-Courmontgradfun: remove callback before destroying callback...
2011-05-13 Rémi Denis-CourmontRemove dummy plugin config item parameter
2010-05-14 Laurent AimarUsed vlc_fourcc_GetChromaDescription in gradfun.
2010-05-09 Laurent AimarImported gradfun filter from MPlayer.