summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* lavu: add pthread asserts if ASSERT_LEVEL>1Clément Bœsch2016-01-201-0/+96
* libavutil: add mastering display metadata sidedataNeil Birkbeck2016-01-195-2/+139
* Merge commit '73c8c0341cce9e1a6c4169721f5123f97fc4be2f'Hendrik Leppkes2016-01-191-1/+1
|\
| * arm: Fix vfp dead code elimination with have_vfp_vmMartin Storsjö2016-01-081-1/+1
* | x86/fixed_dsp: add ff_butterflies_fixed_sse2James Almer2016-01-165-0/+90
* | lavu/x86/lls: add fma3 optimizations for update_llsGanesh Ajjanagadde2016-01-152-2/+61
* | x86/intmath: add missing early clobber to output operandsJames Almer2016-01-151-2/+2
* | lavu: prevent overflow in av_clip_intp2_cAndreas Cadhalpun2016-01-151-1/+1
* | lavu/libm: add isfinite fallbackGanesh Ajjanagadde2016-01-131-0/+19
* | avutil/common: Protect GET_BYTE in GET_UTF8() by ()Michael Niedermayer2016-01-131-2/+2
* | Correct two build/built typosTimothy Gu2016-01-111-1/+1
* | x86/float_dsp: zero extend offset from ff_scalarproduct_float_sseJames Almer2016-01-081-3/+3
* | x86/float_dsp: zero extend len from ff_butterflies_float_sse implicitlyJames Almer2016-01-081-4/+1
* | x86/float_dsp: remove len check from ff_butterflies_float_sseJames Almer2016-01-081-3/+0
* | lavu: rename and move ff_parity to av_parityJames Almer2016-01-073-10/+12
* | lavu: add ff_parity()Clément Bœsch2016-01-071-0/+12
* | lavu/common: add an explanation to FF_CEIL_RSHIFT()Clément Bœsch2016-01-071-1/+1
* | lavu/common: fix FF_CEIL_RSHIFT() range commentClément Bœsch2016-01-071-1/+1
* | x86/intmath: add sse optimized av_clipf and av_clipdJames Almer2016-01-071-0/+33
* | avutil/cpu: add missing entry for vfp_vm to av_parse_cpu_capsHendrik Leppkes2016-01-021-0/+1
* | Merge commit 'e2710e790c09e49e86baa58c6063af0097cc8cb0'Hendrik Leppkes2016-01-025-1/+13
|\ \ | |/
| * arm: add a cpu flag for the VFPv2 vector modeJanne Grunau2015-12-145-1/+13
* | Merge commit '64034849dad8410bedbe1def4c533490fb85cc4a'Hendrik Leppkes2016-01-022-1/+47
|\ \ | |/
| * arm64: add cycle counter supportJanne Grunau2015-12-142-1/+47
* | Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039'Hendrik Leppkes2016-01-025-2/+7
|\ \ | |/
| * libavutil: move FFALIGN macro from common.h to macros.hJanne Grunau2015-12-145-2/+7
* | lavu/eval: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+1
* | lavu/internal: add ff_exp10Ganesh Ajjanagadde2015-12-251-0/+19
* | lavu/libm,configure: remove exp10, exp10f detectionGanesh Ajjanagadde2015-12-251-18/+0
* | lavu/libm: misc, minor changesGanesh Ajjanagadde2015-12-251-14/+13
* | lavu/libm: add exp10 supportGanesh Ajjanagadde2015-12-231-0/+19
* | lavu/libm: add erf hack and make dynaudnorm available everywhereGanesh Ajjanagadde2015-12-211-0/+201
* | lavu/libm: add copysign hackGanesh Ajjanagadde2015-12-191-0/+9
* | lavu/intmath: add faster clz supportGanesh Ajjanagadde2015-12-191-0/+18
* | lavu/error: add missing error messages for errors supported on all platformsMarton Balint2015-12-181-0/+37
* | lavu/random_seed: use arc4random() when availableGanesh Ajjanagadde2015-12-171-0/+4
* | lavu/eval: remove pow and exp2 for postfixesGanesh Ajjanagadde2015-12-161-24/+28
* | libavutil: add aes-ctr supporterankor2015-12-154-1/+215
* | avutil/softfloat: Assert that the exponent did not overflow the legal range i...Michael Niedermayer2015-12-111-0/+1
* | avutil/mathematics: Fix division by 0Michael Niedermayer2015-12-091-1/+1
* | lavu/frame: use AVPALETTE_SIZE instead of 1024Clément Bœsch2015-12-081-1/+1
* | lavu/opencl: restore #if HAVE_THREADSClément Bœsch2015-12-071-0/+2
* | cosmetics: Fix weird indentationsTimothy Gu2015-12-071-1/+1
* | lavc, lavu: use avutil/thread.h instead of redundant conditional includesClément Bœsch2015-12-072-20/+2
* | avutil/threadmessage: fix build without HAVE_THREADS, new attemptClément Bœsch2015-12-071-0/+2
* | avutil/threadmessage: fix build without HAVE_THREADSClément Bœsch2015-12-071-0/+2
* | avutil/threadmessage: split the pthread condition in twoClément Bœsch2015-12-071-11/+24
* | avutil/threadmessage: add av_thread_message_flush()Clément Bœsch2015-12-072-0/+47
* | libavutil: add version component accessor macrosReynaldo H. Verdejo Pinochet2015-12-061-1/+9
* | libavutil/tablegen: add missing math.h includeHendrik Leppkes2015-12-041-0/+2
OpenPOWER on IntegriCloud