Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-02avfilter/vf_v360: add truncated square pyramid input formatPaul B Mahol
2020-03-02avfilter/vf_v360: add truncated square pyramid output formatPaul B Mahol
2020-03-01avfilter/vf_v360: fix cylindrical input formatPaul B Mahol
2020-03-01avfilter/vf_v360: cleanup some codePaul B Mahol
2020-03-01avfilter/vf_v360: improve interpolation for equirect input at polesPaul B Mahol
2020-03-01avfilter/vf_cas: Remove superfluous ;Andreas Rheinhardt
The second ; in a double ;; is actually a null statement. It triggers the typical declaration-after-statement compiler-warnings if it occurs in the middle of several declarations (like here). 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>
2020-02-29avfilter/vf_v360: add partial size setup for flatPaul B Mahol
Other part of size is calculated from both available horizontal and vertical FOV and given one size component.
2020-02-29avfilter/vf_v360: speed up fisheye input calculationPaul B Mahol
2020-02-29avfilter/vf_v360: improve tetrahedron input format at frame bordersPaul B Mahol
2020-02-29avfilter/vf_v360: simplify tetrahedron input calculationPaul B Mahol
2020-02-29avfilter/vf_v360: improve precision of some output formatsPaul B Mahol
2020-02-28avfilter/vf_v360: simplify code which handles interpolation pointsPaul B Mahol
2020-02-28avfilter/vf_v360: add initial barrel split format input supportPaul B Mahol
2020-02-26avfilter/vf_v360: add barrel split format output supportPaul B Mahol
2020-02-25avfilter/vf_zscale: fix crash on unaligned inputJacob Ruiz
2020-02-25avfilter/vf_convolve: reset fft/ifft pointers after freePaul B Mahol
2020-02-25avfilter/vf_v360: add basic commands supportPaul B Mahol
2020-02-25avfilter/vf_v360: handle gracefully invalid values for rorder optionPaul B Mahol
2020-02-24avfilter: add Contrast Adaptive Sharpen video filterPaul B Mahol
2020-02-24avfilter/vf_v360: improve dfisheye_to_xyz() outputPaul B Mahol
2020-02-23avfilter/vf_v360: improve fisheye_to_xyz() outputPaul B Mahol
2020-02-23avfilter/vf_v360: improve equirect_to_xyz() qualityPaul B Mahol
2020-02-18lavfi/vf_scale_qsv: fix the class_name in help for scale_qsvLinjie Fu
Class name is used in show_help_children(avfilter_get_class(),...) to prompt the available filters. $ ffmpeg -h full Before: qsvscale AVOptions: After: scale_qsv AVOptions: Signed-off-by: Linjie Fu <linjie.fu@intel.com> Signed-off-by: Zhong Li <zhongli_dev@126.com>
2020-02-16avfilter/vf_aspect: Fix integer overflow in compute_dar()Michael Niedermayer
Fixes: signed integer overflow: 1562273630 * 17 cannot be represented in type 'int' Fixes: Ticket8323 Found-by: Suhwan Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-02-15avfilter/vf_phase: add >8 bit supportPaul B Mahol
2020-02-14avfilter/opencl: use av_fopen_utf8()Paul B Mahol
2020-02-14avfilter/vf_fieldhint: use av_fopen_utf8()Paul B Mahol
2020-02-14avfilter/vf_lut3d: use av_fopen_utf8()Paul B Mahol
2020-02-14avfilter/vf_remap: add fill color optionPaul B Mahol
2020-02-14avfilter: add pad opencl filterPaul B Mahol
2020-02-12avfilter/vf_xmedian: implement percentile optionPaul B Mahol
2020-02-12avfilter/vf_median: implement percentile optionPaul B Mahol
2020-02-11avfilter/vf_colorlevels: add support for commandsPaul B Mahol
2020-02-11avfilter/vf_colorkey: add support for commandsPaul B Mahol
2020-02-11avfilter/vf_dedot: Fix leak of AVFrame if making it writable failsAndreas Rheinhardt
Even in this scenario, the frame still contains references to data that won't be freed if the frame isn't unreferenced. And the AVFrame itself will leak, too. Fixes Coverity issue #1441422. 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>
2020-02-10avfilter/vf_thumbnail: fix possible crash on errorPaul B Mahol
2020-02-10avfilter/vf_thumbnail: add timeline supportPaul B Mahol
2020-02-10avfilter/vf_fade: fix color fading for planar rgbPaul B Mahol
2020-02-10avfilter/vf_fade: add >8 bit support for black and alpha fadePaul B Mahol
2020-02-09lavfi/vf_*_vaapi: Fix error caseMark Thompson
Fixes CID 1452400, 1452416, 1452550, 1452590, 1452760.
2020-02-09lavfi/vf_deshake_opencl: Avoid propagating uninitialised dataMark Thompson
Fixes CID 1452753.
2020-02-09avfilter/af_afftfilt: fix memory leaks on errorPaul B Mahol
2020-02-09avfilter/af_afffilt: fix crash on errorPaul B Mahol
2020-02-09avfilter/vf_xfade: add diagonal smooth transitionsPaul B Mahol
2020-02-09avfilter/af_asoftclip: add support for commandsPaul B Mahol
2020-02-09avfilter/af_asoftclip: add slice threading supportPaul B Mahol
2020-02-08avfilter/vf_alphamerge: add AVClass to private contextPaul B Mahol
2020-02-08avfilter/vf_paletteuse: Fix potential double-free of AVFrameAndreas Rheinhardt
apply_palette() would free an AVFrame given to it only via an AVFrame * (and not via AVFrame **) in three of its four exists (namely in the normal path and in two error paths). So upon error the caller has no way to know whether the frame has already been freed or not; load_apply_palette(), the only caller, opted to free the frame in this scenario. This commit changes this by making apply_palette not freeing the frame at all, which is left to load_apply_palette(). Fixes Coverity issue #1452434. 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>
2020-02-08avfilter/vf_alphamerge: add timeline supportPaul B Mahol
2020-02-08avfilter/vf_fade: improve type option descriptionPaul B Mahol