summaryrefslogtreecommitdiff
path: root/libavcodec/ttadata.c
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-081-0/+1
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/ttadata: Add sentinel at the end of ff_tta_shift_1Michael Niedermayer2021-06-121-1/+2
| | | | | | | | Fixes: out of array access Fixes: 34933/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TTA_fuzzer-5629322560929792 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tta: move code that will be shared with encoder to separate filePaul B Mahol2013-06-021-0/+52
Signed-off-by: Paul B Mahol <onemda@gmail.com>