aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-24avfilter/af_aformat: Add uninit functionAndreas Rheinhardt
2020-08-24avfilter/avfiltergraph: Remove unused macro parameterAndreas Rheinhardt
2020-08-24avfilter: Remove redundant ff_formats/channel_layouts_unref()Andreas Rheinhardt
2020-08-24avfilter/vf_hwdownload: Fix leak of formats list upon errorAndreas Rheinhardt
2020-08-23avfilter/formats: Fix double frees and memleaks on errorAndreas Rheinhardt
2020-08-23avfilter/af_channelmap: Fix double-free of AVFilterChannelLayouts on errorAndreas Rheinhardt
2020-08-23avfilter/vf_alphamerge: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2020-08-23avfilter/vf_overlay: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2020-08-23avfilter/vf_remap: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2020-08-23avfilter/vf_showpalette: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2020-08-23avfilter/af_amix: Fix double-free of AVFilterChannelLayouts on errorAndreas Rheinhardt
2020-08-23avfilter/af_amix: Don't needlessly reallocate tableAndreas Rheinhardt
2020-08-23avfilter/vf_vpp_qsv: Fix leak of AVFilterFormats on errorAndreas Rheinhardt
2020-08-23avfilter/vf_paletteuse: Fix leaks of AVFilterFormats on errorAndreas Rheinhardt
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