summaryrefslogtreecommitdiffstats
path: root/libavcodec/h263_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix indentation.Reimar Döffinger2011-04-251-6/+6
|
* Support PARSER_FLAG_COMPLETE_FRAMES for h261 and h263 parsers.Reimar Döffinger2011-04-251-0/+4
|
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
| | | | | | | | None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit d36beb3f6902b1217beda576aa18abf7eb72b03c)
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include h263_parser.h: It contains the prototype forCarl Eugen Hoyos2010-02-281-0/+1
| | | | | | ff_h263_find_frame_end(). Originally committed as revision 22101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't cast const awayAurelien Jacobs2008-02-011-1/+1
| | | | Originally committed as revision 11801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trivial warning fixesMåns Rullgård2007-07-081-1/+1
| | | | Originally committed as revision 9551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct type for h263_parse()Måns Rullgård2007-06-161-1/+1
| | | | Originally committed as revision 9337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move H.263 parser to its own file.Diego Biurrun2007-05-081-0/+91
Originally committed as revision 8934 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud