aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* configure: move ranlib -D test after setting defaultsAdrian Ratiu2022-03-111-5/+5
* avfilter/vf_zscale: do not attempt to continue filtering if there is no graphPaul B Mahol2022-03-111-5/+22
* avfilter/vf_zscale: also check formatsPaul B Mahol2022-03-111-1/+2
* avutil/cpu: add AVX512 Icelake flagWu Jianhua2022-03-109-50/+67
* avformat: add DFPWM WAV container supportJack Bruienne2022-03-103-3/+6
* avformat: add DFPWM raw formatJack Bruienne2022-03-108-3/+104
* avcodec: add DFPWM1a codecJack Bruienne2022-03-1011-1/+273
* avfilter/af_lv2: add commands supportPaul B Mahol2022-03-102-0/+25
* avfilter/af_anlmdn: add support for using writable framesPaul B Mahol2022-03-101-13/+23
* fate: add a test for HDR Vivid metadata in HEVCLimin Wang2022-03-102-0/+81
* avfilter/af_anlmdn: stop using fifo and rewriting ptsPaul B Mahol2022-03-091-101/+62
* avfilter/af_anlmdn: fix possible array overflow and increase options limitsPaul B Mahol2022-03-092-19/+24
* arm64: Add Armv8.3-A PAC support to assembly filesAndre Kempe2022-03-094-11/+113
* lavfi/drawtext: Add %N for drawing fractions of a secondThilo Borgmann2022-03-082-3/+71
* avfilter/f_segment: fix sending frames with zero samples outPaul B Mahol2022-03-081-2/+15
* avcodec/pngdec: support alpha blending for palette apngPaul B Mahol2022-03-082-69/+72
* avcodec/argo: Check packet sizeMichael Niedermayer2022-03-081-0/+3
* avcodec/g729_parser: Check channelsMichael Niedermayer2022-03-081-0/+3
* avformat/avidec: Check heightMichael Niedermayer2022-03-081-0/+2
* tools/target_dec_fuzzer: Adjust threshold for targaMichael Niedermayer2022-03-081-0/+1
* avformat/rmdec: Better duplicate tags checkMichael Niedermayer2022-03-081-4/+5
* avfilter/f_sendcmd: export width and height tooPaul B Mahol2022-03-072-0/+12
* avfilter/af_channelsplit: switch to activate()Paul B Mahol2022-03-071-18/+61
* avfilter/af_acrossover: switch to activate()Paul B Mahol2022-03-071-12/+56
* avfilter/vf_extractplanes: switch to activate()Paul B Mahol2022-03-071-37/+68
* avfilter/split: switch to activate()Paul B Mahol2022-03-071-17/+51
* libavfilter: vf_scale: Properly take in->color_range into accountMartin Storsjö2022-03-071-0/+13
* avfilter/vf_colorlevels: Fix build failure on ARMMichael Niedermayer2022-03-061-8/+8
* avfilter/vsrc_gradients: add radial gradientsPaul B Mahol2022-03-062-9/+16
* avfilter/vsrc_gradients: add gbrapf32 format supportPaul B Mahol2022-03-061-3/+94
* avfilter/vf_colorlevels: add planar rgb formats supportPaul B Mahol2022-03-061-43/+189
* avcodec: add pcm-bluray encoderPaul B Mahol2022-03-065-2/+302
* avformat/mpegtsenc: fix muxing pcm-blurayPaul B Mahol2022-03-062-1/+5
* tests: update hash as output have changed again for fate-lavf-mxf_opatomPaul B Mahol2022-03-061-1/+1
* avfilter/avf_ahistogram: use av_clip_uint8() insteadPaul B Mahol2022-03-061-4/+4
* avcodec/dnxhdenc: fill unused bytes from put bits buffer with zerosPaul B Mahol2022-03-051-0/+1
* avfilter/avf_ahistogram: add new histogram mode optionPaul B Mahol2022-03-052-10/+69
* avcodec/dnxhdenc: retry increasing qscale to not overflow max_bitsPaul B Mahol2022-03-053-6/+8
* avcodec/dnxhdenc: fix possible out of bound writes for big w/hPaul B Mahol2022-03-042-1/+4
* fftools/ffmpeg_opt: Apply copyinkf for all stream typesAndreas Rheinhardt2022-03-041-4/+3
* avfilter/vf_pad: use already available outlink variablePaul B Mahol2022-03-041-2/+2
* avformat/mov: reindent after previous commitClément Bœsch2022-03-041-6/+6
* avformat/mov: fix seeking with HEVC open GOP filesClément Bœsch2022-03-042-0/+125
* avformat/mov: add parsing for the sgpd sync boxClément Bœsch2022-03-042-0/+61
* avformat/mov: add support for sync group in sbgp boxClément Bœsch2022-03-042-0/+7
* avformat/mov: prepare sbgp parsing for other grouping typesClément Bœsch2022-03-041-11/+19
* avfilter/vf_zscale: fix leaks in fast/bypass pathPaul B Mahol2022-03-041-11/+9
* avfilter/avf_abitscope: make frame writable before writing to itPaul B Mahol2022-03-041-0/+1
* avfilter/avf_aphasemeter: make frame writable before writing to itPaul B Mahol2022-03-041-0/+1
* avfilter/avf_ahistogram: make frame writable before writing to itPaul B Mahol2022-03-041-0/+1