summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* 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
* | avutil/common: add av_rint64_clipGanesh Ajjanagadde2015-11-13
* | avutil/x86/intmath: Fix intrinsic header include when using newer gcc with ol...Matt Oliver2015-11-12
* | avutil/x86/bswap: Add msvc bswap instrinsics.Matt Oliver2015-11-12
* | avutil/x86/intmath: Disable use of tzcnt on older intel compilers.Matt Oliver2015-11-11
* | avutil/softfloat: use abort() instead of av_assert0(0)James Almer2015-11-10
* | avutil/x86/intmath: Correct intrinsic headers for older compilers.Matt Oliver2015-11-09
* | softfloat: handle INT_MIN correctly in av_int2sfAndreas Cadhalpun2015-11-08
* | softfloat: assert when the argument of av_sqrt_sf is negativeAndreas Cadhalpun2015-11-08
* | avutil/softfloat: Include negative numbers in cmp/gt testsMichael Niedermayer2015-11-08
* | avutil/softfloat: Fix av_gt_sf() with large exponents try #2Michael Niedermayer2015-11-08