Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-02Changelog: update with recent Vulkan filter additionsLynne
2021-12-02avfilter: add audio dynamic smooth filterPaul B Mahol
2021-12-02avfilter: add audio spectral stats filterPaul B Mahol
2021-12-01configure: Add support for loongarch.Shiyou Yin
For la464 cpu: ./configure --cpu=la464 With cross-compiler: ./configure --cross-prefix=loongarch64-linux-gnu- \ --enable-cross-compile --arch=loongarch64 \ --target-os=linux --cpu=la464 Reviewed-by: 陈昊 <chenhao@loongson.cn> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2021-11-29lavc/proresdec: add videotoolbox hwaccelrcombs
2021-11-29lavc/videotoolbox: add VP9 hardware accelerationrcombs
On M1 Max, this supports profiles 0 and 2, but not 1 and 3.
2021-11-25avcodec: suppport for bitpacked encodeLimin Wang
Reviewed-by: Lynne <dev@lynne.ee> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
2021-11-25avformat/rtpenc: adds partial support for the RFC 4175Limin Wang
Reviewed-by: Lynne <dev@lynne.ee> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
2021-11-16avfilter: add colorspectrum source video filterPaul B Mahol
2021-10-30avfilter: add huesaturation filterPaul B Mahol
2021-10-19avfilter: add varblur video filterPaul B Mahol
2021-10-13avfilter: add xcorrelate video filterPaul B Mahol
2021-10-13avfilter: add limitdiff video filterPaul B Mahol
2021-10-10avcodec: add native Speex decoderPaul B Mahol
2021-10-09avfilter: add audio signal to distortion ratio filterPaul B Mahol
2021-10-08avcodec: GEM Raster image decoderPeter Ross
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Peter Ross <pross@xvid.org>
2021-10-02avfilter: add (a)latency filtersPaul B Mahol
2021-10-02avcodec: add amr parserPaul B Mahol
2021-09-28avfilter: add morpho filterPaul B Mahol
2021-09-11avfilter: add audio psychoacoustic clipperPaul B Mahol
2021-09-10avfilter/vf_convolution: add scharr operatorPaul B Mahol
2021-09-07avcodec/siren: MSN Siren decoderPeter Ross
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Peter Ross <pross@xvid.org>
2021-09-06sws: implement slice threadingAnton Khirnov
2021-09-02avformat: add an AV1 Low overhead bitstream format muxerJames Almer
Suggested-by: BBB Signed-off-by: James Almer <jamrial@gmail.com>
2021-08-29avfilter: add grayworld video filterPaul Buxton
Implements a gray world color correction algorithm using a log scale LAB colorspace. Signed-off-by: Paul Buxton <paulbuxton.mail@googlemail.com> Signed-off-by: Paul B Mahol <onemda@gmail.com>
2021-08-28avfilter: add atilt filterPaul B Mahol
2021-08-28avfilter: add adecorrelate filterPaul B Mahol
2021-08-25avfilter: add hsvkey and hsvhold video filtersPaul B Mahol
2021-08-18avcodec: add SMC encoderPaul B Mahol
2021-08-16avfilter: add (a)segment filtersPaul B Mahol
2021-07-24avfilter: add afwtdn filterPaul B Mahol
2021-07-02avformat: add a concat protocol that takes a line break delimited list of ↵James Almer
resources Suggested-by: ffmpeg@fb.com Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: James Almer <jamrial@gmail.com>
2021-05-12avformat: add Argonaut Games CVG muxerZane van Iperen
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
2021-05-12avformat: add Argonaut Games CVG demuxerZane van Iperen
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
2021-05-09avcodec: Implement Acorn Replay IMA ADPCM decoderCameron Cawley
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
2021-04-26avformat/westwoodaudenc: Adds muxer for Westwood AUD format.Aidan Richmond
Format is still used by modders of these old games. Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: Aidan Richmond <aidan.is@hotmail.co.uk> Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
2021-04-26avcodec/adpcmenc: Adds encoder for Westwood ADPCM.Aidan Richmond
Signed-off-by: Aidan Richmond <aidan.is@hotmail.co.uk> Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
2021-04-09Changelog: Add new <next> line after 4.4Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2021-04-09Changelog: replace <next> by 4.4Michael Niedermayer
Found-by: <jamrial> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2021-03-13avformat: add Changelog entry for librist and bump minorMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2021-03-12avformat/gopher: Add support for Gopher over TLSparazyd
This commit adds a "gophers" handler to the gopher protocol. gophers is a community-adopted protocol that acts the same way like normal gopher with the added TLS encapsulation. The gophers protocol is supported by gopher servers like geomydae(8), and clients like curl(1), clic(1), and hurl(1). This commit also adds compilation guards to both gopher and gophers, since now there are two protocols in the file it makes sense to have this addition. Signed-off-by: parazyd <parazyd@dyne.org> Signed-off-by: Marton Balint <cus@passwd.hu>
2021-03-06avfilter: add msad video filterPaul B Mahol
2021-03-06avfilter: add identity video filterPaul B Mahol
2021-03-05avformat: add TTML muxerJan Ekström
Enables writing TTML documents or encoded TTML paragraphs as such documents. Additionally, a test for the combined TTML encoder and muxer has been added to validate that the components still work. Signed-off-by: Jan Ekström <jan.ekstrom@24i.com>
2021-03-05avcodec: add TTML encoderJan Ekström
Enables encoding of other subtitle formats into TTML paragraphs. Signed-off-by: Jan Ekström <jan.ekstrom@24i.com>
2021-03-01avformat: add Digital Pictures SGA game demuxerPaul B Mahol
2021-02-20avformat: add Simbiosis IMX demuxerPaul B Mahol
2021-02-20avcodec: add Simbiosis IMX video decoderPaul B Mahol
2021-02-18avcodec: add initial exr image encoderPaul B Mahol
2021-02-16avfilter: add vif filterAshish Singh
This is Visual Information Fidelity (VIF) filter and one of the component filters of VMAF. It outputs the average VIF score over all frames. Signed-off-by: Ashish Singh <ashk43712@gmail.com>