summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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