summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* avutil/avstring: Fix warning: ISO C90 forbids mixed declarations and codeLimin Wang2020-01-141-3/+5
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-061-1/+1
* libavutil/opt: fix memory leak after av_dict_parse_string failJun Zhao2020-01-041-2/+6
* avutil/eval: Add av_expr_count_func() similar to av_expr_count_vars()Michael Niedermayer2019-12-283-9/+35
* avutil/tests/opt: add av_opt_get/av_opt_set testsMarton Balint2019-12-271-0/+41
* avutil/tests/opt: add tests for AV_OPT_TYPE_DICTMarton Balint2019-12-271-0/+5
* avutil/opt: add full support for AV_OPT_TYPE_DICTMarton Balint2019-12-272-8/+53
* avutil/buffer: add av_buffer_pool_buffer_get_opaqueMarton Balint2019-12-263-2/+23
* lavu/log: Also print the log level for level trace.Carl Eugen Hoyos2019-12-161-0/+2
* lavu/pixfmt: Cosmetics, remove wrong end-of-comment markers.Carl Eugen Hoyos2019-12-141-12/+12
* avutil/buffer: use appropriate atomic operationsZhao Zhili2019-12-051-3/+3
* avutil/hwcontext_cuda: allow using primary CUDA device contextOleg Dobkin2019-11-264-11/+59
* avutil/lfg: Correct index increment type to avoid undefined behaviorMichael Niedermayer2019-11-241-3/+6
* avutil/eval: add function to track variable useGyan Doshi2019-11-173-2/+28
* avutil/frame: fix remove_side_dataZhao Zhili2019-11-112-3/+2
* avutil/lfg: Document the AVLFG structMichael Niedermayer2019-11-091-0/+6