aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* avfilter/vsrc_mptestsrc: set video frame durationPaul B Mahol2023-01-171-0/+1
* avfilter/vsrc_testsrc: set video frame durationPaul B Mahol2023-01-171-0/+1
* avfilter/vsrc_sierpinski: set video frame durationPaul B Mahol2023-01-171-0/+1
* avfilter/vf_ciescope: fix black-point positionPaul B Mahol2023-01-171-18/+16
* avfilter/vf_ciescope: switch to anti-aliased linesPaul B Mahol2023-01-171-13/+30
* avfilter/avf_a3dscope,avf_showcwt: set video frame durationPaul B Mahol2023-01-172-0/+2
* avfilter/af_dialoguenhance: call av_frame_copy_props()Paul B Mahol2023-01-171-1/+1
* avfilter/af_surround: call av_frame_copy_props()Paul B Mahol2023-01-171-1/+1
* avfilter/af_afir: call av_frame_copy_props()Paul B Mahol2023-01-171-0/+1
* avcodec/scpr3: Check bxMichael Niedermayer2023-01-171-0/+3
* avcodec/012v: Order operations for odd size handlingMichael Niedermayer2023-01-171-2/+2
* lavfi/overlay_vaapi: remove unnecessary codeHaihao Xiang2023-01-171-3/+0
* lavfi/vaapi: remove duplicated codeHaihao Xiang2023-01-173-140/+77
* avcodec/vaapi_encode_h26x: passthrough A53 CC data as H264/HEVC SEIAman Karmani2023-01-173-4/+68
* lavfi/qsv: use QSVVPPContext as base context in vf_vpp_qsv/vf_overlay_qsvHaihao Xiang2023-01-174-48/+31
* lavfi/qsvvpp: set output frame durationsHaihao Xiang2023-01-171-0/+5
* lavfi/vf_vpp_qsv: check output format string against NULL pointerHaihao Xiang2023-01-171-1/+1
* lavfi/vf_vpp_qsv: add has_passthrough flag in VPPContextHaihao Xiang2023-01-171-1/+5
* lavfi/vf_vpp_qsv: add vpp_preinit callbackHaihao Xiang2023-01-171-0/+14
* lavfi/vf_vpp_qsv: allow special values for the output video dimensionsHaihao Xiang2023-01-171-7/+40
* lavfi/vf_vpp_qsv: handle NULL pointer when evaluating an expressionHaihao Xiang2023-01-171-16/+20
* lavfi/vf_vpp_qsv: add "a", "dar" and "sar" variablesHaihao Xiang2023-01-171-20/+29
* lavc/qsvenc_jpeg: accept YUYV422 and BGRA in system memoryHaihao Xiang2023-01-171-0/+2
* avformat/segment: calculate segment durations correctly.Gyan Doshi2023-01-162-2/+17
* avformat/dtshddec: also read trailing padding in samplesPaul B Mahol2023-01-161-2/+5
* avfilter: add fractional delay IR source filterPaul B Mahol2023-01-166-1/+204
* avcodec/wbmpdec: use remaining size not whole sizeMichael Niedermayer2023-01-151-1/+1
* avcodec/eatgq: : Check index increments in tgq_decode_block()Michael Niedermayer2023-01-151-3/+11
* avfilter/vf_showinfo: add support for Ambient Viewing Environment side dataJames Almer2023-01-151-0/+15
* avfilter/vf_showinfo: use av_frame_side_data_name() to print side data namesJames Almer2023-01-131-24/+15
* avcodec/h2645_sei: add support for Ambient Viewing Environment SEIJan Ekström2023-01-133-0/+65
* ffprobe: expose AVAmbientViewingEnvironment side data in AVFramesJan Ekström2023-01-131-0/+15
* avutil: introduce AVAmbientViewingEnvironment side dataJan Ekström2023-01-137-1/+136
* avcodec/cbs_{h2645,sei}: add support for Ambient Viewing Environment SEIJan Ekström2023-01-133-0/+29
* lavf/spdifdec: support EAC3rcombs2023-01-133-1/+680
* libavformat/dashenc: Enable HTTP persistent connections for dashenc_delete_fileBasel Sayeh2023-01-131-4/+6
* libavformat/hlsenc: Enable HTTP persistent connections for hls_delete_fileBasel Sayeh2023-01-131-6/+11
* avformat/movenc: Add loop parameter to animated AVIFVignesh Venkatasubramanian2023-01-132-4/+32
* avformat/movenc: Add movie_timescale option to AVIFVignesh Venkatasubramanian2023-01-131-0/+6
* avcodec/bonk: Check ntaps against buffer sizeMichael Niedermayer2023-01-121-0/+4
* avcodec/bonk: Avoid undefined overflow in quantMichael Niedermayer2023-01-121-1/+1
* avcodec/sgidec: do not forget the number of components in read_uncompressed_s...Michael Niedermayer2023-01-121-1/+1
* avformat/nsvdec: add support for STARDIVA formatPaul B Mahol2023-01-121-0/+18
* avformat/file: add S_IFBLK/S_ISBLK compatability macroZhao Zhili2023-01-121-0/+18
* avcodec/h274: fix includeMichael Niedermayer2023-01-111-1/+1