video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2019-05-13 7f14cd7b96d181c235701cbb4a636634b14fa76c
remove build
31个文件已删除
2个文件已修改
7543 ■■■■■ 已修改文件
.gitignore 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeCache.txt 375 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/3.13.3/CMakeCCompiler.cmake 73 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/3.13.3/CMakeCXXCompiler.cmake 76 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/3.13.3/CMakeDetermineCompilerABI_C.bin 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/3.13.3/CMakeDetermineCompilerABI_CXX.bin 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/3.13.3/CMakeSystem.cmake 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/3.13.3/CompilerIdC/CMakeCCompilerId.c 623 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/3.13.3/CompilerIdCXX/CMakeCXXCompilerId.cpp 602 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/CMakeDirectoryInformation.cmake 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/CMakeOutput.log 619 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/Makefile.cmake 119 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/Makefile2 113 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/TargetDirectories.txt 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/cffmpeg.dir/C.includecache 68 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/cffmpeg.dir/CXX.includecache 2208 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/cffmpeg.dir/DependInfo.cmake 52 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/cffmpeg.dir/build.make 346 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/cffmpeg.dir/cmake_clean.cmake 26 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/cffmpeg.dir/depend.internal 509 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/cffmpeg.dir/depend.make 509 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/cffmpeg.dir/flags.make 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/cffmpeg.dir/link.txt 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/cffmpeg.dir/progress.make 19 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/cmake.check_cache 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/feature_tests.bin 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/feature_tests.c 34 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/feature_tests.cxx 405 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/CMakeFiles/progress.marks 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/Makefile 658 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/cmake_install.cmake 49 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/libcffmpeg.so 补丁 | 查看 | 原始文档 | blame | 历史
csrc/wrapper.cpp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.gitignore
@@ -19,3 +19,5 @@
*.exe
*.out
*.app
/build
build/CMakeCache.txt
File was deleted
build/CMakeFiles/3.13.3/CMakeCCompiler.cmake
File was deleted
build/CMakeFiles/3.13.3/CMakeCXXCompiler.cmake
File was deleted
build/CMakeFiles/3.13.3/CMakeDetermineCompilerABI_C.bin
Binary files differ
build/CMakeFiles/3.13.3/CMakeDetermineCompilerABI_CXX.bin
Binary files differ
build/CMakeFiles/3.13.3/CMakeSystem.cmake
File was deleted
build/CMakeFiles/3.13.3/CompilerIdC/CMakeCCompilerId.c
File was deleted
build/CMakeFiles/3.13.3/CompilerIdCXX/CMakeCXXCompilerId.cpp
File was deleted
build/CMakeFiles/CMakeDirectoryInformation.cmake
File was deleted
build/CMakeFiles/CMakeOutput.log
File was deleted
build/CMakeFiles/Makefile.cmake
File was deleted
build/CMakeFiles/Makefile2
File was deleted
build/CMakeFiles/TargetDirectories.txt
File was deleted
build/CMakeFiles/cffmpeg.dir/C.includecache
File was deleted
build/CMakeFiles/cffmpeg.dir/CXX.includecache
File was deleted
build/CMakeFiles/cffmpeg.dir/DependInfo.cmake
File was deleted
build/CMakeFiles/cffmpeg.dir/build.make
File was deleted
build/CMakeFiles/cffmpeg.dir/cmake_clean.cmake
File was deleted
build/CMakeFiles/cffmpeg.dir/depend.internal
File was deleted
build/CMakeFiles/cffmpeg.dir/depend.make
File was deleted
build/CMakeFiles/cffmpeg.dir/flags.make
File was deleted
build/CMakeFiles/cffmpeg.dir/link.txt
File was deleted
build/CMakeFiles/cffmpeg.dir/progress.make
File was deleted
build/CMakeFiles/cmake.check_cache
File was deleted
build/CMakeFiles/feature_tests.bin
Binary files differ
build/CMakeFiles/feature_tests.c
File was deleted
build/CMakeFiles/feature_tests.cxx
File was deleted
build/CMakeFiles/progress.marks
File was deleted
build/Makefile
File was deleted
build/cmake_install.cmake
File was deleted
build/libcffmpeg.so
Binary files differ
csrc/wrapper.cpp
@@ -238,8 +238,8 @@
            unsigned char *data = (unsigned char*)malloc(frm->width * frm->height * 3);
            bridge_->copyPicture(data, frm);
            pic.data = data;
            pic.w = frm->width;
            pic.h = frm->height;
            pic.w = scale_w_ ? scale_w_ : frm->width;
            pic.h = scale_h_ ? scale_h_ : frm->height;
        }
        if(func_dec_){
            func_dec_(pic.data, pic.w, pic.h);