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
Paul B Mahol
069d2b4a50
avformat: add tri-ACE demuxer
4 years ago
Lynne
45070eec4c
libwavpackenc: remove libwavpackenc wrapper
...
The manual states "there is virtually no reason to use that encoder.".
It supports less sample formats than the native encoder, is less efficient
than the native encoder and is also slower and pretty much remains untested.
libwavpack also isn't being fuzzed, which given that we plug the parameters
without any sanitizing them looks concerning.
4 years ago
Paul B Mahol
a3a6b56200
avcodec: add Argonaut Games Video decoder
4 years ago
Haihao Xiang
cc25ae5d8a
lavc/qsvdec: Add QSV AV1 decoder
...
AV1 decoder is supported on Tiger Lake+ platforms since libmfx 1.34
Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
Signed-off-by: Zhong Li <zhongli_dev@126.com>
4 years ago
Paul B Mahol
14d6838638
avformat: add IPU demuxer
4 years ago
Paul B Mahol
92396cee60
avformat: add CRI AAX demuxer
4 years ago
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