| Commit message (Expand) | Author | Age | Files | Lines |
* | vf_unsharp: switch to filter_frame, this filter did not support slices | Anton Khirnov | 2012-11-28 | 1 | -15/+13 |
* | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627' | Michael Niedermayer | 2012-10-12 | 1 | -2/+3 |
|\ |
|
| * | lavfi: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -2/+3 |
* | | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' | Michael Niedermayer | 2012-10-11 | 1 | -11/+23 |
|\| |
|
| * | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -11/+23 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -4/+4 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 1 | -4/+8 |
|\| |
|
| * | lavfi: add error handling to end_frame(). | Anton Khirnov | 2012-07-22 | 1 | -3/+6 |
| * | lavfi: add error handling to draw_slice(). | Anton Khirnov | 2012-07-22 | 1 | -1/+2 |
* | | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' | Michael Niedermayer | 2012-07-22 | 1 | -11/+11 |
|\| |
|
| * | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -11/+11 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-21 | 1 | -2/+0 |
|\| |
|
| * | lavfi: unref AVFilterLink.out_buf in ff_end_frame(). | Anton Khirnov | 2012-07-20 | 1 | -1/+0 |
| * | lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). | Anton Khirnov | 2012-07-20 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-27 | 1 | -1/+1 |
|\| |
|
| * | lavfi: make filters less verbose. | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' | Michael Niedermayer | 2012-06-26 | 1 | -1/+1 |
|\| |
|
| * | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-13 | 1 | -0/+1 |
|\| |
|
| * | lavfi: make AVFilterPad opaque after two major bumps. | Anton Khirnov | 2012-06-13 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -3/+5 |
|\| |
|
| * | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -2/+3 |
| * | lavfi: make formats API private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -1/+2 |
* | | 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 |