summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* avutil/imgutils: don't fill data pointers for missing planesJames Almer2020-07-261-1/+1
* avutil: bump version after addition of MIPS cpu flagsJames Almer2020-07-231-1/+1
* libavutil: Detect MMI and MSA flags for MIPSJiaxun Yang2020-07-237-1/+181
* libavutils: Add parse_r helper for MIPSJiaxun Yang2020-07-231-0/+42
* libavutil/frame: avoid UB when getting plane sizesBrian Kim2020-07-221-4/+16
* avutil/imgutils: add utility to get plane sizesBrian Kim2020-07-223-24/+90
* avutil/timecode: add description for SMPTE binary formatLimin Wang2020-07-152-2/+15
* avutil/hwcontext_vdpau: Correctly initialise pixfmtsPhilip Langdale2020-07-121-21/+21
* avutil/x86inc: fix warnings when assembling with Nasm 2.15Henrik Gramner2020-07-121-16/+30
* avcodec/hevcdec: Add VDPAU to list of supported formatsManojGuptaBonda2020-07-091-2/+19
* avutil/opt: check return value of av_bprint_finalize()Limin Wang2020-07-021-1/+3
* avutil/avsscanf: Add () to avoid integer overflow in scanexp()Michael Niedermayer2020-07-011-2/+2
* avutil/common: Fix integer overflow in av_ceil_log2_c()Michael Niedermayer2020-06-301-1/+1
* avutil/timecode: add function av_timecode_get_smpte()Limin Wang2020-06-282-0/+45
* lavu/internal: Fix comment for avpriv_dict_set_timestampJun Zhao2020-06-141-1/+2
* avutil/internal: remove FF_ALLOCx{_ARRAY}_OR_GOTO macrosLimin Wang2020-06-131-36/+0
* avcodec/h264dec: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lableLimin Wang2020-06-131-0/+3
* lavu/hwcontext_vaapi: add vaapi_format_map support for x2rgb10Fei Wang2020-06-121-0/+3
* lavu/pix_fmt: add new pixel format x2rgb10Fei Wang2020-06-123-1/+28
* avutil: add AV_FRAME_DATA_SEI_UNREGISTERED side data typeLimin Wang2020-06-113-1/+10
* lavu/opt: add a more general child class iteration APIAnton Khirnov2020-06-104-12/+67
* Bump minor versions after branching 4.3n4.4-devMichael Niedermayer2020-06-081-1/+1
* Bump minor versions to separate 4.3 from masterMichael Niedermayer2020-06-081-1/+1
* avutil/dict: av_realloc -> av_realloc_array()Limin Wang2020-06-061-2/+2
* avutil/mathematics: Fix overflow with NaN in av_add_stable()Dale Curtis2020-06-061-1/+1
* avutil/buffer: separate public and internal flags inside AVBuffersJames Almer2020-06-052-10/+10
* avutil/buffer: avutil/buffer: add a mention that some arguments from av_buffe...James Almer2020-06-051-2/+3
* avutil/buffer: use the default allocator if none is provided to av_buffer_poo...James Almer2020-06-052-1/+4
* hwcontext_vulkan: fix make checkheaders failJun Zhao2020-06-041-0/+3
* avutil/attributes: Fix too many warning: false is not defined [-Wundef]Limin Wang2020-05-301-1/+1