aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* hwcontext_vulkan: wait and signal semaphores when transferring to CUDALynne2020-12-051-0/+16
* avutil/opt: add AV_OPT_FLAG_DEPRECATED optionLimin Wang2020-12-051-0/+1
* avutil/timecode: add av_timecode_init_from_componentsMarton Balint2020-12-033-11/+36
* avutil/timecode: allow drop frame timecodes for multiples of 30000/1001 fpsMarton Balint2020-12-032-12/+9
* avutil/film_grain_params: fix doxy for ar_coeff_* fieldsJames Almer2020-12-031-4/+5
* avutil/avsscanf: fix possible overreads when dealing with %c or %sPaul B Mahol2020-12-021-1/+1
* hwcontext_vulkan: reduce priority for PACK32 formatsLynne2020-11-271-2/+5
* avutil/film_grain_params: add more details to some AVFilmGrainAOMParams fieldsJames Almer2020-11-261-6/+6
* lavu/film_grain_params: fix typo in type enumLynne2020-11-271-2/+2
* hwcontext_vulkan: optionally enable more functionalityNiklas Haas2020-11-251-0/+6
* hwcontext_vulkan: support additional pixel formatsLynne2020-11-251-4/+38
* hwcontext_vulkan: fix incorrect A/0BGR mappingLynne2020-11-251-2/+2
* hwcontext_vulkan: simplify plane size calculations and support 4-plane formatsLynne2020-11-251-53/+64
* hwcontext_vulkan: do not segfault when failing to init a AVHWFramesContextLynne2020-11-251-38/+33
* hwcontext_vulkan: always attempt to map host memory when transferringLynne2020-11-251-33/+81
* hwcontext_vulkan: check for memory size before choosing typeLynne2020-11-251-1/+7
* hwcontext_vulkan: correctly access the p->extensions bitmaskLynne2020-11-251-2/+2
* hwcontext_vulkan: unify download/upload functionsLynne2020-11-251-141/+69
* hwcontext_vulkan: add VkExternalMemoryBufferCreateInfo to imported buffersLynne2020-11-251-2/+14
* hwcontext_vulkan: do not use uninitialized variables on errors in CUDA codeLynne2020-11-251-10/+9
* hwcontext_drm: issue DMA_BUF_IOCTL_SYNC when mapping FDsLynne2020-11-251-5/+31
* libavutil: introduce AVFilmGrainParams side dataLynne2020-11-256-1/+219
* lavu: add missing stddef.h includes for size_t.Anton Khirnov2020-11-206-0/+8
* avutil/frame: fix potential leaks in av_frame_ref()Gil Pedersen2020-11-191-3/+3
* avutil/frame: use av_buffer_replace() to simplify codeGil Pedersen2020-11-191-22/+9
* avutil/hwcontext_cuda: fix edge case with non-even frame heightsTimo Rothenpieler2020-11-041-1/+1
* avutil/hwcontext_cuda: query correct alignment from deviceTimo Rothenpieler2020-11-041-6/+23
* avutil/hwcontext_cuda: increase CUDA frame alignment to 512Timo Rothenpieler2020-11-031-1/+1
* avutil/mathematics: Use av_sat_add64() for the last addition in av_add_stable()Michael Niedermayer2020-10-251-1/+1
* avutil/common: Implement av_sat_add64_c() with fewer branchesMichael Niedermayer2020-10-241-5/+4
* avutil/pixdesc: add missing FF_API_PSEUDOPAL checkJames Almer2020-10-021-0/+2
* lavu/buffer: add a convenience function for replacing buffersAnton Khirnov2020-09-283-1/+43
* avutil/pixfmt: improve definition of AVColorRangeJan Ekström2020-09-231-3/+51
* avutil/fixed_dsp: Fix integer overflows in butterflies_fixed_c()Michael Niedermayer2020-09-191-1/+2
* avutil/cuda_check: add missing dynlink_loader.h includeJames Almer2020-09-151-0/+2
* avutil/timecode: add av_timecode_make_smpte_tc_string2Marton Balint2020-09-133-2/+36
* avutil/timecode: do not trash bits on invalid av_timecode_get_smpte argumentsMarton Balint2020-09-131-0/+5
* avutil/timecode: cosmetics on av_timecode_get_smpteMarton Balint2020-09-131-7/+4
* avutil/timecode: fix av_timecode_get_smpte_from_framenum with 50/60 fpsMarton Balint2020-09-132-18/+4
* hwcontext_vaapi: Don't require a render node when deriving from DRMMark Thompson2020-08-311-12/+16
* lavu/buffer: forward av_buffer_realloc() error code.Nicolas George2020-08-211-3/+4
* lavu/avstring: deprecate av_d2str().Nicolas George2020-08-214-0/+14
* avutil/video_enc_params: fix code commentleozhang2020-08-201-1/+1
* avutil/channel_layout: add 22.2 layoutJan Ekström2020-08-043-1/+13
* hwcontext_vulkan: remove plane size alignment checks when host importingLynne2020-08-021-4/+4
* tests/imgutils: test the output of av_image_fill_* functionsJames Almer2020-07-301-0/+38
* avutil/mips/generic_macros_msa: Fix prob that 'ulw' and 'uld' unsupported by ...Shiyou Yin2020-07-301-6/+8
* hwcontext_vaapi: remove duplicate formats from sw_format listHaihao Xiang2020-07-271-5/+25
* hwcontext_vaapi: avoid fd leak in vaapi_device_deriveHaihao Xiang2020-07-271-1/+6
* avutil/imgutils: always zero data pointers in av_image_fill_pointers()James Almer2020-07-261-2/+2