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 (Expand)Author
2021-11-15avfilter/v360: add support for off-axis projection outputPaul B Mahol
2021-10-24avfilter/vf_v360: do not reset yaw/pitch/roll with reset_rot truePaul B Mahol
2021-10-24avfilter/vf_v360: replace deprecated FF_CEIL_RSHIFT()Paul B Mahol
2021-10-20avfilter/vf_v360: make reset_rot option not lose its valuePaul B Mahol
2021-10-16avfilter/vf_v360: add reset_rot optionPaul B Mahol
2021-10-09avfilter/vf_v360: fix scaling to give proper resultsPaul B Mahol
2021-10-09avfilter/vf_v360: do not round second arg for rescale()Paul B Mahol
2021-10-07avfilter/vf_v360: fix dfisheye input regressionPaul B Mahol
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-24avfilter/vf_v360: refactor uf/vf scalingPaul B Mahol
2021-08-22avfilter/vf_v360: fill unused regions too for orthographic output formatPaul B Mahol
2021-08-22avfilter/vf_v360: refactor rescaling of i/jPaul B Mahol
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-07-18avfilter/vf_v360: avoid doubles in fov_from_dfov()Paul B Mahol
2021-07-17avfilter/vf_v360: fix visibility test for fisheye projectionDaniel Playfair Cal
2021-06-30avfilter/vf_v360: add cylindrical equal area formatPaul B Mahol
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-04-11avfilter/vf_v360: unbreak fov_from_dfov() for (d)fisheye when width != heightPaul B Mahol
2021-04-11avfilter/vf_v360: allow user to control fov for equirectagular formatPaul B Mahol
2020-12-04avfilter/vf_v360: fix several problems with 'perspective' outputMichael Koch
2020-10-25avfilter/vf_v360: make commands always do relative rotationPaul B Mahol
2020-10-07avfilter/vf_v360: use quaternions for rotationPaul B Mahol
2020-10-04avfilter/vf_v360: fix possible out of range valuesPaul B Mahol
2020-10-04avfilter/vf_v360: add mitchell interpolationPaul B Mahol
2020-09-30avfilter/vf_v360: stop using floats variables in xyz_to_octahedronPaul B Mahol
2020-09-29avfilter/vf_v360: simplify input flippingPaul B Mahol
2020-09-29avfilter/vf_v360: split maps into slicesPaul B Mahol
2020-09-27avfilter/vf_v360: add octahedron formatPaul B Mahol
2020-06-23avfilter/vf_v360: do not ignore return value of allocate_plane()Paul B Mahol
2020-06-23avfilter/vf_v360: add orthographic projection supportPaul B Mahol
2020-06-22avfilters/vf_v360: add equisolid projection supportPaul B Mahol
2020-04-29avfilter/vf_v360: make FOV adjusted for dual fisheye tooPaul B Mahol
2020-04-29avfilter/vf_v360: adjustment out_pad and in_pad maximum value to 1/10Steven Liu
2020-04-04avfilter/vf_v360: add pannini input supportPaul B Mahol
2020-04-03avfilter/vf_v360: improve description of output fov optionsPaul B Mahol
2020-04-02avfilter/vf_v360: add lagrange9 interpolationPaul B Mahol
2020-03-29avfilter/vf_v360: fix swapped variablesPaul B Mahol
2020-03-29avfilter/vf_v360: speedup fisheye outputPaul B Mahol
2020-03-29avfilter/vf_v360: reduce unnecessary negationsPaul B Mahol
2020-03-26avfilter/vf_v360: improve sg input formatPaul B Mahol
2020-03-26avfilter/vf_v360: improve sg output formatPaul B Mahol
2020-03-25avfilter/vf_v360: fix hfov/vfov calculation from dfov for sg projectionPaul B Mahol
2020-03-03avfilter/vf_v360: simplify some unnecessary indirectionsPaul B Mahol
2020-03-03avfilter/vf_v360: add half equirectangular input formatPaul B Mahol
2020-03-03avfilter/vf_v360: add half equirectangular output formatPaul B Mahol
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