Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-21lavu/libm: add erf hack and make dynaudnorm available everywhereGanesh Ajjanagadde
2015-12-20lavu/libm: add copysign hackGanesh Ajjanagadde
2015-12-19lavu/intmath: add faster clz supportGanesh Ajjanagadde
2015-12-18lavu/error: add missing error messages for errors supported on all platformsMarton Balint
2015-12-17lavu/random_seed: use arc4random() when availableGanesh Ajjanagadde
2015-12-16lavu/eval: remove pow and exp2 for postfixesGanesh Ajjanagadde
2015-12-15libavutil: add aes-ctr supporterankor
2015-12-11avutil/softfloat: Assert that the exponent did not overflow the legal range i...Michael Niedermayer
2015-12-09avutil/mathematics: Fix division by 0Michael Niedermayer
2015-12-08lavu/frame: use AVPALETTE_SIZE instead of 1024Clément Bœsch
2015-12-07lavu/opencl: restore #if HAVE_THREADSClément Bœsch
2015-12-07cosmetics: Fix weird indentationsTimothy Gu
2015-12-07lavc, lavu: use avutil/thread.h instead of redundant conditional includesClément Bœsch
2015-12-07avutil/threadmessage: fix build without HAVE_THREADS, new attemptClément Bœsch
2015-12-07avutil/threadmessage: fix build without HAVE_THREADSClément Bœsch
2015-12-07avutil/threadmessage: split the pthread condition in twoClément Bœsch
2015-12-07avutil/threadmessage: add av_thread_message_flush()Clément Bœsch
2015-12-06libavutil: add version component accessor macrosReynaldo H. Verdejo Pinochet
2015-12-04libavutil/tablegen: add missing math.h includeHendrik Leppkes
2015-12-03avutil/timecode: Fix fps checkMichael Niedermayer
2015-12-03avutil/crc: avoid needless space wastage of hardcoded crc tableGanesh Ajjanagadde
2015-12-02avutil/rational: Test av_rescale_rnd() with combinations of "special" valuesMichael Niedermayer
2015-12-02avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() ...Michael Niedermayer
2015-12-02avutil/tablegen: add tablegen libm compatibility shimsGanesh Ajjanagadde
2015-12-01avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rndMichael Niedermayer
2015-12-01avutil/integer: Fix av_mod_i() with negative dividendMichael Niedermayer
2015-11-26avutil/lls: speed up performance of solve_llsGanesh Ajjanagadde
2015-11-25avutil/libm: fix isnan compatibility hackGanesh Ajjanagadde
2015-11-24imgutils: Use designated initializers for AVClassTimothy Gu
2015-11-23avutil/x86/bswap: Remove warning about bswap intrinsics with msvc.Matt Oliver
2015-11-23avutil/motion_vector: export subpel motion informationClément Bœsch
2015-11-22Merge commit '588b6215b4c74945994eb9636b0699028c069ed2'Derek Buitenhuis
2015-11-21avutil/eval: change sqrt to hypotGanesh Ajjanagadde
2015-11-21configure+libm.h: add hypot emulationGanesh Ajjanagadde
2015-11-21avutil/libm: correct isnan, isinf compat hacksGanesh Ajjanagadde
2015-11-19Merge commit '1fc94724f1fd52944bb5ae571475c621da4b77a0'Derek Buitenhuis
2015-11-19avutil/mem: Add av_fast_mallocz()Michael Niedermayer
2015-11-15avutil: Move av_rint64_clip_* to internal.hMichael Niedermayer
2015-11-14avutil/common: add av_rint64_clipGanesh Ajjanagadde
2015-11-13xtea: Add functions for little endian modeMartin Storsjö
2015-11-13xtea: Clarify that the current API works in big endian modeMartin Storsjö
2015-11-12avutil/x86/intmath: Fix intrinsic header include when using newer gcc with ol...Matt Oliver
2015-11-12avutil/x86/bswap: Add msvc bswap instrinsics.Matt Oliver
2015-11-11avutil/x86/intmath: Disable use of tzcnt on older intel compilers.Matt Oliver
2015-11-10avutil/softfloat: use abort() instead of av_assert0(0)James Almer
2015-11-09avutil/x86/intmath: Correct intrinsic headers for older compilers.Matt Oliver
2015-11-08softfloat: handle INT_MIN correctly in av_int2sfAndreas Cadhalpun
2015-11-08softfloat: assert when the argument of av_sqrt_sf is negativeAndreas Cadhalpun
2015-11-08avutil/softfloat: Include negative numbers in cmp/gt testsMichael Niedermayer
2015-11-08avutil/softfloat: Fix av_gt_sf() with large exponents try #2Michael Niedermayer