summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/common: Add FF_PTR_ADD()Michael Niedermayer2021-10-171-0/+2
* avutil/timecode: Avoid fps overflowMichael Niedermayer2021-10-171-2/+2
* libavutil/eval: Remove CONFIG_TRAPV special handlingMichael Niedermayer2021-10-171-1/+1
* avutil/timecode: Avoid undefined behavior with large framenumMichael Niedermayer2021-10-171-1/+1
* avutil/fixed_dsp: Fix integer overflows in butterflies_fixed_c()Michael Niedermayer2021-10-171-1/+2
* avutil/common: Fix integer overflow in av_ceil_log2_c()Michael Niedermayer2020-07-051-1/+1
* avutil/lfg: Correct index increment type to avoid undefined behaviorMichael Niedermayer2019-12-061-3/+6
* avutil/avstring: Fix bug and undefined behavior in av_strncasecmp()Michael Niedermayer2019-12-021-2/+3
* avutil/mem: Optimize fill32() by unrolling and using 64bitMichael Niedermayer2019-12-021-0/+12
* avutil/mem: Fix invalid use of av_alloc_sizeMark Harris2019-07-231-1/+1
* avutil/integer: Fix integer overflow in av_mul_i()Michael Niedermayer2018-10-251-1/+1
* avutil/pixfmt: Document chroma plane size for odd resolutionsMichael Niedermayer2018-07-201-0/+4
* avutil/common: Fix undefined behavior in av_clip_uintp2_c()Michael Niedermayer2018-07-101-1/+1
* avutil/common: Fix integer overflow in av_clip_uint8_c() and av_clip_uint16_c()Michael Niedermayer2018-02-171-2/+2
* avutil/softfloat: Add FLOAT_MINMichael Niedermayer2018-01-311-0/+1
* avutil/softfloat: Fix sign error in and improve documentation of av_int2sf()Michael Niedermayer2017-06-051-2/+4
* avutil/internal: Do not enable CHECKED with DEBUGMichael Niedermayer2017-06-051-3/+2
* avutil/softfloat: Fix overflow in av_div_sf()Michael Niedermayer2017-05-201-1/+8
* avutil/softfloat: Fix multiple runtime error: left shift of negative value -8Michael Niedermayer2017-05-201-2/+2
* Add CHECK/SUINT codeMichael Niedermayer2017-05-201-0/+14
* avutil/random_seed: Reduce the time needed on systems with very low precissio...Michael Niedermayer2017-02-081-1/+1
* avutil/random_seed: Improve get_generic_seed() with higher precission clock()Michael Niedermayer2017-02-081-4/+6
* avutil: Add av_image_check_size2()Michael Niedermayer2017-02-082-5/+38
* softfloat: decrease MIN_EXP to cover full float rangeAndreas Cadhalpun2016-11-271-1/+1
* softfloat: handle -INT_MAX correctlyAndreas Cadhalpun2016-11-271-1/+1
* avutil/mips/generic_macros_msa: rename macro variable which causes segfault f...Shivraj Patil2016-11-261-6/+6
* libavutil/opt: Small bugfix in example.Kacper Michajłow2016-08-151-2/+2
* pgssubdec: fix subpicture output colorspace and rangeJan Ekström2016-04-271-0/+10
* avutil/random_seed: Add the runtime in cycles of the main loop to the entropy...Michael Niedermayer2016-04-271-1/+6
* avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsingMartin Cracauer2016-04-271-1/+1
* avutil/pixdesc: Make get_color_type() aware of CIE XYZ formatsMichael Niedermayer2016-02-221-0/+4
* avutil/frame: Free destination qp_table_buf in frame_copy_props()Michael Niedermayer2016-02-131-0/+1
* avutil/opt: check for and handle errors in av_opt_set_dict2()Michael Niedermayer2016-01-281-3/+4
* x86/float_dsp: zero extend offset from ff_scalarproduct_float_sseJames Almer2016-01-081-3/+3
* avutil/mathematics: Fix division by 0Michael Niedermayer2015-12-091-1/+1
* avutil/timecode: Fix fps checkMichael Niedermayer2015-12-061-1/+1
* avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() ...Michael Niedermayer2015-12-061-3/+10
* avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rndMichael Niedermayer2015-12-061-2/+2
* avutil/integer: Fix av_mod_i() with negative dividendMichael Niedermayer2015-12-061-0/+8
* avutil/softfloat: use abort() instead of av_assert0(0)n2.8.3James Almer2015-11-271-1/+1
* softfloat: assert when the argument of av_sqrt_sf is negativeAndreas Cadhalpun2015-11-261-0/+2
* softfloat: handle INT_MIN correctly in av_int2sfAndreas Cadhalpun2015-11-121-1/+6
* avutil/softfloat: Include negative numbers in cmp/gt testsMichael Niedermayer2015-11-121-3/+3
* avutil/softfloat: Fix av_gt_sf() with large exponents try #2Michael Niedermayer2015-11-121-2/+2
* avutil/softfloat: Add test for av_gt_sf()Michael Niedermayer2015-11-121-0/+8
* avutil/softfloat: Extend the av_cmp_sf() test to cover a wider range of expon...Michael Niedermayer2015-11-121-0/+9
* avutil/softfloat: Fix overflows in shifts in av_cmp_sf() and av_gt_sf()Michael Niedermayer2015-11-121-4/+8
* avutil/softfloat: Add test for av_cmp_sf()Michael Niedermayer2015-11-121-0/+13
* avutil/common: add FFDIFFSIGN macroGanesh Ajjanagadde2015-11-121-0/+11
* avutil/softfloat: Add tests for exponent underflowsMichael Niedermayer2015-11-111-0/+12