summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avcodec: add av1 VAAPI decoderFei Wang2020-11-02
* doc/APIchanges: add missing marker for release 4.3James Almer2020-11-02
* avfilter/af_biquads: make commands work reliably within biquad filterPaul B Mahol2020-11-02
* avfilter/af_biquads: add lattice-ladder formPaul B Mahol2020-11-02
* swscale/x86/yuv2rgb: fix crashes when loading alpha from unaligned buffersMarton Balint2020-11-02
* fate: Add test for Musepack SV8 decodingAndreas Rheinhardt2020-10-31
* fftools/ffmpeg: fix the wrong bitrate and speed statsLimin Wang2020-10-31
* avcodec/nvenc: fix build with older SDKsTimo Rothenpieler2020-10-30
* avformat/wavdec: Refuse to read chunks bigger than the filesize in w64_read_h...Michael Niedermayer2020-10-30
* avformat/rsd: Check size and start before computing durationMichael Niedermayer2020-10-30
* avformat/vividas: better check of current_sb_entryMichael Niedermayer2020-10-30
* avformat/iff: More completely check body_sizeMichael Niedermayer2020-10-30
* avformat/vividas use avpriv_set_pts_info()Michael Niedermayer2020-10-30
* avformat/xwma: Check for EOF in dpds_table read codeMichael Niedermayer2020-10-30
* avcodec/nvenc: only enforce explicitly set twopass modeTimo Rothenpieler2020-10-30
* avcodec/nvenc: only auto-pick vbr rc in cq modeTimo Rothenpieler2020-10-30
* avformat/mpegtsenc: check that not only first pts but also first dts is validLimin Wang2020-10-30
* avformat/mpegtsenc: first_pts_check -> first_pts_checkedLimin Wang2020-10-30
* avformat/jacosubdec: Fix unintended fallthroughAndreas Rheinhardt2020-10-30
* avcodec/nvenc: all presets are SDK10 presets nowTimo Rothenpieler2020-10-29
* avcodec/utils: Check sample rate before use for AV_CODEC_ID_BINKAUDIO_DCT in ...Michael Niedermayer2020-10-29
* ffmpeg: move field order decision making to encoder initializationJan Ekström2020-10-29
* ffmpeg: pass decoded or filtered AVFrame to output stream initializationJan Ekström2020-10-29
* ffmpeg: move A/V non-streamcopy initialization to a later pointJan Ekström2020-10-29
* ffmpeg: move AVFrame time base adjustment into a functionJan Ekström2020-10-29
* ffmpeg: add a data size threshold for muxing queue sizeJan Ekström2020-10-29
* avcodec/vp3: Don't check for errors for complete VLCAndreas Rheinhardt2020-10-29
* avcodec/cllc: Don't unnecessarily free VLCAndreas Rheinhardt2020-10-29
* avcodec/clearvideo: Don't check for errors for complete VLCAndreas Rheinhardt2020-10-29
* lavf/url: fix relative url parsing when the query string or fragment has a colonruiquan.crq2020-10-28
* avcodec/codec2utils: move the remaining avpriv functions to lavfJames Almer2020-10-28
* libavcodec/codec2utils: remove codec2_version_from_extradata()James Almer2020-10-28
* avcodec/codec2utils: remove avpriv prefix from inline functionsJames Almer2020-10-28
* avcodec/av1dec: fix loading PrevGmParams for frames with primary_ref_frame noneJames Almer2020-10-28
* avcodec/av1dec: don't derive loop filter delta parametersJames Almer2020-10-28
* avcodec/cbs_av1: infer segmentation parameters from reference framesJames Almer2020-10-28
* avcodec/cbs_av1: infer loop filter delta parameters from reference framesJames Almer2020-10-28
* lavf: move AVStream.last_in_packet_buffer to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.probe_data to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.pts_buffer to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.interleaver_chunk_* to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{*skip_samples.*_discard_sample} to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{nb_decoded_frames,mux_ts_offset} to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{pts_wrap_*,update_initial_durations_done} to AVStreamInt...Anton Khirnov2020-10-28
* lavf: move AVStream.pts_reorder_error[_count] to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{last_dts_for_order_check,dts_[mis]ordered} to AVStreamIn...Anton Khirnov2020-10-28
* lavf: move AVStream.{inject_global_side_data,display_aspect_ratio} to AVStrea...Anton Khirnov2020-10-28
* lavf: move AVStream.info to AVStreamInternalAnton Khirnov2020-10-28