summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
Commit message (Collapse)AuthorAge
* avfilter: add afirsrc filterPaul B Mahol2020-02-07
|
* lavfi: bump minor version for the Vulkan filtersLynne2020-02-04
|
* avfilter: add xfade opencl filterPaul B Mahol2020-02-02
|
* avfilter: add xfade filterPaul B Mahol2020-01-30
|
* avfilter: add freezeframes video filterPaul B Mahol2020-01-11
|
* avfilter/buffersrc: deprecate sws_param optionZhao Zhili2019-12-30
|
* avfilter: add thistogram video filterPaul B Mahol2019-12-29
|
* avfilter: Add tonemap vaapi filter for H2SXinpeng Sun2019-12-17
| | | | | | | | | | | | | It performs HDR(High Dynamic Range) to SDR(Standard Dynamic Range) conversion with tone-mapping. It only supports HDR10 as input temporarily. An example command to use this filter with vaapi codecs: FFMPEG -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -hwaccel_output_format vaapi \ -i INPUT -vf 'tonemap_vaapi=format=p010' -c:v hevc_vaapi -profile 2 OUTPUT Signed-off-by: Xinpeng Sun <xinpeng.sun@intel.com> Signed-off-by: Zachary Zhou <zachary.zhou@intel.com> Signed-off-by: Ruiling Song <ruiling.song@intel.com>
* avfilter/vf_tinterlace: add support for bypassing already interlaced framesMarton Balint2019-12-15
| | | | | | The old interlace filter worked this way before it was merged with tinterlace. Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter/vf_yaepblur: add yaepblur filterleozhang2019-12-06
| | | | | Signed-off-by: leozhang <leozhang@qiyi.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add axcorrelate filterPaul B Mahol2019-11-23
|
* avfilter: add median filterPaul B Mahol2019-10-29
|
* avfilter: add maskedmin/maskedmax filtersPaul B Mahol2019-10-24
|
* avfilter: add bilateral filterPaul B Mahol2019-10-21
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add arnndn filterPaul B Mahol2019-10-16
|
* avutil/opt: add AV_OPT_FLAG_RUNTIME_PARAM flagPaul B Mahol2019-10-14
|
* avfilter: add anlms filterPaul B Mahol2019-10-06
|
* libavfilter: add photosensitivity filterVladimir Panteleev2019-09-30
|
* avfilter: add scroll video filterPaul B Mahol2019-09-30
|
* avfilter: add sierpinski video sourcePaul B Mahol2019-09-25
|
* avfilter: Support EBU Tech. 3213-E primaries valuesRaphaël Zumer2019-09-01
| | | | | Signed-off-by: Raphaël Zumer <rzumer@tebako.net> Signed-off-by: James Almer <jamrial@gmail.com>
* lavfi: add deshake_opencl filterJarek Samic2019-08-23
|
* Bump minor versions again on master to keep 4.2 versions separate from masterMichael Niedermayer2019-07-21
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Bump minor versions to separate 4.2 from masterMichael Niedermayer2019-07-21
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* vf_drawtext: Add pkt_pos, pkt_duration, pkt_size as variablesCalvin Walton2019-07-07
| | | | | | | | | | | Changes to vf_drawtext.c written by Calvin Walton <calvin.walton@kepstin.ca> Changes to filters.texi written by greg Luce <electron.rotoscope@gmail.com> with lots of help from Moritz Barsnick and Gyan Fixes #7947.
* avfilter: add deesser audio filterPaul B Mahol2019-07-02
|
* avfilter: add showspatial multimedia filterPaul B Mahol2019-05-31
|
* lavfi/opencl: add nlmeans_opencl filterRuiling Song2019-05-24
| | | | | Reviewed-by: Mark Thompson <sw@jkqxz.net> Signed-off-by: Ruiling Song <ruiling.song@intel.com>
* avfilter/vf_scale_cuda: Add support for YUV444P16Philip Langdale2019-05-15
| | | | | This format is interesting because it's what you get for decoded 10/12bit HEVC 4:4:4.
* avfilter: add asr filterPaul B Mahol2019-05-14
|
* avfilter: add xmedian filterPaul B Mahol2019-05-14
|
* avfilter: add colorhold filterPaul B Mahol2019-05-11
| | | | Fixes #7671.
* avfilter: add audio soft clip filterPaul B Mahol2019-04-27
|
* avfilter: add lagfun filterPaul B Mahol2019-04-20
|
* avfilter: add maskfun filterPaul B Mahol2019-01-12
|
* avfilter: add anlmdn audio filterPaul B Mahol2019-01-08
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/fps: Avoid duplicating Closed Captions when increasing frame rate.Carl Eugen Hoyos2018-11-27
|
* avfilter/vf_freezedetect: add filter to detect frozen inputMarton Balint2018-11-19
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter: add rgbashift filterPaul B Mahol2018-11-19
|
* avfilter: add dedot video filterPaul B Mahol2018-11-16
|
* avfilter/vf_yadif_cuda: CUDA accelerated yadif deinterlacerPhilip Langdale2018-11-02
| | | | | | This is a cuda implementation of yadif, which gives us a way to do deinterlacing when using the nvdec hwaccel. In that scenario we don't have access to the nvidia deinterlacer.
* avfilter: add tpad filterPaul B Mahol2018-11-02
|
* Bump minor version for master after 4.1 branchpointMichael Niedermayer2018-11-02
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Bump minor versions for branching 4.1Michael Niedermayer2018-11-02
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add (a)graphmonitor filter(s)Paul B Mahol2018-10-31
|
* avfilter: add xstack filterPaul B Mahol2018-10-26
|
* avfilter: add vibrance filterPaul B Mahol2018-10-23
|
* avfilter/setparams : merge setfield and setrange filter to setparams filterMartin Vignali2018-10-21
| | | | setfield and setrange filters are kept.
* avfilter: add chromahold filterPaul B Mahol2018-10-21
|
* avfilter: add sinc source filterPaul B Mahol2018-10-19
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>