Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avcodec/ftr: Replace AVERROR_BUG that can be triggered | Andreas Rheinhardt | 2025-04-25 | 1 | -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_SUBFRAMES | James Almer | 2025-03-28 | 1 | -5/+1 |
| | | | | | | Deprecated since 2023-05-15. Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | lavc: deprecate AV_CODEC_CAP_SUBFRAMES | Anton Khirnov | 2023-05-15 | 1 | -1/+5 |
| | | | | There is nothing meaningful the caller can do with it. | ||||
* | avcodec/ftr: use more portable return error code | Paul B Mahol | 2023-01-29 | 1 | -1/+1 |
| | |||||
* | avcodec: add FTR audio decoder and parser | Paul B Mahol | 2022-09-24 | 1 | -0/+208 |