summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/mathematics: Document av_rescale_rnd() behavior on non int64 resultsMichael Niedermayer2022-04-091-0/+1
* avutil/common: Add FF_PTR_ADD()Michael Niedermayer2021-09-091-0/+2
* avutil/timecode: Avoid fps overflowMichael Niedermayer2021-09-091-2/+2
* avutil/parseutils: Check sign in av_parse_time()Michael Niedermayer2021-09-091-1/+3
* libavutil/eval: Remove CONFIG_TRAPV special handlingMichael Niedermayer2021-09-091-1/+1
* avutil/timecode: Avoid undefined behavior with large framenumMichael Niedermayer2021-09-091-1/+1
* avutil/fixed_dsp: Fix integer overflows in butterflies_fixed_c()Michael Niedermayer2021-09-091-1/+2
* avutil/common: Fix integer overflow in av_ceil_log2_c()Michael Niedermayer2020-07-031-1/+1
* avutil/encryption_info: Don't pass NULL to memcpyAndreas Rheinhardt2020-07-011-2/+4
* avutil/lfg: Correct index increment type to avoid undefined behaviorMichael Niedermayer2020-01-061-3/+6
* avutil/lfg: Document the AVLFG structMichael Niedermayer2020-01-061-0/+6
* avutil/softfloat_ieee754: Fix odd bit position for exponent and sign in av_bi...Michael Niedermayer2020-01-061-1/+1
* 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-06-271-2/+3
* avutil/imgutils: Optimize memset_bytes() by using av_memcpy_backptr()Michael Niedermayer2019-01-211-22/+5
* avutil/mem: Optimize fill32() by unrolling and using 64bitMichael Niedermayer2019-01-211-0/+12
* Bump minor versions for branching 4.1Michael Niedermayer2018-11-021-1/+1
* lavu/frame: Add error report if av_image_fill_pointers fail.Jun Zhao2018-10-301-4/+6
* avutil/pixdesc: Add av_write_image_line2(), av_read_image_line2()Michael Niedermayer2018-10-273-17/+68
* avutil/integer: Fix integer overflow in av_mul_i()Michael Niedermayer2018-10-241-1/+1
* lavu: bump version, add Changelog entryJosh de Kock2018-10-241-2/+2
* lavc/h264: create AVFrame side data from H.264 timecodesDevin Heitmueller2018-10-232-0/+9
* lavu/qsv: make a copy as libmfx alignment requirement for uploadingZhong Li2018-10-111-2/+29
* lavu/hwcontext_qsv: Add support for AV_PIX_FMT_BGRA.Zhong Li2018-10-111-10/+34
* avutil/tests/parseutils: add some big duration testsMarton Balint2018-10-071-0/+4
* avutil/parseutils: fix some overflows in duration calculationsMarton Balint2018-10-071-4/+10
* avutil/opt: check for minimum and maximum values when setting AV_OPT_TYPE_DUR...Marton Balint2018-10-071-7/+14
* Merge commit '21733b39d0af5211d7b9f168ff3667ea86362e2b'Mark Thompson2018-10-061-1/+1
|\
| * lavu/qsv: fix a random hwupload failure regressionZhong Li2018-10-031-1/+1
* | hwcontext_vaapi: Improve format mappingMark Thompson2018-09-231-57/+76
* | hwcontext_vaapi: Improve logging around quirk detectionMark Thompson2018-09-231-8/+19
* | lavu/frame: Add missing conversions from side data enum to nameJun Zhao2018-09-211-0/+3
* | Fix typosMichael Bunk2018-09-141-1/+1
* | x86/float_dsp: add ff_vector_dmul_{sse2,avx}James Almer2018-09-142-0/+40
* | avutil: add float_dsp.vector_dmulPaul B Mahol2018-09-122-0/+25
* | Merge commit '642fd4769becc2f4827f8375a3d9e8edd2f5df77'James Almer2018-09-111-6/+77
|\ \ | |/
| * qsvvpp: Perform full init only when neededJoe Olivas2018-09-041-6/+77
* | Merge commit 'f89ec87afaf0d1abb6d450253b0b348fd554533b'James Almer2018-09-111-16/+16
|\ \ | |/
| * frame: Simplify the video allocationLuca Barbato2018-08-051-20/+9
| * random_seed: use bcrypt instead of the old wincrypt APISteve Lhomme2018-04-191-9/+10
* | avutil/file: allow mapping 0 byte files with av_file_mapMarton Balint2018-09-093-1/+11
* | avutil/mips: [loongson] simplify macro TRANSPOSE_4H and TRANSPOSE_8BShiyou Yin2018-09-091-31/+53
* | avcodec/mips: [loongson] optimize vp8 decoding in vp8dsp.gxw2018-09-091-0/+28
* | avcodec/mips: [loongson] reoptimize simple idct with mmi.Shiyou Yin2018-09-021-0/+49
* | avutil/encryption_info: Fix size calculation.Jacob Trimble2018-08-151-3/+3
* | libavutil: Adds gray floating-point pixel formats.Sergey Lavrushkin2018-08-113-2/+29
* | x86/pixelutils: don't use the AVX2 functions on CPUs known to be slow with themJames Almer2018-07-311-1/+1
* | x86/pixelutils: add missing preprocessor wrapper to the AVX2 functionsJames Almer2018-07-311-0/+2
* | avutil/pixelutils: sad_32x32 sse2/avx2 optimizations.Jun Zhao2018-07-312-0/+249
* | lavutil/pixelutils: add sad_32x32 in pixelutils API.Jun Zhao2018-07-312-1/+3