summaryrefslogtreecommitdiffstats
path: root/libavcodec/pnm_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace any remaining avpicture function with imgutilsVittorio Giovara2015-10-211-1/+3
| | | | | | avpicture_get_size() -> av_image_get_buffer_size() Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
|
* lavc: use designated initialisers for parsers.Anton Khirnov2011-11-021-5/+5
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
| | | | | | | None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com>
* whitespace cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-10-271-32/+31
| | | | Originally committed as revision 20381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
| | | | Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move pnm parser in its own fileAurelien Jacobs2007-05-101-0/+93
Originally committed as revision 8988 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud