summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/opt: only skip evaluation for rational optionsMarton Balint2020-05-011-6/+8
* lavu/version: bump minor version for DOVI sidedataJun Zhao2020-04-251-2/+2
* lavutil: add DOVI related headervacingfang2020-04-233-0/+107
* hwcontext_vulkan: correctly download and upload flipped imagesLynne2020-04-211-2/+2
* avutil/log: update text requesting samplesMarton Balint2020-04-171-1/+1
* lavu/mem: Make other alloc functions more similar to av_malloc().Carl Eugen Hoyos2020-04-121-8/+12
* hwcontext_vulkan: only use one semaphore per imageLynne2020-04-072-70/+72
* avutil/hwcontext_cuda: Only handle CUDA hardware framesTimo Rothenpieler2020-04-061-0/+4
* avutil/opt: Don't use NULL for %s string in a log messageAndreas Rheinhardt2020-04-011-7/+2
* avutil/frame: make frame copy functions hwframe awareTimo Rothenpieler2020-03-282-2/+10
* avutil/hwcontext: correctly set extended_data on hwframe_get_bufferTimo Rothenpieler2020-03-281-0/+2
* lavu/tx: add 2-point FFT transformLynne2020-03-232-11/+19
* lavu/tx: improve documentationLynne2020-03-231-2/+13
* hwcontext_opencl: include header file in HEADERSDaniel Playfair Cal2020-03-201-0/+1
* avutil/hwcontext_cuda: combine transfer functionsTimo Rothenpieler2020-03-191-55/+23
* avutil/hwcontext_cuda: add YUVA420P pixel formatYaroslav Pogrebnyak2020-03-192-2/+3
* hwcontext_vulkan: fix imported image bitmaskLynne2020-03-171-1/+2
* hwcontext_vulkan: support more than one plane per DMABUF layerLynne2020-03-121-18/+26
* hwcontext_vulkan: duplicate DMABUF objects before importing themLynne2020-03-121-3/+6
* hwcontext_vulkan: initialize semaphores of DMABUF importsLynne2020-03-121-13/+38
* hwcontext_vulkan: only convert image layout for transfers if necessaryLynne2020-03-121-17/+29
* hwcontext_vulkan: minor corrections for DMABUF mappingLynne2020-03-121-5/+6
* hwcontext_vaapi: Only accept a render node when deriving from DRM deviceMark Thompson2020-02-241-3/+43
* lavu/hwcontext_vaapi: add vaapi_format_map support for Y210Linjie Fu2020-02-241-0/+3
* lavu/pix_fmt: add new pixel format y210Linjie Fu2020-02-243-1/+29
* avutil/hwcontext_d3d11va: Use secure dlopen.Matt Oliver2020-02-151-2/+3
* lavu/tx: improve 3-point fixed precisionLynne2020-02-142-9/+18
* lavu/tx: slightly optimize fft15Lynne2020-02-131-2/+2
* lavu/tx: undef the correct macroLynne2020-02-131-1/+1
* lavu/tx: implement 32 bit fixed point FFT and MDCTLynne2020-02-137-90/+169
* avutil/log: Add av_log_once() for printing a message just once with a high lo...Michael Niedermayer2020-02-123-1/+31
* avutil/log: add support for multibyte console log for win32Marton Balint2020-02-091-1/+26
* avutil/log: add support for forced ANSI colors on win32Marton Balint2020-02-091-14/+27
* avutil/log: fix detecting console mode on Win32Marton Balint2020-02-091-0/+3
* avutil/log: factorize ansi_fputsMarton Balint2020-02-091-18/+23
* avutil/log: drop support for NO_COLOR environment variableMarton Balint2020-02-091-5/+3
* lavu/tx: mention FFT output is not normalizedLynne2020-02-081-1/+1
* lavu: bump minor version for the Vulkan patchsetLynne2020-02-041-1/+1
* lavu/hwcontext_cuda: refactor context initialisationPhilip Langdale2020-02-041-64/+50
* lavu: add Vulkan hwcontext codeLynne2020-02-049-0/+3135
* lavu/hwcontext: Add support for HW -> HW transfersPhilip Langdale2020-02-041-10/+43
* avutil/common: warn about possible move of the data pointer after the last 0 ...Marton Balint2020-01-311-1/+3
* avutil/common: put ERROR statements into separate code blocks in GET_UTF8/16Marton Balint2020-01-311-3/+3
* avutil/common: add parenthesis around GET_16BIT in GET_UTF16Marton Balint2020-01-311-2/+2
* avutil/common: use unsigned int in GET_UTF8Marton Balint2020-01-311-1/+1
* avutil/thread: fix strict_pthread_cond_timedwaitMarton Balint2020-01-251-9/+15
* libavutil: x86: Include stdlib.h before using _byteswap_ulongMartin Storsjö2020-01-231-0/+1
* configure: Check for GetStdHandle in addition to SetConsoleTextAttributeMartin Storsjö2020-01-231-3/+3
* avutil/log: Move log_level_offset_offset code from av_log() to v_log()Michael Niedermayer2020-01-221-4/+4
* avutil/thread: Add pthread_cond_timedwait functionMatt Oliver2020-01-211-0/+7