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
2019-09-25avfilter/vf_v360: add sinusoidal formatPaul B Mahol
2019-09-24avfilter/vf_v360: do not use mod where it is not neededPaul B Mahol
2019-09-23avfilter/vf_v360: fix regression introduced in b342678bc47b4e5Paul B Mahol
2019-09-22avfilter/vf_v360: adjust h for mercator input/outputPaul B Mahol
2019-09-22avfilter/vf_v360: fix xyz_to_mercator()Paul B Mahol
2019-09-22avfilter/vf_v360: fix mercator_to_xyz()Paul 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-22avfilter/vf_v360: remove intermediate variablesPaul B Mahol
2019-09-21avfilter/vf_v360: fix comparison with float valuePaul B Mahol
2019-09-21avfilter/vf_v360: simplify xyz_to_dfisheye() calculationsPaul B Mahol
2019-09-21avfilter/vf_v360: simplify dfisheye_to_xyz() calculationsPaul B Mahol
2019-09-21avfilter/avf_showfreqs: fix check for failed allocationPaul B Mahol
2019-09-21avfilter/vf_v360: simplify ball_to_xyz() calculationsPaul B Mahol
2019-09-21avfilter/vf_v360: simplify xyz_to_ball() calculationsPaul B Mahol
2019-09-21avfilter/vf_v360: add hammer projectionPaul B Mahol
2019-09-21avfilter/vf_v360: use lrintf() in kernelPaul B Mahol
2019-09-21avfilter/vf_v360: fix small artifacts between corners in EAC formatPaul B Mahol
2019-09-20avfilter/vf_v360: remove uneeded array elementPaul B Mahol
2019-09-20avfilter/vf_v360: add support for mirroring to ball input formatPaul B Mahol
2019-09-20avfilter/vf_v360: adjust kernel after latest changePaul B Mahol
2019-09-20avfilter/vf_v360: fix various artifacts with cubemapsPaul B Mahol
2019-09-20avfilter/vf_v360: improve description about s in commentsPaul B Mahol
2019-09-20libavfilter/dnn: support multiple outputs for native modeGuo, Yejun
2019-09-20libavfilter/dnn/dnn_backend_native: find the input operand according to input...Guo, Yejun
2019-09-20libavfilter/dnn: add layer maximum for native mode.Guo, Yejun
2019-09-19avfilter/dnn: fix inclusion guard in dnn/dnn_backend_native_layer_depth2space.hMarton Balint
2019-09-19avfilter/vf_v360: add ball projection formatPaul B Mahol
2019-09-19libavfilter/dnn: separate depth_to_space layer from dnn_backend_native.c to a...Guo, Yejun
2019-09-19libavfilter/dnn: separate conv2d layer from dnn_backend_native.c to a new fileGuo, Yejun
2019-09-17avfilter/vf_v360: add mercator projectionPaul B Mahol
2019-09-16avfilter/vf_v360: add slice threading to remap calculationPaul B Mahol
2019-09-16avfilter/vf_v360: refactor creation of remap dataPaul B Mahol
2019-09-16avfilter/vf_v360: reverse order of remap for loopsPaul B Mahol
2019-09-16avfilter/vf_v360: simplify allocating remap dataPaul B Mahol
2019-09-16avfilter/vf_v360: move some local variables to private filter contextPaul B Mahol
2019-09-16avfilter/vf_v360: rename r_tmp variablesPaul B Mahol
2019-09-16avfilter/vf_stereo3d: assert that out variable is validPaul B Mahol
2019-09-16avfilter/vf_stereo3d: merge same code in case branchesPaul B Mahol
2019-09-16avfilter/vf_shuffleplanes: remove not needed linePaul B Mahol
2019-09-16avfilter/vf_ciescope: remove dead assignmentsPaul B Mahol
2019-09-16avfilter/window_func: clarify intention in dolph window calculationPaul B Mahol
2019-09-16avfilter/vf_v360: add missing av_assert0()Paul B Mahol
2019-09-16avfilter/vf_avgblur: remove dupe assignmentPaul B Mahol
2019-09-16avfilter/af_headphone: return on error immediatelyPaul B Mahol
2019-09-16avfilter/x86/vf_360: add most of >8 depth asmPaul B Mahol
2019-09-15avfilter/vf_stereo3d: add tb (top-bottom) aliasesPaul B Mahol
2019-09-15avfilter/vf_v360: refactor dimensions and offsets calculationsPaul B Mahol
2019-09-14avfilter/vf_v360: implement stereo 3D supportPaul B Mahol
2019-09-14avfilter/vf_v360: reduce by one cosf call lessPaul B Mahol