aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* avutil/timecode: Fix fps checkMichael Niedermayer2015-12-031-1/+1
* avutil/crc: avoid needless space wastage of hardcoded crc tableGanesh Ajjanagadde2015-12-022-0/+8
* avutil/rational: Test av_rescale_rnd() with combinations of "special" valuesMichael Niedermayer2015-12-022-0/+45
* avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() ...Michael Niedermayer2015-12-021-3/+10
* avutil/tablegen: add tablegen libm compatibility shimsGanesh Ajjanagadde2015-12-011-0/+53
* avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rndMichael Niedermayer2015-12-011-2/+2
* avutil/integer: Fix av_mod_i() with negative dividendMichael Niedermayer2015-12-011-0/+8
* avutil/lls: speed up performance of solve_llsGanesh Ajjanagadde2015-11-261-2/+2
* avutil/libm: fix isnan compatibility hackGanesh Ajjanagadde2015-11-241-1/+1
* imgutils: Use designated initializers for AVClassTimothy Gu2015-11-231-2/+12
* avutil/x86/bswap: Remove warning about bswap intrinsics with msvc.Matt Oliver2015-11-231-0/+3
* avutil/motion_vector: export subpel motion informationClément Bœsch2015-11-232-1/+8
* Merge commit '588b6215b4c74945994eb9636b0699028c069ed2'Derek Buitenhuis2015-11-223-14/+105
|\
| * xtea: Add functions for little endian modeMartin Storsjö2015-11-133-14/+105
* | avutil/eval: change sqrt to hypotGanesh Ajjanagadde2015-11-211-1/+1
* | configure+libm.h: add hypot emulationGanesh Ajjanagadde2015-11-211-0/+23
* | avutil/libm: correct isnan, isinf compat hacksGanesh Ajjanagadde2015-11-211-2/+32
* | Merge commit '1fc94724f1fd52944bb5ae571475c621da4b77a0'Derek Buitenhuis2015-11-191-2/+4
|\|
| * xtea: Clarify that the current API works in big endian modeMartin Storsjö2015-11-131-2/+4
* | avutil/mem: Add av_fast_mallocz()Michael Niedermayer2015-11-183-1/+20
* | avutil: Move av_rint64_clip_* to internal.hMichael Niedermayer2015-11-152-39/+37
* | avutil/common: add av_rint64_clipGanesh Ajjanagadde2015-11-132-1/+40
* | avutil/x86/intmath: Fix intrinsic header include when using newer gcc with ol...Matt Oliver2015-11-121-1/+1
* | avutil/x86/bswap: Add msvc bswap instrinsics.Matt Oliver2015-11-121-1/+24
* | avutil/x86/intmath: Disable use of tzcnt on older intel compilers.Matt Oliver2015-11-111-1/+1
* | avutil/softfloat: use abort() instead of av_assert0(0)James Almer2015-11-101-1/+1
* | avutil/x86/intmath: Correct intrinsic headers for older compilers.Matt Oliver2015-11-091-2/+6
* | softfloat: handle INT_MIN correctly in av_int2sfAndreas Cadhalpun2015-11-081-1/+6
* | softfloat: assert when the argument of av_sqrt_sf is negativeAndreas Cadhalpun2015-11-081-0/+2
* | avutil/softfloat: Include negative numbers in cmp/gt testsMichael Niedermayer2015-11-081-3/+3