3805 Commits (8dd71d0bd40f939f70fe98bb3d8325ea9c5c19f4)

Author SHA1 Message Date
  Michael Niedermayer 536f6c4ec2 avutil/frame: Free destination qp_table_buf in frame_copy_props() 10 years ago
  Michael Niedermayer 6fec0dbd2e avutil/opt: check for and handle errors in av_opt_set_dict2() 10 years ago
  James Almer 3e3aa25afa x86/float_dsp: zero extend offset from ff_scalarproduct_float_sse 10 years ago
  Michael Niedermayer 4608cc176b avutil/mathematics: Fix division by 0 10 years ago
  Michael Niedermayer f2258e9899 avutil/timecode: Fix fps check 10 years ago
  Michael Niedermayer e04b039b15 avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() for overflows 10 years ago
  Michael Niedermayer 460710500e avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rnd 10 years ago
  Michael Niedermayer 4d9999705f avutil/integer: Fix av_mod_i() with negative dividend 10 years ago
  James Almer 644296e736 avutil/softfloat: use abort() instead of av_assert0(0) 10 years ago
  Andreas Cadhalpun 510d88ae93 softfloat: assert when the argument of av_sqrt_sf is negative 10 years ago
  Andreas Cadhalpun e10c353ca5 softfloat: handle INT_MIN correctly in av_int2sf 10 years ago
  Michael Niedermayer 72be96ac55 avutil/softfloat: Include negative numbers in cmp/gt tests 10 years ago
  Michael Niedermayer 6581e40e1a avutil/softfloat: Fix av_gt_sf() with large exponents try #2 10 years ago
  Michael Niedermayer 0f9c617979 avutil/softfloat: Add test for av_gt_sf() 10 years ago
  Michael Niedermayer f9998d1994 avutil/softfloat: Extend the av_cmp_sf() test to cover a wider range of exponents 10 years ago
  Michael Niedermayer 7ad4bf4899 avutil/softfloat: Fix overflows in shifts in av_cmp_sf() and av_gt_sf() 10 years ago
  Michael Niedermayer 43ada90fc5 avutil/softfloat: Add test for av_cmp_sf() 10 years ago
  Ganesh Ajjanagadde 476ddffccb avutil/common: add FFDIFFSIGN macro 10 years ago
  Michael Niedermayer b533998d0a avutil/softfloat: Add tests for exponent underflows 10 years ago
  Michael Niedermayer acd203fc0d avutil/softfloat: Fix exponent underflow in av_div_sf() 10 years ago
  Michael Niedermayer 402c4a9f81 avutil/softfloat: Fix exponent underflow in av_mul_sf() 10 years ago
  Michael Niedermayer 6e4bfbe936 avutil/softfloat: Fix typo in av_mul_sf() doxy 10 years ago
  Michael Niedermayer f38beb47da avutil/softfloat: Correctly set the exponent for 0.0 in av_sqrt_sf() 10 years ago
  Michael Niedermayer efa9128556 avutil/softfloat: FLOAT_0 should use MIN_EXP 10 years ago
  Michael Niedermayer 1290037626 libavutil/channel_layout: Check strtol*() for failure 10 years ago
  Tobias Rapp c6c801d993 avutil/file_open: avoid file handle inheritance on Windows 10 years ago
  Ganesh Ajjanagadde 3fedd64d4b avutil/log: fix zero length gnu_printf format string warning 10 years ago
  James Almer 1a56be9cdc avutil: undo FF_API_CRYPTO_CONTEXT deprecation for 2.8 release 10 years ago
  Michael Niedermayer d6cd614dac avutil/common: Add FFNABS() 10 years ago
  Michael Niedermayer 733511fb53 avutil/common: Document FFABS() corner case 10 years ago
  Luca Barbato e23f84d965 channel_layout: Add a 16channel default layout 10 years ago
  Andreas Cadhalpun 095347ffe4 disable deprecation warnings in deprecated code 10 years ago
  Timothy Gu c5d9e9b354 doxygen: Remove lavu_internal group 10 years ago
  Timothy Gu 0aa9bbbc37 version: Fix two more typos 10 years ago
  Ganesh Ajjanagadde 531b0a316b avutil/x86/asm: rename REG_SP to REG_sp 10 years ago
  Michael Niedermayer 0b7829901b */version.h: Add note/recommandition about bumping major 10 years ago
  Paul B Mahol 2fa019958b avfilter: add showfreqs filter 10 years ago
  Gwenole Beauchesne 9f8e57efe4 vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI). 10 years ago
  Ronald S. Bultje 87068ea5c5 lavu: disable wrong value check in get_version() upon api bump. 10 years ago
  Ronald S. Bultje 3285005347 Undeprecate av_opt_set_defaults2(). 10 years ago
  Ronald S. Bultje ad45121d56 options: mark av_get_{int,double,q} as deprecated. 10 years ago
  Ronald S. Bultje 70a19c482a Move ff_dlog from lavc to lavu. 10 years ago
  Henrik Gramner 44b4444120 x86inc: Various minor backports from x264 10 years ago
  Andreas Cadhalpun 107e54c5bf avutil: add ff_reverse as av_reverse replacement 10 years ago
  Henrik Gramner ab43beefab x86inc: Drop SECTION_TEXT macro 10 years ago
  Henrik Gramner 1c6bb81328 x86inc: Disable vpbroadcastq workaround in newer yasm versions 10 years ago
  Christophe Gisquet f5e486f6f8 x86inc: Fix instantiation of YMM registers 10 years ago
  Anton Mitrofanov b114d28a18 x86inc: warn when instructions incompatible with current cpuflags are used 10 years ago
  Henrik Gramner 9f1245eb96 x86inc: Support arbitrary stack alignments 10 years ago
  Anton Mitrofanov 8c75ba55a4 x86inc: warn if XOP integer FMA instruction emulation is impossible 10 years ago