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
Paul B Mahol
84d5df5446
avformat: add xbm_pipe demuxer
4 years ago
Paul B Mahol
7dfa98665c
avcodec: add xbm parser
4 years ago
Paul B Mahol
e955f5ac01
avformat: add binka demuxer
4 years ago
Paul B Mahol
f6621a8e72
avfilter: add colorcorrect filter
4 years ago
Paul B Mahol
85bdf18917
avcodec: add PFM image encoder
4 years ago
Paul B Mahol
090f31f813
avfilter: add colorcontrast filter
4 years ago
Paul B Mahol
a9d23d33a1
avfilter: add colortemperature filter
4 years ago
Paul B Mahol
35f8628047
avfilter: add kirsch video filter
4 years ago
Paul B Mahol
37f76c81d6
avfilter: add shear video filter
4 years ago
Nicolas Gaullier
0bf18db26a
avcodec/dolby_e: Add a parser
4 years ago
Paul B Mahol
b897b52618
avfilter: add epx pixel art scaler
4 years ago
Paul B Mahol
e722b443e4
avfilter: add estdif video filter
4 years ago
Paul B Mahol
54cd025a82
avfilter: add temporal midway equalizer filter
4 years ago
Paul B Mahol
6e96e3d970
avfilter: add shufflepixels video filter
4 years ago
Paul B Mahol
b607f19374
avfilter: add asuperpass and asuperstop filter
4 years ago
Philip Langdale
40135829b6
avcodec/libaom: Support monochrome encoding with libaom >= 2.0.1
...
Monochrome encoding with libaom was buggy for a long time, but this was
finally sorted out in libaom 2.0.1 (2.0.0 is almost there but was still
buggy in realtime mode).
We'll keep support for libaom 1.x around until the LTS distros that
include it are EOL (which is still a long time from now).
Fixes: https://trac.ffmpeg.org/ticket/7599
4 years ago
Peter Ross
2aab42bc40
avformat/mspdec: Microsoft Paint (MSP) demuxer
...
Signed-off-by: Peter Ross <pross@xvid.org>
4 years ago
Peter Ross
85b442e231
avcodec/msp2dec: Microsoft Paint (MSP) version 2 decoder
...
Signed-off-by: Peter Ross <pross@xvid.org>
4 years ago
Paul B Mahol
34773ee69f
avfilter: add asubcut filter
4 years ago
Paul B Mahol
3c922681c3
avfilter: add asupercut filter
4 years ago
Jean-Baptiste Kempf
052a5993ad
avcodec: add SpeedHQ encoder
4 years ago
Paul B Mahol
9f20e5d281
avfilter: add speechnorm filter
4 years ago
Hendrik Leppkes
8f4aec719e
avcodec/dxva2: add AV1 decode support
...
Signed-off-by: Hendrik Leppkes <h.leppkes@gmail.com>
4 years ago
Timo Rothenpieler
ac5b45abab
avcodec/nvdec: add av1 hwaccel
...
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Co-authored-by: James Almer <jamrial@gmail.com>
4 years ago
Zane van Iperen
5c7823ff1c
Changelog: add amv muxer & encoder
...
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
4 years ago
Paul B Mahol
a125e08130
avfilter: add adenorm filter
4 years ago
Fei Wang
3308bbf776
avcodec: add av1 VAAPI decoder
...
Example cmdline:
ffmpeg -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -v verbose \
-c:v av1 -i input.ivf -pix_fmt yuv420p -vsync passthrough -f md5 \
-y out.md5
Signed-off-by: Fei Wang <fei.w.wang@intel.com>
4 years ago
Zane van Iperen
7a11cc29d6
avformat: add alp muxer
4 years ago
Zane van Iperen
40a8d43885
avcodec: add adpcm_ima_alp encoder
4 years ago
Paul B Mahol
637c154a50
avfilter: add audio frequency and phase shift filters
4 years ago
ManojGuptaBonda
ccca62ef99
VP9 Profile 2 VDPAU support
...
Added VDPAU to list of supported formats for VP9 420 10 and 12 bit
formats. Add VP9 10/12 Bit support for VDPAU
Signed-off-by: Philip Langdale <philipl@overt.org>
4 years ago
Paul B Mahol
283f950a65
avcodec: add Cintel RAW decoder
4 years ago
hwren
c952db9d68
lavc,doc: add libuavs3d video decoder wrapper
...
Signed-off-by: hbj <hanbj@pku.edu.cn>
Signed-off-by: hwren <hwrenx@126.com>
4 years ago
hwren
ff74ad2a4b
lavf/avs3dec: add raw avs3 demuxer
...
Signed-off-by: hbj <hanbj@pku.edu.cn>
Signed-off-by: hwren <hwrenx@126.com>
4 years ago