summaryrefslogtreecommitdiff
path: root/libavfilter/vf_lut.c
Commit message (Expand)AuthorAge
* lavfi: name anonymous structsVittorio Giovara2014-04-19
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* vf_lut: ConstantizeDiego Elio Pettenò2013-08-31
* vf_lut: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
* vf_lut: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-04
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* vf_lut: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*Martin Storsjö2012-08-31
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-22
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* Mark mutable static data const where appropriate.Alex Converse2012-02-21
* lavfi: add negate filterStefano Sabatini2011-10-17
* lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini2011-10-17