Paul B Mahol
bd5e92ef8a
avfilter: add deesser audio filter
5 years ago
Xuewei Meng
75d99e9d80
Changelog: add derain filter into Changelog
5 years ago
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>
5 years ago
Peter Ross
43dbdee264
VP4 video decoder
6 years ago
Paul B Mahol
b19550367f
avfilter: add showspatial multimedia filter
6 years ago
Paul B Mahol
f49cec2ba8
avfilter: add asr filter
6 years ago
Paul B Mahol
8ef163ba9e
avfilter: add xmedian filter
6 years ago
Paul B Mahol
59fb8cae5e
avfilter: add colorhold filter
...
Fixes #7671 .
6 years ago
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.
6 years ago
Paul B Mahol
c2f305ca17
avfilter: add audio soft clip filter
6 years ago
Paul B Mahol
782ae68a11
avfilter: add lagfun filter
6 years ago
Paul B Mahol
16f7c1f291
avcodec: add LSCR decoder
...
Fixes #4711 .
6 years ago
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>
6 years ago
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.
6 years ago
Paul B Mahol
4e8cbbf70e
avcodec: add Amuse Graphics decoder
...
This work is sponsored by VideoLAN.
6 years ago
Carl Eugen Hoyos
4b32f8b3eb
lavd: Remove libndi_newtek
6 years ago
Philip Langdale
d6fc5dc24a
avcodec/version: Bump micro-version for nvdec/cuviddec changes
...
I forgot to add the version bump and changelog within the changes.
6 years ago
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.
6 years ago
Paul B Mahol
795af110f7
avcodec: add ARBC decoder
...
Thanks Kostya for great help in reversing binary.
6 years ago
Paul B Mahol
268d146649
avformat: add HCOM demuxer
6 years ago
Paul B Mahol
1ea5529dd2
avfilter: add maskfun filter
6 years ago
Paul B Mahol
8a1fc95840
avfilter: add anlmdn audio filter
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
6 years ago
Paul B Mahol
41c1643d75
avcodec: add HYMT decoder
6 years ago
Paul B Mahol
d06aae732c
avformat: add vividas demuxer
6 years ago
Paul B Mahol
8f66d46ce5
avcodec: add gif parser
6 years ago
Paul B Mahol
e9967822e4
avcodec: add PCM-DVD encoder
...
Fixes #6784 .
6 years ago
Paul B Mahol
b80003fe28
avformat: add DHAV demuxer
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
6 years ago
Paul B Mahol
0279cb4f69
avcodec: add truehd_core bitstream filter
6 years ago
Marton Balint
972ded33c0
avfilter/vf_freezedetect: add filter to detect frozen input
...
Signed-off-by: Marton Balint <cus@passwd.hu>
6 years ago
Paul B Mahol
6da439219d
avfilter: add rgbashift filter
6 years ago
Paul B Mahol
7a73cca254
avfilter: add dedot video filter
6 years ago
James Almer
9bf9358b61
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>
6 years ago
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>
6 years ago
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.
6 years ago
Paul B Mahol
97e9e3504d
avfilter: add tpad filter
6 years ago
Michael Niedermayer
e8ced83f68
Changelog: Add new version next tag
6 years ago
Michael Niedermayer
324d21164d
Changelog: next is 4.1
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
6 years ago
Paul B Mahol
323c2cfd38
avfilter: add (a)graphmonitor filter(s)
6 years ago
Cameron Cawley
22238d0b94
avcodec: Implement Archimedes VIDC encoder/decoder
...
Signed-off-by: Cameron Cawley <ccawley2011@gmail.com>
6 years ago
Paul B Mahol
4fcfb9c4eb
avfilter: add xstack filter
6 years ago
Josh de Kock
f9d4126f28
lavu: bump version, add Changelog entry
6 years ago
Paul B Mahol
b7b3e8c5c7
avfilter: add vibrance filter
6 years ago
Martin Vignali
02ad0416c0
avfilter/setparams : merge setfield and setrange filter to setparams filter
...
setfield and setrange filters are kept.
6 years ago
Paul B Mahol
18d391cffe
avfilter: add chromahold filter
6 years ago
Paul B Mahol
8baaed7889
avfilter: add sinc source filter
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
6 years ago
Paul B Mahol
0709b0561f
avformat: add SER demuxer
6 years ago
James Almer
ebc3d04b8d
avcodec: add an AV1 parser
...
Simple parser to set keyframes, frame type, structure, width, height, and pixel
format, plus stream profile and level.
Reviewed-by: Mark Thompson <sw@jkqxz.net>
Signed-off-by: James Almer <jamrial@gmail.com>
6 years ago
Paul B Mahol
efb65abedf
avfilter: add audio denoising (afftdn) filter
6 years ago
Paul B Mahol
009597ca33
avcodec: add native iLBC decoder
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
6 years ago
Paul B Mahol
5109c38162
avfilter: add acrossover filter
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
6 years ago