Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-01avfilter/vf_unsharp: add support for alpha formatsPaul B Mahol
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_unsharp: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-01-26avfilter/vf_unsharp: Remove unnecessary ;Andreas Rheinhardt
2020-11-07avfilter/vf_unsharp: add more pixel format supportLimin Wang
2020-11-07avfilter/vf_unsharp: add 10bit supportLimin Wang
2019-12-03avfilter/vf_unsharp: Don't dereference NULLAndreas Rheinhardt
2019-10-21avfilter/vf_unsharp: rename config_props -> config_input, link -> inlinkLimin Wang
2019-06-03avfilter/vf_unsharp: enable slice threadingRuiling Song
2017-11-23lavu,lavfi,ffmpeg: Remove experimental OpenCL APIMark Thompson
2017-02-03avfilter/vf_unsharp: Free out AVFrame on errorMichael Niedermayer
2016-09-17avfilter/vf_unsharp: limit matrix size in either direction to 23Paul B Mahol
2016-09-17avfilter/vf_unsharp: check if scalebits is too highPaul B Mahol
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-09-09avfilter/unsharp: use AV_OPT_TYPE_BOOL for opencl optionClément Bœsch
2015-09-05avfilter/vf_unsharp: use the name 's' for the pointer to the private contextGanesh Ajjanagadde
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2014-12-13avfilter/vf_unsharp: use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer
2014-06-14avfilter/vf_unsharp: use av_malloc_array()Michael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-05-16lavfi/unsharp: remove unused float.h include.Clément Bœsch
2013-05-16lavfi/unsharp: use av_image_copy_plane().Clément Bœsch
2013-05-12lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch
2013-05-09lavfi/opencl: replace SHIFTUP with FF_CEIL_RSHIFT.Clément Bœsch
2013-05-08lavfi/unsharp: use verbal form in help message optionsStefano Sabatini
2013-04-26lavfi/unsharp: add opencl unsharp filterhighgod0401
2013-04-23lavfi: add timeline support.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-11Merge commit 'b83e9efc53e5491716625aa31c69006b1119b280'Michael Niedermayer
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09vf_unsharp: switch to an AVOptions-based system.Anton Khirnov
2013-03-21lavfi/vf_unsharp: use standard options parsing.Nicolas George
2013-03-10lavfi/unsharp: add missing option flagsStefano Sabatini
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-02-17lavfi/unsharp: add missing NULL checkStefano Sabatini
2013-02-17lavfi/unsharp: merge definition and declaration in init_filter_param()Stefano Sabatini
2013-02-17lavfi/unsharp: directly access in-loop variables in apply_unsharp()Stefano Sabatini
2013-02-17lavfi/unsharp: add check on matrix x/y size values oddityStefano Sabatini
2013-02-16lavfi/unsharp: extend range for amount values, to reflect the behavior of mp=...Stefano Sabatini
2013-02-16lavfi/unsharp: use named options, and add missing checks on matrix size valuesStefano Sabatini
2013-02-15lavfi/unsharp: use the same macros used in the original MP filterStefano Sabatini