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 (Collapse)Author
2017-08-07avfilter: add support for GRAY9 and GBRAP10Paul B Mahol
2017-04-10avfilter: add GRAY10 and GRAY12 to some filtersPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2016-08-27avfilter/vf_atadenoise: add planes optionPaul B Mahol
Make possible filtering only some planes.
2016-08-16avfilter/vf_atadenoise: set default size value to 9Paul B Mahol
This is enough, bigger sizes do not produce better output in 99% cases.
2016-08-16avfilter/vf_atadenoise: add support for more pixel formatsPaul B Mahol
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
Libav, for some reason, merged this as a public API function. This will aid in future merges. A define is left for backwards compat, just in case some person used it, since it is in a public header. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2015-09-29avfilter/vf_atadenoise: do not use uninitialized dataPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
It has no longer any effect.
2015-09-17avfilter/vf_atadenoise: fix file permissionsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-09-04avfilter/vf_atadenoise: Check for ff_get_video_buffer() failureMichael Niedermayer
Fixes CID1322338 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-08-02avfilter: add atadenoisePaul B Mahol