summaryrefslogtreecommitdiff
path: root/libavcodec/scpr3.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/scpr3: Check bxMichael Niedermayer2023-01-171-0/+3
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+0
* avcodec/scpr3: Avoid code duplication when updating modelsAndreas Rheinhardt2021-02-231-20/+4
* avcodec/scpr3: Fix out of array access with dectabMichael Niedermayer2020-07-021-3/+14
* avcodec/scpr3: fix checking ret value of decode_run_iMarton Balint2019-05-241-1/+1
* avcodec/scpr3: add missing check for decode_value3() return valueJames Almer2019-04-271-0/+3
* avcodec/scpr: Perform frame copy laterMichael Niedermayer2019-03-201-0/+4
* avcodec/scpr: add version 3 supportPaul B Mahol2018-11-181-0/+1207