Limin Wang
3436864e68
avcodec: suppport for bitpacked encode
...
Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
3 years ago
Limin Wang
4f5352d5fe
avformat/rtpenc: adds partial support for the RFC 4175
...
Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
3 years ago
Paul B Mahol
d401b1ccec
avfilter: add colorspectrum source video filter
3 years ago
Paul B Mahol
8164fe1139
avfilter: add huesaturation filter
3 years ago
Paul B Mahol
407acc0747
avfilter: add varblur video filter
3 years ago
Paul B Mahol
933765aa0e
avfilter: add xcorrelate video filter
3 years ago
Paul B Mahol
32eaf4069e
avfilter: add limitdiff video filter
3 years ago
Paul B Mahol
148ada5577
avcodec: add native Speex decoder
3 years ago
Paul B Mahol
8f26ebde14
avfilter: add audio signal to distortion ratio filter
3 years ago
Peter Ross
60a9d3778f
avcodec: GEM Raster image decoder
...
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Peter Ross <pross@xvid.org>
3 years ago
Paul B Mahol
ba63078b0f
avfilter: add (a)latency filters
3 years ago
Paul B Mahol
1f447fd954
avcodec: add amr parser
3 years ago
Paul B Mahol
b2ec4edef7
avfilter: add morpho filter
3 years ago
Paul B Mahol
eeab62ad2d
avfilter: add audio psychoacoustic clipper
3 years ago
Paul B Mahol
463c71b3b3
avfilter/vf_convolution: add scharr operator
3 years ago
Peter Ross
c655a734b1
avcodec/siren: MSN Siren decoder
...
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Peter Ross <pross@xvid.org>
3 years ago
Anton Khirnov
d6fdc78e91
sws: implement slice threading
3 years ago
James Almer
8a6beccf0d
avformat: add an AV1 Low overhead bitstream format muxer
...
Suggested-by: BBB
Signed-off-by: James Almer <jamrial@gmail.com>
3 years ago
Paul Buxton
e07ada3dac
avfilter: add grayworld video filter
...
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>
3 years ago
Paul B Mahol
1da2dd5c77
avfilter: add atilt filter
3 years ago
Paul B Mahol
b53a7d2d4d
avfilter: add adecorrelate filter
3 years ago
Paul B Mahol
02aa7dc423
avfilter: add hsvkey and hsvhold video filters
3 years ago
Paul B Mahol
ed47a4a842
avcodec: add SMC encoder
3 years ago
Paul B Mahol
8567f1c392
avfilter: add (a)segment filters
3 years ago
Paul B Mahol
6846d48fa6
avfilter: add afwtdn filter
3 years ago
James Almer
8c2c0135e5
avformat: add a concat protocol that takes a line break delimited list of resources
...
Suggested-by: ffmpeg@fb.com
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: James Almer <jamrial@gmail.com>
3 years ago
Zane van Iperen
dcb285d2b7
avformat: add Argonaut Games CVG muxer
...
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
4 years ago
Zane van Iperen
9789ea59d0
avformat: add Argonaut Games CVG demuxer
...
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
4 years ago
Cameron Cawley
5c7313c740
avcodec: Implement Acorn Replay IMA ADPCM decoder
...
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
4 years ago
Aidan Richmond
4236e87f50
avformat/westwoodaudenc: Adds muxer for Westwood AUD format.
...
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>
4 years ago
Aidan Richmond
a0fd55c206
avcodec/adpcmenc: Adds encoder for Westwood ADPCM.
...
Signed-off-by: Aidan Richmond <aidan.is@hotmail.co.uk>
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
4 years ago
Michael Niedermayer
d7301f1b75
Changelog: Add new <next> line after 4.4
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
4 years ago
Michael Niedermayer
3c8c3e0b86
Changelog: replace <next> by 4.4
...
Found-by: <jamrial>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
4 years ago
Marton Balint
c281d84b20
avformat: add Changelog entry for librist and bump minor
...
Signed-off-by: Marton Balint <cus@passwd.hu>
4 years ago
parazyd
51367267c8
avformat/gopher: Add support for Gopher over TLS
...
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>
4 years ago
Paul B Mahol
17127f81c5
avfilter: add msad video filter
4 years ago
Paul B Mahol
4a69cd4e4e
avfilter: add identity video filter
4 years ago
Jan Ekström
64af14555b
avformat: add TTML muxer
...
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>
4 years ago
Jan Ekström
18713d22a2
avcodec: add TTML encoder
...
Enables encoding of other subtitle formats into TTML paragraphs.
Signed-off-by: Jan Ekström <jan.ekstrom@24i.com>
4 years ago
Paul B Mahol
c6c82428af
avformat: add Digital Pictures SGA game demuxer
4 years ago
Paul B Mahol
51a9f487ae
avformat: add Simbiosis IMX demuxer
4 years ago
Paul B Mahol
8651bf8a2e
avcodec: add Simbiosis IMX video decoder
4 years ago
Paul B Mahol
67c8c863c7
avcodec: add initial exr image encoder
4 years ago
Ashish Singh
38aea9b041
avfilter: add vif filter
...
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>
4 years ago
Paul B Mahol
48a0eb21aa
avcodec: add setts bitstream filter
4 years ago
Paul B Mahol
edc45d1bd5
avfilter: add monochrome video filter
4 years ago
Paul B Mahol
4390573c44
avfilter: add exposure video filter
4 years ago
Paul B Mahol
579e4e57a2
avfilter: add aexciter audio filter
4 years ago
Paul B Mahol
b6327612ab
avcodec: add cri parser
4 years ago
Paul B Mahol
bd5226704a
avfilter: add colorize filter
4 years ago