summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter/vf_eq: fix compilation with x86 asm disabledJames Almer2019-09-26
* avfilter/x86/vf_eq: add SSE2 versionTing Fu2019-09-26
* avfilter/x86/vf_eq: Change inline assembly into nasm codeTing Fu2019-09-26
* checkasm/vf_eq: add test for vf_eqTing Fu2019-09-26
* avfilter/vf_zoompan: fix leaksPaul B Mahol2019-09-25
* avfilter/vf_zoompan: forward status back from output to inputPaul B Mahol2019-09-25
* avfilter/vf_stack: add slice threadingPaul B Mahol2019-09-25
* avfilter/vf_stack: simplify main processing pathPaul B Mahol2019-09-25
* avfilter/Makefile: fix case for sierpinskiPaul B Mahol2019-09-25
* avfilter: add sierpinski video sourcePaul B Mahol2019-09-25
* avfilter/vf_premultiply: forward status back from output to all input linksPaul B Mahol2019-09-25
* avfilter/vf_fieldmatch: forward status back from output to all input linksPaul B Mahol2019-09-25
* avfilter/vf_fieldmatch: fix more leaksPaul B Mahol2019-09-25
* avfilter/vf_v360: add sinusoidal formatPaul B Mahol2019-09-25
* avfilter/vf_v360: do not use mod where it is not neededPaul B Mahol2019-09-24
* avfilter/vf_v360: fix regression introduced in b342678bc47b4e5Paul B Mahol2019-09-23
* avfilter/vf_v360: adjust h for mercator input/outputPaul B Mahol2019-09-22
* avfilter/vf_v360: fix xyz_to_mercator()Paul B Mahol2019-09-22
* avfilter/vf_v360: fix mercator_to_xyz()Paul B Mahol2019-09-22
* avfilter/v360: reduce size of some struct membersPaul B Mahol2019-09-22
* avfilter/vf_v360: add fixed pixel padding optionsPaul B Mahol2019-09-22
* avfilter/vf_v360: remove intermediate variablesPaul B Mahol2019-09-22
* avfilter/vf_v360: fix comparison with float valuePaul B Mahol2019-09-21
* avfilter/vf_v360: simplify xyz_to_dfisheye() calculationsPaul B Mahol2019-09-21
* avfilter/vf_v360: simplify dfisheye_to_xyz() calculationsPaul B Mahol2019-09-21
* avfilter/avf_showfreqs: fix check for failed allocationPaul B Mahol2019-09-21
* avfilter/vf_v360: simplify ball_to_xyz() calculationsPaul B Mahol2019-09-21
* avfilter/vf_v360: simplify xyz_to_ball() calculationsPaul B Mahol2019-09-21
* avfilter/vf_v360: add hammer projectionPaul B Mahol2019-09-21
* avfilter/vf_v360: use lrintf() in kernelPaul B Mahol2019-09-21
* avfilter/vf_v360: fix small artifacts between corners in EAC formatPaul B Mahol2019-09-21
* avfilter/vf_v360: remove uneeded array elementPaul B Mahol2019-09-20
* avfilter/vf_v360: add support for mirroring to ball input formatPaul B Mahol2019-09-20
* avfilter/vf_v360: adjust kernel after latest changePaul B Mahol2019-09-20
* avfilter/vf_v360: fix various artifacts with cubemapsPaul B Mahol2019-09-20
* avfilter/vf_v360: improve description about s in commentsPaul B Mahol2019-09-20
* libavfilter/dnn: support multiple outputs for native modeGuo, Yejun2019-09-20
* libavfilter/dnn/dnn_backend_native: find the input operand according to input...Guo, Yejun2019-09-20
* libavfilter/dnn: add layer maximum for native mode.Guo, Yejun2019-09-20
* avfilter/dnn: fix inclusion guard in dnn/dnn_backend_native_layer_depth2space.hMarton Balint2019-09-19
* avfilter/vf_v360: add ball projection formatPaul B Mahol2019-09-19
* libavfilter/dnn: separate depth_to_space layer from dnn_backend_native.c to a...Guo, Yejun2019-09-19
* libavfilter/dnn: separate conv2d layer from dnn_backend_native.c to a new fileGuo, Yejun2019-09-19
* avfilter/vf_v360: add mercator projectionPaul B Mahol2019-09-17
* avfilter/vf_v360: add slice threading to remap calculationPaul B Mahol2019-09-16
* avfilter/vf_v360: refactor creation of remap dataPaul B Mahol2019-09-16
* avfilter/vf_v360: reverse order of remap for loopsPaul B Mahol2019-09-16
* avfilter/vf_v360: simplify allocating remap dataPaul B Mahol2019-09-16
* avfilter/vf_v360: move some local variables to private filter contextPaul B Mahol2019-09-16
* avfilter/vf_v360: rename r_tmp variablesPaul B Mahol2019-09-16