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-16avfilter/vf_v360: add reset_rot optionPaul B Mahol
2021-06-30avfilter/vf_v360: add cylindrical equal area formatPaul B Mahol
2020-10-07avfilter/vf_v360: use quaternions for rotationPaul B Mahol
2020-10-04avfilter/vf_v360: add mitchell interpolationPaul 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: add orthographic projection supportPaul B Mahol
2020-06-22avfilters/vf_v360: add equisolid projection supportPaul B Mahol
2020-04-02avfilter/vf_v360: add lagrange9 interpolationPaul B Mahol
2020-03-03avfilter/vf_v360: add half equirectangular output formatPaul B Mahol
2020-03-02avfilter/vf_v360: add truncated square pyramid output formatPaul B Mahol
2020-02-26avfilter/vf_v360: add barrel split format output supportPaul B Mahol
2020-01-25avfilter/vf_v360: add mask option, unset pixels are marked as transparentPaul B Mahol
2020-01-23avfilter/vf_v360: add tetrahedron formatPaul B Mahol
2020-01-20avfilter/vf_v360: add support for flat input formatPaul B Mahol
2020-01-19avfilter/vf_v360: change remaps to int16_t typePaul B Mahol
2020-01-19avfilter/vf_v360: make more stuff constPaul B Mahol
2020-01-18avfilter/vf_v360: add perspective output projectionPaul B Mahol
2020-01-18avfilter/vf_v360: add gaussian interpolationPaul B Mahol
2020-01-18avfilter/vf_v360: add spline16 interpolationPaul B Mahol
2020-01-17avfilter/vf_v360: add cylindrical output projectionPaul B Mahol
2020-01-16avfilter/vf_v360: add pannini output projectionPaul B Mahol
2020-01-16avfilter/vf_v360: add fisheye output projectionPaul B Mahol
2019-09-25avfilter/vf_v360: add sinusoidal formatPaul B Mahol
2019-09-22avfilter/v360: reduce size of some struct membersPaul B Mahol
2019-09-22avfilter/vf_v360: add fixed pixel padding optionsPaul B Mahol
2019-09-21avfilter/vf_v360: add hammer projectionPaul B Mahol
2019-09-20avfilter/vf_v360: remove uneeded array elementPaul B Mahol
2019-09-19avfilter/vf_v360: add ball projection formatPaul B Mahol
2019-09-17avfilter/vf_v360: add mercator projectionPaul B Mahol
2019-09-16avfilter/vf_v360: refactor creation of remap dataPaul B Mahol
2019-09-16avfilter/vf_v360: move some local variables to private filter contextPaul B Mahol
2019-09-14avfilter/vf_v360: implement stereo 3D supportPaul B Mahol
2019-09-14avfilter/vf_v360: implement diagonal field of viewPaul B Mahol
2019-09-09avfilter/vf_v360: add padding to u/v/kerPaul B Mahol
2019-09-09avfilter/vf_v360: partialy revert previous commitPaul B Mahol
2019-09-09avfilter/vf_v360: extend stereographic projectionPaul B Mahol
2019-09-08avfilter/vf_v360: add stereographic output projectionPaul B Mahol
2019-09-07avfilter/vf_v360: add options to h/w unflip input videoPaul B Mahol
2019-09-07avfilter/vf_v360: support transposed input/outputPaul B Mahol
2019-09-06avfilter/vf_v360: add option to pick rotation orderPaul B Mahol
2019-09-06avfilter/vf_v360: reduce allocations by reusing duplicated remapsPaul B Mahol
2019-09-06avfilter/vf_v360: x86 SIMD for interpolationsPaul B Mahol