Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-12lavu/mem: Make other alloc functions more similar to av_malloc().Carl Eugen Hoyos
2020-04-07hwcontext_vulkan: only use one semaphore per imageLynne
2020-04-06avutil/hwcontext_cuda: Only handle CUDA hardware framesTimo Rothenpieler
2020-04-01avutil/opt: Don't use NULL for %s string in a log messageAndreas Rheinhardt
2020-03-28avutil/frame: make frame copy functions hwframe awareTimo Rothenpieler
2020-03-28avutil/hwcontext: correctly set extended_data on hwframe_get_bufferTimo Rothenpieler
2020-03-24lavu/tx: add 2-point FFT transformLynne
2020-03-24lavu/tx: improve documentationLynne
2020-03-20hwcontext_opencl: include header file in HEADERSDaniel Playfair Cal
2020-03-19avutil/hwcontext_cuda: combine transfer functionsTimo Rothenpieler
2020-03-19avutil/hwcontext_cuda: add YUVA420P pixel formatYaroslav Pogrebnyak
2020-03-18hwcontext_vulkan: fix imported image bitmaskLynne
2020-03-12hwcontext_vulkan: support more than one plane per DMABUF layerLynne
2020-03-12hwcontext_vulkan: duplicate DMABUF objects before importing themLynne
2020-03-12hwcontext_vulkan: initialize semaphores of DMABUF importsLynne
2020-03-12hwcontext_vulkan: only convert image layout for transfers if necessaryLynne
2020-03-12hwcontext_vulkan: minor corrections for DMABUF mappingLynne
2020-02-24hwcontext_vaapi: Only accept a render node when deriving from DRM deviceMark Thompson
2020-02-24lavu/hwcontext_vaapi: add vaapi_format_map support for Y210Linjie Fu
2020-02-24lavu/pix_fmt: add new pixel format y210Linjie Fu
2020-02-15avutil/hwcontext_d3d11va: Use secure dlopen.Matt Oliver
2020-02-14lavu/tx: improve 3-point fixed precisionLynne
2020-02-13lavu/tx: slightly optimize fft15Lynne
2020-02-13lavu/tx: undef the correct macroLynne
2020-02-13lavu/tx: implement 32 bit fixed point FFT and MDCTLynne
2020-02-12avutil/log: Add av_log_once() for printing a message just once with a high lo...Michael Niedermayer
2020-02-09avutil/log: add support for multibyte console log for win32Marton Balint
2020-02-09avutil/log: add support for forced ANSI colors on win32Marton Balint
2020-02-09avutil/log: fix detecting console mode on Win32Marton Balint
2020-02-09avutil/log: factorize ansi_fputsMarton Balint
2020-02-09avutil/log: drop support for NO_COLOR environment variableMarton Balint
2020-02-09lavu/tx: mention FFT output is not normalizedLynne
2020-02-05lavu: bump minor version for the Vulkan patchsetLynne
2020-02-05lavu/hwcontext_cuda: refactor context initialisationPhilip Langdale
2020-02-05lavu: add Vulkan hwcontext codeLynne
2020-02-05lavu/hwcontext: Add support for HW -> HW transfersPhilip Langdale
2020-01-31avutil/common: warn about possible move of the data pointer after the last 0 ...Marton Balint
2020-01-31avutil/common: put ERROR statements into separate code blocks in GET_UTF8/16Marton Balint
2020-01-31avutil/common: add parenthesis around GET_16BIT in GET_UTF16Marton Balint
2020-01-31avutil/common: use unsigned int in GET_UTF8Marton Balint
2020-01-26avutil/thread: fix strict_pthread_cond_timedwaitMarton Balint
2020-01-23libavutil: x86: Include stdlib.h before using _byteswap_ulongMartin Storsjö
2020-01-23configure: Check for GetStdHandle in addition to SetConsoleTextAttributeMartin Storsjö
2020-01-22avutil/log: Move log_level_offset_offset code from av_log() to v_log()Michael Niedermayer
2020-01-22avutil/thread: Add pthread_cond_timedwait functionMatt Oliver
2020-01-14avutil/avstring: Fix warning: ISO C90 forbids mixed declarations and codeLimin Wang
2020-01-07Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos
2020-01-04libavutil/opt: fix memory leak after av_dict_parse_string failJun Zhao
2019-12-28avutil/eval: Add av_expr_count_func() similar to av_expr_count_vars()Michael Niedermayer
2019-12-27avutil/tests/opt: add av_opt_get/av_opt_set testsMarton Balint