| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-05 | 1 | -1/+1 |
|\ |
|
| * | vf_unsharp: Mark readonly variable as const. | Diego Biurrun | 2012-04-04 | 1 | -2/+2 |
| * | vf_unsharp: set default chroma size value to 5x5 | Stefano Sabatini | 2011-09-29 | 1 | -2/+2 |
| * | vf_unsharp: fix out-of-buffer read | Stefano Sabatini | 2011-09-29 | 1 | -1/+5 |
| * | vf_unsharp: store hsub/vsub in the filter context | Stefano Sabatini | 2011-09-28 | 1 | -6/+12 |
| * | vf_unsharp: adopt a more natural order of params in apply_unsharp() | Stefano Sabatini | 2011-09-28 | 1 | -5/+5 |
| * | vf_unsharp: rename method "unsharpen" to "apply_unsharp" | Stefano Sabatini | 2011-09-28 | 1 | -4/+6 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -5/+5 |
* | | Mark AVFilterPad[] compound literals as const. | Reimar Döffinger | 2011-11-06 | 1 | -2/+2 |
* | | vf_unsharp: Fix false ‘src2’ may be used uninitialized in this function w... | Michael Niedermayer | 2011-10-19 | 1 | -1/+1 |
* | | vf_unsharp: set default chroma size value to 5x5 | Stefano Sabatini | 2011-08-14 | 1 | -2/+2 |
* | | vf_unsharp: fix out-of-buffer read | Stefano Sabatini | 2011-08-14 | 1 | -1/+5 |
* | | vf_unsharp: vertically align lines, for better readability | Stefano Sabatini | 2011-08-13 | 1 | -2/+2 |
* | | vf_unsharp: store hsub/vsub in the filter context | Stefano Sabatini | 2011-08-13 | 1 | -6/+12 |
* | | vf_unsharp: adopt a more natural order of params in apply_unsharp() | Stefano Sabatini | 2011-08-13 | 1 | -5/+5 |
* | | vf_unsharp: rename method "unsharpen" to "apply_unsharp" | Stefano Sabatini | 2011-08-13 | 1 | -4/+6 |
* | | lavfi: add layout negotiation fields and helper functions. | Mina Nagy Zaki | 2011-06-19 | 1 | -1/+1 |
* | | Add some forgotten const to function arguments in libavfilter & libavformat. | Michael Niedermayer | 2011-05-17 | 1 | -2/+2 |
|/ |
|
* | In libavfilter, use consistently "Copyright (c)" in the license | Stefano Sabatini | 2010-11-28 | 1 | -4/+4 |
* | Make the validity checks fail only if the corresponding luma or chroma | Stefano Sabatini | 2010-10-13 | 1 | -1/+2 |
* | Add validity checks for the unsharp filter. | Stefano Sabatini | 2010-10-08 | 1 | -0/+7 |
* | Rename fields: | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -2/+2 |
* | Rename functions and fields: | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -2/+2 |
* | Rename AVFilterPicRef to AVFilterBufferRef. | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -2/+2 |
* | Fix clang warning, make initialization more readable | Eli Friedman | 2010-06-27 | 1 | -2/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Add unsharp video filter. | Bobby Bingham | 2010-04-07 | 1 | -0/+236 |