summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
...
| * arm: add a cpu flag for the VFPv2 vector modeJanne Grunau2015-12-14
* | Merge commit '64034849dad8410bedbe1def4c533490fb85cc4a'Hendrik Leppkes2016-01-02
|\|
| * arm64: add cycle counter supportJanne Grunau2015-12-14
* | Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039'Hendrik Leppkes2016-01-02
|\|
| * libavutil: move FFALIGN macro from common.h to macros.hJanne Grunau2015-12-14
* | lavu/eval: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* | lavu/internal: add ff_exp10Ganesh Ajjanagadde2015-12-25
* | lavu/libm,configure: remove exp10, exp10f detectionGanesh Ajjanagadde2015-12-25
* | lavu/libm: misc, minor changesGanesh Ajjanagadde2015-12-25
* | lavu/libm: add exp10 supportGanesh Ajjanagadde2015-12-23
* | lavu/libm: add erf hack and make dynaudnorm available everywhereGanesh Ajjanagadde2015-12-21
* | lavu/libm: add copysign hackGanesh Ajjanagadde2015-12-19
* | lavu/intmath: add faster clz supportGanesh Ajjanagadde2015-12-19
* | lavu/error: add missing error messages for errors supported on all platformsMarton Balint2015-12-18
* | lavu/random_seed: use arc4random() when availableGanesh Ajjanagadde2015-12-17
* | lavu/eval: remove pow and exp2 for postfixesGanesh Ajjanagadde2015-12-16
* | libavutil: add aes-ctr supporterankor2015-12-15
* | avutil/softfloat: Assert that the exponent did not overflow the legal range i...Michael Niedermayer2015-12-11
* | avutil/mathematics: Fix division by 0Michael Niedermayer2015-12-09
* | lavu/frame: use AVPALETTE_SIZE instead of 1024Clément Bœsch2015-12-08
* | lavu/opencl: restore #if HAVE_THREADSClément Bœsch2015-12-07
* | cosmetics: Fix weird indentationsTimothy Gu2015-12-07
* | lavc, lavu: use avutil/thread.h instead of redundant conditional includesClément Bœsch2015-12-07
* | avutil/threadmessage: fix build without HAVE_THREADS, new attemptClément Bœsch2015-12-07
* | avutil/threadmessage: fix build without HAVE_THREADSClément Bœsch2015-12-07
* | avutil/threadmessage: split the pthread condition in twoClément Bœsch2015-12-07
* | avutil/threadmessage: add av_thread_message_flush()Clément Bœsch2015-12-07
* | libavutil: add version component accessor macrosReynaldo H. Verdejo Pinochet2015-12-06
* | libavutil/tablegen: add missing math.h includeHendrik Leppkes2015-12-04
* | avutil/timecode: Fix fps checkMichael Niedermayer2015-12-03
* | avutil/crc: avoid needless space wastage of hardcoded crc tableGanesh Ajjanagadde2015-12-02
* | avutil/rational: Test av_rescale_rnd() with combinations of "special" valuesMichael Niedermayer2015-12-02
* | avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() ...Michael Niedermayer2015-12-02
* | avutil/tablegen: add tablegen libm compatibility shimsGanesh Ajjanagadde2015-12-01
* | avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rndMichael Niedermayer2015-12-01
* | avutil/integer: Fix av_mod_i() with negative dividendMichael Niedermayer2015-12-01
* | avutil/lls: speed up performance of solve_llsGanesh Ajjanagadde2015-11-26
* | avutil/libm: fix isnan compatibility hackGanesh Ajjanagadde2015-11-24
* | imgutils: Use designated initializers for AVClassTimothy Gu2015-11-23
* | avutil/x86/bswap: Remove warning about bswap intrinsics with msvc.Matt Oliver2015-11-23
* | avutil/motion_vector: export subpel motion informationClément Bœsch2015-11-23
* | Merge commit '588b6215b4c74945994eb9636b0699028c069ed2'Derek Buitenhuis2015-11-22
|\|
| * xtea: Add functions for little endian modeMartin Storsjö2015-11-13
* | avutil/eval: change sqrt to hypotGanesh Ajjanagadde2015-11-21
* | configure+libm.h: add hypot emulationGanesh Ajjanagadde2015-11-21
* | avutil/libm: correct isnan, isinf compat hacksGanesh Ajjanagadde2015-11-21
* | Merge commit '1fc94724f1fd52944bb5ae571475c621da4b77a0'Derek Buitenhuis2015-11-19
|\|
| * xtea: Clarify that the current API works in big endian modeMartin Storsjö2015-11-13
* | avutil/mem: Add av_fast_mallocz()Michael Niedermayer2015-11-18
* | avutil: Move av_rint64_clip_* to internal.hMichael Niedermayer2015-11-15