summaryrefslogtreecommitdiff
path: root/libavcodec/cfhddata.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cfhddata: Reduce stack usageAndreas Rheinhardt2022-09-051-24/+23
* avcodec/cfhd, cfhddata: Free VLC as soon as it is not neededAndreas Rheinhardt2022-09-051-7/+10
* avcodec/cfhddata: Avoid code duplication when creating codebooksAndreas Rheinhardt2022-09-051-55/+39
* avcodec/cfhddata: Avoid code tablesAndreas Rheinhardt2022-09-051-261/+111
* avcodec/cfhd, cfhddata: Simplify check for escapeAndreas Rheinhardt2022-09-051-2/+2
* avcodec/cfhd: fix escape handling for old codebookPaul B Mahol2022-09-031-1/+1
* avcodec/cfhddata: remove unused definesPaul B Mahol2022-09-031-8/+0
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-171-4/+4
* Merge commit '5f794aa1653aa04c1da7397e9ccacad947fadf5f'James Almer2017-10-171-80/+128
|\
| * Add Cineform HD DecoderKieran Kunhya2017-03-091-0/+337
* avcodec: Cineform HD DecoderKieran Kunhya2016-01-301-0/+323