summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* hwcontext: add av_hwdevice_ctx_create_derived_optsLynne2020-05-23
* lavu: add av_gcd_q().Nicolas George2020-05-23
* avutil/opt: add AV_OPT_FLAG_CHILD_CONSTSMarton Balint2020-05-22
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-22
* lavc/qsvdec: add decode support for HEVC 4:2:2 8-bit and 10-bitLinjie Fu2020-05-18
* avutil: bump version after addition of av_sat_add64 and av_sat_sub64James Almer2020-05-17
* avutil/common: Add saturated add/sub operations for int64_t.Dale Curtis2020-05-15
* aarch64: Explicitly forbid using the x18 registerMartin Storsjö2020-05-15
* hwcontext_vulkan: fix incorrect print argumentLynne2020-05-14
* hwcontext_vulkan: don't add the optional VK_KHR_surface extension by defaultLynne2020-05-12
* hwcontext_vulkan: don't error on unavailable user-specified extensionsLynne2020-05-12
* hwcontext_vulkan: use the maximum amount of queues for each familyLynne2020-05-12
* hwcontext_vulkan: update prepare_frame() for multiple semaphores when exportingLynne2020-05-12
* vp9dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov2020-05-12
* libavutil: add API for exporting video frame quantizersJuan De León2020-05-12
* Revert "hwcontext_vulkan: only use one semaphore per image"Lynne2020-05-11
* hwcontext_vulkan: convert to general layout and transfer queue when exportingLynne2020-05-10
* hwcontext_vulkan: create all images with concurrent sharing modeLynne2020-05-10
* hwcontext_vulkan: fix inverted condition when exporting images to drm_primeLynne2020-05-10
* hwcontext_vulkan: update debugging layer nameLynne2020-05-10
* hwcontext_vulkan: remove unused internal REQUIRED extension flagLynne2020-05-10
* hwcontext_vulkan: expose enabled device and instance extensionsLynne2020-05-10
* hwcontext_vulkan: let users enable device and instance extensions using optionsLynne2020-05-10
* hwcontext_vulkan: optionally enable the VK_KHR_surface extension if availableLynne2020-05-10
* avutil/opt: only skip evaluation for rational optionsMarton Balint2020-05-01
* lavu/version: bump minor version for DOVI sidedataJun Zhao2020-04-25
* lavutil: add DOVI related headervacingfang2020-04-23
* hwcontext_vulkan: correctly download and upload flipped imagesLynne2020-04-21
* avutil/log: update text requesting samplesMarton Balint2020-04-17
* lavu/mem: Make other alloc functions more similar to av_malloc().Carl Eugen Hoyos2020-04-12
* hwcontext_vulkan: only use one semaphore per imageLynne2020-04-07
* 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