aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-23avfilter/graphparser: Fix memleak when linking filters failsAndreas Rheinhardt
2020-08-23fftools/ffmpeg: Fix leak of AVFilterInOut in case of errorAndreas Rheinhardt
2020-08-23avfilter/graphparser: Check allocations for successAndreas Rheinhardt
2020-08-23avfilter/graphparser: Don't set pointer to one beyond '\0' of stringAndreas Rheinhardt
2020-08-23avfilter/graphparser: Fix leaks when parsing inputs failsAndreas Rheinhardt
2020-08-23cbs_av1: Fix test for presence of buffer_removal_time elementMark Thompson
2020-08-23avcodec/v4l2_m2m_enc: reindent after previous commitAndriy Gelman
2020-08-23avcodec/v4l2_m2m_enc: buffer frame if it cannot be enqueuedAndriy Gelman
2020-08-23avcodec/cbs_av1: always store temporal_id and spatial_id in CodedBitstreamAV1...James Almer
2020-08-23avfilter/af_afir: make use of vector_fmac_scalar() tooPaul B Mahol
2020-08-23avcodec/cbs_av1: fix storage size for render_{width,height}_minus_1James Almer
2020-08-23avcodec/gif: fix disposal method for first frame and transparent gifsPaul B Mahol
2020-08-23avcodec/notchlc: add initial alpha supportPaul B Mahol
2020-08-23avfilter: remove useless castZhao Zhili
2020-08-23avfilter/f_sidedata: Add SEI_UNREGISTERED frame side data typeLimin Wang
2020-08-23avformat/mpegtsenc: support DVB 6A descriptor for AC-3Limin Wang
2020-08-22libavformat/ffmetadec.c: Fix Use-of-uninitialized-valueThierry Foucu
2020-08-22libavformat/nut: Support SSA and ASS subtitleshax@riseup.net
2020-08-22avcodec/dvbsubdec: error out on unsupported coding methodsClément Bœsch
2020-08-22avcodec/dvbsubdec: request samples for missing coding methodsClément Bœsch
2020-08-22avcodec/dvbsubenc: fix onject/object typoClément Bœsch
2020-08-22avcodec/dvbsubenc: reindent after previous commitClément Bœsch
2020-08-22avcodec/dvbsubenc: merge rectangle encode code blocksClément Bœsch
2020-08-22avcodec/dvbsub: add "enc" suffix to encoderClément Bœsch
2020-08-22avcodec/dvbsub: remove useless indirection in dvbsub_encode.Clément Bœsch
2020-08-22fate: add fate-sub-dvb testClément Bœsch
2020-08-22avcodec/rzpaenc: Remove set-but-unused variableAndreas Rheinhardt
2020-08-21avcodec/libaomdec: Set SAR based on RenderWidth and RenderHeightDerek Buitenhuis
2020-08-21avcodec/proresenc: infer array lengthsMichael Bradshaw
2020-08-21avfilter/af_biquads: add different transform typesPaul B Mahol
2020-08-21avfilter/af_arnndn: use RNN_COPY macro to copyPaul B Mahol
2020-08-21avcodec: add RPZA encoderPaul B Mahol
2020-08-21avcodec/proresenc: add support for PQ and HLGMichael Bradshaw
2020-08-21avformat/movenc: write the colr atom by defaultMichael Bradshaw
2020-08-21avfilter/formats: Remove unused functionsAndreas Rheinhardt
2020-08-21avfilter/audio: Remove unused array, move used-only-once arrayAndreas Rheinhardt
2020-08-21dnn_backend_native_layer_avgpool: Fix invalid assignment, use av_assertAndreas Rheinhardt
2020-08-21avcodec/qdmc: reduce insanely huge tablesPaul B Mahol
2020-08-21avfilter/vf_overlay: Remove superfluous ;Andreas Rheinhardt
2020-08-21doc/APIchanges: Remove version conflict separatorAndreas Rheinhardt
2020-08-21avfilter/fifo: Remove unused functions and headersAndreas Rheinhardt
2020-08-21lavu/buffer: forward av_buffer_realloc() error code.Nicolas George
2020-08-21lavu/avstring: deprecate av_d2str().Nicolas George
2020-08-21avfilter/libvmaf: mention csv as available log formatHarry Mallon
2020-08-21dnn/native: rename struct ConvolutionalNetwork to NativeModelTing Fu
2020-08-21avfilter/formats: CosmeticsAndreas Rheinhardt
2020-08-20avfilter/formats: Factor checking for mergeability out of ff_merge_*Andreas Rheinhardt
2020-08-20avfilter/formats: Avoid code duplication when merging sampleratesAndreas Rheinhardt
2020-08-20swscale/x86/output: add missing AVX2 support preprocessor wrappersJames Almer
2020-08-20lavfi: remove request_samples.Nicolas George