| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/drawutils: attempt to fix subsampling. | Clément Bœsch | 2013-05-28 | 1 | -9/+13 |
* | os2threads: move from lavc to compat/ | Dave Yeo | 2013-05-28 | 1 | -0/+2 |
* | lavfi/haldclutsrc: 10l remove size options. | Clément Bœsch | 2013-05-27 | 1 | -1/+1 |
* | lavfi/overlay: remove do_blend forward declaration. | Clément Bœsch | 2013-05-27 | 1 | -16/+13 |
* | lavfi/lut3d: move lut3d init to its definition scope. | Clément Bœsch | 2013-05-27 | 1 | -54/+51 |
* | lavfi: add haldclut filter. | Clément Bœsch | 2013-05-27 | 4 | -15/+225 |
* | lavfi: add dual input helpers. | Clément Bœsch | 2013-05-27 | 4 | -135/+227 |
* | lavfi: add haldclutsrc filter. | Clément Bœsch | 2013-05-27 | 4 | -3/+140 |
* | lavfi/ocv: make use of AVFILTER_DEFINE_CLASS | Paul B Mahol | 2013-05-27 | 1 | -7/+2 |
* | lavfi/frei0r: make use of AVFILTER_DEFINE_CLASS | Paul B Mahol | 2013-05-27 | 1 | -16/+6 |
* | lavfi/channelmap: make use of AVFILTER_DEFINE_CLASS | Paul B Mahol | 2013-05-27 | 1 | -7/+2 |
* | lavfi/format: make use of AVFILTER_DEFINE_CLASS | Paul B Mahol | 2013-05-27 | 1 | -12/+4 |
* | lavfi/setpts: make use of AVFILTER_DEFINE_CLASS | Paul B Mahol | 2013-05-27 | 1 | -12/+4 |
* | lavfi/join: make use of AVFILTER_DEFINE_CLASS | Paul B Mahol | 2013-05-27 | 1 | -6/+1 |
* | lavfi/hqdn3d: make use of AVFILTER_DEFINE_CLASS | Paul B Mahol | 2013-05-27 | 1 | -7/+2 |
* | lavfi/interlace: make use of AVFILTER_DEFINE_CLASS | Paul B Mahol | 2013-05-27 | 1 | -9/+3 |
* | lavfi/trim: make use of AVFILTER_DEFINE_CLASS | Paul B Mahol | 2013-05-27 | 1 | -12/+2 |
* | lavfi/interlace: remove request frame hack | Paul B Mahol | 2013-05-27 | 1 | -16/+1 |
* | lavfi/trim: remove request frame hack | Paul B Mahol | 2013-05-27 | 1 | -20/+4 |
* | lavfi/tinterlace: remove request frame hack | Paul B Mahol | 2013-05-27 | 1 | -16/+1 |
* | lavfi/idet: remove request_frame hack | Paul B Mahol | 2013-05-27 | 1 | -16/+7 |
* | lavfi/dctdnoiz: move DC normalization out of loops. | Clément Bœsch | 2013-05-26 | 1 | -11/+13 |
* | lavfi/lut3d: faster tetrahedral interpolation. | Clément Bœsch | 2013-05-26 | 1 | -6/+12 |
* | lavfi/lut3d: restore original interpolation speed. | Clément Bœsch | 2013-05-26 | 1 | -18/+22 |
* | lavfi/bbox: export bbox info to frame metadata | Paul B Mahol | 2013-05-26 | 1 | -0/+14 |
* | lavfi/bbox: timeline support | Paul B Mahol | 2013-05-26 | 1 | -0/+1 |
* | lavfi/bbox: make min_val user configurable | Paul B Mahol | 2013-05-26 | 2 | -3/+16 |
* | lavfi/bbox: use inlink->frame_count | Paul B Mahol | 2013-05-26 | 1 | -3/+2 |
* | lavfi/noise: use av_image_copy_plane() | Paul B Mahol | 2013-05-26 | 1 | -8/+2 |
* | av_cpu_count: factorize "detected %d logical cores" message | Michael Niedermayer | 2013-05-26 | 1 | -1/+0 |
* | lavfi/afade: add timeline support | Paul B Mahol | 2013-05-25 | 1 | -0/+1 |
* | lavfi/blend: support slice threading | Paul B Mahol | 2013-05-24 | 1 | -26/+53 |
* | vf_fade: remove unused function | Michael Niedermayer | 2013-05-24 | 1 | -19/+0 |
* | vf_fade: Support slice threaded alpha | Michael Niedermayer | 2013-05-24 | 1 | -8/+27 |
* | vf_fade: Fix alpha flag integration | Michael Niedermayer | 2013-05-24 | 1 | -1/+1 |
* | lavfi/blend: fix SW/SH calculation | Paul B Mahol | 2013-05-24 | 1 | -2/+2 |
* | fade: fix slice sizes | Michael Niedermayer | 2013-05-24 | 1 | -7/+6 |
* | yadif: fix slice sizes | Michael Niedermayer | 2013-05-24 | 1 | -3/+2 |
* | avfilter/vf_yadif: fix race condition | Michael Niedermayer | 2013-05-24 | 1 | -9/+12 |
* | lavfi/blend: add yuv(j)411p | Paul B Mahol | 2013-05-24 | 1 | -2/+2 |
* | avfilter/vf_drawtext: Fix doxygen comment | Michael Niedermayer | 2013-05-24 | 1 | -1/+1 |
* | avfilter: remove av_opt_set_defaults() from process_options() | Michael Niedermayer | 2013-05-24 | 1 | -2/+0 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-24 | 2 | -52/+116 |
|\ |
|
| * | vf_fade: support slice threading | Anton Khirnov | 2013-05-24 | 1 | -24/+56 |
| * | vf_yadif: support slice threading | Anton Khirnov | 2013-05-24 | 1 | -30/+57 |
* | | lavfi/field, il, noise: use av_pix_fmt_count_planes() | Paul B Mahol | 2013-05-24 | 3 | -13/+5 |
* | | Merge commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f' | Michael Niedermayer | 2013-05-24 | 8 | -14/+435 |
|\| |
|
| * | lavfi: add a slice threading infrastructure | Anton Khirnov | 2013-05-24 | 8 | -1/+434 |
* | | lavfi/testsrc: make nb_decimals available only in testsrc. | Clément Bœsch | 2013-05-23 | 2 | -14/+12 |
* | | lavfi/testsrc: move color options to the color scope filter definition. | Clément Bœsch | 2013-05-23 | 1 | -9/+7 |