3830 Commits (c00a5fc71f144b5f70efcefb4910b8afd53c274a)

Author SHA1 Message Date
  Michael Niedermayer 98510f3c84 avutil/lfg: Correct index increment type to avoid undefined behavior 6 years ago
  Michael Niedermayer 37b2a19afa avutil/avstring: Fix bug and undefined behavior in av_strncasecmp() 6 years ago
  Michael Niedermayer af857cb62f avutil/mem: Optimize fill32() by unrolling and using 64bit 7 years ago
  Mark Harris 266b784bb3 avutil/mem: Fix invalid use of av_alloc_size 7 years ago
  Michael Niedermayer 6f84b1c458 avutil/integer: Fix integer overflow in av_mul_i() 7 years ago
  Michael Niedermayer 56b188941f avutil/pixfmt: Document chroma plane size for odd resolutions 7 years ago
  Michael Niedermayer c1121e7ec2 avutil/common: Fix undefined behavior in av_clip_uintp2_c() 7 years ago
  Michael Niedermayer a3c66132d9 avutil/common: Fix integer overflow in av_clip_uint8_c() and av_clip_uint16_c() 8 years ago
  Michael Niedermayer fd1854647b avutil/softfloat: Add FLOAT_MIN 8 years ago
  Michael Niedermayer 591a3d2632 avutil/softfloat: Fix sign error in and improve documentation of av_int2sf() 8 years ago
  Michael Niedermayer 6025edc0c7 avutil/internal: Do not enable CHECKED with DEBUG 8 years ago
  Michael Niedermayer 224ed78e72 avutil/softfloat: Fix overflow in av_div_sf() 8 years ago
  Michael Niedermayer 5dec065a4d avutil/softfloat: Fix multiple runtime error: left shift of negative value -8 8 years ago
  Michael Niedermayer 3b067c9edc Add CHECK/SUINT code 9 years ago
  Michael Niedermayer 1827fe0989 avutil/random_seed: Reduce the time needed on systems with very low precission clock() 9 years ago
  Michael Niedermayer 02073b5ab1 avutil/random_seed: Improve get_generic_seed() with higher precission clock() 9 years ago
  Michael Niedermayer 2e44b10418 avutil: Add av_image_check_size2() 9 years ago
  Andreas Cadhalpun b45e112bbd softfloat: decrease MIN_EXP to cover full float range 9 years ago
  Andreas Cadhalpun ccda73a711 softfloat: handle -INT_MAX correctly 9 years ago
  Shivraj Patil b9ec80322b avutil/mips/generic_macros_msa: rename macro variable which causes segfault for mips r6 9 years ago
  Kacper Michajłow d3ecb24539 libavutil/opt: Small bugfix in example. 9 years ago
  Jan Ekström 3003277103 pgssubdec: fix subpicture output colorspace and range 9 years ago
  Michael Niedermayer 7dac928e61 avutil/random_seed: Add the runtime in cycles of the main loop to the entropy pool 10 years ago
  Martin Cracauer 49fc295612 avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing 10 years ago
  Michael Niedermayer 23ef5996a5 avutil/pixdesc: Make get_color_type() aware of CIE XYZ formats 10 years ago
  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