Michael Niedermayer
568c374568
Changelog: update
2024-04-14 20:31:14 +02:00
Michael Niedermayer
c3ad886251
Update for FFmpeg 4.4.4
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2023-04-08 00:06:21 +02:00
Michael Niedermayer
4bc4cafaef
Changelog: update
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2022-10-09 19:56:48 +02:00
Michael Niedermayer
a8f16d4eb4
Update for 4.4.3
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2022-09-26 00:43:23 +02:00
Michael Niedermayer
d61977cbe4
Changelog: update
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2022-04-14 21:48:15 +02:00
Michael Niedermayer
dcb2ad9125
Update for FFmpeg 4.4.2
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2022-04-06 20:29:51 +02:00
Michael Niedermayer
7e0d640edf
Changelog: update
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2021-10-23 23:31:29 +02:00
Michael Niedermayer
a2bb836e55
Changelog: update
2021-10-05 23:22:23 +02:00
Michael Niedermayer
b5cdf08cae
Changelog: update
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2021-09-08 23:14:28 +02:00
Michael Niedermayer
620fa723b8
Update for 4.4.1
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2021-09-08 22:45:01 +02:00
Michael Niedermayer
f68ab9de4e
Changelog: replace <next> by 4.4
...
Found-by: <jamrial>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2021-04-09 06:26:39 +02:00
Marton Balint
c281d84b20
avformat: add Changelog entry for librist and bump minor
...
Signed-off-by: Marton Balint <cus@passwd.hu>
2021-03-13 17:36:48 +01:00
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>
2021-03-11 23:47:19 +01:00
Paul B Mahol
17127f81c5
avfilter: add msad video filter
2021-03-06 12:42:16 +01:00
Paul B Mahol
4a69cd4e4e
avfilter: add identity video filter
2021-03-06 12:41:30 +01:00
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>
2021-03-05 19:45:00 +02:00
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>
2021-03-05 19:45:00 +02:00
Paul B Mahol
c6c82428af
avformat: add Digital Pictures SGA game demuxer
2021-03-01 17:41:05 +01:00
Paul B Mahol
51a9f487ae
avformat: add Simbiosis IMX demuxer
2021-02-20 17:43:17 +01:00
Paul B Mahol
8651bf8a2e
avcodec: add Simbiosis IMX video decoder
2021-02-20 17:42:00 +01:00
Paul B Mahol
67c8c863c7
avcodec: add initial exr image encoder
2021-02-18 13:00:40 +01:00
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>
2021-02-16 15:00:50 +01:00
Paul B Mahol
48a0eb21aa
avcodec: add setts bitstream filter
2021-02-12 19:50:07 +01:00
Paul B Mahol
edc45d1bd5
avfilter: add monochrome video filter
2021-02-12 00:08:39 +01:00
Paul B Mahol
4390573c44
avfilter: add exposure video filter
2021-02-10 19:23:48 +01:00
Paul B Mahol
579e4e57a2
avfilter: add aexciter audio filter
2021-02-10 19:21:01 +01:00
Paul B Mahol
b6327612ab
avcodec: add cri parser
2021-02-09 15:01:34 +01:00
Paul B Mahol
bd5226704a
avfilter: add colorize filter
2021-02-07 11:48:28 +01:00
Paul B Mahol
84d5df5446
avformat: add xbm_pipe demuxer
2021-02-05 15:36:19 +01:00
Paul B Mahol
7dfa98665c
avcodec: add xbm parser
2021-02-05 15:35:29 +01:00
Paul B Mahol
e955f5ac01
avformat: add binka demuxer
2021-02-04 17:52:45 +01:00
Paul B Mahol
f6621a8e72
avfilter: add colorcorrect filter
2021-02-03 15:49:13 +01:00
Paul B Mahol
85bdf18917
avcodec: add PFM image encoder
2021-02-02 14:29:33 +01:00
Paul B Mahol
090f31f813
avfilter: add colorcontrast filter
2021-02-02 14:27:06 +01:00
Paul B Mahol
a9d23d33a1
avfilter: add colortemperature filter
2021-01-27 11:48:00 +01:00
Paul B Mahol
35f8628047
avfilter: add kirsch video filter
2021-01-27 11:46:26 +01:00
Paul B Mahol
37f76c81d6
avfilter: add shear video filter
2021-01-26 12:19:09 +01:00
Nicolas Gaullier
0bf18db26a
avcodec/dolby_e: Add a parser
2021-01-25 13:17:43 +01:00
Paul B Mahol
b897b52618
avfilter: add epx pixel art scaler
2021-01-25 00:48:35 +01:00
Paul B Mahol
e722b443e4
avfilter: add estdif video filter
2021-01-16 14:08:59 +01:00
Paul B Mahol
54cd025a82
avfilter: add temporal midway equalizer filter
2021-01-01 12:43:42 +01:00
Paul B Mahol
6e96e3d970
avfilter: add shufflepixels video filter
2020-12-20 21:44:13 +01:00
Paul B Mahol
b607f19374
avfilter: add asuperpass and asuperstop filter
2020-12-11 12:07:06 +01:00
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
2020-12-08 15:31:39 -08:00
Peter Ross
2aab42bc40
avformat/mspdec: Microsoft Paint (MSP) demuxer
...
Signed-off-by: Peter Ross <pross@xvid.org>
2020-12-06 20:03:47 +11:00
Peter Ross
85b442e231
avcodec/msp2dec: Microsoft Paint (MSP) version 2 decoder
...
Signed-off-by: Peter Ross <pross@xvid.org>
2020-12-06 19:51:45 +11:00
Paul B Mahol
34773ee69f
avfilter: add asubcut filter
2020-12-05 12:02:59 +01:00
Paul B Mahol
3c922681c3
avfilter: add asupercut filter
2020-11-26 17:38:49 +01:00
Jean-Baptiste Kempf
052a5993ad
avcodec: add SpeedHQ encoder
2020-11-24 09:38:35 +01:00
Paul B Mahol
9f20e5d281
avfilter: add speechnorm filter
2020-11-15 12:59:40 +01:00