aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter/vf_eq.c
Commit message (Expand)AuthorAge
* Update license headersGravatar Marcin Kurczewski2015-04-13
* mp_image: remove redundant chroma_x/y_shift fieldsGravatar wm42015-04-10
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* vf_eq: remove slow inline asmGravatar wm42014-04-19
* vf_eq: don't malloc priv structGravatar wm42014-03-30
* video/filter: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* video/filter: make vf->control non-recursiveGravatar wm42013-12-07
* vf_eq: revert unintended binary size increaseGravatar wm42013-12-04
* video/filter: remove legacy option handling hacksGravatar wm42013-12-04
* vf_eq: use option parserGravatar wm42013-12-04
* video/filter: fix PIC compile on x86Gravatar Natanael Copa2013-11-26
* video/filter: remove useless vf_info fieldsGravatar wm42013-10-23
* vf_eq: fix behavior when changing parametersGravatar wm42013-08-20
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* video: decouple internal pixel formats from FourCCsGravatar wm42013-01-13
* video/filter: change filter API, use refcounting, remove filter DRGravatar wm42013-01-13
* configure: remove check for .align semanticsGravatar wm42013-01-13
* video/filter: rename vf_eq2 to vf_eqGravatar wm42012-11-16