summaryrefslogtreecommitdiff
path: root/libavfilter/vf_hqdn3d.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-07
* hqdn3d: check memory allocations and propagate errorsVittorio Giovara2015-01-29
* avfilter: Add missing emms_c when neededLuca Barbato2014-03-05
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* vf_hqdn3d: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
* vf_hqdn3d: 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_hqdn3d: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* hqdn3d: Fix out of array read in LOWPASSLoren Merritt2013-03-13
* vf_hqdn3d: fix uninitialized variable useAnton Khirnov2013-03-11
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
* vf_hqdn3d: x86: Add proper arch optimization initializationDiego Biurrun2013-02-01
* Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun2012-12-31
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* vf_hqdn3d: Remove a duplicate inline declarationMartin Storsjö2012-08-27
* vf_hqdn3d: Don't declare the loop variable within the for loopMartin Storsjö2012-08-27
* vf_hqdn3d: x86 asmLoren Merritt2012-08-26
* vf_hqdn3d: support 16bit colordepthLoren Merritt2012-08-26
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* vf_hqdn3d: support 9 and 10bit colordepthLoren Merritt2012-07-28
* vf_hqdn3d: reduce intermediate precisionLoren Merritt2012-07-28
* vf_hqdn3d: simplify and optimizeLoren Merritt2012-07-28
* vf_hqdn3d: cosmeticsLoren Merritt2012-07-28
* lavfi: add error handling to end_frame().Anton Khirnov2012-07-22
* 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: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov2012-07-20
* lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-20
* lavfi: make filters less verbose.Anton Khirnov2012-06-26
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-13
* 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
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Port libmpcodecs hqdn3d filter.Baptiste Coudurier2010-12-04