aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/gif_parser.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/gif_parser: split correctly also bitstreams that do not have extensio...Paul B Mahol2023-11-121-0/+11
* avcodec/gif_parser: fix possible wrong splitting of framesPaul B Mahol2023-05-211-12/+22
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avcodec: Constify all the AVCodecParsersAndreas Rheinhardt2021-04-271-1/+1
* avcodec: add gif parserPaul B Mahol2018-12-101-0/+188