⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 avutil.txt.svn-base

📁 mediastreamer2是开源的网络传输媒体流的库
💻 SVN-BASE
字号:
AVUtil======libavutil is a small lightweight library of generally useful functions.It is not a library for code needed by both libavcodec and libavformat.Overview:=========adler32.c               adler32 checksumaes.c                   AES encryption and decryptionfifo.c                  resizeable first in first out bufferintfloat_readwrite.c    portable reading and writing of floating point valueslog.c                   "printf" with context and levelmd5.c                   MD5 Message-Digest Algorithmrational.c              code to perform exact calculations with rational numberstree.c                  generic AVL treecrc.c                   generic CRC checksumming codeinteger.c               128bit integer mathlls.cmathematics.c           greatest common divisor, integer sqrt, integer log2, ...mem.c                   memory allocation routines with guaranteed alignmentsoftfloat.cHeaders:bswap.h                 big/little/native-endian conversion codex86_cpu.h               a few useful macros for unifying x86-64 and x86-32 codeavutil.hcommon.hintreadwrite.h          reading and writing of unaligned big/little/native-endian integersGoals:======* Modular (few interdependencies and the possibility of disabling individual parts during ./configure)* Small (source and object)* Efficient (low CPU and memory usage)* Useful (avoid useless features almost no one needs)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -