summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_atadenoise.c
Commit message (Collapse)AuthorAgeFilesLines
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
| | | | | | | | | | 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>
* avfilter/vf_atadenoise: do not use uninitialized dataPaul B Mahol2015-09-291-8/+9
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-201-7/+0
| | | | It has no longer any effect.
* avfilter/vf_atadenoise: fix file permissionsPaul B Mahol2015-09-171-0/+0
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-1/+1
|
* avfilter/vf_atadenoise: Check for ff_get_video_buffer() failureMichael Niedermayer2015-09-031-0/+3
| | | | | | Fixes CID1322338 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add atadenoisePaul B Mahol2015-08-021-0/+417
OpenPOWER on IntegriCloud