| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' | Michael Niedermayer | 2014-04-19 | 1 | -1/+1 |
|\ |
|
| * | lavfi: name anonymous structs | Vittorio Giovara | 2014-04-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
|\| |
|
| * | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -8/+7 |
* | | avfilter: remove redundant .get_(audio/video)_buffer initializations | Paul B Mahol | 2013-09-07 | 1 | -1/+0 |
* | | avfilter: fix plane validity checks | Michael Niedermayer | 2013-08-03 | 1 | -1/+1 |
* | | lavfi/delogo: Fix sign extension issue | Jean Delvare | 2013-07-13 | 1 | -3/+4 |
* | | lavfi/delogo: band width must be at least 1 | Jean Delvare | 2013-07-05 | 1 | -5/+2 |
* | | lavfi/delogo: option show shouldn't affect band | Jean Delvare | 2013-07-05 | 1 | -3/+1 |
* | | lavfi/delogo: remember left and right samples when interpolating | Jean Delvare | 2013-07-05 | 1 | -6/+10 |
* | | lavfi/delogo: don't recompute the same difference again and again | Jean Delvare | 2013-07-05 | 1 | -12/+12 |
* | | lavfi/delogo: avoid propagation of rounding errors in chroma planes | Jean Delvare | 2013-07-03 | 1 | -2/+4 |
* | | lavfi/delogo: take SAR into account | Jean Delvare | 2013-07-03 | 1 | -7/+13 |
* | | lavfi/delogo: use weighted interpolation | Jean Delvare | 2013-07-01 | 1 | -8/+17 |
* | | delogo: Fix function description | Jean Delvare | 2013-06-19 | 1 | -2/+2 |
* | | Merge commit 'ba09675f44612fad9f7169f71b8276beb50a0dcd' | Michael Niedermayer | 2013-05-16 | 1 | -17/+17 |
|\| |
|
| * | vf_delogo: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -15/+15 |
| * | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-09 | 1 | -1/+1 |
* | | lavfi: replace passthrough_filter_frame with a flag. | Clément Bœsch | 2013-05-12 | 1 | -1/+1 |
* | | lavfi: use ceil right shift for chroma width/height. | Clément Bœsch | 2013-05-10 | 1 | -2/+4 |
* | | lavfi: add timeline support in {de,remove}logo. | Clément Bœsch | 2013-04-24 | 1 | -0/+1 |
* | | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-12 | 1 | -1/+1 |
* | | Merge commit '63e58c55c17d7f8b5eec9c082fe0f8edc305a24e' | Michael Niedermayer | 2013-04-10 | 1 | -12/+9 |
|\| |
|
| * | vf_delogo: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -23/+10 |
* | | lavfi/vf_delogo: use standard options parsing. | Nicolas George | 2013-03-20 | 1 | -8/+3 |
* | | lavfi/delogo: 10l forgotten trailing NULL in shorthand. | Clément Bœsch | 2013-03-16 | 1 | -1/+1 |
* | | lavfi/delogo: remove sscanf and rely on av_opt_set_from_string() only. | Clément Bœsch | 2013-03-13 | 1 | -8/+5 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -8/+8 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -11/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-29 | 1 | -2/+2 |
|\| |
|
| * | vf_delogo: fix copying the input frame. | Anton Khirnov | 2013-01-29 | 1 | -3/+3 |
| * | vf_delogo: fix an uninitialized read. | Anton Khirnov | 2013-01-29 | 1 | -1/+1 |
| * | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -20/+26 |
* | | lavfi: declare arrays that never change as static const | Paul B Mahol | 2012-12-21 | 1 | -1/+1 |
* | | lavfi: remove some video w/h settings after avfilter_copy_buffer_ref_props. | Clément Bœsch | 2012-12-03 | 1 | -4/+0 |
* | | lavfi: add priv_class for some forgotten filters. | Clément Bœsch | 2012-11-29 | 1 | -0/+1 |
* | | vf_delogo: switch to filter_frame, this filter did not support slices | Michael Niedermayer | 2012-11-28 | 1 | -20/+27 |
* | | vf_delogo: fix order of operations in apply_delogo() | Michael Niedermayer | 2012-11-28 | 1 | -3/+3 |
* | | 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 | -12/+24 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -5/+5 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -5/+5 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -7/+7 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -7/+7 |
| * | Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_* | Martin Storsjö | 2012-08-31 | 1 | -7/+7 |
* | | lavfi: add priv class to filter definitions and flags to filter internal options | Stefano Sabatini | 2012-08-18 | 1 | -7/+8 |
* | | vf_delogo: fix permissions. | Nicolas George | 2012-08-17 | 1 | -2/+1 |