summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/mathematics: Document av_rescale_rnd() behavior on non int64 resultsMichael Niedermayer2021-10-211-0/+1
* avutil/common: Add FF_PTR_ADD()Michael Niedermayer2021-10-091-0/+2
* avutil/timecode: Avoid fps overflowMichael Niedermayer2021-10-091-2/+2
* libavutil/eval: Remove CONFIG_TRAPV special handlingMichael Niedermayer2021-10-091-1/+1
* avutil/timecode: Avoid undefined behavior with large framenumMichael Niedermayer2021-10-091-1/+1
* avutil/fixed_dsp: Fix integer overflows in butterflies_fixed_c()Michael Niedermayer2021-10-091-1/+2
* avutil/common: Fix integer overflow in av_ceil_log2_c()Michael Niedermayer2020-07-011-1/+1
* avutil/lfg: Correct index increment type to avoid undefined behaviorMichael Niedermayer2020-07-011-3/+6
* avutil/mem: Fix invalid use of av_alloc_sizeMark Harris2019-07-231-1/+1
* avutil/avstring: Fix bug and undefined behavior in av_strncasecmp()Michael Niedermayer2019-05-091-2/+3
* avutil/mem: Optimize fill32() by unrolling and using 64bitMichael Niedermayer2019-03-241-0/+12
* avutil/integer: Fix integer overflow in av_mul_i()Michael Niedermayer2018-11-181-1/+1
* avutil/pixfmt: Document chroma plane size for odd resolutionsMichael Niedermayer2018-11-181-0/+4
* avutil/common: Fix undefined behavior in av_clip_uintp2_c()Michael Niedermayer2018-07-081-1/+1
* avutil/common: Fix integer overflow in av_clip_uint8_c() and av_clip_uint16_c()Michael Niedermayer2018-07-081-2/+2
* avutil/softfloat: Add FLOAT_MINMichael Niedermayer2018-01-081-0/+1
* avutil/softfloat: Fix sign error in and improve documentation of av_int2sf()Michael Niedermayer2017-06-161-2/+4
* avutil/internal: Do not enable CHECKED with DEBUGMichael Niedermayer2017-06-161-3/+2
* avutil/hwcontext_dxva2: Don't improperly free IDirect3DSurface9 objectsAaron Levinson2017-05-161-1/+8
* avutil/softfloat: Fix overflow in av_div_sf()Michael Niedermayer2017-05-141-1/+8
* avutil/softfloat: Fix multiple runtime error: left shift of negative value -8Michael Niedermayer2017-05-141-2/+2
* Add CHECK/SUINT codeMichael Niedermayer2017-05-141-0/+14
* hwcontext_vdpau: Fix missing subscriptsMark Thompson2017-05-091-2/+2
* avutil/random_seed: Reduce the time needed on systems with very low precissio...Michael Niedermayer2017-01-261-1/+1
* avutil/random_seed: Improve get_generic_seed() with higher precission clock()Michael Niedermayer2017-01-261-4/+6
* avutil: Add av_image_check_size2()Michael Niedermayer2016-12-113-6/+39
* softfloat: decrease MIN_EXP to cover full float rangeAndreas Cadhalpun2016-11-251-1/+1
* softfloat: handle -INT_MAX correctlyAndreas Cadhalpun2016-11-171-1/+1
* Revert "Bump minor versions after 3.2 branchpoint to seperate release"Michael Niedermayer2016-10-261-1/+1
* Bump minor versions after 3.2 branchpoint to seperate releaseMichael Niedermayer2016-10-261-1/+1
* Bump minor versions for 3.2Michael Niedermayer2016-10-261-1/+1
* lavu: remove comma at final enumeration items to fix pedantic warningsMichael Behrisch2016-10-262-7/+7
* avutil/x86/emms: Document the emms_c() vs alloc/free relation.Michael Niedermayer2016-10-231-0/+2
* avutil/mips: loongson add mmi utils header fileZhou Xiaoyong2016-10-231-0/+241
* avutil/avassert: Add av_assertX_fpu()Michael Niedermayer2016-10-223-1/+23
* doc: fix spelling errorsAndreas Cadhalpun2016-10-212-2/+2
* avutil: Improved selftest coverage for libavutil/fifo.cThomas Turner2016-10-141-2/+37
* avutil/audio_fifo: Use av_fifo_freep() and remove redundant if()Michael Niedermayer2016-10-141-2/+1
* avutil/hwcontext_vdpau: Fix warning: "GET_CALLBACK" redefinedMichael Niedermayer2016-10-101-0/+1
* Merge commit 'fe498ef5144d3712b887f44a0c5e654add99ead7'Hendrik Leppkes2016-10-071-111/+79
|\
| * hwcontext_vaapi: Return all formats for constraints without configMark Thompson2016-06-211-111/+79
* | Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes2016-10-073-1/+16
|\ \ | |/
| * lavc: export the timestamps when decoding in AVFrame.ptsAnton Khirnov2016-06-213-0/+11
* | pixfmt: Use enum assignment for aliasesTimothy Gu2016-10-051-4/+2
* | pixdesc: Order function prototypes semanticallyTimothy Gu2016-10-051-97/+97
* | avutil/mips/generic_macros_msa: rename macro variable which causes segfault f...Shivraj Patil2016-10-051-6/+6
* | avutil/hwcontext_cuda: align allocated framesTimo Rothenpieler2016-10-031-15/+20
* | avutil/hwcontext_cuda: use proper synchronization flagTimo Rothenpieler2016-09-291-1/+1
* | avutil/hwcontext: use CONFIG_QSV instead of CONFIG_LIBMFX for qsvJames Almer2016-09-282-3/+3
* | Merge commit '59e7361cc791e5103be1712dc59a2055f118d0da'James Almer2016-09-287-1/+853
|\ \ | |/