summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
...
* avfilter: add xfade opencl filterPaul B Mahol2020-02-02
|
* avfilter/vf_xfade: remove unused headerPaul B Mahol2020-02-01
|
* avfilter/vf_psnr: fix logic failure when comparing time basesPaul B Mahol2020-02-01
|
* avfilter/vf_ssim: fix logic failure when comparing time basesPaul B Mahol2020-02-01
|
* avfilter/vf_geq: use per-thread AVExpr for expression evaluationMarton Balint2020-01-31
| | | | | | | There was no consensus about separating AVExprState from AVExpr so here is a minimal patch using the existing AVExpr to fix ticket #7528. Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter/vf_xfade: add smooth transitionsPaul B Mahol2020-01-31
|
* avfilter/vf_drawtext: do not overread text if the last UTF8 sequence is invalidMarton Balint2020-01-31
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter/vf_drawtext: use replacement chars for invalid UTF8 sequencesMarton Balint2020-01-31
| | | | | | | continue is explicitly disallowed for GET_UTF8, so let's fix that as well. Fixes crash with invalid UTF8 sequences. Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter/vf_xfade: add radial transitionPaul B Mahol2020-01-30
|
* avfilter: add xfade filterPaul B Mahol2020-01-30
|
* avfilter/vf_geq: fix multiple assignments of ptr in slice_geq_filterMarton Balint2020-01-29
| | | | | | Fixes Coverity CID 1427183. Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter/asrc_sinc: Don't allocate arrays separatelyAndreas Rheinhardt2020-01-28
| | | | | | | | | | Besides the obvious advantages this also fixes a potential memleak: If only one of the arrays had been successfully allocated, the other would leak. This also fixes Coverity issues #1440386 and #1440387. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_colorconstancy: fix memory leak on errorPaul B Mahol2020-01-27
| | | | Also remove unneeded log message while here.
* avfilter/vf_find_rect: Remove assertMichael Niedermayer2020-01-27
| | | | | | | | | A score of 0 is possible Fixes: Ticket8500 Reviewed-by: Paul B Mahol <onemda@gmail.com> Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_find_rect: Increase worst case scoreMichael Niedermayer2020-01-27
| | | | | | score could be 1.0 which lead to uninitialized values Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/scale: don't fail for circular expressionsGyan Doshi2020-01-26
| | | | | Due to conditional expressions, it is possible for them to be resolved successfully. A warning is still printed.
* avfilter/vf_tonemap_opencl: fix long filter descriptionPaul B Mahol2020-01-26
|
* avfilter/vf_v360: do not remap alpha plane if that will be overwritten laterPaul B Mahol2020-01-25
|
* avfilter/vf_v360: mark another hemisphere not visible for flat input formatPaul B Mahol2020-01-25
|
* avfilter/vf_v360: add mask option, unset pixels are marked as transparentPaul B Mahol2020-01-25
|
* avfilter/vf_deshake_opencl: silence warning about usage of uninitialized valuePaul B Mahol2020-01-25
|
* avfilter/vf_v360: fix fov calculation from dfov for fisheye input/outputPaul B Mahol2020-01-24
|
* avfilter/vf_v360: support input flips for tetrahedron formatPaul B Mahol2020-01-23
|
* avfilter/vf_v360: fix small artifacts with tetrahedron inputsPaul B Mahol2020-01-23
|
* avfilter/vf_v360: add tetrahedron formatPaul B Mahol2020-01-22
|
* avfilter/vf_stack: add fill option for xstackPaul B Mahol2020-01-22
|
* avfilter/vf_v360: improve fisheye input formatPaul B Mahol2020-01-22
|
* avfilter/vf_v360: add support for fisheye input formatPaul B Mahol2020-01-21
|
* avfilter/vf_v360: add support for input fov to input sg formatPaul B Mahol2020-01-21
|
* avfilter/vf_v360: add support for cylindrical input formatPaul B Mahol2020-01-21
|
* avfilter/vf_v360: add support for flat input formatPaul B Mahol2020-01-20
|
* avfilter/vf_v360: rewrite fov_from_dfov()Paul B Mahol2020-01-20
|
* avfilter/vf_v360: replace rest of roundf() with lrintf()Paul B Mahol2020-01-19
|
* avfilter/vf_v360: change remaps to int16_t typePaul B Mahol2020-01-19
|
* avfilter/vf_v360: move map variable upPaul B Mahol2020-01-19
|
* avfilter/vf_v360: make more stuff constPaul B Mahol2020-01-19
|
* avfilter/pad: improve error check for w and hGyan Doshi2020-01-19
| | | | Target dimensions have to cover entire input.
* avfilter/vf_normalize: add support for >8 depthPaul B Mahol2020-01-18
|
* avfilter/vf_normalize: add support for planar rgbPaul B Mahol2020-01-18
|
* avfilter/vf_normalize: factor code dealing with AVFrame pixels outPaul B Mahol2020-01-18
|
* avfilter/vf_normalize: move luts into private contextPaul B Mahol2020-01-18
|
* avfilter/asrc_anoisesrc: add velvet noisePaul B Mahol2020-01-18
|
* avfilter/vf_v360: add perspective output projectionPaul B Mahol2020-01-18
|
* avfilter/vf_v360: add gaussian interpolationPaul B Mahol2020-01-18
|
* avfilter/vf_v360: fix some small nitsPaul B Mahol2020-01-18
|
* avfilter/vf_v360: add spline16 interpolationPaul B Mahol2020-01-18
|
* avfilter/f_metadata: correct check for existing metadataGyan Doshi2020-01-17
| | | | When adding metadata, existing dictionary need not be present.
* avfilter/vf_v360: add cylindrical output projectionPaul B Mahol2020-01-17
|
* avfilter/vf_v360: add pannini output projectionPaul B Mahol2020-01-16
|
* avfilter/vf_v360: add fisheye output projectionPaul B Mahol2020-01-16
|