Hello FFmpeg

This commit is contained in:
RYAN 2024-06-12 10:31:15 +02:00
commit cfdd56d095
Signed by: RYAN
GPG Key ID: 3BD93EABD1407B82
3456 changed files with 13262 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* text=auto

31
.gitignore vendored Normal file
View File

@ -0,0 +1,31 @@
.bdep/
# Local default options files.
#
.build2/local/
# Compiler/linker output.
#
*.d
*.t
*.i
*.i.*
*.ii
*.ii.*
*.o
*.obj
*.gcm
*.pcm
*.ifc
*.so
*.dylib
*.dll
*.a
*.lib
*.exp
*.pdb
*.ilk
*.exe
*.exe.dlls/
*.exe.manifest
*.pc

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "upstream"]
path = upstream
url = https://github.com/FFmpeg/FFmpeg.git

42
PACKAGE-README.md Normal file
View File

@ -0,0 +1,42 @@
# libffmpeg - A C++ library
This is a `build2` package for the [`<UPSTREAM-NAME>`](https://<UPSTREAM-URL>)
C++ library. It provides <SUMMARY-OF-FUNCTIONALITY>.
## Usage
To start using `libffmpeg` in your project, add the following `depends`
value to your `manifest`, adjusting the version constraint as appropriate:
```
depends: libffmpeg ^<VERSION>
```
Then import the library in your `buildfile`:
```
import libs = libffmpeg%lib{<TARGET>}
```
## Importable targets
This package provides the following importable targets:
```
lib{<TARGET>}
```
<DESCRIPTION-OF-IMPORTABLE-TARGETS>
## Configuration variables
This package provides the following configuration variables:
```
[bool] config.libffmpeg.<VARIABLE> ?= false
```
<DESCRIPTION-OF-CONFIG-VARIABLES>

4
build/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
/config.build
/root/
/bootstrap/
build/

7
build/bootstrap.build Normal file
View File

@ -0,0 +1,7 @@
project = FFmpeg
using version
using config
using test
using install
using dist

6
build/export.build Normal file
View File

@ -0,0 +1,6 @@
$out_root/
{
include libffmpeg-avutil/
}
export $out_root/libffmpeg-avutil/$import.target

2795
build/root.build Normal file

File diff suppressed because it is too large Load Diff

6
buildfile Normal file
View File

@ -0,0 +1,6 @@
./: {libffmpeg-avutil/} doc{PACKAGE-README.md} manifest
#.#/: doc{PACKAGE-README.md} manifest
# Don't install tests.
#
tests/: install = false

782
config.h Normal file
View File

@ -0,0 +1,782 @@
/* Automatically generated by configure - do not modify! */
#ifndef FFMPEG_CONFIG_H
#define FFMPEG_CONFIG_H
#define FFMPEG_CONFIGURATION "--disable-x86asm"
#define FFMPEG_LICENSE "LGPL version 2.1 or later"
#define CONFIG_THIS_YEAR 2024
#define FFMPEG_DATADIR "/usr/local/share/ffmpeg"
#define AVCONV_DATADIR "/usr/local/share/ffmpeg"
#define CC_IDENT "gcc 14 (GCC)"
#define OS_NAME linux
#define EXTERN_PREFIX ""
#define EXTERN_ASM
#define BUILDSUF ""
#define SLIBSUF ".so"
#define SWS_MAX_FILTER_SIZE 256
#define ARCH_AARCH64 0
#define ARCH_ALPHA 0
#define ARCH_ARM 0
#define ARCH_AVR32 0
#define ARCH_AVR32_AP 0
#define ARCH_AVR32_UC 0
#define ARCH_BFIN 0
#define ARCH_IA64 0
#define ARCH_LOONGARCH 0
#define ARCH_LOONGARCH32 0
#define ARCH_LOONGARCH64 0
#define ARCH_M68K 0
#define ARCH_MIPS 0
#define ARCH_MIPS64 0
#define ARCH_PARISC 0
#define ARCH_PPC 0
#define ARCH_PPC64 0
#define ARCH_RISCV 0
#define ARCH_S390 0
#define ARCH_SH4 0
#define ARCH_SPARC 0
#define ARCH_SPARC64 0
#define ARCH_TILEGX 0
#define ARCH_TILEPRO 0
#define ARCH_X86 1
#define ARCH_X86_32 0
#define ARCH_X86_64 1
#define HAVE_ARMV5TE 0
#define HAVE_ARMV6 0
#define HAVE_ARMV6T2 0
#define HAVE_ARMV8 0
#define HAVE_DOTPROD 0
#define HAVE_I8MM 0
#define HAVE_NEON 0
#define HAVE_VFP 0
#define HAVE_VFPV3 0
#define HAVE_SETEND 0
#define HAVE_ALTIVEC 0
#define HAVE_DCBZL 0
#define HAVE_LDBRX 0
#define HAVE_POWER8 0
#define HAVE_PPC4XX 0
#define HAVE_VSX 0
#define HAVE_RV 0
#define HAVE_RVV 0
#define HAVE_RV_ZVBB 0
#define HAVE_AESNI 1
#define HAVE_AMD3DNOW 1
#define HAVE_AMD3DNOWEXT 1
#define HAVE_AVX 1
#define HAVE_AVX2 1
#define HAVE_AVX512 1
#define HAVE_AVX512ICL 1
#define HAVE_FMA3 1
#define HAVE_FMA4 1
#define HAVE_MMX 1
#define HAVE_MMXEXT 1
#define HAVE_SSE 1
#define HAVE_SSE2 1
#define HAVE_SSE3 1
#define HAVE_SSE4 1
#define HAVE_SSE42 1
#define HAVE_SSSE3 1
#define HAVE_XOP 1
#define HAVE_I686 1
#define HAVE_MIPSFPU 0
#define HAVE_MIPS32R2 0
#define HAVE_MIPS32R5 0
#define HAVE_MIPS64R2 0
#define HAVE_MIPS32R6 0
#define HAVE_MIPS64R6 0
#define HAVE_MIPSDSP 0
#define HAVE_MIPSDSPR2 0
#define HAVE_MSA 0
#define HAVE_LOONGSON2 0
#define HAVE_LOONGSON3 0
#define HAVE_MMI 0
#define HAVE_LSX 0
#define HAVE_LASX 0
#define HAVE_ARMV5TE_EXTERNAL 0
#define HAVE_ARMV6_EXTERNAL 0
#define HAVE_ARMV6T2_EXTERNAL 0
#define HAVE_ARMV8_EXTERNAL 0
#define HAVE_DOTPROD_EXTERNAL 0
#define HAVE_I8MM_EXTERNAL 0
#define HAVE_NEON_EXTERNAL 0
#define HAVE_VFP_EXTERNAL 0
#define HAVE_VFPV3_EXTERNAL 0
#define HAVE_SETEND_EXTERNAL 0
#define HAVE_ALTIVEC_EXTERNAL 0
#define HAVE_DCBZL_EXTERNAL 0
#define HAVE_LDBRX_EXTERNAL 0
#define HAVE_POWER8_EXTERNAL 0
#define HAVE_PPC4XX_EXTERNAL 0
#define HAVE_VSX_EXTERNAL 0
#define HAVE_RV_EXTERNAL 0
#define HAVE_RVV_EXTERNAL 0
#define HAVE_RV_ZVBB_EXTERNAL 0
#define HAVE_AESNI_EXTERNAL 0
#define HAVE_AMD3DNOW_EXTERNAL 0
#define HAVE_AMD3DNOWEXT_EXTERNAL 0
#define HAVE_AVX_EXTERNAL 0
#define HAVE_AVX2_EXTERNAL 0
#define HAVE_AVX512_EXTERNAL 0
#define HAVE_AVX512ICL_EXTERNAL 0
#define HAVE_FMA3_EXTERNAL 0
#define HAVE_FMA4_EXTERNAL 0
#define HAVE_MMX_EXTERNAL 0
#define HAVE_MMXEXT_EXTERNAL 0
#define HAVE_SSE_EXTERNAL 0
#define HAVE_SSE2_EXTERNAL 0
#define HAVE_SSE3_EXTERNAL 0
#define HAVE_SSE4_EXTERNAL 0
#define HAVE_SSE42_EXTERNAL 0
#define HAVE_SSSE3_EXTERNAL 0
#define HAVE_XOP_EXTERNAL 0
#define HAVE_I686_EXTERNAL 0
#define HAVE_MIPSFPU_EXTERNAL 0
#define HAVE_MIPS32R2_EXTERNAL 0
#define HAVE_MIPS32R5_EXTERNAL 0
#define HAVE_MIPS64R2_EXTERNAL 0
#define HAVE_MIPS32R6_EXTERNAL 0
#define HAVE_MIPS64R6_EXTERNAL 0
#define HAVE_MIPSDSP_EXTERNAL 0
#define HAVE_MIPSDSPR2_EXTERNAL 0
#define HAVE_MSA_EXTERNAL 0
#define HAVE_LOONGSON2_EXTERNAL 0
#define HAVE_LOONGSON3_EXTERNAL 0
#define HAVE_MMI_EXTERNAL 0
#define HAVE_LSX_EXTERNAL 0
#define HAVE_LASX_EXTERNAL 0
#define HAVE_ARMV5TE_INLINE 0
#define HAVE_ARMV6_INLINE 0
#define HAVE_ARMV6T2_INLINE 0
#define HAVE_ARMV8_INLINE 0
#define HAVE_DOTPROD_INLINE 0
#define HAVE_I8MM_INLINE 0
#define HAVE_NEON_INLINE 0
#define HAVE_VFP_INLINE 0
#define HAVE_VFPV3_INLINE 0
#define HAVE_SETEND_INLINE 0
#define HAVE_ALTIVEC_INLINE 0
#define HAVE_DCBZL_INLINE 0
#define HAVE_LDBRX_INLINE 0
#define HAVE_POWER8_INLINE 0
#define HAVE_PPC4XX_INLINE 0
#define HAVE_VSX_INLINE 0
#define HAVE_RV_INLINE 0
#define HAVE_RVV_INLINE 0
#define HAVE_RV_ZVBB_INLINE 0
#define HAVE_AESNI_INLINE 1
#define HAVE_AMD3DNOW_INLINE 1
#define HAVE_AMD3DNOWEXT_INLINE 1
#define HAVE_AVX_INLINE 1
#define HAVE_AVX2_INLINE 1
#define HAVE_AVX512_INLINE 1
#define HAVE_AVX512ICL_INLINE 1
#define HAVE_FMA3_INLINE 1
#define HAVE_FMA4_INLINE 1
#define HAVE_MMX_INLINE 1
#define HAVE_MMXEXT_INLINE 1
#define HAVE_SSE_INLINE 1
#define HAVE_SSE2_INLINE 1
#define HAVE_SSE3_INLINE 1
#define HAVE_SSE4_INLINE 1
#define HAVE_SSE42_INLINE 1
#define HAVE_SSSE3_INLINE 1
#define HAVE_XOP_INLINE 1
#define HAVE_I686_INLINE 0
#define HAVE_MIPSFPU_INLINE 0
#define HAVE_MIPS32R2_INLINE 0
#define HAVE_MIPS32R5_INLINE 0
#define HAVE_MIPS64R2_INLINE 0
#define HAVE_MIPS32R6_INLINE 0
#define HAVE_MIPS64R6_INLINE 0
#define HAVE_MIPSDSP_INLINE 0
#define HAVE_MIPSDSPR2_INLINE 0
#define HAVE_MSA_INLINE 0
#define HAVE_LOONGSON2_INLINE 0
#define HAVE_LOONGSON3_INLINE 0
#define HAVE_MMI_INLINE 0
#define HAVE_LSX_INLINE 0
#define HAVE_LASX_INLINE 0
#define HAVE_ALIGNED_STACK 1
#define HAVE_FAST_64BIT 1
#define HAVE_FAST_CLZ 1
#define HAVE_FAST_CMOV 1
#define HAVE_FAST_FLOAT16 0
#define HAVE_LOCAL_ALIGNED 1
#define HAVE_SIMD_ALIGN_16 1
#define HAVE_SIMD_ALIGN_32 1
#define HAVE_SIMD_ALIGN_64 1
#define HAVE_ATOMIC_CAS_PTR 0
#define HAVE_MACHINE_RW_BARRIER 0
#define HAVE_MEMORYBARRIER 0
#define HAVE_MM_EMPTY 1
#define HAVE_RDTSC 0
#define HAVE_SEM_TIMEDWAIT 1
#define HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
#define HAVE_INLINE_ASM 1
#define HAVE_SYMVER 1
#define HAVE_X86ASM 0
#define HAVE_BIGENDIAN 0
#define HAVE_FAST_UNALIGNED 1
#define HAVE_ARPA_INET_H 1
#define HAVE_ASM_HWPROBE_H 0
#define HAVE_ASM_TYPES_H 1
#define HAVE_CDIO_PARANOIA_H 0
#define HAVE_CDIO_PARANOIA_PARANOIA_H 0
#define HAVE_CUDA_H 0
#define HAVE_DISPATCH_DISPATCH_H 0
#define HAVE_DEV_BKTR_IOCTL_BT848_H 0
#define HAVE_DEV_BKTR_IOCTL_METEOR_H 0
#define HAVE_DEV_IC_BT8XX_H 0
#define HAVE_DEV_VIDEO_BKTR_IOCTL_BT848_H 0
#define HAVE_DEV_VIDEO_METEOR_IOCTL_METEOR_H 0
#define HAVE_DIRECT_H 0
#define HAVE_DIRENT_H 1
#define HAVE_DXGIDEBUG_H 0
#define HAVE_DXVA_H 0
#define HAVE_ES2_GL_H 0
#define HAVE_GSM_H 0
#define HAVE_IO_H 0
#define HAVE_LINUX_DMA_BUF_H 1
#define HAVE_LINUX_PERF_EVENT_H 1
#define HAVE_MACHINE_IOCTL_BT848_H 0
#define HAVE_MACHINE_IOCTL_METEOR_H 0
#define HAVE_MALLOC_H 1
#define HAVE_OPENCV2_CORE_CORE_C_H 0
#define HAVE_OPENGL_GL3_H 0
#define HAVE_POLL_H 1
#define HAVE_PTHREAD_NP_H 0
#define HAVE_SYS_HWPROBE_H 0
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOUNDCARD_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_SYS_VIDEOIO_H 0
#define HAVE_TERMIOS_H 1
#define HAVE_UDPLITE_H 0
#define HAVE_UNISTD_H 1
#define HAVE_VALGRIND_VALGRIND_H 0
#define HAVE_WINDOWS_H 0
#define HAVE_WINSOCK2_H 0
#define HAVE_INTRINSICS_NEON 0
#define HAVE_ATANF 1
#define HAVE_ATAN2F 1
#define HAVE_CBRT 1
#define HAVE_CBRTF 1
#define HAVE_COPYSIGN 1
#define HAVE_COSF 1
#define HAVE_ERF 1
#define HAVE_EXP2 1
#define HAVE_EXP2F 1
#define HAVE_EXPF 1
#define HAVE_HYPOT 1
#define HAVE_ISFINITE 1
#define HAVE_ISINF 1
#define HAVE_ISNAN 1
#define HAVE_LDEXPF 1
#define HAVE_LLRINT 1
#define HAVE_LLRINTF 1
#define HAVE_LOG2 1
#define HAVE_LOG2F 1
#define HAVE_LOG10F 1
#define HAVE_LRINT 1
#define HAVE_LRINTF 1
#define HAVE_POWF 1
#define HAVE_RINT 1
#define HAVE_ROUND 1
#define HAVE_ROUNDF 1
#define HAVE_SINF 1
#define HAVE_TRUNC 1
#define HAVE_TRUNCF 1
#define HAVE_DOS_PATHS 0
#define HAVE_LIBC_MSVCRT 0
#define HAVE_MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS 0
#define HAVE_SECTION_DATA_REL_RO 1
#define HAVE_THREADS 1
#define HAVE_UWP 0
#define HAVE_WINRT 0
#define HAVE_ACCESS 1
#define HAVE_ALIGNED_MALLOC 0
#define HAVE_ARC4RANDOM_BUF 0
#define HAVE_CLOCK_GETTIME 1
#define HAVE_CLOSESOCKET 0
#define HAVE_COMMANDLINETOARGVW 0
#define HAVE_FCNTL 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETAUXVAL 1
#define HAVE_GETENV 1
#define HAVE_GETHRTIME 0
#define HAVE_GETOPT 1
#define HAVE_GETMODULEHANDLE 0
#define HAVE_GETPROCESSAFFINITYMASK 0
#define HAVE_GETPROCESSMEMORYINFO 0
#define HAVE_GETPROCESSTIMES 0
#define HAVE_GETRUSAGE 1
#define HAVE_GETSTDHANDLE 0
#define HAVE_GETSYSTEMTIMEASFILETIME 0
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GLOB 1
#define HAVE_GLXGETPROCADDRESS 0
#define HAVE_GMTIME_R 1
#define HAVE_INET_ATON 1
#define HAVE_ISATTY 1
#define HAVE_KBHIT 0
#define HAVE_LOCALTIME_R 1
#define HAVE_LSTAT 1
#define HAVE_LZO1X_999_COMPRESS 0
#define HAVE_MACH_ABSOLUTE_TIME 0
#define HAVE_MAPVIEWOFFILE 0
#define HAVE_MEMALIGN 1
#define HAVE_MKSTEMP 1
#define HAVE_MMAP 1
#define HAVE_MPROTECT 1
#define HAVE_NANOSLEEP 1
#define HAVE_PEEKNAMEDPIPE 0
#define HAVE_POSIX_MEMALIGN 1
#define HAVE_PRCTL 1
#define HAVE_PTHREAD_CANCEL 1
#define HAVE_PTHREAD_SET_NAME_NP 0
#define HAVE_PTHREAD_SETNAME_NP 0
#define HAVE_SCHED_GETAFFINITY 1
#define HAVE_SECITEMIMPORT 0
#define HAVE_SETCONSOLETEXTATTRIBUTE 0
#define HAVE_SETCONSOLECTRLHANDLER 0
#define HAVE_SETDLLDIRECTORY 0
#define HAVE_SETMODE 0
#define HAVE_SETRLIMIT 1
#define HAVE_SLEEP 0
#define HAVE_STRERROR_R 1
#define HAVE_SYSCONF 1
#define HAVE_SYSCTL 0
#define HAVE_SYSCTLBYNAME 0
#define HAVE_USLEEP 1
#define HAVE_UTGETOSTYPEFROMSTRING 0
#define HAVE_VIRTUALALLOC 0
#define HAVE_WGLGETPROCADDRESS 0
#define HAVE_BCRYPT 0
#define HAVE_VAAPI_DRM 0
#define HAVE_VAAPI_X11 0
#define HAVE_VAAPI_WIN32 0
#define HAVE_VDPAU_X11 0
#define HAVE_PTHREADS 1
#define HAVE_OS2THREADS 0
#define HAVE_W32THREADS 0
#define HAVE_AS_ARCH_DIRECTIVE 0
#define HAVE_AS_ARCHEXT_DOTPROD_DIRECTIVE 0
#define HAVE_AS_ARCHEXT_I8MM_DIRECTIVE 0
#define HAVE_AS_DN_DIRECTIVE 0
#define HAVE_AS_FPU_DIRECTIVE 0
#define HAVE_AS_FUNC 0
#define HAVE_AS_OBJECT_ARCH 0
#define HAVE_ASM_MOD_Q 0
#define HAVE_BLOCKS_EXTENSION 0
#define HAVE_EBP_AVAILABLE 1
#define HAVE_EBX_AVAILABLE 1
#define HAVE_GNU_AS 0
#define HAVE_GNU_WINDRES 0
#define HAVE_IBM_ASM 0
#define HAVE_INLINE_ASM_DIRECT_SYMBOL_REFS 1
#define HAVE_INLINE_ASM_LABELS 1
#define HAVE_INLINE_ASM_NONLOCAL_LABELS 1
#define HAVE_PRAGMA_DEPRECATED 1
#define HAVE_RSYNC_CONTIMEOUT 1
#define HAVE_SYMVER_ASM_LABEL 0
#define HAVE_SYMVER_GNU_ASM 1
#define HAVE_VFP_ARGS 0
#define HAVE_XFORM_ASM 0
#define HAVE_XMM_CLOBBERS 1
#define HAVE_DPI_AWARENESS_CONTEXT 0
#define HAVE_IDXGIOUTPUT5 0
#define HAVE_KCMVIDEOCODECTYPE_HEVC 0
#define HAVE_KCMVIDEOCODECTYPE_HEVCWITHALPHA 0
#define HAVE_KCMVIDEOCODECTYPE_VP9 0
#define HAVE_KCVPIXELFORMATTYPE_420YPCBCR10BIPLANARVIDEORANGE 0
#define HAVE_KCVPIXELFORMATTYPE_422YPCBCR8BIPLANARVIDEORANGE 0
#define HAVE_KCVPIXELFORMATTYPE_422YPCBCR10BIPLANARVIDEORANGE 0
#define HAVE_KCVPIXELFORMATTYPE_422YPCBCR16BIPLANARVIDEORANGE 0
#define HAVE_KCVPIXELFORMATTYPE_444YPCBCR8BIPLANARVIDEORANGE 0
#define HAVE_KCVPIXELFORMATTYPE_444YPCBCR10BIPLANARVIDEORANGE 0
#define HAVE_KCVPIXELFORMATTYPE_444YPCBCR16BIPLANARVIDEORANGE 0
#define HAVE_KCVIMAGEBUFFERTRANSFERFUNCTION_SMPTE_ST_2084_PQ 0
#define HAVE_KCVIMAGEBUFFERTRANSFERFUNCTION_ITU_R_2100_HLG 0
#define HAVE_KCVIMAGEBUFFERTRANSFERFUNCTION_LINEAR 0
#define HAVE_KCVIMAGEBUFFERYCBCRMATRIX_ITU_R_2020 0
#define HAVE_KCVIMAGEBUFFERCOLORPRIMARIES_ITU_R_2020 0
#define HAVE_KCVIMAGEBUFFERTRANSFERFUNCTION_ITU_R_2020 0
#define HAVE_KCVIMAGEBUFFERTRANSFERFUNCTION_SMPTE_ST_428_1 0
#define HAVE_SOCKLEN_T 1
#define HAVE_STRUCT_ADDRINFO 1
#define HAVE_STRUCT_GROUP_SOURCE_REQ 1
#define HAVE_STRUCT_IP_MREQ_SOURCE 1
#define HAVE_STRUCT_IPV6_MREQ 1
#define HAVE_STRUCT_MSGHDR_MSG_FLAGS 1
#define HAVE_STRUCT_POLLFD 1
#define HAVE_STRUCT_RUSAGE_RU_MAXRSS 1
#define HAVE_STRUCT_SCTP_EVENT_SUBSCRIBE 0
#define HAVE_STRUCT_SOCKADDR_IN6 1
#define HAVE_STRUCT_SOCKADDR_SA_LEN 0
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
#define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
#define HAVE_STRUCT_V4L2_FRMIVALENUM_DISCRETE 1
#define HAVE_STRUCT_MFXCONFIGINTERFACE 0
#define HAVE_GZIP 1
#define HAVE_LIBDRM_GETFB2 0
#define HAVE_MAKEINFO 0
#define HAVE_MAKEINFO_HTML 0
#define HAVE_OPENCL_D3D11 0
#define HAVE_OPENCL_DRM_ARM 0
#define HAVE_OPENCL_DRM_BEIGNET 0
#define HAVE_OPENCL_DXVA2 0
#define HAVE_OPENCL_VAAPI_BEIGNET 0
#define HAVE_OPENCL_VAAPI_INTEL_MEDIA 0
#define HAVE_OPENCL_VIDEOTOOLBOX 0
#define HAVE_PERL 1
#define HAVE_POD2MAN 1
#define HAVE_TEXI2HTML 0
#define HAVE_XMLLINT 1
#define HAVE_ZLIB_GZIP 0
#define HAVE_OPENVINO2 0
#define CONFIG_DOC 1
#define CONFIG_HTMLPAGES 0
#define CONFIG_MANPAGES 1
#define CONFIG_PODPAGES 1
#define CONFIG_TXTPAGES 0
#define CONFIG_AVIO_HTTP_SERVE_FILES_EXAMPLE 1
#define CONFIG_AVIO_LIST_DIR_EXAMPLE 1
#define CONFIG_AVIO_READ_CALLBACK_EXAMPLE 1
#define CONFIG_DECODE_AUDIO_EXAMPLE 1
#define CONFIG_DECODE_FILTER_AUDIO_EXAMPLE 1
#define CONFIG_DECODE_FILTER_VIDEO_EXAMPLE 1
#define CONFIG_DECODE_VIDEO_EXAMPLE 1
#define CONFIG_DEMUX_DECODE_EXAMPLE 1
#define CONFIG_ENCODE_AUDIO_EXAMPLE 1
#define CONFIG_ENCODE_VIDEO_EXAMPLE 1
#define CONFIG_EXTRACT_MVS_EXAMPLE 1
#define CONFIG_FILTER_AUDIO_EXAMPLE 1
#define CONFIG_HW_DECODE_EXAMPLE 1
#define CONFIG_MUX_EXAMPLE 1
#define CONFIG_QSV_DECODE_EXAMPLE 0
#define CONFIG_REMUX_EXAMPLE 1
#define CONFIG_RESAMPLE_AUDIO_EXAMPLE 1
#define CONFIG_SCALE_VIDEO_EXAMPLE 1
#define CONFIG_SHOW_METADATA_EXAMPLE 1
#define CONFIG_TRANSCODE_AAC_EXAMPLE 1
#define CONFIG_TRANSCODE_EXAMPLE 1
#define CONFIG_VAAPI_ENCODE_EXAMPLE 0
#define CONFIG_VAAPI_TRANSCODE_EXAMPLE 0
#define CONFIG_QSV_TRANSCODE_EXAMPLE 0
#define CONFIG_AVISYNTH 0
#define CONFIG_FREI0R 0
#define CONFIG_LIBCDIO 0
#define CONFIG_LIBDAVS2 0
#define CONFIG_LIBDVDNAV 0
#define CONFIG_LIBDVDREAD 0
#define CONFIG_LIBRUBBERBAND 0
#define CONFIG_LIBVIDSTAB 0
#define CONFIG_LIBX264 0
#define CONFIG_LIBX265 0
#define CONFIG_LIBXAVS 0
#define CONFIG_LIBXAVS2 0
#define CONFIG_LIBXVID 0
#define CONFIG_DECKLINK 0
#define CONFIG_LIBFDK_AAC 0
#define CONFIG_LIBTLS 0
#define CONFIG_GMP 0
#define CONFIG_LIBARIBB24 0
#define CONFIG_LIBLENSFUN 0
#define CONFIG_LIBOPENCORE_AMRNB 0
#define CONFIG_LIBOPENCORE_AMRWB 0
#define CONFIG_LIBVO_AMRWBENC 0
#define CONFIG_MBEDTLS 0
#define CONFIG_RKMPP 0
#define CONFIG_LIBSMBCLIENT 0
#define CONFIG_CHROMAPRINT 0
#define CONFIG_GCRYPT 0
#define CONFIG_GNUTLS 0
#define CONFIG_JNI 0
#define CONFIG_LADSPA 0
#define CONFIG_LCMS2 0
#define CONFIG_LIBAOM 0
#define CONFIG_LIBARIBCAPTION 0
#define CONFIG_LIBASS 0
#define CONFIG_LIBBLURAY 0
#define CONFIG_LIBBS2B 0
#define CONFIG_LIBCACA 0
#define CONFIG_LIBCELT 0
#define CONFIG_LIBCODEC2 0
#define CONFIG_LIBDAV1D 0
#define CONFIG_LIBDC1394 0
#define CONFIG_LIBFLITE 0
#define CONFIG_LIBFONTCONFIG 0
#define CONFIG_LIBFREETYPE 0
#define CONFIG_LIBFRIBIDI 0
#define CONFIG_LIBHARFBUZZ 0
#define CONFIG_LIBGLSLANG 0
#define CONFIG_LIBGME 0
#define CONFIG_LIBGSM 0
#define CONFIG_LIBIEC61883 0
#define CONFIG_LIBILBC 0
#define CONFIG_LIBJACK 0
#define CONFIG_LIBJXL 0
#define CONFIG_LIBKLVANC 0
#define CONFIG_LIBKVAZAAR 0
#define CONFIG_LIBLC3 0
#define CONFIG_LIBMODPLUG 0
#define CONFIG_LIBMP3LAME 0
#define CONFIG_LIBMYSOFA 0
#define CONFIG_LIBOPENCV 0
#define CONFIG_LIBOPENH264 0
#define CONFIG_LIBOPENJPEG 0
#define CONFIG_LIBOPENMPT 0
#define CONFIG_LIBOPENVINO 0
#define CONFIG_LIBOPUS 0
#define CONFIG_LIBPLACEBO 0
#define CONFIG_LIBPULSE 0
#define CONFIG_LIBQRENCODE 0
#define CONFIG_LIBQUIRC 0
#define CONFIG_LIBRABBITMQ 0
#define CONFIG_LIBRAV1E 0
#define CONFIG_LIBRIST 0
#define CONFIG_LIBRSVG 0
#define CONFIG_LIBRTMP 0
#define CONFIG_LIBSHADERC 0
#define CONFIG_LIBSHINE 0
#define CONFIG_LIBSMBCLIENT 0
#define CONFIG_LIBSNAPPY 0
#define CONFIG_LIBSOXR 0
#define CONFIG_LIBSPEEX 0
#define CONFIG_LIBSRT 0
#define CONFIG_LIBSSH 0
#define CONFIG_LIBSVTAV1 0
#define CONFIG_LIBTENSORFLOW 0
#define CONFIG_LIBTESSERACT 0
#define CONFIG_LIBTHEORA 0
#define CONFIG_LIBTORCH 0
#define CONFIG_LIBTWOLAME 0
#define CONFIG_LIBUAVS3D 0
#define CONFIG_LIBV4L2 0
#define CONFIG_LIBVMAF 0
#define CONFIG_LIBVORBIS 0
#define CONFIG_LIBVPX 0
#define CONFIG_LIBWEBP 0
#define CONFIG_LIBXEVD 0
#define CONFIG_LIBXEVE 0
#define CONFIG_LIBXML2 0
#define CONFIG_LIBZIMG 0
#define CONFIG_LIBZMQ 0
#define CONFIG_LIBZVBI 0
#define CONFIG_LV2 0
#define CONFIG_MEDIACODEC 0
#define CONFIG_OPENAL 0
#define CONFIG_OPENGL 0
#define CONFIG_OPENSSL 0
#define CONFIG_POCKETSPHINX 0
#define CONFIG_VAPOURSYNTH 0
#define CONFIG_ALSA 0
#define CONFIG_APPKIT 0
#define CONFIG_AVFOUNDATION 0
#define CONFIG_BZLIB 0
#define CONFIG_COREIMAGE 0
#define CONFIG_ICONV 1
#define CONFIG_LIBXCB 0
#define CONFIG_LIBXCB_SHM 0
#define CONFIG_LIBXCB_SHAPE 0
#define CONFIG_LIBXCB_XFIXES 0
#define CONFIG_LZMA 0
#define CONFIG_MEDIAFOUNDATION 0
#define CONFIG_METAL 0
#define CONFIG_SCHANNEL 0
#define CONFIG_SDL2 0
#define CONFIG_SECURETRANSPORT 0
#define CONFIG_SNDIO 0
#define CONFIG_XLIB 0
#define CONFIG_ZLIB 0
#define CONFIG_CUDA_NVCC 0
#define CONFIG_CUDA_SDK 0
#define CONFIG_LIBNPP 0
#define CONFIG_LIBMFX 0
#define CONFIG_LIBVPL 0
#define CONFIG_MMAL 0
#define CONFIG_OMX 0
#define CONFIG_OPENCL 0
#define CONFIG_AMF 0
#define CONFIG_AUDIOTOOLBOX 0
#define CONFIG_CUDA 0
#define CONFIG_CUDA_LLVM 1
#define CONFIG_CUVID 0
#define CONFIG_D3D11VA 0
#define CONFIG_D3D12VA 0
#define CONFIG_DXVA2 0
#define CONFIG_FFNVCODEC 0
#define CONFIG_LIBDRM 0
#define CONFIG_NVDEC 0
#define CONFIG_NVENC 0
#define CONFIG_VAAPI 0
#define CONFIG_VDPAU 0
#define CONFIG_VIDEOTOOLBOX 0
#define CONFIG_VULKAN 0
#define CONFIG_V4L2_M2M 1
#define CONFIG_FTRAPV 0
#define CONFIG_GRAY 0
#define CONFIG_HARDCODED_TABLES 0
#define CONFIG_OMX_RPI 0
#define CONFIG_RUNTIME_CPUDETECT 1
#define CONFIG_SAFE_BITSTREAM_READER 1
#define CONFIG_SHARED 0
#define CONFIG_SMALL 0
#define CONFIG_STATIC 1
#define CONFIG_SWSCALE_ALPHA 1
#define CONFIG_GPL 0
#define CONFIG_NONFREE 0
#define CONFIG_VERSION3 0
#define CONFIG_AVDEVICE 1
#define CONFIG_AVFILTER 1
#define CONFIG_SWSCALE 1
#define CONFIG_POSTPROC 0
#define CONFIG_AVFORMAT 1
#define CONFIG_AVCODEC 1
#define CONFIG_SWRESAMPLE 1
#define CONFIG_AVUTIL 1
#define CONFIG_FFPLAY 0
#define CONFIG_FFPROBE 1
#define CONFIG_FFMPEG 1
#define CONFIG_DWT 1
#define CONFIG_ERROR_RESILIENCE 1
#define CONFIG_FAAN 1
#define CONFIG_FAST_UNALIGNED 1
#define CONFIG_IAMF 1
#define CONFIG_LSP 1
#define CONFIG_PIXELUTILS 1
#define CONFIG_NETWORK 1
#define CONFIG_AUTODETECT 0
#define CONFIG_FONTCONFIG 0
#define CONFIG_LARGE_TESTS 1
#define CONFIG_LINUX_PERF 0
#define CONFIG_MACOS_KPERF 0
#define CONFIG_MEMORY_POISONING 0
#define CONFIG_NEON_CLOBBER_TEST 0
#define CONFIG_OSSFUZZ 0
#define CONFIG_PIC 0
#define CONFIG_PTX_COMPRESSION 0
#define CONFIG_THUMB 0
#define CONFIG_VALGRIND_BACKTRACE 0
#define CONFIG_XMM_CLOBBER_TEST 0
#define CONFIG_BSFS 1
#define CONFIG_DECODERS 1
#define CONFIG_ENCODERS 1
#define CONFIG_HWACCELS 0
#define CONFIG_PARSERS 1
#define CONFIG_INDEVS 1
#define CONFIG_OUTDEVS 1
#define CONFIG_FILTERS 1
#define CONFIG_DEMUXERS 1
#define CONFIG_MUXERS 1
#define CONFIG_PROTOCOLS 1
#define CONFIG_AANDCTTABLES 1
#define CONFIG_AC3DSP 1
#define CONFIG_ADTS_HEADER 1
#define CONFIG_ATSC_A53 1
#define CONFIG_AUDIO_FRAME_QUEUE 1
#define CONFIG_AUDIODSP 1
#define CONFIG_BLOCKDSP 1
#define CONFIG_BSWAPDSP 1
#define CONFIG_CABAC 1
#define CONFIG_CBS 1
#define CONFIG_CBS_AV1 1
#define CONFIG_CBS_H264 1
#define CONFIG_CBS_H265 1
#define CONFIG_CBS_H266 1
#define CONFIG_CBS_JPEG 0
#define CONFIG_CBS_MPEG2 1
#define CONFIG_CBS_VP8 1
#define CONFIG_CBS_VP9 1
#define CONFIG_DEFLATE_WRAPPER 0
#define CONFIG_DIRAC_PARSE 1
#define CONFIG_DNN 0
#define CONFIG_DOVI_RPUDEC 1
#define CONFIG_DOVI_RPUENC 0
#define CONFIG_DVPROFILE 1
#define CONFIG_EVCPARSE 1
#define CONFIG_EXIF 1
#define CONFIG_FAANDCT 1
#define CONFIG_FAANIDCT 1
#define CONFIG_FDCTDSP 1
#define CONFIG_FMTCONVERT 1
#define CONFIG_FRAME_THREAD_ENCODER 1
#define CONFIG_G722DSP 1
#define CONFIG_GOLOMB 1
#define CONFIG_GPLV3 0
#define CONFIG_H263DSP 1
#define CONFIG_H264CHROMA 1
#define CONFIG_H264DSP 1
#define CONFIG_H264PARSE 1
#define CONFIG_H264PRED 1
#define CONFIG_H264QPEL 1
#define CONFIG_H264_SEI 1
#define CONFIG_HEVCPARSE 1
#define CONFIG_HEVC_SEI 1
#define CONFIG_HPELDSP 1
#define CONFIG_HUFFMAN 1
#define CONFIG_HUFFYUVDSP 1
#define CONFIG_HUFFYUVENCDSP 1
#define CONFIG_IAMFDEC 1
#define CONFIG_IAMFENC 1
#define CONFIG_IDCTDSP 1
#define CONFIG_IIRFILTER 1
#define CONFIG_INFLATE_WRAPPER 0
#define CONFIG_INTRAX8 1
#define CONFIG_ISO_MEDIA 1
#define CONFIG_ISO_WRITER 1
#define CONFIG_IVIDSP 1
#define CONFIG_JPEGTABLES 1
#define CONFIG_LGPLV3 0
#define CONFIG_LIBX262 0
#define CONFIG_LIBX264_HDR10 0
#define CONFIG_LLAUDDSP 1
#define CONFIG_LLVIDDSP 1
#define CONFIG_LLVIDENCDSP 1
#define CONFIG_LPC 1
#define CONFIG_LZF 1
#define CONFIG_ME_CMP 1
#define CONFIG_MPEG_ER 1
#define CONFIG_MPEGAUDIO 1
#define CONFIG_MPEGAUDIODSP 1
#define CONFIG_MPEGAUDIOHEADER 1
#define CONFIG_MPEG4AUDIO 1
#define CONFIG_MPEGVIDEO 1
#define CONFIG_MPEGVIDEODEC 1
#define CONFIG_MPEGVIDEOENC 1
#define CONFIG_MSMPEG4DEC 1
#define CONFIG_MSMPEG4ENC 1
#define CONFIG_MSS34DSP 1
#define CONFIG_PIXBLOCKDSP 1
#define CONFIG_QPELDSP 1
#define CONFIG_QSV 0
#define CONFIG_QSVDEC 0
#define CONFIG_QSVENC 0
#define CONFIG_QSVVPP 0
#define CONFIG_RANGECODER 1
#define CONFIG_RIFFDEC 1
#define CONFIG_RIFFENC 1
#define CONFIG_RTPDEC 1
#define CONFIG_RTPENC_CHAIN 1
#define CONFIG_RV34DSP 1
#define CONFIG_SCENE_SAD 1
#define CONFIG_SINEWIN 1
#define CONFIG_SNAPPY 1
#define CONFIG_SRTP 1
#define CONFIG_STARTCODE 1
#define CONFIG_TEXTUREDSP 1
#define CONFIG_TEXTUREDSPENC 1
#define CONFIG_TPELDSP 1
#define CONFIG_VAAPI_1 0
#define CONFIG_VAAPI_ENCODE 0
#define CONFIG_VC1DSP 1
#define CONFIG_VIDEODSP 1
#define CONFIG_VP3DSP 1
#define CONFIG_VP56DSP 1
#define CONFIG_VP8DSP 1
#define CONFIG_WMA_FREQS 1
#define CONFIG_WMV2DSP 1
#endif /* FFMPEG_CONFIG_H */

2218
config_components.h Normal file

File diff suppressed because it is too large Load Diff

144
libffmpeg-avcodec/buildfile Normal file
View File

@ -0,0 +1,144 @@
intf_libs = # Interface dependencies.
impl_libs = # Implementation dependencies.
#import _libs += libhello%lib{hello}
lib{ffmpeg-avcodec}: h{libavcodec/ac3_parser \
libavcodec/adts_parser \
libavcodec/avcodec \
libavcodec/avdct \
libavcodec/avfft \
libavcodec/bsf \
libavcodec/codec \
libavcodec/codec_desc \
libavcodec/codec_id \
libavcodec/codec_par \
libavcodec/d3d11va \
libavcodec/defs \
libavcodec/dirac \
libavcodec/dv_profile \
libavcodec/dxva2 \
libavcodec/jni \
libavcodec/mediacodec \
libavcodec/packet \
libavcodec/qsv \
libavcodec/vdpau \
libavcodec/version \
libavcodec/version_major \
libavcodec/videotoolbox \
libavcodec/vorbis_parser \
} \
c{libavcodec/ac3_parser \
libavcodec/adts_parser \
libavcodec/allcodecs \
libavcodec/avcodec \
libavcodec/avdct \
libavcodec/avfft \
libavcodec/packet \
libavcodec/bsf \
libavcodec/codec_desc \
libavcodec/codec_par \
libavcodec/d3d11va \
libavcodec/decode \
libavcodec/dirac \
libavcodec/dv_profile \
libavcodec/encode \
libavcodec/get_buffer \
libavcodec/imgconvert \
libavcodec/jni \
libavcodec/mathtables \
libavcodec/mediacodec \
libavcodec/mpeg12framerate \
libavcodec/options \
libavcodec/parser \
libavcodec/parsers \
libavcodec/profiles \
libavcodec/qsv_api \
libavcodec/raw \
libavcodec/refstruct \
libavcodec/threadprogress \
libavcodec/utils \
libavcodec/version \
libavcodec/vlc \
libavcodec/vorbis_parser \
libavcodec/xiph \
} \
$impl_libs $intf_libs
# Build options.
#
c.poptions =+ "-I$out_root" "-I$src_root" "-I$src_root/libffmpeg-avcodec" "-I$src_root/libffmpeg-avcodec/libavuti"
c.coptions =+ -D_ISOC11_SOURCE
c.coptions =+ -D_FILE_OFFSET_BITS=64
c.coptions =+ -D_LARGEFILE_SOURCE
c.coptions =+ -D_POSIX_C_SOURCE=200112
c.coptions =+ -D_XOPEN_SOURCE=600
c.coptions =+ -DHAVE_AV_CONFIG_H
c.coptions =+ -DBUILDING_avfilter
c.coptions =+ -std=c17
c.coptions =+ -fomit-frame-pointer
c.coptions =+ -pthread
c.coptions =+ -g
c.coptions =+ -Wdeclaration-after-statement
c.coptions =+ -Wall
c.coptions =+ -Wdisabled-optimization
c.coptions =+ -Wpointer-arith
c.coptions =+ -Wredundant-decls
c.coptions =+ -Wwrite-strings
c.coptions =+ -Wtype-limits
c.coptions =+ -Wundef
c.coptions =+ -Wmissing-prototypes
c.coptions =+ -Wstrict-prototypes
c.coptions =+ -Wempty-body
c.coptions =+ -Wno-parentheses
c.coptions =+ -Wno-switch
c.coptions =+ -Wno-format-zero-length
c.coptions =+ -Wno-pointer-sign
c.coptions =+ -Wno-unused-const-variable
c.coptions =+ -Wno-bool-operation
c.coptions =+ -Wno-char-subscripts
c.coptions =+ -O3
c.coptions =+ -fno-math-errno
c.coptions =+ -fno-signed-zeros
c.coptions =+ -fno-tree-vectorize
c.coptions =+ -Werror=format-security
c.coptions =+ -Werror=implicit-function-declaration
c.coptions =+ -Werror=missing-prototypes
c.coptions =+ -Werror=return-type
c.coptions =+ -Werror=vla
c.coptions =+ -Wformat
c.coptions =+ -fdiagnostics-color=auto
c.coptions =+ -Wno-maybe-uninitialized
#obja{*}: c.poptions += -DLIBFFMPEG_STATIC_BUILD
#objs{*}: c.poptions += -DLIBFFMPEG_SHARED_BUILD
# Export options.
#
lib{ffmpeg-avcodec}:
{
c.export.poptions = "-I$out_root" "-I$src_root"
c.export.libs = $intf_libs
}
#liba{ffmpeg}: c.export.poptions += -DLIBFFMPEG_STATIC
#libs{ffmpeg}: c.export.poptions += -DLIBFFMPEG_SHARED
# For pre-releases use the complete version to make sure they cannot
# be used in place of another pre-release or the final version. See
# the version module for details on the version.* variable values.
#
if $version.pre_release
lib{ffmpeg-avcodec}: bin.lib.version = "-$version.project_id"
else
lib{ffmpeg-avcodec}: bin.lib.version = "-$version.major.$version.minor"
# Install into the libffmpeg/ subdirectory of, say, /usr/include/
# recreating subdirectories.
#
{h}{*}:
{
install = include/libffmpeg/
install.subdirs = true
}

1
libffmpeg-avcodec/compat Symbolic link
View File

@ -0,0 +1 @@
../upstream/compat/

567
libffmpeg-avcodec/headers Normal file
View File

@ -0,0 +1,567 @@
libavcodec/a64colors.h
libavcodec/a64tables.h
libavcodec/aac_ac3_parser.h
libavcodec/aaccoder_trellis.h
libavcodec/aaccoder_twoloop.h
libavcodec/aac_defines.h
libavcodec/aacencdsp.h
libavcodec/aacenc.h
libavcodec/aacenc_is.h
libavcodec/aacenc_ltp.h
libavcodec/aacenc_pred.h
libavcodec/aacenc_quantization.h
libavcodec/aacenc_quantization_misc.h
libavcodec/aacenctab.h
libavcodec/aacenc_tns.h
libavcodec/aacenc_utils.h
libavcodec/aac.h
libavcodec/aacpsdsp.h
libavcodec/aacps_fixed_tablegen.h
libavcodec/aacps.h
libavcodec/aacps_tablegen.h
libavcodec/aacsbrdata.h
libavcodec/aacsbr.h
libavcodec/aactab.h
libavcodec/aandcttab.h
libavcodec/ac3_channel_layout_tab.h
libavcodec/ac3dec_data.h
libavcodec/ac3dec.h
libavcodec/ac3defs.h
libavcodec/ac3dsp.h
libavcodec/ac3enc.h
libavcodec/ac3.h
libavcodec/ac3_parser.h
libavcodec/ac3_parser_internal.h
libavcodec/ac3tab.h
libavcodec/acelp_filters.h
libavcodec/acelp_pitch_delay.h
libavcodec/acelp_vectors.h
libavcodec/adpcm_data.h
libavcodec/adpcm.h
libavcodec/adts_header.h
libavcodec/adts_parser.h
libavcodec/adx.h
libavcodec/alac_data.h
libavcodec/alacdsp.h
libavcodec/amfenc.h
libavcodec/amr.h
libavcodec/amrnbdata.h
libavcodec/amrwbdata.h
libavcodec/aom_film_grain.h
libavcodec/apng.h
libavcodec/aptx.h
libavcodec/ass.h
libavcodec/ass_split.h
libavcodec/asv.h
libavcodec/atrac1data.h
libavcodec/atrac3data.h
libavcodec/atrac3plus_data.h
libavcodec/atrac3plus.h
libavcodec/atrac9tab.h
libavcodec/atrac.h
libavcodec/atsc_a53.h
libavcodec/audiodsp.h
libavcodec/audio_frame_queue.h
libavcodec/av1dec.h
libavcodec/av1.h
libavcodec/av1_levels.h
libavcodec/av1_parse.h
libavcodec/avcodec.h
libavcodec/avcodec_internal.h
libavcodec/avdct.h
libavcodec/avfft.h
libavcodec/avs2.h
libavcodec/avs3.h
libavcodec/bethsoftvideo.h
libavcodec/bgmc.h
libavcodec/binkdata.h
libavcodec/binkdsp.h
libavcodec/bintext.h
libavcodec/bitstream.h
libavcodec/bitstream_template.h
libavcodec/blockdsp.h
libavcodec/bmp.h
libavcodec/bsf.h
libavcodec/bsf_internal.h
libavcodec/bswapdsp.h
libavcodec/bytestream.h
libavcodec/cabac_functions.h
libavcodec/cabac.h
libavcodec/canopus.h
libavcodec/cavsdsp.h
libavcodec/cavs.h
libavcodec/cbrt_data.h
libavcodec/cbrt_tablegen.h
libavcodec/cbs_av1.h
libavcodec/cbs_bsf.h
libavcodec/cbs.h
libavcodec/cbs_h2645.h
libavcodec/cbs_h264.h
libavcodec/cbs_h265.h
libavcodec/cbs_h266.h
libavcodec/cbs_internal.h
libavcodec/cbs_jpeg.h
libavcodec/cbs_mpeg2.h
libavcodec/cbs_sei.h
libavcodec/cbs_vp8.h
libavcodec/cbs_vp9.h
libavcodec/celp_filters.h
libavcodec/celp_math.h
libavcodec/cfhddsp.h
libavcodec/cfhdencdsp.h
libavcodec/cfhd.h
libavcodec/cga_data.h
libavcodec/clearvideodata.h
libavcodec/codec2utils.h
libavcodec/codec_desc.h
libavcodec/codec.h
libavcodec/codec_id.h
libavcodec/codec_internal.h
libavcodec/codec_par.h
libavcodec/cookdata.h
libavcodec/copy_block.h
libavcodec/d3d11va.h
libavcodec/d3d12va_decode.h
libavcodec/dcaadpcm.h
libavcodec/dca_core.h
libavcodec/dcadata.h
libavcodec/dcadct.h
libavcodec/dcadec.h
libavcodec/dcadsp.h
libavcodec/dcaenc.h
libavcodec/dca_exss.h
libavcodec/dca.h
libavcodec/dcahuff.h
libavcodec/dca_lbr.h
libavcodec/dcamath.h
libavcodec/dca_sample_rate_tab.h
libavcodec/dca_syncwords.h
libavcodec/dca_xll.h
libavcodec/dct32.h
libavcodec/dct.h
libavcodec/dctref.h
libavcodec/decode.h
libavcodec/defs.h
libavcodec/dirac_arith.h
libavcodec/diracdsp.h
libavcodec/dirac_dwt.h
libavcodec/dirac.h
libavcodec/diractab.h
libavcodec/dirac_vlc.h
libavcodec/dnxhddata.h
libavcodec/dnxhdenc.h
libavcodec/dolby_e.h
libavcodec/dovi_rpu.h
libavcodec/dsd.h
libavcodec/dvaudio.h
libavcodec/dvbtxt.h
libavcodec/dvdata.h
libavcodec/dvdsub.h
libavcodec/dv.h
libavcodec/dv_internal.h
libavcodec/dv_profile.h
libavcodec/dv_profile_internal.h
libavcodec/dv_tablegen.h
libavcodec/dxva2.h
libavcodec/dxva2_internal.h
libavcodec/dxv.h
libavcodec/dynamic_hdr_vivid.h
libavcodec/eac3_data.h
libavcodec/eac3enc.h
libavcodec/eaidct.h
libavcodec/elbg.h
libavcodec/elsdec.h
libavcodec/encode.h
libavcodec/error_resilience.h
libavcodec/evc.h
libavcodec/evc_parse.h
libavcodec/evc_ps.h
libavcodec/evrcdata.h
libavcodec/exif.h
libavcodec/exrdsp.h
libavcodec/faandct.h
libavcodec/faanidct.h
libavcodec/faxcompr.h
libavcodec/fdctdsp.h
libavcodec/ffjni.h
libavcodec/fflcms2.h
libavcodec/ffv1.h
libavcodec/fits.h
libavcodec/flacdata.h
libavcodec/flacdsp.h
libavcodec/flacencdsp.h
libavcodec/flac.h
libavcodec/flac_parse.h
libavcodec/flvdec.h
libavcodec/flvenc.h
libavcodec/fmtconvert.h
libavcodec/frame_thread_encoder.h
libavcodec/g722dsp.h
libavcodec/g722.h
libavcodec/g723_1.h
libavcodec/g729data.h
libavcodec/g729.h
libavcodec/g729postfilter.h
libavcodec/get_bits.h
libavcodec/gif.h
libavcodec/golomb.h
libavcodec/gsmdec_data.h
libavcodec/gsm.h
libavcodec/h261enc.h
libavcodec/h261.h
libavcodec/h263data.h
libavcodec/h263dec.h
libavcodec/h263dsp.h
libavcodec/h263enc.h
libavcodec/h263.h
libavcodec/h2645data.h
libavcodec/h2645_parse.h
libavcodec/h2645_sei.h
libavcodec/h2645_vui.h
libavcodec/h264chroma.h
libavcodec/h264data.h
libavcodec/h264dec.h
libavcodec/h264dsp.h
libavcodec/h264.h
libavcodec/h264idct.h
libavcodec/h264_levels.h
libavcodec/h264_mvpred.h
libavcodec/h264_parse.h
libavcodec/h264pred.h
libavcodec/h264_ps.h
libavcodec/h264qpel.h
libavcodec/h264_sei.h
libavcodec/h265_profile_level.h
libavcodec/h274.h
libavcodec/hap.h
libavcodec/hca_data.h
libavcodec/hpeldsp.h
libavcodec/hq_hqadata.h
libavcodec/hq_hqadsp.h
libavcodec/hqxdsp.h
libavcodec/hqx.h
libavcodec/htmlsubtitles.h
libavcodec/huffman.h
libavcodec/huffyuvdsp.h
libavcodec/huffyuvencdsp.h
libavcodec/huffyuv.h
libavcodec/hwaccel_internal.h
libavcodec/hwaccels.h
libavcodec/hwconfig.h
libavcodec/idctdsp.h
libavcodec/iirfilter.h
libavcodec/ilbcdata.h
libavcodec/imcdata.h
libavcodec/indeo2data.h
libavcodec/indeo3data.h
libavcodec/indeo4data.h
libavcodec/indeo5data.h
libavcodec/internal.h
libavcodec/intrax8dsp.h
libavcodec/intrax8.h
libavcodec/intrax8huf.h
libavcodec/itut35.h
libavcodec/ivi_dsp.h
libavcodec/ivi.h
libavcodec/jacosub.h
libavcodec/jni.h
libavcodec/jpeg2000dec.h
libavcodec/jpeg2000dsp.h
libavcodec/jpeg2000dwt.h
libavcodec/jpeg2000.h
libavcodec/jpeg2000htdec.h
libavcodec/jpeglsdec.h
libavcodec/jpegls.h
libavcodec/jpegquanttables.h
libavcodec/jpegtables.h
libavcodec/jpegtabs.h
libavcodec/jpegxl.h
libavcodec/jpegxl_parse.h
libavcodec/kbdwin.h
libavcodec/lagarithrac.h
libavcodec/lcl.h
libavcodec/leaddata.h
libavcodec/leb.h
libavcodec/libaom.h
libavcodec/libjxl.h
libavcodec/libopenh264.h
libavcodec/libopus.h
libavcodec/libvpx.h
libavcodec/libwebpenc_common.h
libavcodec/lossless_audiodsp.h
libavcodec/lossless_videodsp.h
libavcodec/lossless_videoencdsp.h
libavcodec/lpc_functions.h
libavcodec/lpc.h
libavcodec/lsp.h
libavcodec/lzf.h
libavcodec/lzw.h
libavcodec/mathops.h
libavcodec/me_cmp.h
libavcodec/mediacodecdec_common.h
libavcodec/mediacodec.h
libavcodec/mediacodec_surface.h
libavcodec/mediacodec_sw_buffer.h
libavcodec/mediacodec_wrapper.h
libavcodec/metasound_data.h
libavcodec/metasound_twinvq_data.h
libavcodec/mf_utils.h
libavcodec/mjpegdec.h
libavcodec/mjpegenc_common.h
libavcodec/mjpegenc.h
libavcodec/mjpegenc_huffman.h
libavcodec/mjpeg.h
libavcodec/mlpdsp.h
libavcodec/mlp.h
libavcodec/mlp_parse.h
libavcodec/mlz.h
libavcodec/motion_est.h
libavcodec/motionpixels_tablegen.h
libavcodec/mpc7data.h
libavcodec/mpc8data.h
libavcodec/mpc8huff.h
libavcodec/mpcdata.h
libavcodec/mpc.h
libavcodec/mpeg12codecs.h
libavcodec/mpeg12data.h
libavcodec/mpeg12dec.h
libavcodec/mpeg12enc.h
libavcodec/mpeg12.h
libavcodec/mpeg12vlc.h
libavcodec/mpeg4audio_copy_pce.h
libavcodec/mpeg4audio.h
libavcodec/mpeg4audio_sample_rates.h
libavcodec/mpeg4data.h
libavcodec/mpeg4videodata.h
libavcodec/mpeg4videodec.h
libavcodec/mpeg4videodefs.h
libavcodec/mpeg4videodsp.h
libavcodec/mpeg4videoenc.h
libavcodec/mpeg4video.h
libavcodec/mpegaudiodata.h
libavcodec/mpegaudiodec_common_tablegen.h
libavcodec/mpegaudiodecheader.h
libavcodec/mpegaudiodsp.h
libavcodec/mpegaudio.h
libavcodec/mpegaudiotab.h
libavcodec/mpegaudio_tablegen.h
libavcodec/mpegaudiotabs.h
libavcodec/mpeg_er.h
libavcodec/mpegpicture.h
libavcodec/mpegutils.h
libavcodec/mpegvideodata.h
libavcodec/mpegvideodec.h
libavcodec/mpegvideoencdsp.h
libavcodec/mpegvideoenc.h
libavcodec/mpegvideo.h
libavcodec/mqc.h
libavcodec/msgsmdec.h
libavcodec/msmpeg4data.h
libavcodec/msmpeg4dec.h
libavcodec/msmpeg4enc.h
libavcodec/msmpeg4.h
libavcodec/msmpeg4_vc1_data.h
libavcodec/msrledec.h
libavcodec/mss12.h
libavcodec/mss2dsp.h
libavcodec/mss34dsp.h
libavcodec/nellymoser.h
libavcodec/nvdec.h
libavcodec/nvenc.h
libavcodec/on2avcdata.h
libavcodec/options_table.h
libavcodec/opus_celt.h
libavcodec/opusdsp.h
libavcodec/opusenc.h
libavcodec/opusenc_psy.h
libavcodec/opusenc_utils.h
libavcodec/opus.h
libavcodec/opus_parse.h
libavcodec/opus_pvq.h
libavcodec/opus_rc.h
libavcodec/opus_silk.h
libavcodec/opustab.h
libavcodec/packet.h
libavcodec/packet_internal.h
libavcodec/paf.h
libavcodec/parser.h
libavcodec/pcm_tablegen.h
libavcodec/pixblockdsp.h
libavcodec/pixels.h
libavcodec/pngdsp.h
libavcodec/png.h
libavcodec/pnm.h
libavcodec/profiles.h
libavcodec/progressframe.h
libavcodec/proresdata.h
libavcodec/proresdec.h
libavcodec/proresdsp.h
libavcodec/psymodel.h
libavcodec/pthread_internal.h
libavcodec/put_bits.h
libavcodec/put_golomb.h
libavcodec/qcelpdata.h
libavcodec/qdm2data.h
libavcodec/qdm2_tablegen.h
libavcodec/qoi.h
libavcodec/qpeldsp.h
libavcodec/qsvenc.h
libavcodec/qsv.h
libavcodec/qsv_internal.h
libavcodec/ra144.h
libavcodec/ra288.h
libavcodec/ralfdata.h
libavcodec/rangecoder.h
libavcodec/ratecontrol.h
libavcodec/raw.h
libavcodec/rectangle.h
libavcodec/refstruct.h
libavcodec/rle.h
libavcodec/rl.h
libavcodec/rnd_avg.h
libavcodec/roqvideo.h
libavcodec/rtjpeg.h
libavcodec/rv10dec.h
libavcodec/rv10enc.h
libavcodec/rv30data.h
libavcodec/rv34data.h
libavcodec/rv34dsp.h
libavcodec/rv34.h
libavcodec/rv34vlc.h
libavcodec/rv40data.h
libavcodec/rv40vlc2.h
libavcodec/sbcdec_data.h
libavcodec/sbcdsp_data.h
libavcodec/sbcdsp.h
libavcodec/sbc.h
libavcodec/sbrdsp.h
libavcodec/sbr.h
libavcodec/scpr3.h
libavcodec/scpr.h
libavcodec/sei.h
libavcodec/sgi.h
libavcodec/sheervideodata.h
libavcodec/simple_idct.h
libavcodec/sinewin_fixed_tablegen.h
libavcodec/sinewin.h
libavcodec/sinewin_tablegen.h
libavcodec/sipr16kdata.h
libavcodec/siprdata.h
libavcodec/sipr.h
libavcodec/snappy.h
libavcodec/snowdata.h
libavcodec/snow_dwt.h
libavcodec/snow.h
libavcodec/sp5x.h
libavcodec/speedhqenc.h
libavcodec/speedhq.h
libavcodec/speexdata.h
libavcodec/startcode.h
libavcodec/sunrast.h
libavcodec/svq1_cb.h
libavcodec/svq1enc_cb.h
libavcodec/svq1encdsp.h
libavcodec/svq1.h
libavcodec/svq1_vlc.h
libavcodec/synth_filter.h
libavcodec/tableprint.h
libavcodec/tableprint_vlc.h
libavcodec/takdsp.h
libavcodec/tak.h
libavcodec/targa.h
libavcodec/texturedsp.h
libavcodec/threadframe.h
libavcodec/thread.h
libavcodec/threadprogress.h
libavcodec/tiff_common.h
libavcodec/tiff_data.h
libavcodec/tiff.h
libavcodec/to_upper4.h
libavcodec/tpeldsp.h
libavcodec/truemotion1data.h
libavcodec/truespeech_data.h
libavcodec/tscc2data.h
libavcodec/ttadata.h
libavcodec/ttadsp.h
libavcodec/ttaencdsp.h
libavcodec/ttmlenc.h
libavcodec/twinvq_data.h
libavcodec/twinvq.h
libavcodec/ulti_cb.h
libavcodec/unary.h
libavcodec/utvideodsp.h
libavcodec/utvideo.h
libavcodec/v210dec.h
libavcodec/v210dec_init.h
libavcodec/v210enc.h
libavcodec/v210enc_init.h
libavcodec/v4l2_buffers.h
libavcodec/v4l2_context.h
libavcodec/v4l2_fmt.h
libavcodec/v4l2_m2m.h
libavcodec/vaapi_decode.h
libavcodec/vaapi_encode.h
libavcodec/vaapi_hevc.h
libavcodec/vbn.h
libavcodec/vc1acdata.h
libavcodec/vc1_common.h
libavcodec/vc1data.h
libavcodec/vc1dsp.h
libavcodec/vc1.h
libavcodec/vc1_pred.h
libavcodec/vc1_vlc_data.h
libavcodec/vc2enc_dwt.h
libavcodec/vdpau.h
libavcodec/vdpau_internal.h
libavcodec/version.h
libavcodec/version_major.h
libavcodec/videodsp.h
libavcodec/videotoolbox.h
libavcodec/vlc.h
libavcodec/vorbis_data.h
libavcodec/vorbisdsp.h
libavcodec/vorbis_enc_data.h
libavcodec/vorbis.h
libavcodec/vorbis_parser.h
libavcodec/vorbis_parser_internal.h
libavcodec/vp3data.h
libavcodec/vp3dsp.h
libavcodec/vp4data.h
libavcodec/vp56data.h
libavcodec/vp56dsp.h
libavcodec/vp56.h
libavcodec/vp5data.h
libavcodec/vp6data.h
libavcodec/vp89_rac.h
libavcodec/vp8data.h
libavcodec/vp8dsp.h
libavcodec/vp8.h
libavcodec/vp9data.h
libavcodec/vp9dec.h
libavcodec/vp9dsp.h
libavcodec/vp9.h
libavcodec/vp9shared.h
libavcodec/vpx_rac.h
libavcodec/vt_internal.h
libavcodec/vulkan_decode.h
libavcodec/vulkan.h
libavcodec/vulkan_video.h
libavcodec/vvc.h
libavcodec/wavpackenc.h
libavcodec/wavpack.h
libavcodec/wma_common.h
libavcodec/wmadata.h
libavcodec/wma_freqs.h
libavcodec/wma.h
libavcodec/wmaprodata.h
libavcodec/wmavoice_data.h
libavcodec/wmv2data.h
libavcodec/wmv2dec.h
libavcodec/wmv2dsp.h
libavcodec/wmv2enc.h
libavcodec/wmv2.h
libavcodec/xface.h
libavcodec/xiph.h
libavcodec/xvididct.h
libavcodec/xwd.h
libavcodec/zlib_wrapper.h

567
libffmpeg-avcodec/headers2 Normal file
View File

@ -0,0 +1,567 @@
libavcodec/a64colors \
libavcodec/a64tables \
libavcodec/aac_ac3_parser \
libavcodec/aaccoder_trellis \
libavcodec/aaccoder_twoloop \
libavcodec/aac_defines \
libavcodec/aacencdsp \
libavcodec/aacenc \
libavcodec/aacenc_is \
libavcodec/aacenc_ltp \
libavcodec/aacenc_pred \
libavcodec/aacenc_quantization \
libavcodec/aacenc_quantization_misc \
libavcodec/aacenctab \
libavcodec/aacenc_tns \
libavcodec/aacenc_utils \
libavcodec/aac \
libavcodec/aacpsdsp \
libavcodec/aacps_fixed_tablegen \
libavcodec/aacps \
libavcodec/aacps_tablegen \
libavcodec/aacsbrdata \
libavcodec/aacsbr \
libavcodec/aactab \
libavcodec/aandcttab \
libavcodec/ac3_channel_layout_tab \
libavcodec/ac3dec_data \
libavcodec/ac3dec \
libavcodec/ac3defs \
libavcodec/ac3dsp \
libavcodec/ac3enc \
libavcodec/ac3 \
libavcodec/ac3_parser \
libavcodec/ac3_parser_internal \
libavcodec/ac3tab \
libavcodec/acelp_filters \
libavcodec/acelp_pitch_delay \
libavcodec/acelp_vectors \
libavcodec/adpcm_data \
libavcodec/adpcm \
libavcodec/adts_header \
libavcodec/adts_parser \
libavcodec/adx \
libavcodec/alac_data \
libavcodec/alacdsp \
libavcodec/amfenc \
libavcodec/amr \
libavcodec/amrnbdata \
libavcodec/amrwbdata \
libavcodec/aom_film_grain \
libavcodec/apng \
libavcodec/aptx \
libavcodec/ass \
libavcodec/ass_split \
libavcodec/asv \
libavcodec/atrac1data \
libavcodec/atrac3data \
libavcodec/atrac3plus_data \
libavcodec/atrac3plus \
libavcodec/atrac9tab \
libavcodec/atrac \
libavcodec/atsc_a53 \
libavcodec/audiodsp \
libavcodec/audio_frame_queue \
libavcodec/av1dec \
libavcodec/av1 \
libavcodec/av1_levels \
libavcodec/av1_parse \
libavcodec/avcodec \
libavcodec/avcodec_internal \
libavcodec/avdct \
libavcodec/avfft \
libavcodec/avs2 \
libavcodec/avs3 \
libavcodec/bethsoftvideo \
libavcodec/bgmc \
libavcodec/binkdata \
libavcodec/binkdsp \
libavcodec/bintext \
libavcodec/bitstream \
libavcodec/bitstream_template \
libavcodec/blockdsp \
libavcodec/bmp \
libavcodec/bsf \
libavcodec/bsf_internal \
libavcodec/bswapdsp \
libavcodec/bytestream \
libavcodec/cabac_functions \
libavcodec/cabac \
libavcodec/canopus \
libavcodec/cavsdsp \
libavcodec/cavs \
libavcodec/cbrt_data \
libavcodec/cbrt_tablegen \
libavcodec/cbs_av1 \
libavcodec/cbs_bsf \
libavcodec/cbs \
libavcodec/cbs_h2645 \
libavcodec/cbs_h264 \
libavcodec/cbs_h265 \
libavcodec/cbs_h266 \
libavcodec/cbs_internal \
libavcodec/cbs_jpeg \
libavcodec/cbs_mpeg2 \
libavcodec/cbs_sei \
libavcodec/cbs_vp8 \
libavcodec/cbs_vp9 \
libavcodec/celp_filters \
libavcodec/celp_math \
libavcodec/cfhddsp \
libavcodec/cfhdencdsp \
libavcodec/cfhd \
libavcodec/cga_data \
libavcodec/clearvideodata \
libavcodec/codec2utils \
libavcodec/codec_desc \
libavcodec/codec \
libavcodec/codec_id \
libavcodec/codec_internal \
libavcodec/codec_par \
libavcodec/cookdata \
libavcodec/copy_block \
libavcodec/d3d11va \
libavcodec/d3d12va_decode \
libavcodec/dcaadpcm \
libavcodec/dca_core \
libavcodec/dcadata \
libavcodec/dcadct \
libavcodec/dcadec \
libavcodec/dcadsp \
libavcodec/dcaenc \
libavcodec/dca_exss \
libavcodec/dca \
libavcodec/dcahuff \
libavcodec/dca_lbr \
libavcodec/dcamath \
libavcodec/dca_sample_rate_tab \
libavcodec/dca_syncwords \
libavcodec/dca_xll \
libavcodec/dct32 \
libavcodec/dct \
libavcodec/dctref \
libavcodec/decode \
libavcodec/defs \
libavcodec/dirac_arith \
libavcodec/diracdsp \
libavcodec/dirac_dwt \
libavcodec/dirac \
libavcodec/diractab \
libavcodec/dirac_vlc \
libavcodec/dnxhddata \
libavcodec/dnxhdenc \
libavcodec/dolby_e \
libavcodec/dovi_rpu \
libavcodec/dsd \
libavcodec/dvaudio \
libavcodec/dvbtxt \
libavcodec/dvdata \
libavcodec/dvdsub \
libavcodec/dv \
libavcodec/dv_internal \
libavcodec/dv_profile \
libavcodec/dv_profile_internal \
libavcodec/dv_tablegen \
libavcodec/dxva2 \
libavcodec/dxva2_internal \
libavcodec/dxv \
libavcodec/dynamic_hdr_vivid \
libavcodec/eac3_data \
libavcodec/eac3enc \
libavcodec/eaidct \
libavcodec/elbg \
libavcodec/elsdec \
libavcodec/encode \
libavcodec/error_resilience \
libavcodec/evc \
libavcodec/evc_parse \
libavcodec/evc_ps \
libavcodec/evrcdata \
libavcodec/exif \
libavcodec/exrdsp \
libavcodec/faandct \
libavcodec/faanidct \
libavcodec/faxcompr \
libavcodec/fdctdsp \
libavcodec/ffjni \
libavcodec/fflcms2 \
libavcodec/ffv1 \
libavcodec/fits \
libavcodec/flacdata \
libavcodec/flacdsp \
libavcodec/flacencdsp \
libavcodec/flac \
libavcodec/flac_parse \
libavcodec/flvdec \
libavcodec/flvenc \
libavcodec/fmtconvert \
libavcodec/frame_thread_encoder \
libavcodec/g722dsp \
libavcodec/g722 \
libavcodec/g723_1 \
libavcodec/g729data \
libavcodec/g729 \
libavcodec/g729postfilter \
libavcodec/get_bits \
libavcodec/gif \
libavcodec/golomb \
libavcodec/gsmdec_data \
libavcodec/gsm \
libavcodec/h261enc \
libavcodec/h261 \
libavcodec/h263data \
libavcodec/h263dec \
libavcodec/h263dsp \
libavcodec/h263enc \
libavcodec/h263 \
libavcodec/h2645data \
libavcodec/h2645_parse \
libavcodec/h2645_sei \
libavcodec/h2645_vui \
libavcodec/h264chroma \
libavcodec/h264data \
libavcodec/h264dec \
libavcodec/h264dsp \
libavcodec/h264 \
libavcodec/h264idct \
libavcodec/h264_levels \
libavcodec/h264_mvpred \
libavcodec/h264_parse \
libavcodec/h264pred \
libavcodec/h264_ps \
libavcodec/h264qpel \
libavcodec/h264_sei \
libavcodec/h265_profile_level \
libavcodec/h274 \
libavcodec/hap \
libavcodec/hca_data \
libavcodec/hpeldsp \
libavcodec/hq_hqadata \
libavcodec/hq_hqadsp \
libavcodec/hqxdsp \
libavcodec/hqx \
libavcodec/htmlsubtitles \
libavcodec/huffman \
libavcodec/huffyuvdsp \
libavcodec/huffyuvencdsp \
libavcodec/huffyuv \
libavcodec/hwaccel_internal \
libavcodec/hwaccels \
libavcodec/hwconfig \
libavcodec/idctdsp \
libavcodec/iirfilter \
libavcodec/ilbcdata \
libavcodec/imcdata \
libavcodec/indeo2data \
libavcodec/indeo3data \
libavcodec/indeo4data \
libavcodec/indeo5data \
libavcodec/internal \
libavcodec/intrax8dsp \
libavcodec/intrax8 \
libavcodec/intrax8huf \
libavcodec/itut35 \
libavcodec/ivi_dsp \
libavcodec/ivi \
libavcodec/jacosub \
libavcodec/jni \
libavcodec/jpeg2000dec \
libavcodec/jpeg2000dsp \
libavcodec/jpeg2000dwt \
libavcodec/jpeg2000 \
libavcodec/jpeg2000htdec \
libavcodec/jpeglsdec \
libavcodec/jpegls \
libavcodec/jpegquanttables \
libavcodec/jpegtables \
libavcodec/jpegtabs \
libavcodec/jpegxl \
libavcodec/jpegxl_parse \
libavcodec/kbdwin \
libavcodec/lagarithrac \
libavcodec/lcl \
libavcodec/leaddata \
libavcodec/leb \
libavcodec/libaom \
libavcodec/libjxl \
libavcodec/libopenh264 \
libavcodec/libopus \
libavcodec/libvpx \
libavcodec/libwebpenc_common \
libavcodec/lossless_audiodsp \
libavcodec/lossless_videodsp \
libavcodec/lossless_videoencdsp \
libavcodec/lpc_functions \
libavcodec/lpc \
libavcodec/lsp \
libavcodec/lzf \
libavcodec/lzw \
libavcodec/mathops \
libavcodec/me_cmp \
libavcodec/mediacodecdec_common \
libavcodec/mediacodec \
libavcodec/mediacodec_surface \
libavcodec/mediacodec_sw_buffer \
libavcodec/mediacodec_wrapper \
libavcodec/metasound_data \
libavcodec/metasound_twinvq_data \
libavcodec/mf_utils \
libavcodec/mjpegdec \
libavcodec/mjpegenc_common \
libavcodec/mjpegenc \
libavcodec/mjpegenc_huffman \
libavcodec/mjpeg \
libavcodec/mlpdsp \
libavcodec/mlp \
libavcodec/mlp_parse \
libavcodec/mlz \
libavcodec/motion_est \
libavcodec/motionpixels_tablegen \
libavcodec/mpc7data \
libavcodec/mpc8data \
libavcodec/mpc8huff \
libavcodec/mpcdata \
libavcodec/mpc \
libavcodec/mpeg12codecs \
libavcodec/mpeg12data \
libavcodec/mpeg12dec \
libavcodec/mpeg12enc \
libavcodec/mpeg12 \
libavcodec/mpeg12vlc \
libavcodec/mpeg4audio_copy_pce \
libavcodec/mpeg4audio \
libavcodec/mpeg4audio_sample_rates \
libavcodec/mpeg4data \
libavcodec/mpeg4videodata \
libavcodec/mpeg4videodec \
libavcodec/mpeg4videodefs \
libavcodec/mpeg4videodsp \
libavcodec/mpeg4videoenc \
libavcodec/mpeg4video \
libavcodec/mpegaudiodata \
libavcodec/mpegaudiodec_common_tablegen \
libavcodec/mpegaudiodecheader \
libavcodec/mpegaudiodsp \
libavcodec/mpegaudio \
libavcodec/mpegaudiotab \
libavcodec/mpegaudio_tablegen \
libavcodec/mpegaudiotabs \
libavcodec/mpeg_er \
libavcodec/mpegpicture \
libavcodec/mpegutils \
libavcodec/mpegvideodata \
libavcodec/mpegvideodec \
libavcodec/mpegvideoencdsp \
libavcodec/mpegvideoenc \
libavcodec/mpegvideo \
libavcodec/mqc \
libavcodec/msgsmdec \
libavcodec/msmpeg4data \
libavcodec/msmpeg4dec \
libavcodec/msmpeg4enc \
libavcodec/msmpeg4 \
libavcodec/msmpeg4_vc1_data \
libavcodec/msrledec \
libavcodec/mss12 \
libavcodec/mss2dsp \
libavcodec/mss34dsp \
libavcodec/nellymoser \
libavcodec/nvdec \
libavcodec/nvenc \
libavcodec/on2avcdata \
libavcodec/options_table \
libavcodec/opus_celt \
libavcodec/opusdsp \
libavcodec/opusenc \
libavcodec/opusenc_psy \
libavcodec/opusenc_utils \
libavcodec/opus \
libavcodec/opus_parse \
libavcodec/opus_pvq \
libavcodec/opus_rc \
libavcodec/opus_silk \
libavcodec/opustab \
libavcodec/packet \
libavcodec/packet_internal \
libavcodec/paf \
libavcodec/parser \
libavcodec/pcm_tablegen \
libavcodec/pixblockdsp \
libavcodec/pixels \
libavcodec/pngdsp \
libavcodec/png \
libavcodec/pnm \
libavcodec/profiles \
libavcodec/progressframe \
libavcodec/proresdata \
libavcodec/proresdec \
libavcodec/proresdsp \
libavcodec/psymodel \
libavcodec/pthread_internal \
libavcodec/put_bits \
libavcodec/put_golomb \
libavcodec/qcelpdata \
libavcodec/qdm2data \
libavcodec/qdm2_tablegen \
libavcodec/qoi \
libavcodec/qpeldsp \
libavcodec/qsvenc \
libavcodec/qsv \
libavcodec/qsv_internal \
libavcodec/ra144 \
libavcodec/ra288 \
libavcodec/ralfdata \
libavcodec/rangecoder \
libavcodec/ratecontrol \
libavcodec/raw \
libavcodec/rectangle \
libavcodec/refstruct \
libavcodec/rle \
libavcodec/rl \
libavcodec/rnd_avg \
libavcodec/roqvideo \
libavcodec/rtjpeg \
libavcodec/rv10dec \
libavcodec/rv10enc \
libavcodec/rv30data \
libavcodec/rv34data \
libavcodec/rv34dsp \
libavcodec/rv34 \
libavcodec/rv34vlc \
libavcodec/rv40data \
libavcodec/rv40vlc2 \
libavcodec/sbcdec_data \
libavcodec/sbcdsp_data \
libavcodec/sbcdsp \
libavcodec/sbc \
libavcodec/sbrdsp \
libavcodec/sbr \
libavcodec/scpr3 \
libavcodec/scpr \
libavcodec/sei \
libavcodec/sgi \
libavcodec/sheervideodata \
libavcodec/simple_idct \
libavcodec/sinewin_fixed_tablegen \
libavcodec/sinewin \
libavcodec/sinewin_tablegen \
libavcodec/sipr16kdata \
libavcodec/siprdata \
libavcodec/sipr \
libavcodec/snappy \
libavcodec/snowdata \
libavcodec/snow_dwt \
libavcodec/snow \
libavcodec/sp5x \
libavcodec/speedhqenc \
libavcodec/speedhq \
libavcodec/speexdata \
libavcodec/startcode \
libavcodec/sunrast \
libavcodec/svq1_cb \
libavcodec/svq1enc_cb \
libavcodec/svq1encdsp \
libavcodec/svq1 \
libavcodec/svq1_vlc \
libavcodec/synth_filter \
libavcodec/tableprint \
libavcodec/tableprint_vlc \
libavcodec/takdsp \
libavcodec/tak \
libavcodec/targa \
libavcodec/texturedsp \
libavcodec/threadframe \
libavcodec/thread \
libavcodec/threadprogress \
libavcodec/tiff_common \
libavcodec/tiff_data \
libavcodec/tiff \
libavcodec/to_upper4 \
libavcodec/tpeldsp \
libavcodec/truemotion1data \
libavcodec/truespeech_data \
libavcodec/tscc2data \
libavcodec/ttadata \
libavcodec/ttadsp \
libavcodec/ttaencdsp \
libavcodec/ttmlenc \
libavcodec/twinvq_data \
libavcodec/twinvq \
libavcodec/ulti_cb \
libavcodec/unary \
libavcodec/utvideodsp \
libavcodec/utvideo \
libavcodec/v210dec \
libavcodec/v210dec_init \
libavcodec/v210enc \
libavcodec/v210enc_init \
libavcodec/v4l2_buffers \
libavcodec/v4l2_context \
libavcodec/v4l2_fmt \
libavcodec/v4l2_m2m \
libavcodec/vaapi_decode \
libavcodec/vaapi_encode \
libavcodec/vaapi_hevc \
libavcodec/vbn \
libavcodec/vc1acdata \
libavcodec/vc1_common \
libavcodec/vc1data \
libavcodec/vc1dsp \
libavcodec/vc1 \
libavcodec/vc1_pred \
libavcodec/vc1_vlc_data \
libavcodec/vc2enc_dwt \
libavcodec/vdpau \
libavcodec/vdpau_internal \
libavcodec/version \
libavcodec/version_major \
libavcodec/videodsp \
libavcodec/videotoolbox \
libavcodec/vlc \
libavcodec/vorbis_data \
libavcodec/vorbisdsp \
libavcodec/vorbis_enc_data \
libavcodec/vorbis \
libavcodec/vorbis_parser \
libavcodec/vorbis_parser_internal \
libavcodec/vp3data \
libavcodec/vp3dsp \
libavcodec/vp4data \
libavcodec/vp56data \
libavcodec/vp56dsp \
libavcodec/vp56 \
libavcodec/vp5data \
libavcodec/vp6data \
libavcodec/vp89_rac \
libavcodec/vp8data \
libavcodec/vp8dsp \
libavcodec/vp8 \
libavcodec/vp9data \
libavcodec/vp9dec \
libavcodec/vp9dsp \
libavcodec/vp9 \
libavcodec/vp9shared \
libavcodec/vpx_rac \
libavcodec/vt_internal \
libavcodec/vulkan_decode \
libavcodec/vulkan \
libavcodec/vulkan_video \
libavcodec/vvc \
libavcodec/wavpackenc \
libavcodec/wavpack \
libavcodec/wma_common \
libavcodec/wmadata \
libavcodec/wma_freqs \
libavcodec/wma \
libavcodec/wmaprodata \
libavcodec/wmavoice_data \
libavcodec/wmv2data \
libavcodec/wmv2dec \
libavcodec/wmv2dsp \
libavcodec/wmv2enc \
libavcodec/wmv2 \
libavcodec/xface \
libavcodec/xiph \
libavcodec/xvididct \
libavcodec/xwd \
libavcodec/zlib_wrapper \

View File

@ -0,0 +1 @@
../../upstream/libavcodec/012v.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/4xm.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/8bps.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/8svx.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/a64colors.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/a64multienc.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/a64tables.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aac.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aac_ac3_parser.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aac_ac3_parser.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aac_defines.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aac_parser.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aaccoder.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aaccoder_trellis.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aaccoder_twoloop.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacenc.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacenc.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacenc_is.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacenc_is.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacenc_ltp.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacenc_ltp.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacenc_pred.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacenc_pred.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacenc_quantization.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacenc_quantization_misc.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacenc_tns.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacenc_tns.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacenc_utils.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacencdsp.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacenctab.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacenctab.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacps.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacps.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacps_common.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacps_fixed.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacps_fixed_tablegen.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacps_fixed_tablegen.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacps_float.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacps_tablegen.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacps_tablegen.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacps_tablegen_template.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacpsdata.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacpsdsp.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacpsdsp_fixed.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacpsdsp_float.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacpsdsp_template.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacpsy.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacsbr.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacsbr.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacsbr_fixed.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacsbr_template.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aacsbrdata.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aactab.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aactab.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aandcttab.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aandcttab.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/aasc.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3_channel_layout_tab.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3_channel_layout_tab.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3_parser.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3_parser.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3_parser_internal.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3dec.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3dec.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3dec_data.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3dec_data.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3dec_fixed.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3dec_float.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3defs.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3dsp.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3dsp.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3enc.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3enc.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3enc_fixed.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3enc_float.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3enc_template.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3tab.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/ac3tab.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/acelp_filters.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/acelp_filters.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/acelp_pitch_delay.c

View File

@ -0,0 +1 @@
../../upstream/libavcodec/acelp_pitch_delay.h

View File

@ -0,0 +1 @@
../../upstream/libavcodec/acelp_vectors.c

Some files were not shown because too many files have changed in this diff Show More