Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-15rv34_parser: Adjust #if for disabling individual parsersDiego Biurrun
As CONFIG_ values are always defined, they have to be checked via #if.
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2011-11-02lavc: use designated initialisers for parsers.Anton Khirnov
2011-08-17RV3/4 parser: remove unused variable 'off'Kostya Shishkov
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-08-17Use parsers for RealVideo 3/4 to determine correct PTSKostya Shishkov
Signed-off-by: Anton Khirnov <anton@khirnov.net>