4111 Commits (83065939cb84d79f1880bf3470e031619b55988b)

Author SHA1 Message Date
Clément Bœsch d96f0fbe59 lavu: add pthread asserts if ASSERT_LEVEL>1 9 years ago
Neil Birkbeck d91718107c libavutil: add mastering display metadata sidedata 9 years ago
James Almer dee579ffcd x86/fixed_dsp: add ff_butterflies_fixed_sse2 9 years ago
Ganesh Ajjanagadde 5989add4ab lavu/x86/lls: add fma3 optimizations for update_lls 9 years ago
James Almer 36778627e2 x86/intmath: add missing early clobber to output operands 9 years ago
Andreas Cadhalpun f8bc0137bd lavu: prevent overflow in av_clip_intp2_c 9 years ago
Ganesh Ajjanagadde a0a47a09b0 lavu/libm: add isfinite fallback 9 years ago
Michael Niedermayer 9ca64c31d2 avutil/common: Protect GET_BYTE in GET_UTF8() by () 9 years ago
Timothy Gu d64d6edfc7 Correct two build/built typos 9 years ago
Clément Bœsch e8bc642202 lavu: add AV_CEIL_RSHIFT and use it in various places 9 years ago
Martin Storsjö 73c8c0341c arm: Fix vfp dead code elimination with have_vfp_vm 9 years ago
James Almer dc79824deb x86/float_dsp: zero extend offset from ff_scalarproduct_float_sse 9 years ago
James Almer 4ee38ed7f9 x86/float_dsp: zero extend len from ff_butterflies_float_sse implicitly 9 years ago
James Almer 7f520524f6 x86/float_dsp: remove len check from ff_butterflies_float_sse 9 years ago
James Almer 28d5a3a74a lavu: rename and move ff_parity to av_parity 9 years ago
Clément Bœsch 2ce29d1765 lavu: add ff_parity() 9 years ago
Clément Bœsch 04826b7ff0 lavu/common: add an explanation to FF_CEIL_RSHIFT() 9 years ago
Clément Bœsch 84a967df03 lavu/common: fix FF_CEIL_RSHIFT() range comment 9 years ago
James Almer f4c1a48483 x86/intmath: add sse optimized av_clipf and av_clipd 9 years ago
Hendrik Leppkes 957667d198 avutil/cpu: add missing entry for vfp_vm to av_parse_cpu_caps 9 years ago
Ganesh Ajjanagadde 0e9fe3e3c9 lavu/eval: replace pow(10,x) by ff_exp10(x) 9 years ago
Ganesh Ajjanagadde 11388b5a8f lavu/internal: add ff_exp10 9 years ago
Ganesh Ajjanagadde 73616b1f21 lavu/libm,configure: remove exp10, exp10f detection 9 years ago
Ganesh Ajjanagadde 5630ed5be6 lavu/libm: misc, minor changes 9 years ago
Ganesh Ajjanagadde e29db08cf7 lavu/libm: add exp10 support 9 years ago
Ganesh Ajjanagadde dd68cde28a lavu/libm: add erf hack and make dynaudnorm available everywhere 9 years ago
Ganesh Ajjanagadde 062e3e2382 lavu/libm: add copysign hack 9 years ago
Ganesh Ajjanagadde 0dd8a3d71e lavu/intmath: add faster clz support 9 years ago
Marton Balint 752ab408b4 lavu/error: add missing error messages for errors supported on all platforms 9 years ago
Ganesh Ajjanagadde 39f8c7961d lavu/random_seed: use arc4random() when available 9 years ago
Ganesh Ajjanagadde 4fa6f09c2c lavu/eval: remove pow and exp2 for postfixes 9 years ago
erankor 23ac99dc17 libavutil: add aes-ctr support 9 years ago
Janne Grunau e2710e790c arm: add a cpu flag for the VFPv2 vector mode 9 years ago
Janne Grunau 64034849da arm64: add cycle counter support 9 years ago
Janne Grunau 50078c1c80 libavutil: move FFALIGN macro from common.h to macros.h 9 years ago
Michael Niedermayer 5e8b9e746f avutil/softfloat: Assert that the exponent did not overflow the legal range in av_normalize1_sf() 9 years ago
Michael Niedermayer bc8b1e694c avutil/mathematics: Fix division by 0 9 years ago
Clément Bœsch 503d8bf74a lavu/frame: use AVPALETTE_SIZE instead of 1024 9 years ago
Clément Bœsch dd1d9b80c9 lavu/opencl: restore #if HAVE_THREADS 9 years ago
Timothy Gu 006d3e97fc cosmetics: Fix weird indentations 9 years ago
Clément Bœsch a8bb81a05c lavc, lavu: use avutil/thread.h instead of redundant conditional includes 9 years ago
Clément Bœsch 5e0c47d41c avutil/threadmessage: fix build without HAVE_THREADS, new attempt 9 years ago
Clément Bœsch d4b1b33e69 avutil/threadmessage: fix build without HAVE_THREADS 9 years ago
Clément Bœsch bd5c860fdb avutil/threadmessage: split the pthread condition in two 9 years ago
Clément Bœsch f98abe0ee7 avutil/threadmessage: add av_thread_message_flush() 9 years ago
Reynaldo H. Verdejo Pinochet 21c34cb261 libavutil: add version component accessor macros 9 years ago
Hendrik Leppkes d6b988b505 libavutil/tablegen: add missing math.h include 9 years ago
Michael Niedermayer b46dcd5209 avutil/timecode: Fix fps check 9 years ago
Ganesh Ajjanagadde 1bb7db217d avutil/crc: avoid needless space wastage of hardcoded crc table 9 years ago
Michael Niedermayer 97b8db334a avutil/rational: Test av_rescale_rnd() with combinations of "special" values 9 years ago