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 (Expand)Author
2009-02-14some more K&R whitespace cosmeticsDiego Biurrun
2009-02-14cosmetics: grammar/spelling/wording fixes in commentsDiego Biurrun
2009-02-14Remove useless comment.Diego Biurrun
2009-02-14Restore one set of parentheses to avoid the warning:Diego Biurrun
2009-02-14whitespace cosmetics: consistently format all commentsDiego Biurrun
2009-02-14whitespace cosmetics: Correctly indent all comments.Diego Biurrun
2009-02-14Clarify TODO commentIvan Kalvachev
2009-02-14Drop two more sets of useless parentheses.Diego Biurrun
2009-02-14get rid of the branch predictionIvan Kalvachev
2009-02-14cosmetics: Consistently format all if/else statements in K&R styleDiego Biurrun
2009-02-14Remove some useless parentheses.Diego Biurrun
2009-02-14remove obsolete commentIvan Kalvachev
2009-02-14remove some useless ()Ivan Kalvachev
2009-02-14use ff_xvmc for function names instead of XVMC_Ivan Kalvachev
2009-02-14Give public #defines that are used by MPlayer an AV_ prefix.Diego Biurrun
2009-02-14Replace all (x == NULL) or (x != NULL) in assert and if conditions by !x and x.Diego Biurrun
2009-02-14remove assertion that use external definitionsIvan Kalvachev
2009-02-14whitespace cosmetics: vertical alignmentDiego Biurrun
2009-02-14whitespace cosmetics: another round of formatting consistency fixesDiego Biurrun
2009-02-14whitespace cosmetics: consistent (more or less) K&R styleDiego Biurrun
2009-02-14whitespace cosmetics: Fix indentation depth.Diego Biurrun
2009-02-14Remove commented-out code.Diego Biurrun
2009-02-14Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan.Diego Biurrun