summaryrefslogtreecommitdiff
path: root/libavcodec/codec_id.h
Commit message (Collapse)AuthorAge
* avcodec/siren: MSN Siren decoderPeter Ross2021-09-07
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Peter Ross <pross@xvid.org>
* lavc: move av_get_pcm_codec() from avcodec.h to codec_id.hAnton Khirnov2021-06-10
|
* lavc: move avcodec_profile_name() from avcodec.h to codec_id.hAnton Khirnov2021-06-10
|
* lavc: move av_get_[exact_]bits_per_sample() to codec_id.hAnton Khirnov2021-06-10
|
* avcodec: Implement Acorn Replay IMA ADPCM decoderCameron Cawley2021-05-09
| | | | Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
* avcodec/codec_id: remove unnecessary offsets from AVCodecIDJames Almer2021-05-04
| | | | | | | They are no longer required. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec: add SGA Video decoderPaul B Mahol2021-03-01
|
* avcodec: add SGA PCM decoderPaul B Mahol2021-03-01
|
* avcodec: add Simbiosis IMX video decoderPaul B Mahol2021-02-20
|
* avcodec: add vvc codec id and profilesNuo Mi2021-01-11
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/msp2dec: Microsoft Paint (MSP) version 2 decoderPeter Ross2020-12-06
| | | | Signed-off-by: Peter Ross <pross@xvid.org>
* avcodec: add Cintel RAW decoderPaul B Mahol2020-10-07
|
* lavc: add AVS3 codec id and deschwren2020-10-05
| | | | | Signed-off-by: hbj <hanbj@pku.edu.cn> Signed-off-by: hwren <hwrenx@126.com>
* avcodec: add Argonaut Games Video decoderPaul B Mahol2020-09-27
|
* avcodec: add IPU Video decoder and parserPaul B Mahol2020-09-24
|
* avcodec: add PhotoCD decoderPaul B Mahol2020-09-04
|
* avcodec: add MobiClip video decoderPaul B Mahol2020-09-03
|
* avcodec: add FastAudio decoderPaul B Mahol2020-09-03
|
* avcodec: add ADPCM IMA MOFLEX decoderPaul B Mahol2020-09-03
|
* libavcodec/pgxdec: Add PGX decoderGautam Ramakrishnan2020-07-03
| | | | | | This patch adds a pgx decoder. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec: add PFM image decoderPaul B Mahol2020-05-30
|
* avcodec.h: move avcodec_get_{type,name} to codec_id.hAnton Khirnov2020-05-27
|
* avcodec: add NotchLC decoderPaul B Mahol2020-05-19
|
* avcodec: add support for Cunning Developments' ADPCMZane van Iperen2020-04-24
| | | | | Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec.h: split codec IDs into their own headerAnton Khirnov2020-04-10