summaryrefslogtreecommitdiff
path: root/libavcodec/h263_parser.c
Commit message (Expand)AuthorAge
* avcodec/(h263|mpeg4?video)_parser: Make *_find_frame_end() staticAndreas Rheinhardt2021-09-20
* avcodec: Constify all the AVCodecParsersAndreas Rheinhardt2021-04-27
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * 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
* | Fix indentation.Reimar Döffinger2011-04-25
* | Support PARSER_FLAG_COMPLETE_FRAMES for h261 and h263 parsers.Reimar Döffinger2011-04-25
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Include h263_parser.h: It contains the prototype forCarl Eugen Hoyos2010-02-28
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* don't cast const awayAurelien Jacobs2008-02-01
* trivial warning fixesMåns Rullgård2007-07-08
* correct type for h263_parse()Måns Rullgård2007-06-16
* Move H.263 parser to its own file.Diego Biurrun2007-05-08