]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_hqdn3d.c
lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields
[ffmpeg] / libavfilter / vf_hqdn3d.c
2015-09-07 Vittorio Giovaralavu: Drop the {minus,plus}1 suffix from AVComponentDes...
2015-01-29 Vittorio Giovarahqdn3d: check memory allocations and propagate errors
2014-03-05 Luca Barbatoavfilter: Add missing emms_c when needed
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-05-17 Anton Khirnovvf_hqdn3d: make config_props work properly when called...
2013-05-16 Anton Khirnovvf_hqdn3d: use the name 's' for the pointer to the...
2013-05-04 Diego Biurrunavfilter: Add av_cold attributes to init/uninit functions
2013-04-09 Anton Khirnovlavfi: remove now unused args parameter from AVFilter...
2013-04-09 Anton Khirnovvf_hqdn3d: switch to an AVOptions-based system.
2013-03-13 Loren Merritthqdn3d: Fix out of array read in LOWPASS
2013-03-11 Anton Khirnovvf_hqdn3d: fix uninitialized variable use
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2013-02-01 Diego Biurrunvf_hqdn3d: x86: Add proper arch optimization initialization
2012-12-31 Diego BiurrunDrop unnecessary 'l' length modifier when printfing...
2012-11-28 Anton Khirnovlavfi: merge start_frame/draw_slice/end_frame
2012-10-12 Anton Khirnovlavfi: do not use av_pix_fmt_descriptors directly.
2012-10-10 Mans Rullgardlavfi: convert input/ouput list compound literals to...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-27 Martin Storsjövf_hqdn3d: Remove a duplicate inline declaration
2012-08-27 Martin Storsjövf_hqdn3d: Don't declare the loop variable within the...
2012-08-26 Loren Merrittvf_hqdn3d: x86 asm
2012-08-26 Loren Merrittvf_hqdn3d: support 16bit colordepth
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-07-28 Loren Merrittvf_hqdn3d: support 9 and 10bit colordepth
2012-07-28 Loren Merrittvf_hqdn3d: reduce intermediate precision
2012-07-28 Loren Merrittvf_hqdn3d: simplify and optimize
2012-07-28 Loren Merrittvf_hqdn3d: cosmetics
2012-07-22 Anton Khirnovlavfi: add error handling to end_frame().
2012-07-22 Anton Khirnovlavfi: add error handling to draw_slice().
2012-07-21 Ronald S. Bultjelavfi: use const for AVFilterPad declarations in all...
2012-07-20 Anton Khirnovlavfi: unref AVFilterLink.out_buf in ff_end_frame().
2012-07-20 Anton Khirnovlavfi: unref AVFilterLink.cur_buf in ff_end_frame().
2012-06-26 Anton Khirnovlavfi: make filters less verbose.
2012-06-26 Anton Khirnovlavfi: remove 'opaque' parameter from AVFilter.init()
2012-06-13 Anton Khirnovlavfi: make AVFilterPad opaque after two major bumps.
2012-06-05 Anton Khirnovlavfi: remove request/poll and drawing functions from...
2012-06-05 Anton Khirnovlavfi: make formats API private on next bump.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-12-04 Baptiste CoudurierPort libmpcodecs hqdn3d filter.