Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-06Mark AVFilterPad[] compound literals as const.Reimar Döffinger
2011-10-19vf_unsharp: Fix false ‘src2’ may be used uninitialized in this function w...Michael Niedermayer
2011-08-14vf_unsharp: set default chroma size value to 5x5Stefano Sabatini
2011-08-14vf_unsharp: fix out-of-buffer readStefano Sabatini
2011-08-13vf_unsharp: vertically align lines, for better readabilityStefano Sabatini
2011-08-13vf_unsharp: store hsub/vsub in the filter contextStefano Sabatini
2011-08-13vf_unsharp: adopt a more natural order of params in apply_unsharp()Stefano Sabatini
2011-08-13vf_unsharp: rename method "unsharpen" to "apply_unsharp"Stefano Sabatini
2011-06-20lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki
2011-05-17Add some forgotten const to function arguments in libavfilter & libavformat.Michael Niedermayer
2010-11-28In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini
2010-10-13Make the validity checks fail only if the corresponding luma or chromaStefano Sabatini
2010-10-09Add validity checks for the unsharp filter.Stefano Sabatini
2010-08-07Rename fields:S.N. Hemanth Meenakshisundaram
2010-08-07Rename functions and fields:S.N. Hemanth Meenakshisundaram
2010-08-07Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram
2010-06-27Fix clang warning, make initialization more readableEli Friedman
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-07Add unsharp video filter.Bobby Bingham