summaryrefslogtreecommitdiff
path: root/libavcodec/libcodec2.c
Commit message (Collapse)AuthorAge
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-10
| | | | | | | | | | | | The decoders in this set either have a fixed channel count, or read it from the bitstream, and thus do not require the channel count as external information. Fixes various regressions since 81503ac58a763a36b1f57264013b1e76acb62b68, which requires a valid channel count for decoders which do not set this capability. Signed-off-by: Hendrik Leppkes <h.leppkes@gmail.com>
* avcodec/codec2utils: remove avpriv prefix from inline functionsJames Almer2020-10-28
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* Add libcodec2 en/decoderTomas Härdin2018-02-24