aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/leaddec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_IAndreas Rheinhardt2024-05-191-3/+0
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avcodec/lead: support format 0x0Peter Ross2024-02-201-2/+43
* avcodec/lead: support unaligned blocksPeter Ross2024-02-201-4/+4
* avcodec/leaddec: Remove unnecessary VLC structuresAndreas Rheinhardt2024-02-031-24/+24
* avcodec/leaddec: Check remaining bits in decode_block()Michael Niedermayer2023-12-291-0/+3
* avcodec: LEAD MCMP decoderPeter Ross2023-11-081-0/+270