aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ftr.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/ftr: Replace AVERROR_BUG that can be triggeredAndreas Rheinhardt2025-04-251-1/+1
| | | | | | | | | | Return AVERROR_DECODER_NOT_FOUND. (This can be triggered because this decoder tries to be generic and work with multiple underlying AAC decoders, so that there is no configure dependency for any decoder.) Reviewed-by: Kacper Michajlow <kasper93@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec: remove deprecated FF_API_SUBFRAMESJames Almer2025-03-281-5/+1
| | | | | | Deprecated since 2023-05-15. Signed-off-by: James Almer <jamrial@gmail.com>
* lavc: deprecate AV_CODEC_CAP_SUBFRAMESAnton Khirnov2023-05-151-1/+5
| | | | There is nothing meaningful the caller can do with it.
* avcodec/ftr: use more portable return error codePaul B Mahol2023-01-291-1/+1
|
* avcodec: add FTR audio decoder and parserPaul B Mahol2022-09-241-0/+208