| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/formats: reindent after last commit. | Nicolas George | 2013-02-24 | 1 | -10/+10 |
* | lavfi: fix merging of formats and clarify exception. | Nicolas George | 2013-02-24 | 3 | -6/+16 |
* | libavfilter/af_amerge: fix segfault if init fails. | Nicolas George | 2013-02-24 | 1 | -2/+4 |
* | vf_mp: Set pseudo pal | Michael Niedermayer | 2013-02-23 | 3 | -1/+16 |
* | vf_overlay: silence warning: X may be used uninitialized in this function | Michael Niedermayer | 2013-02-23 | 1 | -0/+2 |
* | avfilter: Silence warning: passing argument 3 of av_image_copy from incompati... | Michael Niedermayer | 2013-02-23 | 1 | -1/+1 |
* | lavfi/boxblur: add support to named options | Stefano Sabatini | 2013-02-22 | 2 | -27/+55 |
* | blend filter | Paul B Mahol | 2013-02-21 | 4 | -2/+478 |
* | lavfi/buffersrc: set channel layout if it is known. | Nicolas George | 2013-02-21 | 1 | -0/+4 |
* | vf_idet: adapt default scores due to bugfix | Michael Niedermayer | 2013-02-21 | 1 | -2/+2 |
* | vf_idet: Fix macro arguments sideeffect | Michael Niedermayer | 2013-02-21 | 1 | -2/+4 |
* | lavfi/subtitles: fix recently introduced warning about discarded const qualif... | Clément Bœsch | 2013-02-20 | 1 | -1/+1 |
* | lavfi/overlay: add format option | Stefano Sabatini | 2013-02-20 | 2 | -14/+43 |
* | lavfi/overlay: apply minor consistency fixes | Stefano Sabatini | 2013-02-20 | 1 | -2/+2 |
* | lavfi/overlay: implement shortest option | Stefano Sabatini | 2013-02-20 | 2 | -1/+5 |
* | lavfi/decimate: use named options | Stefano Sabatini | 2013-02-20 | 2 | -23/+26 |
* | avfilter: fix segfault with setsar/dar | Michael Niedermayer | 2013-02-20 | 1 | -1/+1 |
* | lavfi/hue: reindent after previous commit | Stefano Sabatini | 2013-02-20 | 1 | -30/+30 |
* | lavfi/hue: simplify parsing by making use of option shorthands | Stefano Sabatini | 2013-02-20 | 1 | -34/+3 |
* | avfilter/ff_merge_formats: only merge if doing so does not loose chroma or alpha | Michael Niedermayer | 2013-02-19 | 1 | -0/+19 |
* | lavfi/overlay: yuv444p & yuva444p support | Paul B Mahol | 2013-02-19 | 1 | -3/+11 |
* | lavfi/histogram: overlay display mode for levels histogram mode | Paul B Mahol | 2013-02-18 | 1 | -5/+10 |
* | lavf/showspectrum: add divVerent in the (c) for his recent work on the filter. | Clément Bœsch | 2013-02-18 | 1 | -0/+1 |
* | lavfi/noise: switch to AVLFG noise generator | Paul B Mahol | 2013-02-17 | 1 | -7/+11 |
* | lavf/subtitles: error out in case of bitmap subtitles. | Clément Bœsch | 2013-02-17 | 1 | -0/+7 |
* | lavfi/subtitles: set a different description between ass and subtitles. | Clément Bœsch | 2013-02-17 | 1 | -2/+2 |
* | lavfi: rename vf_ass.c to vf_subtitles.c | Clément Bœsch | 2013-02-17 | 2 | -2/+2 |
* | lavfi/subtitles: support charenc option. | Clément Bœsch | 2013-02-17 | 1 | -1/+7 |
* | lavfi/subtitles: split options between ass and subtitles. | Clément Bœsch | 2013-02-17 | 1 | -8/+14 |
* | lavfi/mp: drop mp=kerndeint filter | Stefano Sabatini | 2013-02-17 | 4 | -349/+1 |
* | lavfi/mp: drop mp=unsharp filter | Stefano Sabatini | 2013-02-17 | 4 | -329/+1 |
* | lavfi/unsharp: add missing NULL check | Stefano Sabatini | 2013-02-17 | 1 | -1/+2 |
* | lavfi/unsharp: merge definition and declaration in init_filter_param() | Stefano Sabatini | 2013-02-17 | 1 | -3/+1 |
* | lavfi/unsharp: directly access in-loop variables in apply_unsharp() | Stefano Sabatini | 2013-02-17 | 1 | -14/+19 |
* | lavfi/unsharp: add check on matrix x/y size values oddity | Stefano Sabatini | 2013-02-17 | 2 | -4/+18 |
* | yadif: remove unused variable | Michael Niedermayer | 2013-02-16 | 1 | -1/+0 |
* | lavfi: port MP noise filter | Paul B Mahol | 2013-02-16 | 4 | -2/+369 |
* | Merge commit '64ed397635ef2666b0ca0c8d8c60a8bc44581d82' | Michael Niedermayer | 2013-02-16 | 3 | -40/+105 |
|\ |
|
| * | vf_yadif: fix out-of line reads | Anton Khirnov | 2013-02-15 | 3 | -19/+107 |
* | | Merge commit 'ccd70d9c1689990e5aef2de383199bbc7cf60d13' | Michael Niedermayer | 2013-02-16 | 1 | -14/+12 |
|\| |
|
| * | vf_yadif: factorize initializing the filtering callbacks | Anton Khirnov | 2013-02-15 | 1 | -11/+12 |
* | | lavfi/yadif: support 9, 12, and 14 bits per pixel | James Darnley | 2013-02-16 | 1 | -0/+9 |
* | | lavfi/yadif: remove unnecessary cast | James Darnley | 2013-02-16 | 1 | -1/+1 |
* | | lavfi/kerndeint: move is_rgb_packed definition to the internal context | Stefano Sabatini | 2013-02-16 | 1 | -1/+3 |
* | | lavfi/kerndeint: use aligned linesizes for the temporary buffer. | Clément Bœsch | 2013-02-16 | 1 | -5/+10 |
* | | lavfi/unsharp: extend range for amount values, to reflect the behavior of mp=... | Stefano Sabatini | 2013-02-16 | 2 | -5/+7 |
* | | lavfi/unsharp: use named options, and add missing checks on matrix size values | Stefano Sabatini | 2013-02-16 | 2 | -18/+44 |
* | | lavfi/kerndeint: use av_pix_fmt_desc_get instead of directly accessing the table | Hendrik Leppkes | 2013-02-15 | 1 | -1/+1 |
* | | lavfi/ebur128: advance pointer to samples | sedacca@comcast.net | 2013-02-15 | 1 | -2/+2 |
* | | lavfi/ebur128: fix channel weights | David A. Sedacca | 2013-02-15 | 1 | -5/+19 |