23 Commits (1837ae9d5f3eb8483c76dc708e68e466f9021cac)

Author SHA1 Message Date
Alex Xu (Hello71) cd0bdce71a avcodec/mjpeg_parser: skip markers after EOI, not by size 3 years ago
Andreas Rheinhardt e625ae6092 avcodec: Constify all the AVCodecParsers 4 years ago
Michael Niedermayer dde6077297 avcodec/mjpeg_parser: Adjust size rejection threshold 4 years ago
Michael Niedermayer ec3d8a0e69 avcodec/mjpeg_parser: Make parser a bit more robust with unclean input 5 years ago
Carl Eugen Hoyos 420ba222c6 lavc/mjpeg_parser: Allow jpegls parsing. 8 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Anton Khirnov 5511ad14fe lavc: use designated initialisers for parsers. 13 years ago
Michael Niedermayer 1af3571e05 mjpeg_parser: Rewrite to skip marker segments 13 years ago
Michael Niedermayer 429b3cd6f5 mjpeg_parser: add MJPEGParserContext 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Baptiste Coudurier 6b620372a8 cosmetics, reindent 16 years ago
Baptiste Coudurier ee5b26f5ff cosmetics, reindent 16 years ago
Baptiste Coudurier 4546bf4116 fix jpeg parser when PARSER_FLAG_COMPLETE_FRAMES is set 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs b16560a389 move mjpeg parser in its own file 18 years ago
Diego Biurrun c33d98141d Move H.263 parser to its own file. 18 years ago
Aurelien Jacobs c53d2d9042 make some parser parameters const to avoid casting const to non-const 18 years ago
Diego Biurrun bbb7d4c76b Remove superfluous #includes, parser.h now includes its prerequisites. 18 years ago
Diego Biurrun 3883a99b7d Move H.261 parser to its own file. 18 years ago