summaryrefslogtreecommitdiffstats
path: root/libavcodec/cavs_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
|
* cavs parser: fix parser context typeRafaël Carré2012-02-101-2/+2
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-1/+1
|
* lavc: use designated initialisers for parsers.Anton Khirnov2011-11-021-6/+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>
* 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
* do not check for minimum slice start code, 0x00000100 is validStefan Gehrer2009-02-101-1/+1
| | | | Originally committed as revision 17133 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
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move cavs parser in it's own fileAurelien Jacobs2007-05-091-0/+107
Originally committed as revision 8945 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud