summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* avutil/hwcontext_cuda: Only handle CUDA hardware framesTimo Rothenpieler2020-04-06
* avutil/opt: Don't use NULL for %s string in a log messageAndreas Rheinhardt2020-04-01
* avutil/frame: make frame copy functions hwframe awareTimo Rothenpieler2020-03-28
* avutil/hwcontext: correctly set extended_data on hwframe_get_bufferTimo Rothenpieler2020-03-28
* lavu/tx: add 2-point FFT transformLynne2020-03-23
* lavu/tx: improve documentationLynne2020-03-23
* hwcontext_opencl: include header file in HEADERSDaniel Playfair Cal2020-03-20
* avutil/hwcontext_cuda: combine transfer functionsTimo Rothenpieler2020-03-19
* avutil/hwcontext_cuda: add YUVA420P pixel formatYaroslav Pogrebnyak2020-03-19
* hwcontext_vulkan: fix imported image bitmaskLynne2020-03-17
* hwcontext_vulkan: support more than one plane per DMABUF layerLynne2020-03-12
* hwcontext_vulkan: duplicate DMABUF objects before importing themLynne2020-03-12
* hwcontext_vulkan: initialize semaphores of DMABUF importsLynne2020-03-12
* hwcontext_vulkan: only convert image layout for transfers if necessaryLynne2020-03-12
* hwcontext_vulkan: minor corrections for DMABUF mappingLynne2020-03-12
* hwcontext_vaapi: Only accept a render node when deriving from DRM deviceMark Thompson2020-02-24
* lavu/hwcontext_vaapi: add vaapi_format_map support for Y210Linjie Fu2020-02-24
* lavu/pix_fmt: add new pixel format y210Linjie Fu2020-02-24
* avutil/hwcontext_d3d11va: Use secure dlopen.Matt Oliver2020-02-15
* lavu/tx: improve 3-point fixed precisionLynne2020-02-14
* lavu/tx: slightly optimize fft15Lynne2020-02-13
* lavu/tx: undef the correct macroLynne2020-02-13
* lavu/tx: implement 32 bit fixed point FFT and MDCTLynne2020-02-13
* avutil/log: Add av_log_once() for printing a message just once with a high lo...Michael Niedermayer2020-02-12
* avutil/log: add support for multibyte console log for win32Marton Balint2020-02-09
* avutil/log: add support for forced ANSI colors on win32Marton Balint2020-02-09
* avutil/log: fix detecting console mode on Win32Marton Balint2020-02-09
* avutil/log: factorize ansi_fputsMarton Balint2020-02-09
* avutil/log: drop support for NO_COLOR environment variableMarton Balint2020-02-09
* lavu/tx: mention FFT output is not normalizedLynne2020-02-08
* lavu: bump minor version for the Vulkan patchsetLynne2020-02-04
* lavu/hwcontext_cuda: refactor context initialisationPhilip Langdale2020-02-04
* lavu: add Vulkan hwcontext codeLynne2020-02-04
* lavu/hwcontext: Add support for HW -> HW transfersPhilip Langdale2020-02-04
* avutil/common: warn about possible move of the data pointer after the last 0 ...Marton Balint2020-01-31
* avutil/common: put ERROR statements into separate code blocks in GET_UTF8/16Marton Balint2020-01-31
* avutil/common: add parenthesis around GET_16BIT in GET_UTF16Marton Balint2020-01-31
* avutil/common: use unsigned int in GET_UTF8Marton Balint2020-01-31
* avutil/thread: fix strict_pthread_cond_timedwaitMarton Balint2020-01-25
* libavutil: x86: Include stdlib.h before using _byteswap_ulongMartin Storsjö2020-01-23
* configure: Check for GetStdHandle in addition to SetConsoleTextAttributeMartin Storsjö2020-01-23
* avutil/log: Move log_level_offset_offset code from av_log() to v_log()Michael Niedermayer2020-01-22
* avutil/thread: Add pthread_cond_timedwait functionMatt Oliver2020-01-21
* avutil/avstring: Fix warning: ISO C90 forbids mixed declarations and codeLimin Wang2020-01-14
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-06
* libavutil/opt: fix memory leak after av_dict_parse_string failJun Zhao2020-01-04
* avutil/eval: Add av_expr_count_func() similar to av_expr_count_vars()Michael Niedermayer2019-12-28
* avutil/tests/opt: add av_opt_get/av_opt_set testsMarton Balint2019-12-27
* avutil/tests/opt: add tests for AV_OPT_TYPE_DICTMarton Balint2019-12-27
* avutil/opt: add full support for AV_OPT_TYPE_DICTMarton Balint2019-12-27