summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_v360: remove w/h changing for flat outputPaul B Mahol2019-09-111-1/+1
* avfilter/vf_v360: increase h_fov max limitPaul B Mahol2019-09-111-1/+1
* avfilter/vf_v360: fix fov calculation for stereographic outputPaul B Mahol2019-09-111-2/+2
* avfilter/vf_v360: increase v_fov max limitPaul B Mahol2019-09-101-1/+1
* avfilter/vf_v360: add support for stereographic as input projectionPaul B Mahol2019-09-101-0/+45
* avfilter/vf_fps: Avoid inlink fifo build up.Nikolas Bowe2019-09-101-1/+1
* avfilter/vf_v360: add padding to u/v/kerPaul B Mahol2019-09-092-9/+15
* avfilter/vf_v360: add guards against NaNsPaul B Mahol2019-09-091-0/+6
* avfilter/vf_v360: partialy revert previous commitPaul B Mahol2019-09-092-22/+4
* avfilter/vf_v360: extend stereographic projectionPaul B Mahol2019-09-092-8/+25
* avfilter/vf_v360: factor vector normalization outPaul B Mahol2019-09-091-26/+31
* lavfi/concat: fix logic error in framerate checkJun Zhao2019-09-091-1/+1
* avfilter/vf_v360: add stereographic output projectionPaul B Mahol2019-09-082-0/+38
* avfilter/vf_v360: disallow too low h_fov/v_fovPaul B Mahol2019-09-081-2/+2
* lavfi/concat: allow to support inputs with different frame ratesCalvin Walton2019-09-081-1/+14
* avfilter/vf_v360: add aliases for some projectionsPaul B Mahol2019-09-081-6/+10
* avfilter/vf_scale: split the scale_frame function from filter_frame for activ...Limin Wang2019-09-081-4/+22
* avfilter/vf_v360: add options to h/w unflip input videoPaul B Mahol2019-09-072-27/+69
* avfilter/vf_v360: support transposed input/outputPaul B Mahol2019-09-072-5/+20
* avfilter/vf_showinfo: display GOP timecode side dataLimin Wang2019-09-061-0/+6
* x86/vf_v360: use a faster horizontal add in remap4_8bit_line_avx2James Almer2019-09-061-7/+4
* x86/vf_v360: make remap{1,2}_8bit_line_avx2 work on x86_32James Almer2019-09-063-4/+11
* avfilter/vf_v360: add option to pick rotation orderPaul B Mahol2019-09-062-15/+86
* avfilter/vf_v360: reduce allocations by reusing duplicated remapsPaul B Mahol2019-09-062-15/+43
* avfilter/vf_v360: x86 SIMD for interpolationsPaul B Mahol2019-09-065-155/+394
* avfilter/vf_v360: add asserts to guard against invalid conditionsPaul B Mahol2019-09-061-0/+19
* avfilter/vf_v360: stop using floats in interpolationPaul B Mahol2019-09-061-20/+20
* avfilter/vf_v360: rewrite storing of remap positions and interpolationsPaul B Mahol2019-09-061-79/+89
* libavfilter/dnn: add header into native model fileGuo, Yejun2019-09-041-2/+41
* avfilter/vf_v360: remove not needed items from ThreadDataPaul B Mahol2019-09-021-8/+4
* avfilter/vf_delogo: unbreak fatePaul B Mahol2019-09-021-0/+12
* avfilter/vf_v360: set much smaller limit to w/hPaul B Mahol2019-09-021-2/+2
* avfilter/vf_v360: fix some small code style issuesPaul B Mahol2019-09-021-4/+3
* avfilter/vf_v360: extend description of eac formatPaul B Mahol2019-09-021-2/+2
* avfilter/vf_v360: rename fb format to barrelPaul B Mahol2019-09-021-15/+17
* avfilter/vf_delogo: support expr in delogo filterSteven Liu2019-09-021-4/+79
* avfilter: Support EBU Tech. 3213-E primaries valuesRaphaƫl Zumer2019-09-014-1/+4
* avfilter/vf_v360: add cubemap 1x6 layoutPaul B Mahol2019-08-311-0/+121
* avfilter/vf_stereo3d: improve dubois anaglyphsPaul B Mahol2019-08-301-6/+6
* dnn: export operand info in python script and load in c codeGuo, Yejun2019-08-303-12/+41
* dnn: change .model file format to put layer number at the end of fileGuo, Yejun2019-08-301-0/+2
* dnn: introduce dnn operand (in c code) to hold operand infos within networkGuo, Yejun2019-08-304-121/+187
* avfilter/vf_v360: add facebook's formatEugene Lyapustin2019-08-301-0/+162
* avfilter/af_compand: change error condition into warningPaul B Mahol2019-08-281-3/+4
* avfilter/vf_derain: reindent code after last commitXuewei Meng2019-08-261-4/+4
* libavfilter: Add dehaze-filter option in existing derain.Xuewei Meng2019-08-261-0/+4
* lavfi: add deshake_opencl filterJarek Samic2019-08-236-1/+2854
* lavfi: modify avfilter_get_matrix to support separate scale factorsJarek Samic2019-08-223-16/+34
* lavfi: add utilities to reduce OpenCL boilerplate codeJarek Samic2019-08-222-6/+146
* avfilter/vf_v360: remove unused headerPaul B Mahol2019-08-211-1/+0