summaryrefslogtreecommitdiffstats
path: root/libavfilter/version.h
Commit message (Collapse)AuthorAgeFilesLines
* avfilter: add floodfill filterPaul B Mahol2017-08-051-1/+1
|
* avfilter: add tlut2 filterPaul B Mahol2017-08-041-2/+2
|
* hwupload_cuda : Add 10/16 bit format supportYogender Gupta2017-08-031-1/+1
| | | | Signed-off-by: Philip Langdale <philipl@overt.org>
* avfilter: add unpremultiply filterPaul B Mahol2017-08-021-1/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add limiter filterPaul B Mahol2017-07-081-1/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add roberts cross operatorPaul B Mahol2017-06-191-1/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add superequalizer filterPaul B Mahol2017-06-191-1/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add native headphone spatialization filterPaul B Mahol2017-06-121-1/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add audio surround upmixerPaul B Mahol2017-06-011-1/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add audio crossfeed filterPaul B Mahol2017-05-171-2/+2
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/scale_cuda: add CUDA scale filterYogender Gupta2017-05-151-1/+1
| | | | Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
* avfilter: add arbitrary audio FIR filterPaul B Mahol2017-05-091-1/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add pixscope filterPaul B Mahol2017-04-291-1/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add lumakey filterPaul B Mahol2017-04-241-1/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add doubleweave filterPaul B Mahol2017-04-221-1/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add deflicker filterPaul B Mahol2017-04-201-2/+2
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/avf_showcqt: add attack optionMuhammad Faiz2017-04-091-1/+1
| | | | Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* avfilter/af_loudnorm: do not upsample during second-pass linear normalizationKyle Swanson2017-04-051-1/+1
| | | | Signed-off-by: Kyle Swanson <k@ylo.ph>
* Bump versions for master after 3.3Michael Niedermayer2017-04-021-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Bump minor for 3.3Michael Niedermayer2017-04-021-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Bump minor versions for master after release/3.3 branchpointMichael Niedermayer2017-03-311-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Bump minor versions for staring release/3.3 branchMichael Niedermayer2017-03-311-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit '124e26971e69bb25f38c6c7cb3fa20c77cf10966'Clément Bœsch2017-03-301-2/+2
|\ | | | | | | | | | | | | * commit '124e26971e69bb25f38c6c7cb3fa20c77cf10966': lavfi: Hardware map filter Merged-by: Clément Bœsch <cboesch@gopro.com>
| * lavfi: Hardware map filterMark Thompson2016-11-031-1/+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-1/+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/+1
| | | | | | | | | | | | 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-1/+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>
* | lavfi: deprecate AVFilterGraph->resample_lavr_optsRostislav Pehlivanov2017-03-181-1/+4
| | | | | | | | | | | | | | Not used by anything at all since we don't auto insert lavr filters. Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* | Merge commit 'ad71d3276fef0ee7e791e62bbfe9c4e540047417'Mark Thompson2017-03-121-1/+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-1/+1
| |
| * lavfi: add a QSV scaling filterAnton Khirnov2016-06-211-1/+1
| |
* | lavfi: add a QSV scaling filterAnton Khirnov2017-03-121-1/+1
| | | | | | | | | | | | | | | | This merges libav commit ac7bfd69678f3966e38debdb27f4bde94dc0345c, which was previously skipped. (cherry picked from commit ac7bfd69678f3966e38debdb27f4bde94dc0345c) Signed-off-by: Mark Thompson <sw@jkqxz.net>
* | lavfi: Add VAAPI deinterlacerMark Thompson2017-02-231-1/+1
| | | | | | | | | | (cherry picked from commit ade370a4d7eab1866b6023c91c135d27c77ca465) (cherry picked from commit 2d518aec4c781316092be65893b47922c8f71b67)
* | avfilter: add midequalizer filterPaul B Mahol2017-02-041-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add threshold filterPaul B Mahol2017-01-301-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add abitscope multimedia filterPaul B Mahol2017-01-261-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add EIA-608 line extractorPaul B Mahol2017-01-241-1/+1
| | | | | | | | | | Signed-off-by: Dave Rice <dave@dericed.com> Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/buffersink: add accessors for the stream properties.Nicolas George2017-01-121-1/+1
| | | | | | | | av_buffersink_get_frame_rate() did already exist; its argument becomes const.
* | avfilter: add premultiply filterPaul B Mahol2016-12-011-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/loudnorm: add an internal libebur128 libraryMarton Balint2016-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also contains the following changes to the library: - add ff_ prefix to functions - remove cplusplus defines. - add FF_ prefix to contants and some structs - remove true peak calculation feature, since it uses its own resampler, and af_loudnorm does not need it. - remove version info and some fprintf(stderr) functions - convert to use av_malloc - always use histogram mode for LRA calculation, otherwise LRA data is slowly consuming memory making af_loudnorm unfit for 24/7 operation. It also uses a BSD style linked list implementation which is probably not available on all platforms. So let's just remove the classic mode which not uses histogram. - add ff_thread_once for calculating static histogram tables - convert some functions to void which cannot fail - remove intrinsics and some unused headers - add support for planar audio - remove channel / sample rate changer function, in ffmpeg usually we simply alloc a new context - convert some static variables to defines - declare static histogram variables as aligned - convert some initalizations to mallocz - add window size parameter to init function and remove window size setter function - convert return codes to AVERROR - fix indentation Signed-off-by: Marton Balint <cus@passwd.hu>
* | Bump minor versions after 3.2 branchpoint to seperate releaseMichael Niedermayer2016-10-261-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Bump minor versions for 3.2Michael Niedermayer2016-10-261-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | lavfi/sidedata: add filter for manipulating frame side dataMarton Balint2016-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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-1/+1
| | | | | | | | Fixes Ticket #4910
* | avfilter: add sobel and prewitt filterPaul B Mahol2016-09-121-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add avgblur filterPaul B Mahol2016-09-071-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add gblur filterPaul B Mahol2016-09-041-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add weave filterPaul B Mahol2016-09-021-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add nb_threads to AVFilterContextPaul B Mahol2016-08-291-1/+1
| | | | | | | | To be used in following commits.
* | avfilter: add vaguedenoiser filterPaul B Mahol2016-08-261-1/+1
| |
OpenPOWER on IntegriCloud