summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* hwcontext_vulkan: support more than one plane per DMABUF layerLynne2020-03-121-18/+26
* hwcontext_vulkan: duplicate DMABUF objects before importing themLynne2020-03-121-3/+6
* hwcontext_vulkan: initialize semaphores of DMABUF importsLynne2020-03-121-13/+38
* hwcontext_vulkan: only convert image layout for transfers if necessaryLynne2020-03-121-17/+29
* hwcontext_vulkan: minor corrections for DMABUF mappingLynne2020-03-121-5/+6
* avformat/avidec: recognize H265 fourcc as hevcPaul B Mahol2020-03-122-0/+4
* avformat/vpk: add seeking supportPaul B Mahol2020-03-121-0/+25
* avfilter/vf_dnn_processing.c: add frame size change support for planar yuv fo...Guo, Yejun2020-03-122-7/+39
* avfilter/vf_dnn_processing.c: add planar yuv format supportGuo, Yejun2020-03-122-0/+81
* avfilter/vf_dnn_processing.c: use swscale for uint8<->float32 convertGuo, Yejun2020-03-121-20/+61
* avformat/hlsenc: set the options when open the key info filesSteven Liu2020-03-121-3/+14
* avformat/hlsenc: Fix initial setting for start_ptsHongcheng Zhong2020-03-121-0/+7
* avcodec/cbs_jpeg: Check length for SOSMichael Niedermayer2020-03-121-0/+3
* avcodec/adpcm: Fix invalid shift in AV_CODEC_ID_ADPCM_PSXMichael Niedermayer2020-03-111-1/+1
* avcodec/mpeg12dec: Fix invalid shift in mpeg2_fast_decode_block_intra()Michael Niedermayer2020-03-111-1/+1
* lsws/input: Do not change transparency range.Carl Eugen Hoyos2020-03-1112-112/+112
* avcodec/wavpack: check for allocation failurePaul B Mahol2020-03-111-0/+3
* avcodec/wavpack: fix some syle issuesPaul B Mahol2020-03-111-18/+20
* avcodec/wavpack: add support for DSD filesDavid Bryant2020-03-114-108/+616
* lavc/aarch64: Remove unneeded file vp9mc_aarch64.cCarl Eugen Hoyos2020-03-111-81/+0
* lavc/aarch64: Fix suffix of new file vp9mc_aarch64.Carl Eugen Hoyos2020-03-111-0/+81
* lavc/aarch64: Fix compilation with --disable-neonCarl Eugen Hoyos2020-03-112-3/+7
* lavc/aarch64: Move non-neon vp9 copy functions out of neon source file.Carl Eugen Hoyos2020-03-114-55/+82
* Makefile: Delete more created files when running "make distclean".Carl Eugen Hoyos2020-03-111-0/+1
* avfilter/Makefile: remove dnn files when calling make cleanJames Almer2020-03-111-1/+1
* fate/adpcm: add adpcm_ima_alp testsZane van Iperen2020-03-103-0/+8
* avcodec/cbs_h2645: Treat slices without data as invalidAndreas Rheinhardt2020-03-101-0/+6
* avcodec/cbs_h2645: Remove dead code to delete trailing zeroesAndreas Rheinhardt2020-03-101-14/+0
* avcodec/v4l2_m2m: Avoid using intermediate bufferAndreas Rheinhardt2020-03-101-5/+3
* avformat/movenc: add ICC profile support to colr atomvectronic2020-03-102-2/+22
* avformat/mov: whitespace indentvectronic2020-03-101-26/+26
* avformat/mov: add ICC profile support for colr atomvectronic2020-03-101-2/+13
* API: add AV_PKT_DATA_ICC_PROFILE to AVPacketSideDataTypevectronic2020-03-106-1/+15
* lavc/vaapi_encode_h265: fix conf_win_xxx_offset for 4:2:2/4:4:4 encodingLinjie Fu2020-03-091-2/+2
* avformat/libzmq: Make default pkt_size value consistent with amqpAndriy Gelman2020-03-092-2/+2
* avformat: Add AMQP version 0-9-1 protocol supportAndriy Gelman2020-03-098-1/+368
* avformat/alp: tweak probe function to return MAX-1Zane van Iperen2020-03-091-1/+1
* avformat: add demuxer for LEGO Racers' ALP formatZane van Iperen2020-03-095-2/+151
* avcodec: add decoder for High Voltage Software's ALP ADPCMZane van Iperen2020-03-098-2/+50
* avformat/udp: support w32pthreads compatphunkyfish2020-03-082-1/+14
* fftools/ffmpeg_opt: remove bogus warning of multiple -af and -vf usageMarton Balint2020-03-081-4/+0
* fftools/ffmpeg_opt: warn about overwritten parsed optionsMarton Balint2020-03-081-3/+67
* fftools/ffplay: fix possible memory leak in decoderMarton Balint2020-03-081-1/+4
* ffmpeg: default hwaccel_output_format to cuda when hwaccel is cuvidTimo Rothenpieler2020-03-071-12/+19
* doc/demuxers: update mov sectionGyan Doshi2020-03-062-10/+70
* dump_extradata: Insert extradata even for small packetsAndreas Rheinhardt2020-03-061-2/+2
* h264_mp4toannexb: CosmeticsAndreas Rheinhardt2020-03-061-25/+25
* h264_mp4toannexb: Improve overread checksAndreas Rheinhardt2020-03-061-8/+13
* h264_mp4toannexb: Stop reallocating the output bufferAndreas Rheinhardt2020-03-061-52/+72
* h264_mp4toannexb: Consistently use pointer comparisonsAndreas Rheinhardt2020-03-061-5/+1