| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -1/+0 |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | lavfi/unsharp: clarify invalid filter param constraints | Stefano Sabatini | 2023-04-02 | 1 | -8/+22 |
* | avfilter/vf_unsharp: add support for alpha formats | Paul B Mahol | 2022-03-01 | 1 | -8/+20 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -9/+9 |
* | avfilter/vf_unsharp: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_unsharp: Remove unnecessary ; | Andreas Rheinhardt | 2021-01-26 | 1 | -2/+2 |
* | avfilter/vf_unsharp: add more pixel format support | Limin Wang | 2020-11-07 | 1 | -0/+4 |
* | avfilter/vf_unsharp: add 10bit support | Limin Wang | 2020-11-07 | 1 | -75/+87 |
* | avfilter/vf_unsharp: Don't dereference NULL | Andreas Rheinhardt | 2019-12-03 | 1 | -4/+6 |
* | avfilter/vf_unsharp: rename config_props -> config_input, link -> inlink | Limin Wang | 2019-10-21 | 1 | -8/+8 |
* | avfilter/vf_unsharp: enable slice threading | Ruiling Song | 2019-06-03 | 1 | -24/+78 |
* | lavu,lavfi,ffmpeg: Remove experimental OpenCL API | Mark Thompson | 2017-11-22 | 1 | -24/+2 |
* | avfilter/vf_unsharp: Free out AVFrame on error | Michael Niedermayer | 2017-02-03 | 1 | -1/+3 |
* | avfilter/vf_unsharp: limit matrix size in either direction to 23 | Paul B Mahol | 2016-09-17 | 1 | -1/+1 |
* | avfilter/vf_unsharp: check if scalebits is too high | Paul B Mahol | 2016-09-17 | 1 | -0/+4 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -3/+3 |
* | avfilter/unsharp: use AV_OPT_TYPE_BOOL for opencl option | Clément Bœsch | 2015-09-09 | 1 | -1/+1 |
* | avfilter/vf_unsharp: use the name 's' for the pointer to the private context | Ganesh Ajjanagadde | 2015-09-05 | 1 | -24/+24 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -3/+4 |
* | avfilter/vf_unsharp: use av_freep() avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-13 | 1 | -1/+1 |
* | avfilter/vf_unsharp: use av_malloc_array() | Michael Niedermayer | 2014-06-13 | 1 | -1/+2 |
* | 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 |
| * | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-09 | 1 | -1/+1 |
* | | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -13/+10 |
* | | lavfi/unsharp: remove unused float.h include. | Clément Bœsch | 2013-05-16 | 1 | -2/+0 |
* | | lavfi/unsharp: use av_image_copy_plane(). | Clément Bœsch | 2013-05-16 | 1 | -5/+2 |
* | | lavfi: replace passthrough_filter_frame with a flag. | Clément Bœsch | 2013-05-12 | 1 | -1/+1 |
* | | lavfi/opencl: replace SHIFTUP with FF_CEIL_RSHIFT. | Clément Bœsch | 2013-05-09 | 1 | -3/+3 |
* | | lavfi/unsharp: use verbal form in help message options | Stefano Sabatini | 2013-05-08 | 1 | -12/+12 |
* | | lavfi/unsharp: add opencl unsharp filter | highgod0401 | 2013-04-26 | 1 | -36/+52 |
* | | lavfi: add timeline support. | Clément Bœsch | 2013-04-23 | 1 | -1/+1 |
* | | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-12 | 1 | -1/+1 |
* | | Merge commit 'b83e9efc53e5491716625aa31c69006b1119b280' | Michael Niedermayer | 2013-04-11 | 1 | -37/+29 |
|\| |
|
| * | vf_unsharp: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -18/+27 |
* | | lavfi/vf_unsharp: use standard options parsing. | Nicolas George | 2013-03-20 | 1 | -13/+7 |
* | | lavfi/unsharp: add missing option flags | Stefano Sabatini | 2013-03-10 | 1 | -13/+14 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -7/+6 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -7/+6 |
| * | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -15/+13 |
* | | 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 |