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-14avfilter/vf_v360: define variables in for loops consistentlyPaul B Mahol
2019-09-14avfilter/vf_v360: call tanf() oncePaul B Mahol
2019-09-14avfilter/vf_v360: implement diagonal field of viewPaul B Mahol
2019-09-13avfilter/vf_v360: use always float version instead of double floating-point f...Paul B Mahol
2019-09-13avfilter/vf_v360: fix flat projection field of view calculationPaul B Mahol
2019-09-12avfilter/vf_v360: add dfisheye outputPaul B Mahol
2019-09-12avfilter/vf_v360: fix setting default height for stereographicPaul B Mahol
2019-09-12avfilter/vf_v360: fix errors is commentsPaul B Mahol
2019-09-12avfilter/vf_v360: fix M_PI_4 usage consistencyPaul B Mahol
2019-09-11avfilter/vf_v360: remove pointless special case when allocating stuffPaul B Mahol
2019-09-11avfilter/vf_v360: refactor FoV calculation for stereographicPaul B Mahol
2019-09-11avfilter/vf_v360: extend max limit to vertical fovPaul B Mahol
2019-09-11avfilter/vf_v360: really fix FoV selectionPaul B Mahol
2019-09-11lavfi/sinc: fix memory leak in error handling pathJun Zhao
2019-09-11lavfi/anequalizer: fix memory leak in error handling pathJun Zhao
2019-09-11avfilter/vf_v360: remove w/h changing for flat outputPaul B Mahol
2019-09-11avfilter/vf_v360: increase h_fov max limitPaul B Mahol
2019-09-11avfilter/vf_v360: fix fov calculation for stereographic outputPaul B Mahol
2019-09-10avfilter/vf_v360: increase v_fov max limitPaul B Mahol
2019-09-10avfilter/vf_v360: add support for stereographic as input projectionPaul B Mahol
2019-09-10avfilter/vf_fps: Avoid inlink fifo build up.Nikolas Bowe
2019-09-09avfilter/vf_v360: add padding to u/v/kerPaul B Mahol
2019-09-09avfilter/vf_v360: add guards against NaNsPaul 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-09avfilter/vf_v360: factor vector normalization outPaul B Mahol
2019-09-09lavfi/concat: fix logic error in framerate checkJun Zhao
2019-09-08avfilter/vf_v360: add stereographic output projectionPaul B Mahol
2019-09-08avfilter/vf_v360: disallow too low h_fov/v_fovPaul B Mahol
2019-09-08lavfi/concat: allow to support inputs with different frame ratesCalvin Walton
2019-09-08avfilter/vf_v360: add aliases for some projectionsPaul B Mahol
2019-09-08avfilter/vf_scale: split the scale_frame function from filter_frame for activ...Limin Wang
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_showinfo: display GOP timecode side dataLimin Wang
2019-09-06x86/vf_v360: use a faster horizontal add in remap4_8bit_line_avx2James Almer
2019-09-06x86/vf_v360: make remap{1,2}_8bit_line_avx2 work on x86_32James Almer
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
2019-09-06avfilter/vf_v360: add asserts to guard against invalid conditionsPaul B Mahol
2019-09-06avfilter/vf_v360: stop using floats in interpolationPaul B Mahol
2019-09-06avfilter/vf_v360: rewrite storing of remap positions and interpolationsPaul B Mahol
2019-09-04libavfilter/dnn: add header into native model fileGuo, Yejun
2019-09-02avfilter/vf_v360: remove not needed items from ThreadDataPaul B Mahol
2019-09-02avfilter/vf_delogo: unbreak fatePaul B Mahol
2019-09-02avfilter/vf_v360: set much smaller limit to w/hPaul B Mahol
2019-09-02avfilter/vf_v360: fix some small code style issuesPaul B Mahol
2019-09-02avfilter/vf_v360: extend description of eac formatPaul B Mahol
2019-09-02avfilter/vf_v360: rename fb format to barrelPaul B Mahol