ffmpeg/libavutil
Michael Niedermayer 3490a9f8c8 avutil/random_seed: Reduce the time needed on systems with very low precission clock()
This should fix issues on BSD
CLOCKS_PER_SEC is 128 on BSD while SUSv2 requires it to be a million

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit c4152fc42e)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-08-23 13:15:16 +02:00
..
aarch64
arm arm: only enable setend on ARMv6 2015-08-20 14:29:12 +02:00
avr32
bfin
mips
ppc avutil/ppc/float_dsp_altivec: ppc: Fix bug in ff_vector_fmul_add_altivec() affecting little endian environments on POWER8 2014-09-11 18:36:34 +02:00
sh4
tomi
x86 x86/float_dsp: zero extend offset from ff_scalarproduct_float_sse 2016-01-08 14:03:12 -03:00
Makefile
adler32.c
adler32.h
aes.c
aes.h
atomic.c
atomic.h
atomic_gcc.h
atomic_suncc.h
atomic_win32.h
attributes.h
audio_fifo.c
audio_fifo.h
audioconvert.h
avassert.h
avstring.c avutil/avstring: Use size_t in av_strlcatf() 2015-06-01 23:25:20 +02:00
avstring.h
avutil.h
avutilres.rc
base64.c
base64.h
blowfish.c
blowfish.h
bprint.c
bprint.h
bswap.h
buffer.c avutil/buffer: use the old atomics based code for the release branch 2014-11-28 01:15:11 +01:00
buffer.h
buffer_internal.h avutil/buffer_internal: leave the buffer pool entries volatile 2014-11-28 01:17:56 +01:00
channel_layout.c avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing 2017-08-23 13:15:16 +02:00
channel_layout.h
colorspace.h pgssubdec: fix subpicture output colorspace and range 2017-08-23 13:15:16 +02:00
common.h avutil/common: Add FFNABS() 2015-12-06 12:40:48 +01:00
cpu.c avutil/cpu: add missing check for mmxext to av_force_cpu_flags 2015-03-28 22:10:57 -03:00
cpu.h
cpu_internal.h
crc.c
crc.h
des.c
des.h
dict.c avutil/dict: Use size_t for appending strings 2015-06-01 23:25:20 +02:00
dict.h
display.c
display.h
downmix_info.c
downmix_info.h
dynarray.h
error.c
error.h
eval.c
eval.h
fifo.c avutil/fifo: Fix the case where func() returns less bytes than requested in av_fifo_generic_write() 2015-08-20 14:38:27 +02:00
fifo.h
file.c
file.h
file_open.c avutil/file_open: avoid file handle inheritance on Windows 2015-12-06 12:40:49 +01:00
fixed_dsp.c
fixed_dsp.h
float_dsp.c
float_dsp.h
frame.c lavu/frame: fix malloc error path in av_frame_copy_props() 2014-12-20 02:25:54 +01:00
frame.h
hash.c
hash.h
hmac.c
hmac.h
imgutils.c avutil/imgutils: correctly check for negative SAR components 2015-03-29 03:34:22 +02:00
imgutils.h
integer.c avutil/integer: Fix av_mod_i() with negative dividend 2015-12-06 12:40:50 +01:00
integer.h
internal.h
intfloat.h
intfloat_readwrite.c
intfloat_readwrite.h
intmath.c
intmath.h
intreadwrite.h
lfg.c
lfg.h
libavutil.v
libm.h Remove fminf() emulation. 2014-11-08 12:47:18 +01:00
lls.c
lls.h
log.c log: Unbreak no-tty support on 256color terminals 2015-01-18 09:47:32 -07:00
log.h
log2_tab.c
lzo.c
lzo.h
macros.h
mathematics.c avutil/mathematics: Fix division by 0 2015-12-09 17:53:46 +01:00
mathematics.h
md5.c
md5.h
mem.c libavutil/mem: use size_t for the length in av_strdup() 2015-06-01 23:25:20 +02:00
mem.h
motion_vector.h
murmur3.c
murmur3.h
old_pix_fmts.h
opencl.c Revert "avutil/opencl: is_compiled flag not being cleared in av_opencl_uninit" 2015-03-09 14:32:51 -03:00
opencl.h avutil/opencl: don't include config.h 2015-02-14 02:21:19 -03:00
opencl_internal.c
opencl_internal.h
opt.c avutil/opt: check for and handle errors in av_opt_set_dict2() 2016-02-01 02:12:22 +01:00
opt.h libavutil/opt: Small bugfix in example. 2017-08-23 13:15:16 +02:00
parseutils.c
parseutils.h
pca.c avutil/pca: Check for av_malloc* failures 2015-04-25 15:06:54 +02:00
pca.h
pixdesc.c avutil/pixdesc: Make get_color_type() aware of CIE XYZ formats 2017-08-23 13:15:16 +02:00
pixdesc.h
pixelutils.c
pixelutils.h
pixfmt.h
qsort.h
random_seed.c avutil/random_seed: Reduce the time needed on systems with very low precission clock() 2017-08-23 13:15:16 +02:00
random_seed.h
rational.c
rational.h
rc4.c
rc4.h
replaygain.h
ripemd.c
ripemd.h
samplefmt.c
samplefmt.h
sha.c
sha.h
sha512.c
sha512.h
softfloat.c
softfloat.h
stereo3d.c
stereo3d.h
thread.h libavutil/threads.h: correct an include to be local 2014-11-29 12:07:17 +01:00
threadmessage.c
threadmessage.h
time.c
time.h
timecode.c avutil/timecode: Fix fps check 2015-12-06 12:40:51 +01:00
timecode.h
timer.h
timestamp.h
tree.c
tree.h
utf8.c
utils.c Add FFMPEG_VERSION into the binary libs 2014-12-20 02:26:27 +01:00
version.h
x86_cpu.h
xga_font_data.c
xga_font_data.h
xtea.c
xtea.h