summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avformat/cafdec: try skipping various chunks only when seeking is possiblePaul B Mahol2021-09-03
* avcodec/wmaprodec: unbreak xma >2 channel decoding after last changePaul B Mahol2021-09-03
* avfilter/af_silencedetect: add planar sample formats supportPaul B Mahol2021-09-02
* avfilter/af_silencedetect: support all channel countsPaul B Mahol2021-09-02
* fate/wma: Account for trimmed samples in wmapro-ism testAndreas Rheinhardt2021-09-02
* avcodec/pictordec: Optimize more odd cases for picmemset()Michael Niedermayer2021-09-02
* avcodec/avcodec: Allow up to seven codec ids per parserAndreas Rheinhardt2021-09-02
* avcodec/mlpenc: add support for 24bit encodingPaul B Mahol2021-09-02
* avcodec/wmaprodec: add gapless supportPaul B Mahol2021-09-02
* avformat: add an AV1 Low overhead bitstream format muxerJames Almer2021-09-01
* avfilter/vf_scale: set the RGB matrix coefficients in case of RGBJan Ekström2021-09-01
* avcodec/libx265: add support for setting chroma sample locationJan Ekström2021-09-01
* fftools/cmdutils: Fix warning for initialization makes integer from pointer w...Limin Wang2021-09-01
* avcodec/mlpdec: reset lossless crc checking when stream endsPaul B Mahol2021-08-31
* avcodec/mlpenc: fix encoding last samples when not within full intervalPaul B Mahol2021-08-31
* avformat/utils: Use av_memdup to duplicate array of AVChapter *Andreas Rheinhardt2021-08-31
* avformat/utils: Don't allocate zero-sized arrayAndreas Rheinhardt2021-08-31
* avformat/utils: Don't compare pointers when sorting chaptersAndreas Rheinhardt2021-08-31
* avformat/utils: Allocate AVStream.info only for input streamsAndreas Rheinhardt2021-08-30
* avformat/utils: Don't initialize AVStreamInternal.info multiple timesAndreas Rheinhardt2021-08-30
* avformat/utils: Remove redundant flushing of packet queueAndreas Rheinhardt2021-08-30
* avformat/mux: Don't access AVStream's internal AVCodecContextAndreas Rheinhardt2021-08-30
* avformat/utils: Make ff_compute_frame_duration() staticAndreas Rheinhardt2021-08-30
* avformat/utils: Remove obsolete todoAndreas Rheinhardt2021-08-30
* avformat/utils: Remove always-false checkAndreas Rheinhardt2021-08-30
* avformat/yuv4mpegdec: Don't call avio_tell() twiceAndreas Rheinhardt2021-08-30
* avcodec/tiff_common: Fix AVBPrint error checksAndreas Rheinhardt2021-08-30
* avformat/matroskadec: Fix heap-buffer overflow upon gigantic timestampsAndreas Rheinhardt2021-08-30
* Revert "fftools/ffmpeg_filter: fix the flags parsing for scaler"Linjie Fu2021-08-30
* avformat/mov: Check dts for overflow in mov_read_trun()Michael Niedermayer2021-08-29
* avcodec/libx265: only call av_pix_fmt_desc_get once in initJan Ekström2021-08-29
* tests/checkasm/vf_gblur.c: update check_horiz_slice for the new ff_horiz_slic...Wu Jianhua2021-08-29
* libavfilter/x86/vf_gblur: add localbuf and ff_horiz_slice_avx2/512()Wu Jianhua2021-08-29
* tests/checkasm/vf_gblur.c: add check_verti_slice() for unit testWu Jianhua2021-08-29
* libavfilter/x86/vf_gblur: add ff_verti_slice_avx2/512()Wu Jianhua2021-08-29
* libavfilter/x86/vf_gblur: add ff_postscale_slice_avx512()Wu Jianhua2021-08-29
* lavu/slicethread: return ENOSYS rather than EINVAL in the dummy funcAnton Khirnov2021-08-29
* lavfi/vf_scale: remove the nb_slices optionAnton Khirnov2021-08-29
* fate/pixfmt: test xyz12leAnton Khirnov2021-08-29
* FATE: allow multithreaded filteringAnton Khirnov2021-08-29
* ffmpeg_filter: do not override -filter_threads with -threadsAnton Khirnov2021-08-29
* ffmpeg: reset the dict iterator before useAnton Khirnov2021-08-29
* avcodec/libx264: add support for setting chroma sample locationJan Ekström2021-08-29
* avfilter: add grayworld video filterPaul Buxton2021-08-29
* avfilter/af_acrossover: check for rest of sample formatsPaul B Mahol2021-08-29
* avfilter/vf_tpad: rescale EOF pts for case outlink time_base differsPaul B Mahol2021-08-29
* avfilter/af_crystalizer: refactor some codePaul B Mahol2021-08-29
* avfilter/af_crystalizer: fix some minor issuesPaul B Mahol2021-08-29
* avcodec/mlpdec: add flush supportPaul B Mahol2021-08-29
* avformat/avidec: Use 64bit for frame number in odml index parsingMichael Niedermayer2021-08-28