summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avcodec/wmaprodec: add missing flush call for xma1Paul B Mahol2023-01-271-0/+1
* libavcodec/amfenc: add AV1 encoding supportDmitrii Ovchinnikov2023-01-276-0/+379
* amfenc: Update the min version to 1.4.28.0 for AMF SDK.Dmitrii Ovchinnikov2023-01-271-1/+1
* avfilter/af_adynamicequalizer: add auto optionPaul B Mahol2023-01-272-6/+42
* avfilter/vf_cropdetect: fix type for old_limitAshyni2023-01-271-1/+1
* avcodec/ffv1: use 64-bit frame counterMarton Balint2023-01-261-1/+1
* avcodec/ratecontrol: drop remnants of libxvid rate controlMarton Balint2023-01-261-3/+0
* avcodec/mpegvideo_enc: remove picture_number parameter from encode functionsMarton Balint2023-01-2618-32/+30
* avcodec/rv20enc: use MpegEncContext->picture_number instead of encode functio...Marton Balint2023-01-261-1/+1
* avcodec/mpeg4videoenc: use MpegEncContext->picture_number instead of encode f...Marton Balint2023-01-261-1/+1
* avcodec/videotoolbox: don't use av_ prefix for local functionZhao Zhili2023-01-261-5/+5
* avcodec/videotoolbox: fix documents of AVVideotoolboxContextZhao Zhili2023-01-261-3/+0
* avcodec/videotoolbox: deprecate creating AVVideotoolboxContext by userZhao Zhili2023-01-263-15/+33
* avcodec/videotoolbox: prefer hw_frames_ctx/hw_device_ctx over hwaccel_contextZhao Zhili2023-01-261-1/+2
* avcodec/videotoolbox: fix NULL pointer dereferenceZhao Zhili2023-01-261-3/+2
* avformat/teeproto: setup max_packet_sizeZhao Zhili2023-01-261-0/+12
* avutil/hwcontext_mediacodec: fix backward compatibilityZhao Zhili2023-01-262-1/+32
* avformat/bonk: remove unused variablePaul B Mahol2023-01-251-1/+1
* avcodec/png: support cICP chunksLeo Izen2023-01-252-3/+40
* avcodec/pngdec: support decoding sRGB chunksLeo Izen2023-01-251-2/+12
* avcodec/png: use libavutil/csp.h for cHRM chunksLeo Izen2023-01-254-70/+44
* ffprobe: fix data hash renderingStefano Sabatini2023-01-247-1223/+1223
* ffprobe: use pkt->dts to compute interval ts when pts is missingStefano Sabatini2023-01-241-2/+3
* cbs_av1: Remove constraint on MDCV luminance valuesMark Thompson2023-01-241-5/+2
* avfilter/vf_scdet: fix introduced discrepancy with latest changePaul B Mahol2023-01-241-1/+1
* avfilter/vf_cropdetect: add ability to change limit at runtimeAshyni2023-01-245-50/+93
* avcodec/dpcm: add .flushPaul B Mahol2023-01-241-0/+8
* avformat: add WADY demuxerPaul B Mahol2023-01-245-2/+91
* avcodec: add WADY DPCM decoderPaul B Mahol2023-01-248-3/+56
* avcodec/libjxldec: fix gamma22 and gamma28 recognitionLeo Izen2023-01-221-2/+2
* avfilter/vf_dblur: also filter last scanlinePaul B Mahol2023-01-191-2/+2
* avfilter/vf_dblur: allow radius < 1.0Paul B Mahol2023-01-191-1/+1
* lavc/tests/bitstream: test bits_*_signed_nz and bits_peek_signed*Anton Khirnov2023-01-181-1/+18
* lavc/bitstream: avoid UB in bits_{read,peek}_signed(0)Anton Khirnov2023-01-183-3/+39
* avfilter/vf_histogram: call av_frame_copy_props()Paul B Mahol2023-01-171-1/+1
* lavc/libvpx: increase thread limit to 64OvchinnikovDmitrii2023-01-173-2/+4
* avfilter/vf_lagfun: call av_frame_copy_props()Paul B Mahol2023-01-171-1/+1
* avfilter/vf_elbg: call av_frame_copy_props()Paul B Mahol2023-01-171-1/+1
* avfilter/avf_showvolume: set output video frame durationPaul B Mahol2023-01-171-0/+1
* avfilter/vsrc_gradients: set output video frame durationPaul B Mahol2023-01-171-0/+1
* avfilter/avf_abitscope: set output time_base and output frame durationPaul B Mahol2023-01-171-1/+3
* avfilter/af_virtualbass: call av_frame_copy_props()Paul B Mahol2023-01-171-1/+1
* avfilter/vf_scdet: change threshold checkingPaul B Mahol2023-01-171-1/+1
* avfilter/af_arnndn: unbreak filteringPaul B Mahol2023-01-171-4/+5
* avfilter/af_arnndn: call av_frame_copy_props()Paul B Mahol2023-01-171-1/+1
* avfilter/af_afftfilt: call av_frame_copy_props()Paul B Mahol2023-01-171-1/+1
* avfilter/af_afftdn: call av_frame_copy_props()Paul B Mahol2023-01-171-1/+1
* avfilter/vsrc_cellauto: set video frame durationPaul B Mahol2023-01-171-0/+1
* avfilter/vsrc_life: set video frame durationPaul B Mahol2023-01-171-0/+1
* avfilter/vsrc_mandelbrot: set video frame durationPaul B Mahol2023-01-171-0/+1