You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
James Almer e3b5ff17c2 avutil/film_grain_params: add support for H.274 Film Grain Characteristics 4 years ago
..
aarch64 arm/aarch64: Use mach_absolute_time as timer on apple platforms 4 years ago
arm arm/aarch64: Use mach_absolute_time as timer on apple platforms 4 years ago
avr32
bfin
mips libavcodec/mips: Fix build errors reported by clang 4 years ago
ppc
sh4
tests Remove unnecessary avassert.h inclusions 4 years ago
tomi
x86 x86/tx_float: correctly load the transform length 4 years ago
.gitignore
Makefile lavu/checkasm: add (private) kperf timing for macOS 4 years ago
adler32.c avutil: Switch crypto APIs to size_t 4 years ago
adler32.h avutil: Switch crypto APIs to size_t 4 years ago
aes.c
aes.h Remove obsolete version.h inclusions 4 years ago
aes_ctr.c
aes_ctr.h Remove obsolete version.h inclusions 4 years ago
aes_internal.h All: update names in copyright headers 4 years ago
attributes.h
audio_fifo.c
audio_fifo.h
avassert.h
avsscanf.c Remove unnecessary avassert.h inclusions 4 years ago
avstring.c avutil/avstring: Check for memory allocation error in av_escape 4 years ago
avstring.h avutil/{avstring,bprint}: add XML escaping from ffprobe to avutil 4 years ago
avutil.h
avutilres.rc
base64.c avutil/base64: Fix undefined NULL + 0 4 years ago
base64.h
blowfish.c
blowfish.h
bprint.c Remove unnecessary avassert.h inclusions 4 years ago
bprint.h
bswap.h
buffer.c avutil/buffer: Switch AVBuffer API to size_t 4 years ago
buffer.h Remove obsolete version.h inclusions 4 years ago
buffer_internal.h avutil/buffer: Switch AVBuffer API to size_t 4 years ago
camellia.c
camellia.h
cast5.c
cast5.h
channel_layout.c
channel_layout.h
color_utils.c
color_utils.h
colorspace.h
common.h avutil/common: Move everything inside inclusion guards 4 years ago
cpu.c lavu/cpu: Use av_cpu_ prefix 4 years ago
cpu.h lavu/cpu: Use av_cpu_ prefix 4 years ago
cpu_internal.h
crc.c
crc.h Remove obsolete version.h inclusions 4 years ago
cuda_check.h avutil/cuda_check: add missing dynlink_loader.h include 4 years ago
des.c
des.h
detection_bbox.c avutil/buffer: Switch AVBuffer API to size_t 4 years ago
detection_bbox.h lavu/detection_bbox.h: use AV_NUM_DETECTION_BBOX_CLASSIFY to replace AV_NUM_BBOX_CLASSIFY 4 years ago
dict.c
dict.h Remove obsolete version.h inclusions 4 years ago
display.c
display.h
dovi_meta.c
dovi_meta.h
downmix_info.c
downmix_info.h
dynarray.h
encryption_info.c
encryption_info.h
error.c
error.h
eval.c libavutil/eval: Remove CONFIG_TRAPV special handling 4 years ago
eval.h
ffmath.h
fifo.c
fifo.h
file.c
file.h
file_open.c
film_grain_params.c libavutil: introduce AVFilmGrainParams side data 4 years ago
film_grain_params.h avutil/film_grain_params: add support for H.274 Film Grain Characteristics 4 years ago
fixed_dsp.c avutil/fixed_dsp: Fix integer overflows in butterflies_fixed_c() 4 years ago
fixed_dsp.h
float_dsp.c
float_dsp.h
frame.c avcodec/avcodec: Don't include cpu.h 4 years ago
frame.h avutil/buffer: Switch AVBuffer API to size_t 4 years ago
hash.c avutil: Switch crypto APIs to size_t 4 years ago
hash.h Remove obsolete version.h inclusions 4 years ago
hdr_dynamic_metadata.c
hdr_dynamic_metadata.h
hmac.c Remove obsolete version.h inclusions 4 years ago
hmac.h Remove obsolete version.h inclusions 4 years ago
hwcontext.c
hwcontext.h
hwcontext_cuda.c hwcontext_vulkan: dynamically load functions 4 years ago
hwcontext_cuda.h
hwcontext_cuda_internal.h
hwcontext_d3d11va.c avutil/buffer: Switch AVBuffer API to size_t 4 years ago
hwcontext_d3d11va.h
hwcontext_drm.c hwcontext_drm: make dependency on Linux kernel headers optional 4 years ago
hwcontext_drm.h
hwcontext_dxva2.c avutil/buffer: Switch AVBuffer API to size_t 4 years ago
hwcontext_dxva2.h
hwcontext_internal.h
hwcontext_mediacodec.c
hwcontext_mediacodec.h
hwcontext_opencl.c avutil/buffer: Switch AVBuffer API to size_t 4 years ago
hwcontext_opencl.h
hwcontext_qsv.c avutil/buffer: Switch AVBuffer API to size_t 4 years ago
hwcontext_qsv.h
hwcontext_vaapi.c avutil/buffer: Switch AVBuffer API to size_t 4 years ago
hwcontext_vaapi.h
hwcontext_vdpau.c avutil/buffer: Switch AVBuffer API to size_t 4 years ago
hwcontext_vdpau.h
hwcontext_videotoolbox.c avutil/hwcontext_videotoolbox: implement hwupload to convert AVFrame to CVPixelBuffer 4 years ago
hwcontext_videotoolbox.h avutil/hwcontext_videotoolbox: implement hwupload to convert AVFrame to CVPixelBuffer 4 years ago
hwcontext_vulkan.c hwcontext_vulkan: fix typo in vulkan_device_init() 4 years ago
hwcontext_vulkan.h hwcontext_vulkan: dynamically load functions 4 years ago
imgutils.c avutil/imgutils: don't add offsets to NULL pointers 4 years ago
imgutils.h
imgutils_internal.h
integer.c
integer.h
internal.h avutil/internal, swresample/audioconvert: Remove cpu.h inclusions 4 years ago
intfloat.h
intmath.c
intmath.h
intreadwrite.h
lfg.c
lfg.h
libavutil.v
libm.h
lls.c Remove obsolete version.h inclusions 4 years ago
lls.h Remove obsolete version.h inclusions 4 years ago
log.c
log.h Remove obsolete version.h inclusions 4 years ago
log2_tab.c
lzo.c
lzo.h
macos_kperf.c lavu/kperf: use ff_thread_once() 4 years ago
macos_kperf.h lavu/kperf: use ff_thread_once() 4 years ago
macros.h
mastering_display_metadata.c
mastering_display_metadata.h
mathematics.c Remove obsolete version.h inclusions 4 years ago
mathematics.h
md5.c avutil: Switch crypto APIs to size_t 4 years ago
md5.h Remove obsolete version.h inclusions 4 years ago
mem.c Remove unnecessary avassert.h inclusions 4 years ago
mem.h lavu/mem: un-inline av_size_mult() 4 years ago
mem_internal.h avutil/mem: make ff_fast_malloc() internal to mem.c 4 years ago
motion_vector.h
murmur3.c avutil: Switch crypto APIs to size_t 4 years ago
murmur3.h Remove obsolete version.h inclusions 4 years ago
opt.c avutil/opt: Check directly for av_dict_copy() failure 4 years ago
opt.h Remove obsolete version.h inclusions 4 years ago
parseutils.c avutil/parseutils: Check sign in av_parse_time() 4 years ago
parseutils.h
pca.c
pca.h
pixdesc.c Remove obsolete version.h inclusions 4 years ago
pixdesc.h Remove obsolete version.h inclusions 4 years ago
pixelutils.c
pixelutils.h
pixfmt.h pixfmt: fixed wrong fix of comment 4 years ago
qsort.h
random_seed.c
random_seed.h
rational.c
rational.h
rc4.c
rc4.h
replaygain.h
reverse.c
reverse.h
ripemd.c avutil: Switch crypto APIs to size_t 4 years ago
ripemd.h Remove obsolete version.h inclusions 4 years ago
samplefmt.c avutil/samplefmt: don't add offsets to NULL pointers 4 years ago
samplefmt.h avutil/samplefmt: remove outdated comment 4 years ago
sha.c avutil: Switch crypto APIs to size_t 4 years ago
sha.h Remove obsolete version.h inclusions 4 years ago
sha512.c avutil: Switch crypto APIs to size_t 4 years ago
sha512.h Remove obsolete version.h inclusions 4 years ago
slicethread.c avcodec/avcodec: Don't include cpu.h 4 years ago
slicethread.h
softfloat.h
softfloat_ieee754.h
softfloat_tables.h
spherical.c avutil/spherical: Use av_strstart instead of strncmp 4 years ago
spherical.h
stereo3d.c avutil/stereo3d: Use av_strstart instead of strncmp 4 years ago
stereo3d.h
tablegen.h
tea.c
tea.h
thread.h
threadmessage.c
threadmessage.h
time.c lavu: use address-of operator checking clock_gettime 4 years ago
time.h
time_internal.h
timecode.c avutil/timecode: Avoid fps overflow 4 years ago
timecode.h avutil/timecode: add av_timecode_init_from_components 4 years ago
timer.h lavu/kperf: use ff_thread_once() 4 years ago
timestamp.h
tree.c
tree.h Remove obsolete version.h inclusions 4 years ago
twofish.c
twofish.h
tx.c avutil/tx: avoid negative left shifts 4 years ago
tx.h lavu/tx: add full-sized iMDCT transform flag 4 years ago
tx_double.c
tx_float.c
tx_int32.c
tx_priv.h Remove unnecessary avassert.h inclusions 4 years ago
tx_template.c checkasm: add av_tx FFT SIMD testing code 4 years ago
utils.c
version.h avutil/film_grain_params: add support for H.274 Film Grain Characteristics 4 years ago
video_enc_params.c lavu/video_enc_params: make sure blocks are properly aligned 4 years ago
video_enc_params.h mpegvideo: use the AVVideoEncParams API for exporting QP tables 4 years ago
wchar_filename.h
xga_font_data.c
xga_font_data.h
xtea.c
xtea.h