Michael Niedermayer
64b96e2c91
update for 4.2.10
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2024-08-01 02:07:16 +02:00
Michael Niedermayer
b0fe83714b
Update for 4.2.9
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2023-04-21 11:01:17 +02:00
Michael Niedermayer
4fb9e37c9f
Update for 4.2.8
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2022-10-09 22:09:57 +02:00
Michael Niedermayer
55a9533952
Update for 4.2.7
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2022-05-09 23:52:36 +02:00
Michael Niedermayer
79aba62389
Changelog: update
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2022-04-16 11:01:28 +02:00
Michael Niedermayer
550a713791
Update for 4.2.6
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2022-04-07 23:56:00 +02:00
Michael Niedermayer
60037d6693
Changelog: update
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2021-10-12 16:47:10 +02:00
Michael Niedermayer
a7be534d8a
Update for 4.2.5
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2021-10-06 14:26:23 +02:00
Michael Niedermayer
f9f95ceebf
Changelog: update
2020-07-09 01:30:42 +02:00
Michael Niedermayer
f9a7ca5911
Update for 4.2.4
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-07-07 20:39:24 +02:00
Michael Niedermayer
d3b963cc41
Changelog: update
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-05-21 15:33:14 +02:00
Michael Niedermayer
137ceea997
Update for 4.2.3
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-05-20 19:44:32 +02:00
Michael Niedermayer
192d1d34eb
Update for FFmpeg 4.2.2
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-12-31 21:19:06 +01:00
Michael Niedermayer
1529dfb73a
Update for 4.2.1
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-09-06 23:23:41 +02:00
Rodger Combs
86de65fbf0
build: add support for building CUDA files with clang
...
This avoids using the CUDA SDK at all; instead, we provide a minimal
reimplementation of the basic functionality that lavfi actually uses.
It generates very similar code to what NVCC produces.
The header contains no implementation code derived from the SDK.
The function and type declarations are derived from the SDK only to the
extent required to build a compatible implementation. This is generally
accepted to qualify as fair use.
Because this option does not require the proprietary SDK, it does not require
the "--enable-nonfree" flag in configure.
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
2019-08-04 19:16:59 +02:00
Michael Niedermayer
27aa04c1cd
Changelog: Add 4.2 cut marker
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-07-21 18:25:21 +02:00
Marton Balint
397abca001
avformat/movenc: use unspecified language by default
...
English was used before.
Signed-off-by: Marton Balint <cus@passwd.hu>
2019-07-12 20:26:38 +02:00
Paul B Mahol
bd5e92ef8a
avfilter: add deesser audio filter
2019-07-02 19:02:54 +02:00
Xuewei Meng
75d99e9d80
Changelog: add derain filter into Changelog
2019-06-25 23:04:23 +08:00
Swaraj Hota
d70fece560
avformat/ifv: added support for ifv cctv files
...
Fixes ticket #2956 .
Signed-off-by: Swaraj Hota <swarajhota353@gmail.com>
Signed-off-by: Peter Ross <pross@xvid.org>
2019-06-21 22:02:14 +10:00
Peter Ross
43dbdee264
VP4 video decoder
2019-06-12 20:06:20 +10:00
Paul B Mahol
b19550367f
avfilter: add showspatial multimedia filter
2019-05-31 12:53:20 +02:00
Paul B Mahol
f49cec2ba8
avfilter: add asr filter
2019-05-14 15:17:14 +02:00
Paul B Mahol
8ef163ba9e
avfilter: add xmedian filter
2019-05-14 14:43:56 +02:00
Paul B Mahol
59fb8cae5e
avfilter: add colorhold filter
...
Fixes #7671 .
2019-05-11 20:16:45 +02:00
ManojGuptaBonda
d7d82cfcd4
avcodec/hevcdec: Declare that VDPAU can handle HEVC 4:4:4 content
...
The latest generation video decoder on the Turing chips supports
decoding HEVC 4:4:4. This change adds AV_PIX_FMT_VDPAU as a valid format
for HEVC 4:4:4 8 bit.
2019-05-05 11:35:35 -07:00
Paul B Mahol
c2f305ca17
avfilter: add audio soft clip filter
2019-04-27 00:21:38 +02:00
Paul B Mahol
782ae68a11
avfilter: add lagfun filter
2019-04-20 14:20:07 +02:00
Paul B Mahol
16f7c1f291
avcodec: add LSCR decoder
...
Fixes #4711 .
2019-04-13 18:10:11 +02:00
James Almer
80e9f50f82
avcodec: add an AV1 frame split bitstream filter
...
This will be needed by the eventual native AV1 decoder.
Signed-off-by: James Almer <jamrial@gmail.com>
2019-04-11 15:45:56 -03:00
Swaraj Hota
208ae228fa
lavf/flvdec: added support for KUX container
...
Fixes ticket #4519 .
The metadata starting at 0xe00004 is encrypted
with the password "meta" but zlib does not
support decryption, so no kux metadata is read.
2019-04-06 15:54:38 +02:00
Paul B Mahol
4e8cbbf70e
avcodec: add Amuse Graphics decoder
...
This work is sponsored by VideoLAN.
2019-03-31 10:48:43 +02:00
Carl Eugen Hoyos
4b32f8b3eb
lavd: Remove libndi_newtek
2019-03-20 10:42:10 +00:00
Philip Langdale
d6fc5dc24a
avcodec/version: Bump micro-version for nvdec/cuviddec changes
...
I forgot to add the version bump and changelog within the changes.
2019-02-16 10:43:24 -08:00
Jan Ekström
100bfac6d6
add libaribb24 ARIB STD-B24 caption decoder
...
* Outputs ASS lines with basic coloring and font scaling for each
given region.
* Sets the default style to the resolution of the subtitle plane
(for example, 960x540 / 36pt font for profile A).
* Has options to:
* Disable ruby text (which is coded as regions which have
half-height text in libaribb24).
Enabled by default as without positioning ruby text only
confuses as it is usually coded in the beginning of the decoded
subtitle line.
* Set the working directory, in which libaribb24 will read
configuration as well as into which it may save broadcast extra
symbols as PNG.
Unset by default.
The unconventional library check can be explained by the library's
current master branch being licensed as LGPLv3, but at the time of
writing the latest official release is still licensed under GPLv3.
Thus, one either has to wait for the following release, or enable
GPLv3.
2019-02-10 03:30:52 +02:00
Paul B Mahol
795af110f7
avcodec: add ARBC decoder
...
Thanks Kostya for great help in reversing binary.
2019-01-27 13:53:29 +01:00
Paul B Mahol
268d146649
avformat: add HCOM demuxer
2019-01-15 10:57:29 +01:00
Paul B Mahol
1ea5529dd2
avfilter: add maskfun filter
2019-01-12 19:49:15 +01:00
Paul B Mahol
8a1fc95840
avfilter: add anlmdn audio filter
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2019-01-08 22:00:51 +01:00
Paul B Mahol
41c1643d75
avcodec: add HYMT decoder
2018-12-31 15:41:23 +01:00
Paul B Mahol
d06aae732c
avformat: add vividas demuxer
2018-12-20 19:32:27 +01:00
Paul B Mahol
8f66d46ce5
avcodec: add gif parser
2018-12-10 11:19:36 +01:00
Paul B Mahol
e9967822e4
avcodec: add PCM-DVD encoder
...
Fixes #6784 .
2018-12-01 19:41:48 +01:00
Paul B Mahol
b80003fe28
avformat: add DHAV demuxer
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2018-11-24 15:11:27 +01:00
Paul B Mahol
0279cb4f69
avcodec: add truehd_core bitstream filter
2018-11-23 22:03:56 +01:00
Marton Balint
972ded33c0
avfilter/vf_freezedetect: add filter to detect frozen input
...
Signed-off-by: Marton Balint <cus@passwd.hu>
2018-11-19 22:11:42 +01:00
Paul B Mahol
6da439219d
avfilter: add rgbashift filter
2018-11-19 14:55:49 +01:00
Paul B Mahol
7a73cca254
avfilter: add dedot video filter
2018-11-16 20:19:08 +01:00
James Almer
beaa350e24
avcodec: libdav1d AV1 decoder wrapper.
...
Originally written by Ronald S. Bultje, with fixes, optimizations and
improvements by James Almer.
Signed-off-by: James Almer <jamrial@gmail.com>
2018-11-05 21:48:11 -03:00
Philip Langdale
d5272e94ab
avfilter/vf_yadif_cuda: CUDA accelerated yadif deinterlacer
...
This is a cuda implementation of yadif, which gives us a way to
do deinterlacing when using the nvdec hwaccel. In that scenario
we don't have access to the nvidia deinterlacer.
2018-11-02 11:26:30 -07:00