Nuo Mi
ebdd33086a
avcodec: add vvc codec id and profiles
...
Signed-off-by: James Almer <jamrial@gmail.com>
2021-01-11 17:01:34 -03:00
Aman Karmani
e1d7433100
avcodec/codec_desc: describe AV_CODEC_ID_MPEG2TS
...
Signed-off-by: Aman Karmani <aman@tmm1.net>
2020-12-28 14:08:44 -08:00
Anton Khirnov
5471b8944c
codec_desc: add SMVJPEG flags
...
Same flags as MJPEG, as it's essentially the same codec.
2020-12-10 09:45:04 +01:00
Peter Ross
85b442e231
avcodec/msp2dec: Microsoft Paint (MSP) version 2 decoder
...
Signed-off-by: Peter Ross <pross@xvid.org>
2020-12-06 19:51:45 +11:00
Paul B Mahol
283f950a65
avcodec: add Cintel RAW decoder
2020-10-07 22:16:09 +02:00
hwren
8e74d98a29
lavc: add AVS3 codec id and desc
...
Signed-off-by: hbj <hanbj@pku.edu.cn>
Signed-off-by: hwren <hwrenx@126.com>
2020-10-05 23:10:13 +08:00
Paul B Mahol
a3a6b56200
avcodec: add Argonaut Games Video decoder
2020-09-27 09:56:13 +02:00
Paul B Mahol
5c2d7acb4f
avcodec: add IPU Video decoder and parser
2020-09-24 13:33:29 +02:00
Paul B Mahol
c8e38950e3
avcodec: add PhotoCD decoder
2020-09-04 16:01:53 +02:00
Paul B Mahol
7f95339319
avcodec: add MobiClip video decoder
2020-09-03 18:09:30 +02:00
Paul B Mahol
1304078d3c
avcodec: add FastAudio decoder
2020-09-03 18:07:58 +02:00
Paul B Mahol
a1caa16d45
avcodec: add ADPCM IMA MOFLEX decoder
2020-09-03 18:06:50 +02:00
Paul B Mahol
9f702fc8f4
avcodec: extend CFHD description
2020-08-14 10:52:28 +02:00
Anton Khirnov
7321614a1b
codec_desc: drop the INTRA_ONLY property from TAK
...
It has key frames and non-key frames, so it is not intra-only.
2020-07-07 11:03:02 +02:00
Gautam Ramakrishnan
cfe2cf0a63
libavcodec/pgxdec: Add PGX decoder
...
This patch adds a pgx decoder.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-07-03 23:28:26 +02:00
Paul B Mahol
d49db99ce2
avcodec: add PFM image decoder
2020-05-30 18:02:55 +02:00
Paul B Mahol
cdd06db56f
avcodec: add NotchLC decoder
2020-05-19 20:09:25 +02:00
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>
2020-04-24 19:43:04 +02:00
Anton Khirnov
672946c7fe
avcodec.h: split AVCodecDescriptor API into its own header
2020-04-10 14:15:14 +02:00
Paul B Mahol
481ebb1c8b
avcodec: add MV30 decoder
2020-04-10 12:22:09 +02:00
Paul B Mahol
fed0de3728
avcodec: add CRI HCA decoder
2020-03-17 16:07:25 +01:00
Paul B Mahol
c6bbdba9cd
avcodec: add derf dpcm decoder
2020-03-17 16:05:15 +01:00
Paul B Mahol
230703a9fa
avcodec: add ADPCM IMA MTF decoder
2020-03-17 16:03:39 +01:00
Zane van Iperen
d90413e1e5
avcodec: add decoder for High Voltage Software's ALP ADPCM
...
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-03-09 01:43:51 +01:00
Zane van Iperen
af65357207
avcodec: add decoder for Rayman 2's ADPCM variant
...
Adds support for the ADPCM variant used in Rayman 2's files.
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
2020-02-21 14:46:19 +01:00
Paul B Mahol
464310c160
avcodec: add siren audio decoder
2020-02-20 14:41:26 +01:00
Paul B Mahol
dfb0b9370d
avcodec: fix pcm zork decoder
...
Fixes #1939
2020-02-16 12:54:57 +01:00
Alyssa Milburn
732d77dc50
avcodec: add cdtoons decoder
...
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 <amilburn@zall.org>
2020-02-15 10:55:33 +01:00
Zane van Iperen
5d038a86d6
avcodec: add decoder for Simon & Schuster Interactive's ADPCM variant
...
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 <zane@zanevaniperen.com>
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-02-06 17:26:22 +01:00
Zane van Iperen
bf890ae0d7
avcodec: add decoder for argonaut games' adpcm codec
...
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 <zane@zanevaniperen.com>
2020-01-26 10:23:54 +01:00
Yuki Tsuchiya
30047b6a57
lavc: add MPEG-H 3D Audio codec id
...
Signed-off-by: James Almer <jamrial@gmail.com>
2019-12-12 11:44:29 -03:00
Yuki Tsuchiya
610473b967
lavc/codec_desc: introduce AV_CODEC_PROP_INTRA_ONLY flag to audio codec
...
Introduce AV_CODEC_PROP_INTRA_ONLY flag to audio codec as well as video codec to support non intra-only audio codec.
Signed-off-by: Yuki Tsuchiya <Yuki.Tsuchiya@sony.com>
Signed-off-by: James Almer <jamrial@gmail.com>
2019-12-12 11:38:47 -03:00
Paul B Mahol
ed58f8475f
avcodec: add mvha video decoder
2019-11-27 23:54:20 +01:00
Paul B Mahol
61dc7add30
avcodec: add mvdv video decoder
2019-11-27 23:53:43 +01:00
Paul B Mahol
d7ffa4bd3e
avcodec/codec_desc: add mising .type for acelp.kelvin
2019-11-16 15:06:20 +01:00
Anthony Delannoy
81bb71761a
avcodec: add EPG codec ID
...
Signed-off-by: Marton Balint <cus@passwd.hu>
2019-09-19 21:30:54 +02:00
Carl Eugen Hoyos
551fcbbccb
lavc/g729dec: Support decoding Sipro ACELP.KELVIN.
...
Fixes ticket #4799 .
Analyzed-by: Aleksandr Ustinov
2019-09-16 20:57:53 +02:00
Paul B Mahol
7c0b3ba7dd
avcodec: add IMM5 decoder
2019-08-29 21:04:54 +02:00
Peter Ross
43dbdee264
VP4 video decoder
2019-06-12 20:06:20 +10:00
Paul B Mahol
16f7c1f291
avcodec: add LSCR decoder
...
Fixes #4711 .
2019-04-13 18:10:11 +02:00
Paul B Mahol
d0f24df648
avcodec: add ADPCM AGM decoder
2019-04-11 11:58:34 +02:00
Paul B Mahol
4e8cbbf70e
avcodec: add Amuse Graphics decoder
...
This work is sponsored by VideoLAN.
2019-03-31 10:48:43 +02:00
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.
2019-02-10 03:30:52 +02:00
Paul B Mahol
795af110f7
avcodec: add ARBC decoder
...
Thanks Kostya for great help in reversing binary.
2019-01-27 13:53:29 +01:00
Paul B Mahol
894cbcd83b
avcodec: add HCOM decoder
2019-01-15 10:56:35 +01:00
Paul B Mahol
41c1643d75
avcodec: add HYMT decoder
2018-12-31 15:41:23 +01:00
Paul B Mahol
f2664a306f
avcodec/codec_desc: extend gif description
2018-12-13 18:58:48 +01:00
Vittorio Giovara
d37faad0cd
mjpeg: Use profile names in the encoder and decoder
2018-11-05 12:39:23 -05:00
Vittorio Giovara
cdc487bfc8
prores: Use profile names in the various encoders and decoders
...
Export FF_PROFILE_PRORES_* symbols publicly, add a missing one.
2018-11-05 12:36:05 -05:00
Cameron Cawley
22238d0b94
avcodec: Implement Archimedes VIDC encoder/decoder
...
Signed-off-by: Cameron Cawley <ccawley2011@gmail.com>
2018-10-26 13:39:25 +02:00