aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-08-20lavfi: remove needs_fifo.Nicolas George
2020-08-20lavfi/vaf_spectrumsynth: switch to activate.Nicolas George
2020-08-20lavfi/vf_overlay_qsv: remove needs_fifo.Nicolas George
2020-08-20avcodec/h2645_parse: reset the H2645NAL type value before parsing a NAL headerJames Almer
2020-08-20avcodec/h2645_parse: skip empty NAL units earlierJames Almer
2020-08-20avcodec/h2645_parse: always return 0 on successful h{264,evc}_parse_nal_heade...James Almer
2020-08-20avcodec/decode: move the ff_decode_frame_props() prototype to the proper headerJames Almer
2020-08-20avformat/libsrt: close listen fd in listener modeNicolas Sugino
2020-08-20avformat/siff: Reject audio packets without audio streamMichael Niedermayer
2020-08-20libavformat/r3d.c: Fix Use-of-uninitialized-value in filename.Thierry Foucu
2020-08-20libavcodec/proresdec2: Setup qmat_chroma according to RDD36Harry Mallon
2020-08-20ffplay: do not set redundant channel count on abuffersink.Nicolas George
2020-08-20lavfi/buffersink: add a summary documentation of the API.Nicolas George
2020-08-20lavfi/buffersink: clearly document that the Params struct are unused.Nicolas George
2020-08-20avutil/video_enc_params: fix code commentleozhang
2020-08-20lavc/libkvazaar: export encoded frame statsJun Zhao
2020-08-20avfilter/formats: Avoid allocations when merging formats and sampleratesAndreas Rheinhardt
2020-08-20avfilter/formats: Make check for buffer overflow redundantAndreas Rheinhardt
2020-08-20avfilter/af_afir: Fix leak of AVFilterChannelLayout in case of errorAndreas Rheinhardt
2020-08-18swresample/rematrix: handle 22.2 as a 9 channel layoutJan Ekström