summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
...
* 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
| | | | | Signed-off-by: Guo, Yejun <yejun.guo@intel.com> Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
* libavfilter/dnn/dnn_backend_native: find the input operand according to ↵Guo, Yejun2019-09-20
| | | | | | | input name Signed-off-by: Guo, Yejun <yejun.guo@intel.com> Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
* libavfilter/dnn: add layer maximum for native mode.Guo, Yejun2019-09-20
| | | | | | | | | The reason to add this layer is that it is used by srcnn in vf_sr. This layer is currently ignored in native mode. After this patch, we can add multiple outputs support for native mode. Signed-off-by: Guo, Yejun <yejun.guo@intel.com> Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
* avfilter/dnn: fix inclusion guard in dnn/dnn_backend_native_layer_depth2space.hMarton Balint2019-09-19
| | | | | | Fixes fate-source failure. Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter/vf_v360: add ball projection formatPaul B Mahol2019-09-19
|
* libavfilter/dnn: separate depth_to_space layer from dnn_backend_native.c to ↵Guo, Yejun2019-09-19
| | | | | | | | | | a new file the logic is that one layer in one separated source file to make the source files simple for maintaining. Signed-off-by: Guo, Yejun <yejun.guo@intel.com> Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
* libavfilter/dnn: separate conv2d layer from dnn_backend_native.c to a new fileGuo, Yejun2019-09-19
| | | | | | | | the logic is that one layer in one separated source file to make the source files simple for maintaining. Signed-off-by: Guo, Yejun <yejun.guo@intel.com> Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
* 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
|
* avfilter/vf_stereo3d: assert that out variable is validPaul B Mahol2019-09-16
|
* avfilter/vf_stereo3d: merge same code in case branchesPaul B Mahol2019-09-16
|
* avfilter/vf_shuffleplanes: remove not needed linePaul B Mahol2019-09-16
|
* avfilter/vf_ciescope: remove dead assignmentsPaul B Mahol2019-09-16
|
* avfilter/window_func: clarify intention in dolph window calculationPaul B Mahol2019-09-16
|
* avfilter/vf_v360: add missing av_assert0()Paul B Mahol2019-09-16
|
* avfilter/vf_avgblur: remove dupe assignmentPaul B Mahol2019-09-16
|
* avfilter/af_headphone: return on error immediatelyPaul B Mahol2019-09-16
|
* avfilter/x86/vf_360: add most of >8 depth asmPaul B Mahol2019-09-16
|
* avfilter/vf_stereo3d: add tb (top-bottom) aliasesPaul B Mahol2019-09-15
|
* avfilter/vf_v360: refactor dimensions and offsets calculationsPaul B Mahol2019-09-15
|
* avfilter/vf_v360: implement stereo 3D supportPaul B Mahol2019-09-14
|
* avfilter/vf_v360: reduce by one cosf call lessPaul B Mahol2019-09-14
|
* avfilter/vf_v360: define variables in for loops consistentlyPaul B Mahol2019-09-14
|
* avfilter/vf_v360: call tanf() oncePaul B Mahol2019-09-14
|
* avfilter/vf_v360: implement diagonal field of viewPaul B Mahol2019-09-14
|
* avfilter/vf_v360: use always float version instead of double floating-point ↵Paul B Mahol2019-09-13
| | | | function
* avfilter/vf_v360: fix flat projection field of view calculationPaul B Mahol2019-09-13
|
* avfilter/vf_v360: add dfisheye outputPaul B Mahol2019-09-12
|
* avfilter/vf_v360: fix setting default height for stereographicPaul B Mahol2019-09-12
|
* avfilter/vf_v360: fix errors is commentsPaul B Mahol2019-09-12
|
* avfilter/vf_v360: fix M_PI_4 usage consistencyPaul B Mahol2019-09-12
|