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.
 
 
 
 
Fei Wang c845a07302 libavutil/hwcontext_{d3d11va, dxva2}: Support Y212/XV36 pixel format 1 week ago
..
aarch64 aarch64: Print the SVE vector length in libavutil/tests/cpu.c 2 months ago
arm avutil/cpu_internal: Provide ff_getauxval() wrapper for getauxvaul() 2 months ago
loongarch avutil/cpu_internal: Provide ff_getauxval() wrapper for getauxvaul() 2 months ago
mips avutil/cpu_internal: Provide ff_getauxval() wrapper for getauxvaul() 2 months ago
ppc libavutil/ppc: defines involving bit shifts should be unsigned 2 weeks ago
riscv avutil/cpu_internal: Provide ff_getauxval() wrapper for getauxvaul() 2 months ago
tests avutil/pixfmt: add XV48 pixel format 3 weeks ago
x86 x86/tx_float: remove HAVE_AVX2_EXTERNAL checks 1 month ago
.gitignore Merge commit '257f00ec1ab06a2a161f535036c6512f3fc8e801' 9 years ago
Makefile vulkan: move SPIR-V compilation code to libavutil 1 month ago
adler32.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
adler32.h avutil: Switch crypto APIs to size_t 4 years ago
aes.c avutil/aes: Don't use out-of-bounds index 2 years ago
aes.h avutil/aes: document some missing arguments 2 years ago
aes_ctr.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
aes_ctr.h avutil/aes_ctr: document some missing arguments 2 years ago
aes_internal.h All: update names in copyright headers 4 years ago
ambient_viewing_environment.c avutil/ambient_viewing_environment: set a sane default value for AVRational fields 5 months ago
ambient_viewing_environment.h avutil: introduce AVAmbientViewingEnvironment side data 2 years ago
attributes.h avutil/attributes: add support for clang in AV_NOWARN_DEPRECATED 3 years ago
attributes_internal.h avutil/attributes_internal: Add visibility pragma 2 years ago
audio_fifo.c avutil/audio_fifo: Constify some pointees 1 year ago
audio_fifo.h avutil/audio_fifo: Constify some pointees 1 year ago
avassert.h lavu/avassert: include config.h 1 year ago
avsscanf.c avutil/avsscanf: Remove dead code 4 months ago
avstring.c avutil/avstring: Use proper types 8 months ago
avstring.h avutil/avstring: Remove obsolete version.h inclusion 1 year ago
avutil.h lavu: deprecate av_opt_set_int_list() and related infrastructure 2 months ago
avutilres.rc
base64.c libavutil/base64: Try not to write over the array end 6 months ago
base64.h lavu/base64: add AV_BASE64_DECODE_SIZE() macro 9 years ago
blowfish.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
blowfish.h
bprint.c avutil/bprint: Allow size == 0 in av_bprint_init_for_buffer() 1 year ago
bprint.h fix "param"s that should be "@param" 8 months ago
bswap.h lavu/bswap: remove some inline assembler 5 months ago
buffer.c avutil/buffer: Check ff_mutex_init() for failure 4 months ago
buffer.h avutil/buffer: constify some function parameters 3 years ago
buffer_internal.h Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
camellia.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
camellia.h avutil/camellia: Fix doxy @param typo 2 years ago
cast5.c avutil/cast5: Avoid undefined shift of uint32_t by 32 places 2 years ago
cast5.h
channel_layout.c channel_layout: add new channel positions supported by xHE-AAC 5 months ago
channel_layout.h channel_layout: add new channel positions supported by xHE-AAC 5 months ago
colorspace.h avutil/colorspace: add macros for RGB->YUV BT.709 6 years ago
common.h lavu/common.h: Fix UB in av_clip_uintp2_c() 5 months ago
cpu.c ppc: Recognize the PPC VSX and Power8 CPU flags 2 months ago
cpu.h aarch64: Add CPU feature flags for SVE and SVE2 2 months ago
cpu_internal.h avutil/cpu_internal: Provide ff_getauxval() wrapper for getauxvaul() 2 months ago
crc.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
crc.h avutil/crc: Add doxy for missing arguments 2 years ago
csp.c avutil/{color_utils, csp}: merge color_utils into csp and expose API 2 years ago
csp.h avutil/{color_utils, csp}: merge color_utils into csp and expose API 2 years ago
cuda_check.h avutil/log: Don't include avutil.h 3 years ago
des.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
des.h avutil/des: Add doxy for missing arguments 2 years ago
detection_bbox.c avutil/common: Don't auto-include mem.h 8 months ago
detection_bbox.h avutil/detection_bbox: Add doxy for missing argument 2 years ago
dict.c avutil/dict: Deduplicate freeing dictionary 8 months ago
dict.h avutil/dict: Improve documentation 2 years ago
dict_internal.h avutil/dict: Move avpriv_dict_set_timestamp() to a header of its own 2 years ago
display.c avutil/display: Don't include avutil.h 3 years ago
display.h avutil/display: Add file to doxy group 2 years ago
dovi_meta.c avutil/dovi_meta: add dolby vision extension blocks 8 months ago
dovi_meta.h avutil/dovi_meta: document static vs dynamic ext blocks 3 months ago
downmix_info.c
downmix_info.h
dynarray.h avutil/dynarry.h: fix comment grammar mistakes of FF_DYNARRAY_ADD 6 years ago
emms.h avutil/internal: Don't auto-include emms.h 1 year ago
encryption_info.c avutil/mem: Don't include avutil.h 1 year ago
encryption_info.h avutil/encryption_info: Fix documentation problem. 6 years ago
error.c avutil/error: Add HTTP 429 Too Many Requests AVERROR code 7 months ago
error.h avutil/error: Add HTTP 429 Too Many Requests AVERROR code 7 months ago
eval.c avutil/common: Don't auto-include mem.h 8 months ago
eval.h apply spelling fixes 1 year ago
executor.c avutil/executor: Fix stack overflow due to recursive call 4 months ago
executor.h avutil/executor: Allowing thread_count be zero 5 months ago
ffmath.h all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 9 years ago
fifo.c avutil: remove deprecated FF_API_FIFO_OLD_API 8 months ago
fifo.h avutil/fifo, file: Remove unused headers 8 months ago
file.c avutil/file: use av_err2str to simplify code 2 months ago
file.h avutil/fifo, file: Remove unused headers 8 months ago
file_open.c avutil/file_open: Fix build error with wasi 4 months ago
file_open.h avutil/internal: Move avpriv-file API to a header of its own 2 years ago
film_grain_params.c avutil/common: Don't auto-include mem.h 8 months ago
film_grain_params.h avutil/film_grain_params: add av_film_grain_params_select() 8 months ago
fixed_dsp.c avutil/common: Don't auto-include mem.h 8 months ago
fixed_dsp.h configure: Remove av_restrict 8 months ago
float2half.c avutil/half2float: use native _Float16 if available 2 years ago
float2half.h avutil/half2float: use native _Float16 if available 2 years ago
float_dsp.c lavu/float_dsp: add double-precision scalar product 6 months ago
float_dsp.h avutil/float_dsp.h: fix doxy for scalarproduct_double 6 months ago
frame.c lavu/frame: add side data storing view ID for multi-view video 2 months ago
frame.h lavu/frame: add side data storing view ID for multi-view video 2 months ago
getenv_utf8.h libavutil: Add wchartoutf8(), wchartoansi(), utf8toansi(), getenv_utf8(), freeenv_utf8() and getenv_dup() 2 years ago
half2float.c avutil/half2float: use native _Float16 if available 2 years ago
half2float.h avutil/half2float: use native _Float16 if available 2 years ago
hash.c avutil/hash: Avoid relocations for hash names 8 months ago
hash.h Remove obsolete version.h inclusions 3 years ago
hdr_dynamic_metadata.c avutil/hdr_dynamic_metadata: allow av_dynamic_hdr_plus_to_t35() to accept an existing buffer 2 years ago
hdr_dynamic_metadata.h fix "@param foo[in/out]" to "@param[in, out] foo" 8 months ago
hdr_dynamic_vivid_metadata.c avutil: support for CUVA Vivid HDR metadata 3 years ago
hdr_dynamic_vivid_metadata.h libavutil/hdr_dynamic_vivid_metadata: fix three spline params 2 years ago
hmac.c avutil/mem: Don't include avutil.h 1 year ago
hmac.h Remove obsolete version.h inclusions 3 years ago
hwcontext.c avutil/hwcontext: Allocate AVHWFramesCtx jointly with its internals 8 months ago
hwcontext.h avutil/hwcontext: Allocate AVHWFramesCtx jointly with its internals 8 months ago
hwcontext_cuda.c avutil/hwcontext: Allocate AVHWFramesCtx jointly with its internals 8 months ago
hwcontext_cuda.h avutil/hwcontext_cuda: add option to use current device context 1 year ago
hwcontext_cuda_internal.h avutil/hwcontext_cuda: allow using primary CUDA device context 5 years ago
hwcontext_d3d11va.c libavutil/hwcontext_{d3d11va, dxva2}: Support Y212/XV36 pixel format 1 week ago
hwcontext_d3d11va.h libavutil/hwcontext_d3d11va: adding more texture information to the D3D11 hwcontext API 3 years ago
hwcontext_d3d12va.c avutil/hwcontext_d3d12va: add Flags for resource creation 5 months ago
hwcontext_d3d12va.h avutil/hwcontext_d3d12va: add Flags for resource creation 5 months ago
hwcontext_d3d12va_internal.h libavutil: add hwcontext_d3d12va and AV_PIX_FMT_D3D12 11 months ago
hwcontext_drm.c avutil/common: Don't auto-include mem.h 8 months ago
hwcontext_drm.h hwcontext_drm: Clarify value for unknown format modifiers 7 years ago
hwcontext_dxva2.c libavutil/hwcontext_{d3d11va, dxva2}: Support Y212/XV36 pixel format 1 week ago
hwcontext_dxva2.h dxva: add support for new dxva2 and d3d11 hwaccel APIs 7 years ago
hwcontext_internal.h avutil/hwcontext: Allocate AVHWFramesCtx jointly with its internals 8 months ago
hwcontext_mediacodec.c avutil/hwcontext_mediacodec: fix backward compatibility 2 years ago
hwcontext_mediacodec.h avutil/hwcontext_mediacodec: fix backward compatibility 2 years ago
hwcontext_opencl.c avutil/hwcontext: Allocate AVHWFramesCtx jointly with its internals 8 months ago
hwcontext_opencl.h lavu/hwcontext_opencl.h: fix build on macOS 7 years ago
hwcontext_qsv.c lavu/hwcontext_qsv: Use vendor id to create device 3 months ago
hwcontext_qsv.h lavu/hwcontext_qsv: update AVQSVFramesContext to support dynamic frame pool 6 months ago
hwcontext_stub.c )hwcontext: add a stub implementation for Vulkan functions 2 years ago
hwcontext_vaapi.c lavu/hwcontext_vaapi: Add option to allow to specify vendor id when init hw device 3 months ago
hwcontext_vaapi.h hwcontext_vaapi: Try to support the VDPAU wrapper 8 years ago
hwcontext_vdpau.c avutil/hwcontext: Allocate AVHWFramesCtx jointly with its internals 8 months ago
hwcontext_vdpau.h Merge commit 'a001ce31bc2bcf875a39b5fb22dae49120293b42' 9 years ago
hwcontext_videotoolbox.c avutil/hwcontext_videotoolbox: add support for AYUV pixel format 1 month ago
hwcontext_videotoolbox.h avutil/hwcontext_videotoolbox: Update documentation 4 months ago
hwcontext_vulkan.c avutil/hwcontext_vulkan: add missing packed YUV444 format mappings 3 weeks ago
hwcontext_vulkan.h hwcontext_vulkan: correct comment in header 3 months ago
iamf.c avutil/iamf: use AV_OPT_TYPE_UINT 6 months ago
iamf.h avutil/iamf: fix doxygen 2 months ago
imgutils.c avutil/imgutils: av_image_check_size2() ensure width and height fit in 32bit 4 months ago
imgutils.h avutil/imgutils: add new function av_image_fill_color() 11 months ago
imgutils_internal.h avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.h 8 months ago
integer.c avutil/integer: Use '|' instead of '+' where it is more natural 2 years ago
integer.h avutil/integer: Don't include common.h 3 years ago
internal.h avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.h 8 months ago
intfloat.h
intmath.c
intmath.h lavu/intmath.h: Fix UB in ff_ctz_c() and ff_ctzll_c() 5 months ago
intreadwrite.h avutil/aarch64: add AV_COPY128 and AV_ZERO128 macros 3 months ago
lfg.c libavutil: add av_lfg_init_from_data() function 8 years ago
lfg.h avutil/lfg: Minor doxy improvements 2 years ago
libavutil.v build: Change structure of the linker version script templates 9 years ago
libm.h lavu/libm: add isfinite fallback 9 years ago
lls.c lavu/lls: R-V V update_lls 6 months ago
lls.h lavu/lls: R-V V update_lls 6 months ago
log.c lavu/log: do not assume AVClass.item_name is always set 1 year ago
log.h lavu/log,opt: detect setting non-runtime options post-init 1 month ago
log2_tab.c
lzo.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
lzo.h
macos_kperf.c avutil/macos_kperf: Fix assert which makes kperf failed to run 5 months ago
macos_kperf.h lavu/kperf: use ff_thread_once() 3 years ago
macros.h avutil/common, macros: Move several macros from common.h to macros.h 3 years ago
mastering_display_metadata.c avutil/mastering_display_metadata: set a sane default value for AVRational fields 5 months ago
mastering_display_metadata.h avutil/mastering_display_metadata: add a new allocator function that returns a size 7 months ago
mathematics.c Move bessel_i0() from swresample/resample to avutil/mathematics 1 year ago
mathematics.h Move bessel_i0() from swresample/resample to avutil/mathematics 1 year ago
md5.c avutil/mem: Don't include avutil.h 1 year ago
md5.h Remove obsolete version.h inclusions 3 years ago
mem.c avutil/internal: Move FF_MEMORY_POISON to its only user 8 months ago
mem.h avutil/mem: Don't include avutil.h 1 year ago
mem_internal.h avutil/mem_internal: Remove unneeded headers 9 months ago
motion_vector.h avutil/motion_vector: export subpel motion information 9 years ago
murmur3.c avutil/mem: Don't include avutil.h 1 year ago
murmur3.h Remove obsolete version.h inclusions 3 years ago
objc.h avutil: add obj-c helpers into header-only include 3 years ago
opt.c lavu/opt: deprecate av_opt_ptr() 4 weeks ago
opt.h lavu/opt: deprecate av_opt_ptr() 4 weeks ago
parseutils.c avutil/parseutils: use quadhd for Quad HD 3 years ago
parseutils.h avutil/parseutils: Use inline code and properly escape 2 years ago
pca.c avutil/common: Don't auto-include mem.h 8 months ago
pca.h
pixdesc.c avutil/pixfmt: add XV48 pixel format 3 weeks ago
pixdesc.h avutil/pixdesc: add AV_PIX_FMT_FLAG_XYZ 1 year ago
pixelutils.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
pixelutils.h avutil/pixelutils: Don't include common.h 3 years ago
pixfmt.h avutil/pixfmt: add XV48 pixel format 3 weeks ago
qsort.h Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
random_seed.c avutil/random_seed: Avoid dead returns 6 months ago
random_seed.h avutil/random_seed: include stddef.h 1 year ago
rational.c avutil/rational: increase av_d2q precision 9 months ago
rational.h avutil/rational: Document what is to be expected from av_d2q() of doubles representing rational numbers 9 months ago
rc4.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
rc4.h avutil/rc4: Add doxy for missing arguments 2 years ago
replaygain.h Merge commit '29c2d06d67724e994980045afa055c6c34611b30' 9 years ago
reverse.c
reverse.h avutil/reverse: move the ff_reverse declaration to a separate header 8 years ago
ripemd.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
ripemd.h Remove obsolete version.h inclusions 3 years ago
samplefmt.c avutil/samplefmt: Constify some pointees 1 year ago
samplefmt.h avutil/samplefmt: Constify some pointees 1 year ago
sfc64.h avutil/eval: Use even better PRNG 10 months ago
sha.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
sha.h Remove obsolete version.h inclusions 3 years ago
sha512.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
sha512.h Remove obsolete version.h inclusions 3 years ago
slicethread.c avutil/slicethread: Check pthread_*_init() for failure 4 months ago
slicethread.h avutil: merge slice threading implementation from avcodec and avfilter 7 years ago
softfloat.h avutil/softfloat: Basic documentation for av_sincos_sf() 1 year ago
softfloat_ieee754.h avutil/softfloat_ieee754: Fix odd bit position for exponent and sign in av_bits2sf_ieee754() 5 years ago
softfloat_tables.h
spherical.c avutil/spherical: Add more spherical types 5 months ago
spherical.h avutil/spherical: Add more spherical types 5 months ago
stereo3d.c avutil/stereo3d: add a Stereo3D view to signal that the view is unspecified 5 months ago
stereo3d.h avutil/stereo3d: add a Stereo3D view to signal that the view is unspecified 5 months ago
tablegen.h libavutil/tablegen: add missing math.h include 9 years ago
tea.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
tea.h
thread.h avutil/thread: fix pthread_setname_np parameters for NetBSD and Apple 9 months ago
threadmessage.c avutil/mem: Don't include avutil.h 1 year ago
threadmessage.h lavu/threadmessage: add av_thread_message_queue_nb_elems() 7 years ago
time.c lavu: use address-of operator checking clock_gettime 4 years ago
time.h
time_internal.h Merge commit 'c4642788e83b0858bca449f9b6e71ddb015dfa5d' 6 years ago
timecode.c avutil/timecode: Use a 64bit framenum internally 4 months ago
timecode.h libavutil/timecode: fix parameter order in documentation 10 months ago
timer.h lavu: Set default FF_TIMER_UNITS to "ns" 3 months ago
timestamp.c avutil/timestamp: avoid possible FPE when 0 is passed to av_ts_make_time_string2() 5 months ago
timestamp.h avutil/timestamp: change precision of av_ts_make_time_string() 8 months ago
tree.c Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' 9 years ago
tree.h Remove obsolete version.h inclusions 3 years ago
twofish.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
twofish.h avutil/twofish: Fix doxy @param typo 2 years ago
tx.c avutil/common: Don't auto-include mem.h 8 months ago
tx.h lavu/tx: add DCT-I and DST-I transforms 1 year ago
tx_double.c lavu/tx: add support for double precision FFT and MDCT 5 years ago
tx_float.c lavu/tx: add support for double precision FFT and MDCT 5 years ago
tx_int32.c lavu/tx: implement 32 bit fixed point FFT and MDCT 5 years ago
tx_priv.h avutil/mem: Don't include avutil.h 1 year ago
tx_template.c avutil/common: Don't auto-include mem.h 8 months ago
utils.c lavu: deprecate av_opt_set_int_list() and related infrastructure 2 months ago
uuid.c avutil/uuid: add utility library for manipulating UUIDs as specified in RFC 4122 2 years ago
uuid.h avutil/uuid: Remove bogus doxy return doc 2 years ago
version.c lib*/version: Use static_assert for static asserts 8 months ago
version.h avutil/pixfmt: add XV48 pixel format 3 weeks ago
version_major.h Fix libversion.sh for split version headers, to unbreak shared library builds 3 years ago
video_enc_params.c lavu/video_enc_params: Avoid relying on an undefined C construct 2 years ago
video_enc_params.h avutil/video_enc_params: fix doxy for av_video_enc_params_block() 1 year ago
video_hint.c lavu: add video_hint API 1 year ago
video_hint.h lavu: add video_hint API 1 year ago
vulkan.c avutil/hwcontext_vulkan: add missing packed YUV444 format mappings 3 weeks ago
vulkan.h vulkan: enable selecting a compatible representation of format 4 weeks ago
vulkan_functions.h hwcontext_vulkan: move device feature struct setup to a new function 1 month ago
vulkan_glslang.c vulkan: move SPIR-V compilation code to libavutil 1 month ago
vulkan_loader.h hwcontext_vulkan: guard all uses of new spec defines and fix stray bracket 1 month ago
vulkan_shaderc.c vulkan: move SPIR-V compilation code to libavutil 1 month ago
vulkan_spirv.h lavu/vulkan_spirv: use correct inclusion guards 1 month ago
wchar_filename.h avutil/wchar_filename: re-introduce explicit cast of void* to char* 3 weeks ago
xga_font_data.c
xga_font_data.h Merge commit 'abf1c058d1bd0ed1b820ea5e501a4484756f00b0' 7 years ago
xtea.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
xtea.h Merge commit '588b6215b4c74945994eb9636b0699028c069ed2' 9 years ago