* * Libav is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * Libav is distribute...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
①首先导入license。到/opt/nessus/sbin下,执行./nessuscli fetch –register-offlinenessus.license。 对DMZ网段靶机以及内网客户机靶机进行漏洞扫描,由于使用家用版,扫描插件比较基本,得到初步漏洞信息。漏洞信息与书本所提到到漏洞略有出入。 4.威胁建模阶段 现只考虑最基本的攻击计划,对后台服务器Win2K3 Metasploit...
src tools .appveyor.yml .cirrus.yml .codecov.yml .coveralls.yml .gitattributes .gitignore .hgignore CONTRIBUTING.md Filelist LICENSE Makefile README.md README.txt README_VIM9.md configure uninstall.txt vimtutor.bat vimtutor.comBreadcrumbs vim /runtime /syntax / sqr.vim Latest commit ...
(int8_t*)vlcdec_lookup[num_bits])[value]; if (pos < 3) coeff *= 16; else /* TODO Use >> 10 instead of / 1001 */ coeff = (coeff * qscale) / 1001; block[ctx->scantable.permutated[pos]] = coeff; } return 0; } static int decode(MimicContext *ctx, int quality, int...
(*buf++); #else int r = gamma_lookup[*buf++]; int g = gamma_lookup[*buf++]; int b = gamma_lookup[*buf++]; #endif *tmpptr++ = (0xFFU << 24) | (r << 16) | (g << 8) | b; } s->palettes_count++; break; case SHOT_TAG: if (size < 4) return AVERROR_...
lpc.h lsp.c lsp.h lzf.c lzf.h lzw.c lzw.h lzwenc.c mace.c magicyuv.c mathops.h mathtables.c mdct_fixed.c mdct_float.c mdct_template.c mdec.c me_cmp.c me_cmp.h metasound.c metasound_data.c metasound_data.h mimic.c mjpeg.h mjpeg2jpeg_bsf.c mjpeg_parser.c mjpeg...
(&ctx->gb, num_bits); /* Libav's IDCT behaves somewhat different from the original code, so * a factor of 4 was added to the input */ coeff = vlcdec_lookup[num_bits][value]; if (pos < 3) coeff <<= 4; else /* TODO Use >> 10 instead of / 1001 */ coeff = ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
* * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * FFmpeg is dis...