summaryrefslogtreecommitdiff
path: root/libavfilter/vf_lenscorrection.c
Commit message (Collapse)AuthorAge
* avfilter/vf_lenscorrection: fix memleakMichael Niedermayer2014-08-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_lenscorrection: get rid of floats in init codeMichael Niedermayer2014-08-21
| | | | | | | The only remaining floats are in the user interface, they are left as they should not cause a problem in practice Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_lenscorrection: get rid of all floats per frameMichael Niedermayer2014-08-21
| | | | | | there are some still left for 1 time initialization Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_lenscorrection: get rid of some floatsMichael Niedermayer2014-08-21
|
* avfilter: ported lenscorrection filter from frei0rDaniel Oberhoff2014-08-12
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>