summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4video_parser.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* mpeg4video_parser: Drop pointless av_-prefix from static functionDiego Biurrun2014-02-20
* mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: add a mpeg4-specific private context.Anton Khirnov2013-11-29
* mpeg4video_parser: K&R formatting cosmeticsVittorio Giovara2013-11-02
* mpeg4video_parser: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* mpeg4video parser: move specific fields into private contextRafaël Carré2012-02-10
* parsers: initialize MpegEncContext.slice_context_count to 1Janne Grunau2012-01-06
* lavc: use designated initialisers for parsers.Anton Khirnov2011-11-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header.Carl Eugen Hoyos2010-02-28
* Make sure the parsers do not overwrite width/height as this can interfereMichael Niedermayer2009-12-05
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.cAurelien Jacobs2007-05-09
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-07
* move mpeg4video_parser in it's own fileAurelien Jacobs2007-05-05