summaryrefslogtreecommitdiff
path: root/libavcodec/h261_parser.c
Commit message (Expand)AuthorAge
* avcodec: Constify all the AVCodecParsersAndreas Rheinhardt2021-04-27
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit 'b78f81c8033904e2e75add0c9a603df6df514a30'Michael Niedermayer2013-04-05
|\|
| * h261: K&R formatting and prettyprinting cosmeticsDiego Biurrun2013-04-05
* | 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
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* slightly more correct spliting of framesMichael Niedermayer2007-05-20
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-07
* Remove superfluous #includes, parser.h now includes its prerequisites.Diego Biurrun2007-05-05
* Move H.261 parser to its own file.Diego Biurrun2007-05-04