summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* lavc/nvenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUEAnton Khirnov2023-01-29
* lavc/librav1e: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUEAnton Khirnov2023-01-29
* lavc/encode: pass through frame durations to encoded packetsAnton Khirnov2023-01-29
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-29
* lavc: add a codec flag for propagating opaque from frames to packetsAnton Khirnov2023-01-29
* lavc: add a private cap for fake-delay encodersAnton Khirnov2023-01-29
* lavc/avcodec: improve AV_CODEC_FLAG_RECON_FRAME doxyAnton Khirnov2023-01-29
* lavc/avcodec: improve enc/dec API doxyAnton Khirnov2023-01-29
* doc/ffmpeg: drop non-existent -dc optionAnton Khirnov2023-01-29
* fftools/ffmpeg: add an AVClass to MuxStream/OutputStreamAnton Khirnov2023-01-29
* fftools/ffmpeg: add an AVClass to Muxer/OutputFileAnton Khirnov2023-01-29
* fftools/ffmpeg: add options for writing encoding statsAnton Khirnov2023-01-29
* avcodec/utils: use 32pixel alignment for binkMichael Niedermayer2023-01-28
* avfilter/vf_ssim360: Constify AVFilterAndreas Rheinhardt2023-01-28
* avfilter/vf_ssim360: Don't initialize twiceAndreas Rheinhardt2023-01-28
* avfilter/vf_ssim360: Fix left-shift of negative valueAndreas Rheinhardt2023-01-28
* lavfi/vf_ssim360: Fix compilation with MSVCMartin Storsjö2023-01-28
* lavfi: Add vf_ssim360 filterShannon Chen2023-01-28
* avfilter/f_reverse: set output frame durationPaul B Mahol2023-01-27
* avfilter/vf_ciescope: set output frame durationPaul B Mahol2023-01-27
* avfilter/vf_tpad: set output frame durationPaul B Mahol2023-01-27
* avfilter/vf_random: set output frame durationPaul B Mahol2023-01-27
* avfilter/vf_datascope: call av_frame_copy_props()Paul B Mahol2023-01-27
* avcodec: add CBD2 DPCM decoderPaul B Mahol2023-01-27
* avcodec/wmaprodec: add missing flush call for xma1Paul B Mahol2023-01-27
* libavcodec/amfenc: add AV1 encoding supportDmitrii Ovchinnikov2023-01-27
* amfenc: Update the min version to 1.4.28.0 for AMF SDK.Dmitrii Ovchinnikov2023-01-27
* avfilter/af_adynamicequalizer: add auto optionPaul B Mahol2023-01-27
* avfilter/vf_cropdetect: fix type for old_limitAshyni2023-01-27
* avcodec/ffv1: use 64-bit frame counterMarton Balint2023-01-26
* avcodec/ratecontrol: drop remnants of libxvid rate controlMarton Balint2023-01-26
* avcodec/mpegvideo_enc: remove picture_number parameter from encode functionsMarton Balint2023-01-26
* avcodec/rv20enc: use MpegEncContext->picture_number instead of encode functio...Marton Balint2023-01-26
* avcodec/mpeg4videoenc: use MpegEncContext->picture_number instead of encode f...Marton Balint2023-01-26
* avcodec/videotoolbox: don't use av_ prefix for local functionZhao Zhili2023-01-26
* avcodec/videotoolbox: fix documents of AVVideotoolboxContextZhao Zhili2023-01-26
* avcodec/videotoolbox: deprecate creating AVVideotoolboxContext by userZhao Zhili2023-01-26
* avcodec/videotoolbox: prefer hw_frames_ctx/hw_device_ctx over hwaccel_contextZhao Zhili2023-01-26
* avcodec/videotoolbox: fix NULL pointer dereferenceZhao Zhili2023-01-26
* avformat/teeproto: setup max_packet_sizeZhao Zhili2023-01-26
* avutil/hwcontext_mediacodec: fix backward compatibilityZhao Zhili2023-01-26
* avformat/bonk: remove unused variablePaul B Mahol2023-01-25
* avcodec/png: support cICP chunksLeo Izen2023-01-25
* avcodec/pngdec: support decoding sRGB chunksLeo Izen2023-01-25
* avcodec/png: use libavutil/csp.h for cHRM chunksLeo Izen2023-01-25
* ffprobe: fix data hash renderingStefano Sabatini2023-01-24
* ffprobe: use pkt->dts to compute interval ts when pts is missingStefano Sabatini2023-01-24
* cbs_av1: Remove constraint on MDCV luminance valuesMark Thompson2023-01-24
* avfilter/vf_scdet: fix introduced discrepancy with latest changePaul B Mahol2023-01-24
* avfilter/vf_cropdetect: add ability to change limit at runtimeAshyni2023-01-24