summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* checkasm: sw_rgb: Fix mixed declaration and codeJun Zhao2020-06-01
* avformat/dashenc: use AVStream timebase when computing missing bitratePrzemysław Sobala2020-06-01
* avfilter/vf_lut3d: Fix mixed declaration and codeAndreas Rheinhardt2020-06-01
* avcodec/encode: Remove ff_alloc_packetAndreas Rheinhardt2020-06-01
* avcodec/mpeg12enc: support mpeg2 encoder const profileLimin Wang2020-06-01
* avformat/mpegtsenc: set stream_id correctly based on KLV profile selectedBrad Hards2020-05-31
* avcodec: add constants for KLV pseudo-profile.Brad Hards2020-05-31
* avcodec/anm: Don't unnecessarily use context variablesAndreas Rheinhardt2020-05-31
* avcodec/anm: Check extradata length before allocating frameAndreas Rheinhardt2020-05-31
* avformat: add kvag muxerZane van Iperen2020-05-31
* avfilter/vf_lut3d: prelut support for 3d cinespace lutsMark Reid2020-05-31
* avformat/oggparsetheora: Don't update start time when lastpts is AV_NOPTS_VALUE.Dale Curtis2020-05-31
* avfilter/af_aiir: simplify polynomial evaluationPaul B Mahol2020-05-30
* avfilter/af_aiir: use correct size when allocating in zp2tfPaul B Mahol2020-05-30
* avfilter: add dblur video filterPaul B Mahol2020-05-30
* avcodec: add PFM image decoderPaul B Mahol2020-05-30
* lavf/utils: fix start_time/duration dump if it is AV_NOPTS_VALUEJun Zhao2020-05-30
* lavfi/aiir: Refine the pad/vpad related operationJun Zhao2020-05-30
* lavfi/afir: fix vpad.name leakJun Zhao2020-05-30
* avutil/attributes: Fix too many warning: false is not defined [-Wundef]Limin Wang2020-05-30
* Revert "avfilter/af_aiir: move response drawing as last step"Paul B Mahol2020-05-30
* avfilter/af_aiir: improve response calculation with zp coefficientsPaul B Mahol2020-05-30
* avfilter/af_aiir: add S-plane supportPaul B Mahol2020-05-30
* avfilter/af_aiir: make it clear that transfer function is digital onePaul B Mahol2020-05-30
* avfilter/af_biquads: implement 1st order allpassPaul B Mahol2020-05-30
* avformat/utils: Use av_sat_add64() when updating start_time by skip_samples.Dale Curtis2020-05-29
* Use av_sat_sub64() when updating pts by duration.Dale Curtis2020-05-29
* avcodec/adpcm_data: extend ff_adpcm_ima_cunning_index_tableMichael Niedermayer2020-05-29
* lavfi/vulkan: use av_get_random_seed instead of randLynne2020-05-29
* avformat/oggdec: Avoid duplicating buffer when adding side-dataAndreas Rheinhardt2020-05-28
* avformat/img2dec: Avoid duplicating buffer when adding side-dataAndreas Rheinhardt2020-05-28
* avformat/concatdec: Avoid duplicating buffer when adding side-dataAndreas Rheinhardt2020-05-28
* avformat/flvdec: Avoid duplicating extradata when adding side-dataAndreas Rheinhardt2020-05-28
* avformat/hlsenc, hlsplaylist: CosmeticsAndreas Rheinhardt2020-05-28
* avformat/hlsenc: Avoid duplicating strings when parsingAndreas Rheinhardt2020-05-28
* avformat/hlsenc: Don't unnecessarily duplicate baseurl stringAndreas Rheinhardt2020-05-28
* avformat/hlsplaylist: Add const where appropriateAndreas Rheinhardt2020-05-28
* lavf/mpegtsenc: misc style fixesJun Zhao2020-05-28
* lavc/libx264: misc style fixesJun Zhao2020-05-28
* doc: add dia_size option documentationLimin Wang2020-05-28
* dnn-layer-mathunary-test: add unit test for absTing Fu2020-05-28
* dnn_backend_native_layer_mathunary: add abs supportTing Fu2020-05-28
* avcodec/decode: fix decoding when frames are allocated using AVHWAccel.alloc_...James Almer2020-05-27
* tools/target_dec_fuzzer: Adjust max_pixels for AV_CODEC_ID_HAPMichael Niedermayer2020-05-27
* tools/target_dec_fuzzer: Reduce maxpixels for HEVCMichael Niedermayer2020-05-27
* tools/target_dec_fuzzer: Do not test AV_CODEC_FLAG2_FAST with AV_CODEC_ID_H264Michael Niedermayer2020-05-27
* avformat/mpegts: use get_packet_size in mpegts_resync for determining raw_pac...Marton Balint2020-05-27
* avcodec/adpcmenc: fix formattingZane van Iperen2020-05-27
* avcodec: add adpcm_ima_ssi encoderZane van Iperen2020-05-27
* avcodec/adpcmenc: add capabilities argument to ADPCM_ENCODER()Zane van Iperen2020-05-27