summaryrefslogtreecommitdiff
path: root/Changelog
Commit message (Collapse)AuthorAge
* avcodec: add setts bitstream filterPaul B Mahol2021-02-12
|
* avfilter: add monochrome video filterPaul B Mahol2021-02-12
|
* avfilter: add exposure video filterPaul B Mahol2021-02-10
|
* avfilter: add aexciter audio filterPaul B Mahol2021-02-10
|
* avcodec: add cri parserPaul B Mahol2021-02-09
|
* avfilter: add colorize filterPaul B Mahol2021-02-07
|
* avformat: add xbm_pipe demuxerPaul B Mahol2021-02-05
|
* avcodec: add xbm parserPaul B Mahol2021-02-05
|
* avformat: add binka demuxerPaul B Mahol2021-02-04
|
* avfilter: add colorcorrect filterPaul B Mahol2021-02-03
|
* avcodec: add PFM image encoderPaul B Mahol2021-02-02
|
* avfilter: add colorcontrast filterPaul B Mahol2021-02-02
|
* avfilter: add colortemperature filterPaul B Mahol2021-01-27
|
* avfilter: add kirsch video filterPaul B Mahol2021-01-27
|
* avfilter: add shear video filterPaul B Mahol2021-01-26
|
* avcodec/dolby_e: Add a parserNicolas Gaullier2021-01-25
|
* avfilter: add epx pixel art scalerPaul B Mahol2021-01-25
|
* avfilter: add estdif video filterPaul B Mahol2021-01-16
|
* avfilter: add temporal midway equalizer filterPaul B Mahol2021-01-01
|
* avfilter: add shufflepixels video filterPaul B Mahol2020-12-20
|
* avfilter: add asuperpass and asuperstop filterPaul B Mahol2020-12-11
|
* avcodec/libaom: Support monochrome encoding with libaom >= 2.0.1Philip Langdale2020-12-08
| | | | | | | | | | | 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
* avformat/mspdec: Microsoft Paint (MSP) demuxerPeter Ross2020-12-06
| | | | Signed-off-by: Peter Ross <pross@xvid.org>
* avcodec/msp2dec: Microsoft Paint (MSP) version 2 decoderPeter Ross2020-12-06
| | | | Signed-off-by: Peter Ross <pross@xvid.org>
* avfilter: add asubcut filterPaul B Mahol2020-12-05
|
* avfilter: add asupercut filterPaul B Mahol2020-11-26
|
* avcodec: add SpeedHQ encoderJean-Baptiste Kempf2020-11-24
|
* avfilter: add speechnorm filterPaul B Mahol2020-11-15
|
* avcodec/dxva2: add AV1 decode supportHendrik Leppkes2020-11-12
| | | | Signed-off-by: Hendrik Leppkes <h.leppkes@gmail.com>
* avcodec/nvdec: add av1 hwaccelTimo Rothenpieler2020-11-11
| | | | | Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org> Co-authored-by: James Almer <jamrial@gmail.com>
* Changelog: add amv muxer & encoderZane van Iperen2020-11-09
| | | | Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
* avfilter: add adenorm filterPaul B Mahol2020-11-05
|
* avcodec: add av1 VAAPI decoderFei Wang2020-11-02
| | | | | | | | | 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>
* avformat: add alp muxerZane van Iperen2020-10-25
|
* avcodec: add adpcm_ima_alp encoderZane van Iperen2020-10-25
|
* avfilter: add audio frequency and phase shift filtersPaul B Mahol2020-10-20
|
* VP9 Profile 2 VDPAU supportManojGuptaBonda2020-10-08
| | | | | | | 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>
* avcodec: add Cintel RAW decoderPaul B Mahol2020-10-07
|
* lavc,doc: add libuavs3d video decoder wrapperhwren2020-10-06
| | | | | Signed-off-by: hbj <hanbj@pku.edu.cn> Signed-off-by: hwren <hwrenx@126.com>
* lavf/avs3dec: add raw avs3 demuxerhwren2020-10-06
| | | | | Signed-off-by: hbj <hanbj@pku.edu.cn> Signed-off-by: hwren <hwrenx@126.com>
* avformat: add tri-ACE demuxerPaul B Mahol2020-10-03
|
* libwavpackenc: remove libwavpackenc wrapperLynne2020-10-02
| | | | | | | | | 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.
* avcodec: add Argonaut Games Video decoderPaul B Mahol2020-09-27
|
* lavc/qsvdec: Add QSV AV1 decoderHaihao Xiang2020-09-26
| | | | | | | 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>
* avformat: add IPU demuxerPaul B Mahol2020-09-24
|
* avformat: add CRI AAX demuxerPaul B Mahol2020-09-18
|
* avformat: add DAT CCTV demuxerPaul B Mahol2020-09-18
|
* avformat: add Argonaut Games BRP demuxerZane van Iperen2020-09-14
| | | | | | | | | | 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>
* avformat: add Square SVS demuxerPaul B Mahol2020-09-13
|
* avcodec: add AV1 hardware accelerated decoderFei Wang2020-09-12
| | | | | | | | | 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>