aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/speedhqdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/speedhqdec: Avoid unnecessary VLC structureAndreas Rheinhardt2023-10-311-26/+26
* avcodec/vlc: Use proper namespaceAndreas Rheinhardt2023-09-111-7/+7
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec/speedhq: Remove unused ff_rl_speedhqAndreas Rheinhardt2022-10-271-1/+0
* avcodec/speedhqdec: Use ff_rl_speedhq.table_(run|level) directlyAndreas Rheinhardt2022-10-271-2/+2
* avcodec/mpeg12: Pass parameters explicitly in ff_init_2d_vlc_rl()Andreas Rheinhardt2022-10-271-1/+3
* avcodec/mpeg12: Avoid indirection when accessing rl_vlc tablesAndreas Rheinhardt2022-10-271-2/+4
* avcodec/speedhqdec: Only keep what is used from ScanTableAndreas Rheinhardt2022-10-241-3/+4
* avcodec/speedhqdec: Remove write-only AVCodecContext*Andreas Rheinhardt2022-10-211-3/+0
* avcodec/speedhq: Rename file to speedhqdec.c, move ff_rl_speedhq outAndreas Rheinhardt2022-10-211-0/+652