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-15cosmetics: K&R styleDiego Biurrun
2009-02-15Give nice message for failed assert.Ivan Kalvachev
2009-02-14Add xvmc_internal.h that contains all internal xvmc function declarations.Diego Biurrun
2009-02-14Cosmetic 64 instead 8*8Ivan Kalvachev
2009-02-14Clarify some assert usage.Ivan Kalvachev
2009-02-14another (last?) round of K&R whitespace cosmeticsDiego Biurrun
2009-02-14whitespace cosmetics: Align some comments.Diego Biurrun
2009-02-14whitespace cosmetics: Put some spaces around operators for better readability.Diego Biurrun
2009-02-14Remove a comment that references a non-existing function.Diego Biurrun
2009-02-14Make one comment slightly clearer and more readable.Diego Biurrun
2009-02-14Remove one more commented-out line.Diego Biurrun
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