summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Add HDR dynamic metadata struct (for SMPTE 2094-40) to libavutilMohammad Izadi2018-12-216-2/+402
* lavu/internal: Replace an empty loop with "do {}".Carl Eugen Hoyos2018-12-191-1/+1
* avutil/tests/random_seed: seeds[] is uint32_t, therefore use PRIX32 macroPeter Ross2018-12-161-1/+1
* avutil/avsscanf: do not use long double functionsPaul B Mahol2018-12-151-6/+6
* hwcontext_opencl: Use correct function to enumerate devicesMark Thompson2018-12-021-3/+6
* avpriv_tempfile: add djgpp fallbackPeter Ross2018-11-281-1/+1
* hwcontext_opencl: Only release command queue if it existsMark Thompson2018-11-281-4/+7
* avutil/mem: Fix invalid use of av_alloc_sizeMark Harris2018-11-261-1/+1
* avutil : add YUVA444P12 and YUVA422P12Martin Vignali2018-11-243-1/+60
* avutil/avsscanf: do not use unsupported p suffix for hex variablePaul B Mahol2018-11-221-3/+1
* avutil/avsscanf: use ptrdiff_t instead of off_tPaul B Mahol2018-11-191-4/+4
* avutil/mem: Correct documentation of av_fast_*alloc(z)Andreas Rheinhardt2018-11-181-12/+12
* lavu/avsscanf: Do not mix declaration and code.Carl Eugen Hoyos2018-11-181-1/+2
* avutil/cuda_check: Make sure this passes make fate-sourcePhilip Langdale2018-11-171-3/+3
* lavu: add locale-independent sscanf implementationPaul B Mahol2018-11-163-0/+978
* avutil/hwcontext_cuda: Define and use common CHECK_CU()Philip Langdale2018-11-144-80/+161
* libavutil: Undeprecate the AVFrame reordered_opaque fieldMartin Storsjö2018-11-052-2/+1
* Bump minor version for master after 4.1 branchpointMichael Niedermayer2018-11-021-1/+1
* 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
OpenPOWER on IntegriCloud