Paul B Mahol
0ea6ec3d00
avformat: add DAT CCTV demuxer
4 years ago
Zane van Iperen
119efa275e
avformat: add Argonaut Games BRP demuxer
...
Used in FMVs for FX Fighter and Croc. Supports BVID and BASF streams,
requests samples for anything else.
Due to the way BASF streams are contained in the file, only one is
supported. I have yet to see a BRP file with multiple.
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
4 years ago
Paul B Mahol
ddc9cce3cd
avformat: add Square SVS demuxer
4 years ago
Fei Wang
47be5a5056
avcodec: add AV1 hardware accelerated decoder
...
This AV1 decoder is currently only used for hardware accelerated decoding.
It can be extended into a native decoder in the future, so set its name to
"av1" and temporarily give it the lowest priority in the codec list.
Signed-off-by: Fei Wang <fei.w.wang@intel.com>
Signed-off-by: James Almer <jamrial@gmail.com>
4 years ago
Zixing Liu
d58f8fd8e6
avformat: add mca demuxer
...
Signed-off-by: liushuyu <liushuyu@aosc.io>
4 years ago
Paul B Mahol
c8e38950e3
avcodec: add PhotoCD decoder
4 years ago
Paul B Mahol
cfe2c90de0
avformat: add MODS demuxer
4 years ago
Paul B Mahol
0a30683a01
avformat: add moflex demuxer
4 years ago
Paul B Mahol
7f95339319
avcodec: add MobiClip video decoder
4 years ago
Paul B Mahol
1304078d3c
avcodec: add FastAudio decoder
4 years ago
Paul B Mahol
a1caa16d45
avcodec: add ADPCM IMA MOFLEX decoder
4 years ago
Paul B Mahol
6158029dfc
avcodec: add RPZA encoder
4 years ago
Xu Guangxin
9a7bdb6d71
avformat/av1dec: add low-overhead bitstream format
...
It's defined in Section 5.2, used by netflix.
Signed-off-by: James Almer <jamrial@gmail.com>
4 years ago
Zane van Iperen
0549daa71b
avformat: add argo_asf muxer
...
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
4 years ago
Zane van Iperen
62da99e1d0
avcodec: add adpcm_argo encoder
...
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
4 years ago
Paul B Mahol
4e27817629
avcodec: add CFHD encoder
4 years ago
Daryl Seah
0e20dee5c2
avcodec: Add an SVT-AV1 encoder wrapper
...
Signed-off-by: Daryl Seah <daryl.seah@intel.com>
Signed-off-by: Jing SUN <jing.a.sun@intel.com>
Signed-off-by: ZhiZhen Tang <zhizhen.tang@intel.com>
Signed-off-by: Zhong Li <zhong.li@intel.com>
Signed-off-by: Xu Guangxin <guangxin.xu@intel.com>
Signed-off-by: James Almer <jamrial@gmail.com>
4 years ago
Zane van Iperen
4eb6ec3a85
avformat: add apm muxer
...
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
4 years ago
Zane van Iperen
80dda80981
avcodec: add adpcm_ima_apm encoder
...
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
4 years ago
ManojGuptaBonda
ed5ee04722
avcodec/hevcdec: Add VDPAU to list of supported formats
...
Added VDPAU to list of supported formats for HEVC10 and 12 bit formats
also added 42010 bit to surface_parameters and new VDP chroma formats to
VDPAUPixFmtMaps
Add HEVC 420 10/12 Bit and 444 10/12 Bit support for VDPAU
YUV444P10 is defined as the 444 surface with 10bit valid data in LSBs
but H/w returns Data in MSBs Hence if we map output as YUV444p16 it
is filtering out the LSB to convert to p10 format.
Signed-off-by: Philip Langdale <philipl@overt.org>
4 years ago
Paul B Mahol
6cdddb773f
avfilter: add chromanr video filter
4 years ago
Gautam Ramakrishnan
cfe2cf0a63
libavcodec/pgxdec: Add PGX decoder
...
This patch adds a pgx decoder.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
4 years ago
Paul B Mahol
71f19bf5e3
avformat: add MCC demuxer
...
Fixes #7680
4 years ago
Thilo Borgmann
b737575c76
lavdevice: Add AudioToolbox output device.
4 years ago
Michael Niedermayer
cdac618c9b
Changelog: add next marker back after branching 4.3
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
Michael Niedermayer
49739d1688
Changelog: Add 4.3 cut marker
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
Zane van Iperen
4aa07d1a74
avformat: add kvag muxer
...
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
Paul B Mahol
726dbc57f8
avfilter: add dblur video filter
5 years ago
Paul B Mahol
d49db99ce2
avcodec: add PFM image decoder
5 years ago
Zane van Iperen
b1189c1571
avcodec: add adpcm_ima_ssi encoder
...
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
Nicolas George
88567a2e52
lavfi: add untile filter.
5 years ago
wm4
050b72ab5e
avcodec: Add MediaFoundation encoder wrapper
...
This contains encoder wrappers for H264, HEVC, AAC, AC3 and MP3.
This is based on top of an original patch by wm4
<nfxjfg@googlemail.com>. The original patch supported both encoding
and decoding, but this patch only includes encoding.
The patch contains further changes by Paweł Wegner
<pawel.wegner95@gmail.com> (primarily for splitting out the encoding
parts of the original patch) and further cleanup, build compatibility
fixes and tweaks for use with Qualcomm encoders by Martin Storsjö.
Signed-off-by: Martin Storsjö <martin@martin.st>
5 years ago
Paul B Mahol
f63939dedb
avfilter: add gradients source video filter
5 years ago
Paul B Mahol
cdd06db56f
avcodec: add NotchLC decoder
5 years ago
Limin Wang
d62d4e05e8
avfilter/vf_scdet: add filter to detect scene change
...
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
5 years ago
Marton Balint
2035620b7c
avcodec/pcm_rechunk_bsf: add bitstream filter to rechunk pcm audio
...
Signed-off-by: Marton Balint <cus@passwd.hu>
5 years ago
Zane van Iperen
94f4fab69f
avformat: add demuxer for Pro Pinball Series' Soundbanks
...
Adds support for the soundbank files used by the Pro Pinball series of games.
https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2020-May/262094.html
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
Paul B Mahol
c7d8082357
avfilter: add asubboost filter
5 years ago
Zane van Iperen
3e22e738c0
avcodec: add support for Cunning Developments' ADPCM
...
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
Marton Balint
7f2649bb46
avformat/mpegtsenc: use the correct stream_types and write HDMV descriptors for m2ts
...
Fixes ticket #2622 .
Signed-off-by: Marton Balint <cus@passwd.hu>
5 years ago
Paul B Mahol
4457f75c65
avfilter: add maskedthreshold filter
5 years ago
Paul B Mahol
9987f6d01e
avfilter: add tmedian filter
5 years ago
James Almer
fccd6c2be0
avcodec: add a WebP parser
...
Based on code from the BMP parser.
Addresses ticket #8574
Reviewed-by: James Zern <jzern@google.com>
Signed-off-by: James Almer <jamrial@gmail.com>
5 years ago
Philip Langdale
7b0c22768e
Changelog: Add entry for expanded styling support in movtext
5 years ago
Paul B Mahol
481ebb1c8b
avcodec: add MV30 decoder
5 years ago
Stephen Hutchinson
6d8cddd1c6
avformat/avisynth: switch to AviSynth+ on Linux
...
AviSynth+ now supports non-Windows OSes, making AvxSynth
obsolete. Since we no longer support AviSynth 2.5 (which is
essentially what AvxSynth is), remove AvxSynth support and
replace it with AviSynth+.
As a result, the USING_AVISYNTH defines can be switched back
to generic _WIN32.
5 years ago
Yaroslav Pogrebnyak
4976b102d8
avfilter: add vf_overlay_cuda
...
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
5 years ago
Paul B Mahol
7322eab453
avformat: add hca demuxer
5 years ago
Paul B Mahol
fed0de3728
avcodec: add CRI HCA decoder
5 years ago
Paul B Mahol
4f248a34c5
avformat: add derf demuxer
5 years ago