aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | avfilter: add audio surround upmixerPaul B Mahol2017-06-011-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Use AVOnce as a static variable consistentlyHendrik Leppkes2017-05-221-1/+1
| | | | | | | | | | | | | | Using AVOnce as a stack variable makes no sense as the state is lost when the function exits. This fixes repeated calls to av(filter/device)_register_all
* | avfilter: add audio crossfeed filterPaul B Mahol2017-05-171-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/scale_cuda: add CUDA scale filterYogender Gupta2017-05-151-0/+1
| | | | | | | | Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
* | avfilter: add acopy filterPaul B Mahol2017-05-121-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add arbitrary audio FIR filterPaul B Mahol2017-05-091-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add video oscilloscope filterPaul B Mahol2017-04-291-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add pixscope filterPaul B Mahol2017-04-291-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add lumakey filterPaul B Mahol2017-04-241-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add doubleweave filterPaul B Mahol2017-04-221-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add deflicker filterPaul B Mahol2017-04-201-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '124e26971e69bb25f38c6c7cb3fa20c77cf10966'Clément Bœsch2017-03-301-0/+1
|\| | | | | | | | | | | | | * commit '124e26971e69bb25f38c6c7cb3fa20c77cf10966': lavfi: Hardware map filter Merged-by: Clément Bœsch <cboesch@gopro.com>
| * lavfi: Hardware map filterMark Thompson2016-11-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Takes a frame associated with a hardware context as input and maps it to something else (another hardware frame or normal memory) for other processing. If the frame to map was originally in the target format (but mapped to something else), the original frame is output. Also supports mapping backwards, where only the output has a hardware context. The link immediately before will be supplied with mapped hardware frames which it can write directly into, and this filter then unmaps them back to the actual hardware frames.
| * High Definition Compatible Digital (HDCD) decoder filter, using libhdcdBurt P2016-08-291-0/+1
| | | | | | | | | | | | Signed-off-by: Burt P <pburt0@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | lavfi: remove af_asynts filterRostislav Pehlivanov2017-03-271-1/+0
| | | | | | | | | | | | Long overdue for removal, af_aresample should be used instead. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* | add signature filter for MPEG7 video signatureGerion Entrup2017-03-211-0/+1
| | | | | | | | | | | | | | | | This filter does not implement all features of MPEG7. Missing features: - compression of signature files - work only on (cropped) parts of the video Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit 'ad71d3276fef0ee7e791e62bbfe9c4e540047417'Mark Thompson2017-03-121-0/+1
|\| | | | | | | | | | | | | | | | | * commit 'ad71d3276fef0ee7e791e62bbfe9c4e540047417': lavfi: add a QSV deinterlacing filter Minor fixup for lavfi differences. Merged-by: Mark Thompson <sw@jkqxz.net>
| * lavfi: add a QSV deinterlacing filterAnton Khirnov2016-07-221-0/+1
| |
| * lavfi: add a QSV scaling filterAnton Khirnov2016-06-211-0/+1
| |
* | lavfi: add a QSV scaling filterAnton Khirnov2017-03-121-0/+1
| | | | | | | | | | | | | | | | This merges libav commit ac7bfd69678f3966e38debdb27f4bde94dc0345c, which was previously skipped. (cherry picked from commit ac7bfd69678f3966e38debdb27f4bde94dc0345c) Signed-off-by: Mark Thompson <sw@jkqxz.net>
* | avfilter/allfilters: make avfilter_register_all thread safeMuhammad Faiz2017-03-071-7/+9
| | | | | | | | | | | | | | use ff_thread_once Suggested-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* | lavfi: Add VAAPI deinterlacerMark Thompson2017-02-231-0/+1
| | | | | | | | | | (cherry picked from commit ade370a4d7eab1866b6023c91c135d27c77ca465) (cherry picked from commit 2d518aec4c781316092be65893b47922c8f71b67)
* | avfilter: add midequalizer filterPaul B Mahol2017-02-041-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add threshold filterPaul B Mahol2017-01-301-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add abitscope multimedia filterPaul B Mahol2017-01-261-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add EIA-608 line extractorPaul B Mahol2017-01-241-0/+1
| | | | | | | | | | Signed-off-by: Dave Rice <dave@dericed.com> Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add premultiply filterPaul B Mahol2016-12-011-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/sidedata: add filter for manipulating frame side dataMarton Balint2016-10-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | This is a similar filter to f_metadata, only it works on side data. Since adding side data from a user provided arbitrary binary string is unsafe, because current code assumes that a side data of a certain kind has the proper size, this filter only implements selection and deletion. Also, no value matching support is implemented yet, because there is no uniform way to specify a side data textually. Signed-off-by: Marton Balint <cus@passwd.hu>
* | lavfi: add nlmeans filterClément Bœsch2016-09-241-0/+1
| | | | | | | | Fixes Ticket #4910
* | avfilter: add sobel and prewitt filterPaul B Mahol2016-09-121-0/+2
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add avgblur filterPaul B Mahol2016-09-071-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add gblur filterPaul B Mahol2016-09-041-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add weave filterPaul B Mahol2016-09-021-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add vaguedenoiser filterPaul B Mahol2016-08-261-0/+1
| |
* | avfilter: added motion estimation and interpolation filtersDavinder Singh2016-08-261-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter: add yuvtestsrc source filterPaul B Mahol2016-08-251-0/+1
| |
* | avfilter: add lut2 filterPaul B Mahol2016-08-251-0/+1
| |
* | avfilter: add hysteresis filterPaul B Mahol2016-08-231-0/+1
| |
* | avfilter: add maskedclamp filterPaul B Mahol2016-08-231-0/+1
| |
* | avfilter/Makefile & allfilters: sort entriesPaul B Mahol2016-08-171-6/+6
| |
* | avfilter: add bitplanenoise filterPaul B Mahol2016-08-171-0/+1
| |
* | avfilter: add acrusher filterPaul B Mahol2016-08-111-0/+1
| |
* | avfilter: add crystalizer audio filterVitaly Ostrosablin2016-08-071-0/+1
| | | | | | | | Signed-off-by: Vitaly Ostrosablin <tmp6154@yandex.ru>
* | avfilter: add loudnormKyle Swanson2016-05-181-0/+1
| | | | | | | | Signed-off-by: Kyle Swanson <k@ylo.ph>
* | Merge commit '8a02a8031ef4f98faf5647f0e01a8922247bf748'Derek Buitenhuis2016-04-181-0/+1
|\| | | | | | | | | | | | | * commit '8a02a8031ef4f98faf5647f0e01a8922247bf748': lavfi: add an NVIDIA NPP-based scaling filter Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * lavfi: add an NVIDIA NPP-based scaling filterAnton Khirnov2016-03-231-0/+1
| |
* | Merge commit '98114d70e48caf871b0fe9b8e5bf8ebd989b845d'Derek Buitenhuis2016-04-181-0/+1
|\| | | | | | | | | | | | | * commit '98114d70e48caf871b0fe9b8e5bf8ebd989b845d': lavf: VAAPI scale filter Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * lavf: VAAPI scale filterMark Thompson2016-03-231-0/+1
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | avfilter: add readvitc filterTobias Rapp2016-04-161-0/+1
| | | | | | | | | | | | | | Add a filter to scan the top lines of video frames for vertical interval timecode (VITC) information and attach it as metadata keys. Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
* | lavfi/af_hdcd: Implement high definition audio cd filtering.Benjamin Steffes2016-04-151-0/+1
| | | | | | | | Fixes ticket #4441.