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-30avfilter/split: use av_asprintf()Paul B Mahol
2019-09-30avfilter/trim: drop all audio frames instead of assertingPaul B Mahol
2019-09-30avfilter/f_metadata: do not memleak exprPaul B Mahol
2019-09-30avfilter/f_metadata: add ends_with() function for comparing ends of stringsPaul B Mahol
2019-09-28avfilter/fifo: use the name 's' for the pointer to the private contextPaul B Mahol
2019-09-28avfilter/fifo: cosmeticsPaul B Mahol
2019-09-28avfilter/vf_framerate: remove duplicate code with macro-based functionLimin Wang
2019-09-28avfilter/vf_framerate: refine the filter_slice code for better readiablityLimin Wang
2019-09-28avfilter/vf_framerate: limit the scene level max rangeLimin Wang
2019-09-28avfilter/vf_xbr: Fix left shift of negative numberAndreas Rheinhardt
2019-09-28avfilter/vf_hqx: Fix undefined left shifts of negative numbersAndreas Rheinhardt
2019-09-27avfilter/vf_scale: cosmeticsLimin Wang
2019-09-26avfilter/vf_eq: fix compilation with x86 asm disabledJames Almer
2019-09-26avfilter/x86/vf_eq: add SSE2 versionTing Fu
2019-09-26avfilter/x86/vf_eq: Change inline assembly into nasm codeTing Fu
2019-09-26checkasm/vf_eq: add test for vf_eqTing Fu
2019-09-25avfilter/vf_zoompan: fix leaksPaul B Mahol
2019-09-25avfilter/vf_zoompan: forward status back from output to inputPaul B Mahol
2019-09-25avfilter/vf_stack: add slice threadingPaul B Mahol
2019-09-25avfilter/vf_stack: simplify main processing pathPaul B Mahol
2019-09-25avfilter/Makefile: fix case for sierpinskiPaul B Mahol
2019-09-25avfilter: add sierpinski video sourcePaul B Mahol
2019-09-25avfilter/vf_premultiply: forward status back from output to all input linksPaul B Mahol
2019-09-25avfilter/vf_fieldmatch: forward status back from output to all input linksPaul B Mahol
2019-09-25avfilter/vf_fieldmatch: fix more leaksPaul B Mahol
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