summaryrefslogtreecommitdiff
path: root/libavcodec/rv34_parser.c
Commit message (Collapse)AuthorAge
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
|
* rv34_parser: Adjust #if for disabling individual parsersDiego Biurrun2013-01-15
| | | | As CONFIG_ values are always defined, they have to be checked via #if.
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
|
* lavc: use designated initialisers for parsers.Anton Khirnov2011-11-02
|
* RV3/4 parser: remove unused variable 'off'Kostya Shishkov2011-08-17
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Use parsers for RealVideo 3/4 to determine correct PTSKostya Shishkov2011-08-17
Signed-off-by: Anton Khirnov <anton@khirnov.net>