summaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec: add TTML encoderJan Ekström2021-03-051-0/+1
| | | | | | Enables encoding of other subtitle formats into TTML paragraphs. Signed-off-by: Jan Ekström <[email protected]>
* avcodec: add SGA Video decoderPaul B Mahol2021-03-011-0/+1
|
* avcodec: add SGA PCM decoderPaul B Mahol2021-03-011-0/+1
|
* avcodec: add Simbiosis IMX video decoderPaul B Mahol2021-02-201-0/+1
|
* avcodec: add initial exr image encoderPaul B Mahol2021-02-181-0/+1
|
* avcodec: add PFM image encoderPaul B Mahol2021-02-021-0/+1
|
* avcodec/msp2dec: Microsoft Paint (MSP) version 2 decoderPeter Ross2020-12-061-0/+1
| | | | Signed-off-by: Peter Ross <[email protected]>
* avcodec: add SpeedHQ encoderJean-Baptiste Kempf2020-11-241-0/+1
|
* avcodec: add adpcm_ima_amv encoderZane van Iperen2020-11-091-0/+1
| | | | | | Fixes ticket #747. Signed-off-by: Zane van Iperen <[email protected]>
* avcodec: add adpcm_ima_alp encoderZane van Iperen2020-10-251-0/+1
|
* avcodec/allcodecs: move av1_cuvid below libaom_av1James Almer2020-10-151-2/+2
| | | | | | Software decoders should always be first. Signed-off-by: James Almer <[email protected]>
* avcodec/cuviddec: add av1 supportRoman Arzumanyan2020-10-151-0/+1
| | | | Signed-off-by: Timo Rothenpieler <[email protected]>
* avcodec: add Cintel RAW decoderPaul B Mahol2020-10-071-0/+1
|
* lavc,doc: add libuavs3d video decoder wrapperhwren2020-10-061-0/+1
| | | | | Signed-off-by: hbj <[email protected]> Signed-off-by: hwren <[email protected]>
* libwavpackenc: remove libwavpackenc wrapperLynne2020-10-021-1/+0
| | | | | | | | | 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-271-0/+1
|
* lavc/qsvdec: Add QSV AV1 decoderHaihao Xiang2020-09-261-0/+1
| | | | | | | AV1 decoder is supported on Tiger Lake+ platforms since libmfx 1.34 Signed-off-by: Haihao Xiang <[email protected]> Signed-off-by: Zhong Li <[email protected]>
* avcodec: add IPU Video decoder and parserPaul B Mahol2020-09-241-0/+1
|
* avcodec: add AV1 hardware accelerated decoderFei Wang2020-09-121-0/+2
| | | | | | | | | 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 <[email protected]> Signed-off-by: James Almer <[email protected]>
* avcodec: add PhotoCD decoderPaul B Mahol2020-09-041-0/+1
|
* avcodec: add MobiClip video decoderPaul B Mahol2020-09-031-0/+1
|
* avcodec: add FastAudio decoderPaul B Mahol2020-09-031-0/+1
|
* avcodec: add ADPCM IMA MOFLEX decoderPaul B Mahol2020-09-031-0/+1
|
* avcodec: add RPZA encoderPaul B Mahol2020-08-211-0/+1
|
* avcodec: add adpcm_argo encoderZane van Iperen2020-08-071-0/+1
| | | | Signed-off-by: Zane van Iperen <[email protected]>
* avcodec: add CFHD encoderPaul B Mahol2020-08-021-0/+1
|
* libsvtav1: Rename without a _Mark Thompson2020-07-311-1/+1
| | | | The external library is called libsvtav1, so use this name everywhere.
* avcodec: Add an SVT-AV1 encoder wrapperDaryl Seah2020-07-291-0/+1
| | | | | | | | | Signed-off-by: Daryl Seah <[email protected]> Signed-off-by: Jing SUN <[email protected]> Signed-off-by: ZhiZhen Tang <[email protected]> Signed-off-by: Zhong Li <[email protected]> Signed-off-by: Xu Guangxin <[email protected]> Signed-off-by: James Almer <[email protected]>
* avcodec: add adpcm_ima_apm encoderZane van Iperen2020-07-211-0/+1
| | | | Signed-off-by: Zane van Iperen <[email protected]>
* libavcodec/pgxdec: Add PGX decoderGautam Ramakrishnan2020-07-031-0/+1
| | | | | | This patch adds a pgx decoder. Signed-off-by: Michael Niedermayer <[email protected]>
* lavc: Lower MediaFoundation audio encoder priority.Carl Eugen Hoyos2020-06-231-3/+3
| | | | | The actual encoders may not be available. Fixes ticket #8699.
* tools/target_dec_fuzzer: enable mjpeg for tiff or tdscMichael Niedermayer2020-06-081-0/+1
| | | | | | This is needed for fuzzing tiff/tdsc and should increase coverage Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec: add PFM image decoderPaul B Mahol2020-05-301-0/+1
|
* avcodec: add adpcm_ima_ssi encoderZane van Iperen2020-05-271-0/+1
| | | | | Signed-off-by: Zane van Iperen <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec: Add MediaFoundation encoder wrapperwm42020-05-191-0/+5
| | | | | | | | | | | | | | | This contains encoder wrappers for H264, HEVC, AAC, AC3 and MP3. This is based on top of an original patch by wm4 <[email protected]>. The original patch supported both encoding and decoding, but this patch only includes encoding. The patch contains further changes by Paweł Wegner <[email protected]> (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ö <[email protected]>
* avcodec: add NotchLC decoderPaul B Mahol2020-05-191-0/+1
|
* avcodec: add support for Cunning Developments' ADPCMZane van Iperen2020-04-241-0/+1
| | | | | Signed-off-by: Zane van Iperen <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec: add MV30 decoderPaul B Mahol2020-04-101-0/+1
|
* avcodec: add CRI HCA decoderPaul B Mahol2020-03-171-0/+1
|
* avcodec/allcodecs: move sdx2 to correct placePaul B Mahol2020-03-171-1/+1
|
* avcodec: add derf dpcm decoderPaul B Mahol2020-03-171-0/+1
|
* avcodec: add ADPCM IMA MTF decoderPaul B Mahol2020-03-171-0/+1
|
* avcodec: add decoder for High Voltage Software's ALP ADPCMZane van Iperen2020-03-091-0/+1
| | | | | | Signed-off-by: Zane van Iperen <[email protected]> Reviewed-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec: add decoder for Rayman 2's ADPCM variantZane van Iperen2020-02-211-0/+1
| | | | | | Adds support for the ADPCM variant used in Rayman 2's files. Signed-off-by: Zane van Iperen <[email protected]>
* avcodec: add siren audio decoderPaul B Mahol2020-02-201-0/+1
|
* avcodec: fix pcm zork decoderPaul B Mahol2020-02-161-1/+1
| | | | Fixes #1939
* avcodec: add cdtoons decoderAlyssa Milburn2020-02-151-0/+1
| | | | | | | This adds a decoder for Broderbund's sprite-based QuickTime CDToons codec, based on the decoder I wrote for ScummVM. Signed-off-by: Alyssa Milburn <[email protected]>
* avcodec: add decoder for Simon & Schuster Interactive's ADPCM variantZane van Iperen2020-02-061-0/+1
| | | | | | | | | Adds support for the ADPCM variant used by some Simon & Schuster Interactive games such as Real War, and Real War: Rogue States. Signed-off-by: Zane van Iperen <[email protected]> Reviewed-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec: add decoder for argonaut games' adpcm codecZane van Iperen2020-01-261-0/+1
| | | | | | | Adds support for the ADPCM variant used by some Argonaut Games' games, such as 'Croc! Legend of the Gobbos', and 'Croc 2'. Signed-off-by: Zane van Iperen <[email protected]>
* lavc/allcodecs: Add mpeg4 omx encoder, missed in 0e387232Carl Eugen Hoyos2019-12-161-0/+1
|