]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_unsharp.c
AVFrame: deprecate all now unused fields
[ffmpeg] / libavfilter / vf_unsharp.c
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
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-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.
2012-04-04 Diego Biurrunvf_unsharp: Mark readonly variable as const.
2011-09-29 Stefano Sabatinivf_unsharp: set default chroma size value to 5x5
2011-09-29 Stefano Sabatinivf_unsharp: fix out-of-buffer read
2011-09-28 Stefano Sabatinivf_unsharp: store hsub/vsub in the filter context
2011-09-28 Stefano Sabatinivf_unsharp: adopt a more natural order of params in...
2011-09-28 Stefano Sabatinivf_unsharp: rename method "unsharpen" to "apply_unsharp"
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-11-28 Stefano SabatiniIn libavfilter, use consistently "Copyright (c)" in...
2010-10-13 Stefano SabatiniMake the validity checks fail only if the corresponding...
2010-10-08 Stefano SabatiniAdd validity checks for the unsharp filter.
2010-08-07 S.N. Hemanth Meena... Rename fields:
2010-08-07 S.N. Hemanth Meena... Rename functions and fields:
2010-08-07 S.N. Hemanth Meena... Rename AVFilterPicRef to AVFilterBufferRef.
2010-06-27 Eli FriedmanFix clang warning, make initialization more readable
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-07 Bobby BinghamAdd unsharp video filter.