..
aarch64
Merge commit '780cd20b00a69e26bbfffbb8eec16fbe999ea793'
10 years ago
arm
Merge commit 'dcae2e32f7d8a1ca5fb8c1e4aa81313be854dd73'
10 years ago
avr32
…
bfin
…
mips
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC uniw mc functions
10 years ago
ppc
avutil/ppc/cpu: Remove !ARCH_PPC64 check for mfspr, the code should now support ppc64
10 years ago
sh4
…
tomi
…
x86
x86: check for AV_CPU_FLAG_AVXSLOW where useful
10 years ago
Makefile
avutil: Extract gamma determination from PNG encoder for future use. Adds private avpriv_get_gamma_from_trc() function to libavutil.
10 years ago
adler32.c
…
adler32.h
…
aes.c
avutil/aes: Add () to protect the ROT() arguments
10 years ago
aes.h
…
atomic.c
avutil/atomic: reuse ret to avoid dereferencing twice the same value.
10 years ago
atomic.h
…
atomic_gcc.h
lavu/atomic: add support for the new memory model aware gcc built-ins
10 years ago
atomic_suncc.h
…
atomic_win32.h
msvc: Fix compilation errors due to header include order.
10 years ago
attributes.h
avutil/attributes: Add () to protect the AV_GCC_VERSION_AT_LEAST() arguments
10 years ago
audio_fifo.c
avutil/audio_fifo: use av_freep() to avoid leaving stale pointers in memory
10 years ago
audio_fifo.h
…
audioconvert.h
…
avassert.h
…
avstring.c
avutil/avstring: Use size_t in av_strlcatf()
10 years ago
avstring.h
lavu/avstring: add av_append_path_component() funcion
10 years ago
avutil.h
…
avutilres.rc
…
base64.c
…
base64.h
…
blowfish.c
…
blowfish.h
…
bprint.c
…
bprint.h
avutil/bprint: C++ compatible AVBPrint definition.
10 years ago
bswap.h
…
buffer.c
avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_buffer_make_writable()
10 years ago
buffer.h
…
buffer_internal.h
Merge commit 'fbd6c97f9ca858140df16dd07200ea0d4bdc1a83'
10 years ago
camellia.c
libavutil: camellia: remove unwanted memory loads
10 years ago
camellia.h
avutil/camellia: fix documentation for av_camellia_crypt()
10 years ago
cast5.c
avutil/cast5: Make iv array static
10 years ago
cast5.h
libavutil: Added cbc mode to cast128
10 years ago
channel_layout.c
…
channel_layout.h
…
color_utils.c
avutil: Extract gamma determination from PNG encoder for future use. Adds private avpriv_get_gamma_from_trc() function to libavutil.
10 years ago
color_utils.h
avutil: Extract gamma determination from PNG encoder for future use. Adds private avpriv_get_gamma_from_trc() function to libavutil.
10 years ago
colorspace.h
…
common.h
libavutil: add av_mod_uintp2
10 years ago
cpu.c
x86: add AV_CPU_FLAG_AVXSLOW flag
10 years ago
cpu.h
Merge commit '7d07ee5a9bd170a06d26fd967cf8de5d3b1ce331'
10 years ago
cpu_internal.h
Merge commit 'cae39851201b7781f1262e1c23627b45e6e80bb4'
10 years ago
crc.c
…
crc.h
…
des.c
…
des.h
…
dict.c
avutil/dict: Use size_t for appending strings
10 years ago
dict.h
avutil: remove FF_CONST_AVUTIL53, its no longer needed
10 years ago
display.c
Merge commit 'e4fe535d12f4f30df2dd672e30304af112a5a827'
10 years ago
display.h
Merge commit 'e4fe535d12f4f30df2dd672e30304af112a5a827'
10 years ago
downmix_info.c
…
downmix_info.h
…
dynarray.h
…
error.c
avutil/error: list most common error code in error_entries when strerror_r() is unavailable
10 years ago
error.h
avutil/error: Introduce new error codes for 4XX and 5XX replies from remote servers
10 years ago
eval.c
avutil/eval: check for av_malloc failure
10 years ago
eval.h
…
fifo.c
avutil: remove FF_CONST_AVUTIL53, its no longer needed
10 years ago
fifo.h
avutil: remove FF_CONST_AVUTIL53, its no longer needed
10 years ago
file.c
Merge commit 'bf704132a51f5d838365158331d4e535e1df4c8e'
10 years ago
file.h
avutil/file: fix av_tempfile() documentation
10 years ago
file_open.c
Merge commit '9326d64ed1baadd7af60df6bbcc59cf1fefede48'
10 years ago
fixed_dsp.c
libavutil: Cosmetic changes to fixed_dsp file.
10 years ago
fixed_dsp.h
…
float_dsp.c
avutil/float_dsp: add avpriv_float_dsp_alloc()
10 years ago
float_dsp.h
avutil/float_dsp: Fix ambiguous wording about vector products
10 years ago
frame.c
avutil: make AVFrameSideData buffers ref-counted.
10 years ago
frame.h
avutil/frame: fix everythnig/everything typo
10 years ago
hash.c
…
hash.h
…
hmac.c
avutil/hmac: Check av_hmac_alloc() return code
10 years ago
hmac.h
…
imgutils.c
imgutils: initialize palette padding bytes in av_image_alloc
10 years ago
imgutils.h
Replace a few leftover instances of enum PixelFormat with enum AVPixelFormat
10 years ago
integer.c
…
integer.h
…
internal.h
avutil/internal: Suppress empty body warning from emms_c()
10 years ago
intfloat.h
…
intmath.c
…
intmath.h
libavutil: add x86 optimized av_popcount
10 years ago
intreadwrite.h
…
lfg.c
…
lfg.h
…
libavutil.v
…
libm.h
Remove fminf() emulation.
10 years ago
lls.c
avutil/lls: Make unchanged function arguments const
10 years ago
lls.h
avutil/lls: Make unchanged function arguments const
10 years ago
log.c
Merge commit 'eaa2d123f0a643664721593d248ece6bcd85f1e6'
10 years ago
log.h
avutil/log: more complete description of av_log function
10 years ago
log2_tab.c
…
lzo.c
avutil/lzo: fix resource leak
10 years ago
lzo.h
…
macros.h
…
mathematics.c
…
mathematics.h
…
md5.c
…
md5.h
…
mem.c
libavutil/mem: use size_t for the length in av_strdup()
10 years ago
mem.h
…
motion_vector.h
…
murmur3.c
avutil/murmur3: Add () to protect the ROT() arguments
10 years ago
murmur3.h
…
old_pix_fmts.h
…
opencl.c
OpenCL: Fix ABI incompatibility issues
10 years ago
opencl.h
OpenCL: Fix ABI incompatibility issues
10 years ago
opencl_internal.c
…
opencl_internal.h
…
opt.c
avutil/opt: Avoid division by 0
10 years ago
opt.h
lavu/opt: add escaping to av_opt_serialize
10 years ago
parseutils.c
Merge commit '108f2f381acb93827fb4add0517eeae859afa3bf'
10 years ago
parseutils.h
Merge commit '27f274628234c1f934b9a6a6380ed567c1b4ceae'
10 years ago
pca.c
avutil/pca: Check for av_malloc* failures
10 years ago
pca.h
…
pixdesc.c
Merge commit 'd8039ef8d221ea273aa4f1e62e5df21bf618c772'
10 years ago
pixdesc.h
pixelutils: indent comments in pixdesc.h to be clearer
10 years ago
pixelutils.c
avutil: check pixdescs in a different place
10 years ago
pixelutils.h
…
pixfmt.h
Merge commit 'a64a5773ea5f7337cd1d87cfdf511914d317fe81'
10 years ago
qsort.h
…
random_seed.c
…
random_seed.h
…
rational.c
avutil: Add av_q2intfloat()
10 years ago
rational.h
avutil: Add av_q2intfloat()
10 years ago
rc4.c
…
rc4.h
…
replaygain.h
…
ripemd.c
ripemd: move ripemd{256, 320} into separate functions
10 years ago
ripemd.h
…
samplefmt.c
avutil: remove obsolete FF_API_SAMPLES_UTILS_RETURN_ZERO cruft
10 years ago
samplefmt.h
avutil: remove obsolete FF_API_GET_BITS_PER_SAMPLE_FMT cruft
10 years ago
sha.c
avutil/sha: Protect macro arguments with ()
10 years ago
sha.h
…
sha512.c
…
sha512.h
…
softfloat.c
libavutil/softfloat: Add test case for av_add_sf
10 years ago
softfloat.h
libavutil/softfloat: Add functions.
10 years ago
softfloat_tables.h
avutil/softfloat_tables: add missing stdint.h include
10 years ago
stereo3d.c
…
stereo3d.h
…
thread.h
thread: use "" instead of <> for including the w32pthreads wrapper
10 years ago
threadmessage.c
…
threadmessage.h
…
time.c
Merge commit '1bd0bdcdc236099d5c0d179696951f35f5310fa5'
10 years ago
time.h
Merge commit '1bd0bdcdc236099d5c0d179696951f35f5310fa5'
10 years ago
time_internal.h
avutil/time_internal: do not attempt to override *time_r() macros
10 years ago
timecode.c
…
timecode.h
…
timer.h
avutil/timer: give each printed value of STOP_TIMER a fixed length
10 years ago
timestamp.h
…
tree.c
…
tree.h
…
twofish.c
libavutil: optimize twofish cipher
10 years ago
twofish.h
libavutil: Added twofish symmetric block cipher
10 years ago
utf8.c
…
utils.c
avutil: check pixdescs in a different place
10 years ago
version.h
Merge commit 'f7cafb5d02aa3f26c185f6f9851413ad77a73872'
10 years ago
wchar_filename.h
Merge commit '9326d64ed1baadd7af60df6bbcc59cf1fefede48'
10 years ago
x86_cpu.h
…
xga_font_data.c
…
xga_font_data.h
…
xtea.c
…
xtea.h
…