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-10-06avfilter: add anlms filterPaul B Mahol
2019-10-03avfilter/vsrc_sierpinski: add triangle typePaul B Mahol
2019-10-03avfilter: add av_cold where it is missingPaul B Mahol
2019-10-03avfilter/f_streamselect: fix memleaks of pad namesPaul B Mahol
2019-10-03avfilter/af_amix: fix filtering if specified weights are negativePaul B Mahol
2019-10-02avfilter/setpts: switch to activatePaul B Mahol
2019-10-02avfilter/vf_elbg: stop leaking frame on errorPaul B Mahol
2019-10-01lavfi/movie: Use filter thread count for decoding threads.Carl Eugen Hoyos
2019-10-01avfilter/vf_drawbox: implement process_commandPaul B Mahol
2019-10-01avfilter/vf_drawbox: reduce code duplicationPaul B Mahol
2019-10-01avfilter/f_streamselect: add check case when nothing is donePaul B Mahol
2019-10-01avfilter/vsink_nullsink: cosmeticsPaul B Mahol
2019-10-01avfilter/copy: add forgotten checkPaul B Mahol
2019-10-01avfilter/asink_anullsink: cosmeticsPaul B Mahol
2019-10-01avfilter/vf_copy: check for error cases and handle themPaul B Mahol
2019-10-01avfilter/af_acopy: check for error cases and handle themPaul B Mahol
2019-10-01avfilter/vf_showpalette: fix small cosmetics issuePaul B Mahol
2019-10-01avfilter/vf_alphamere: use the name 's' for the pointer to the private contextPaul B Mahol
2019-09-30avfilter/vf_photosensitivity: fix memleakPaul B Mahol
2019-09-30libavfilter: add photosensitivity filterVladimir Panteleev
2019-09-30avfilter: add scroll video filterPaul B Mahol
2019-09-30avfilter/af_join: cosmeticsPaul B Mahol
2019-09-30avfilter/af_join: use av_asprintf()Paul B Mahol
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