summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* lavu/parseutils: Allow to parse >= 100 hours.Carl Eugen Hoyos2019-02-091-1/+1
* avutil/ppc/cpu: Fix power8 linux detectionLauri Kasanen2019-02-051-5/+5
* lavu/imgutils: Use FFABS() instead of abs() for ptrdiff_t.Carl Eugen Hoyos2019-02-011-2/+2
* avcodec/mips: [loongson] optimize put_hevc_qpel_hv_8 with mmi.Shiyou Yin2019-01-221-0/+9
* avutil/imgutils: Optimize memset_bytes() by using av_memcpy_backptr()Michael Niedermayer2019-01-201-22/+5
* avutil/mem: Optimize fill32() by unrolling and using 64bitMichael Niedermayer2019-01-201-0/+12
* lavu/frame: Fix typo.Carl Eugen Hoyos2019-01-181-1/+1
* avutil: add ROI (Region Of Interest) data struct and bump versionGuo, Yejun2019-01-173-1/+37
* intreadwrite: add AV_RL64A, AV_WL64APeter Ross2019-01-111-0/+15
* 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
OpenPOWER on IntegriCloud