summaryrefslogtreecommitdiffstats
path: root/libavcodec/rv34_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
|
* rv34_parser: Adjust #if for disabling individual parsersDiego Biurrun2013-01-151-2/+2
| | | | As CONFIG_ values are always defined, they have to be checked via #if.
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-3/+3
|
* lavc: use designated initialisers for parsers.Anton Khirnov2011-11-021-8/+6
|
* RV3/4 parser: remove unused variable 'off'Kostya Shishkov2011-08-171-2/+0
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Use parsers for RealVideo 3/4 to determine correct PTSKostya Shishkov2011-08-171-0/+97
Signed-off-by: Anton Khirnov <anton@khirnov.net>
OpenPOWER on IntegriCloud