summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_hqdn3d.c
Commit message (Expand)AuthorAgeFilesLines
* lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-071-1/+1
* hqdn3d: check memory allocations and propagate errorsVittorio Giovara2015-01-291-16/+26
* avfilter: Add missing emms_c when neededLuca Barbato2014-03-051-0/+1
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-1/+1
* vf_hqdn3d: make config_props work properly when called multiple times.Anton Khirnov2013-05-171-0/+2
* vf_hqdn3d: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-42/+42
* avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-041-2/+3
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* vf_hqdn3d: switch to an AVOptions-based system.Anton Khirnov2013-04-091-48/+32
* hqdn3d: Fix out of array read in LOWPASSLoren Merritt2013-03-131-4/+4
* vf_hqdn3d: fix uninitialized variable useAnton Khirnov2013-03-111-0/+1
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-11/+11
* vf_hqdn3d: x86: Add proper arch optimization initializationDiego Biurrun2013-02-011-21/+4
* Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun2012-12-311-1/+1
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-20/+27
* lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-3/+4
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-11/+23
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-21/+21
* vf_hqdn3d: Remove a duplicate inline declarationMartin Storsjö2012-08-271-1/+1
* vf_hqdn3d: Don't declare the loop variable within the for loopMartin Storsjö2012-08-271-1/+2
* vf_hqdn3d: x86 asmLoren Merritt2012-08-261-4/+23
* vf_hqdn3d: support 16bit colordepthLoren Merritt2012-08-261-24/+46
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* vf_hqdn3d: support 9 and 10bit colordepthLoren Merritt2012-07-281-19/+53
* vf_hqdn3d: reduce intermediate precisionLoren Merritt2012-07-281-30/+32
* vf_hqdn3d: simplify and optimizeLoren Merritt2012-07-281-106/+51
* vf_hqdn3d: cosmeticsLoren Merritt2012-07-281-156/+152
* lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-3/+6
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-1/+4
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-10/+10
* lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov2012-07-201-1/+0
* lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-201-1/+0
* lavfi: make filters less verbose.Anton Khirnov2012-06-261-1/+1
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+1
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-2/+3
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-1/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Port libmpcodecs hqdn3d filter.Baptiste Coudurier2010-12-041-0/+345
OpenPOWER on IntegriCloud