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-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
2015-11-08avutil/softfloat: Add test for av_gt_sf()Michael Niedermayer
2015-11-08avutil/softfloat: Extend the av_cmp_sf() test to cover a wider range of expon...Michael Niedermayer
2015-11-08avutil/softfloat: Fix overflows in shifts in av_cmp_sf() and av_gt_sf()Michael Niedermayer
2015-11-08avutil/softfloat: Add test for av_cmp_sf()Michael Niedermayer
2015-11-08avutil/softfloat: Add tests for exponent underflowsMichael Niedermayer
2015-11-08avutil/softfloat: Fix exponent underflow in av_div_sf()Michael Niedermayer
2015-11-08avutil/softfloat: Fix exponent underflow in av_mul_sf()Michael Niedermayer
2015-11-08avutil/softfloat: Fix typo in av_mul_sf() doxyMichael Niedermayer
2015-11-08Revert "avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()"Michael Niedermayer
2015-11-08avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()Michael Niedermayer
2015-11-08avutil/softfloat: Correctly set the exponent for 0.0 in av_sqrt_sf()Michael Niedermayer
2015-11-08avutil/softfloat: FLOAT_0 should use MIN_EXPMichael Niedermayer
2015-11-07lavu/opt: enhance printing durations.Nicolas George
2015-11-05libavutil/channel_layout: Check strtol*() for failureMichael Niedermayer
2015-11-04avutil/common: add FFDIFFSIGN macroGanesh Ajjanagadde
2015-11-02avutil/file_open: avoid file handle inheritance on WindowsTobias Rapp
2015-11-02avutil/eval: minor typoGanesh Ajjanagadde
2015-10-31avutil/x86/intmath: Add missing header.Matt Oliver
2015-10-31avutil/opencl_internal: add av_warn_unused_resultGanesh Ajjanagadde
2015-10-31avutil/x86/intmath: Use tzcnt in place of bsf.Matt Oliver
2015-10-31avutil/rational: use frexp rather than ad-hoc log to get floating point exponentGanesh Ajjanagadde
2015-10-30avutil/wchar_filename: add av_warn_unused_resultGanesh Ajjanagadde
2015-10-30avutil/mathematics: correct documentation for av_gcdGanesh Ajjanagadde
2015-10-30avutil/mathematics: make av_gcd more robustGanesh Ajjanagadde
2015-10-29avutil/audio_fifo: add av_warn_unused_resultGanesh Ajjanagadde
2015-10-29avutil/ripemd: make rol macro more robust by adding parenthesesGanesh Ajjanagadde
2015-10-28lavu/aes: test CBC functionalityRodger Combs
2015-10-28lavu/aes: align AVAES struct membersRodger Combs