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-1510l: Remove duplicated hunk of code.Diego Biurrun
2009-02-15Cosmetics. Vertical align.Ivan Kalvachev
2009-02-15Almost cosmetics.Ivan Kalvachev
2009-02-15Check all critical xvmc struct fields in ff_xvmc_field_start()Ivan Kalvachev
2009-02-15Proper condition in xvmc decode mb.Ivan Kalvachev
2009-02-15Rename xvmc_render_state to something with pixfmt in its name.Ivan Kalvachev
2009-02-15Revert 17308.Ivan Kalvachev
2009-02-15Give a little better name to the magic(_id) field in xvmc structIvan Kalvachev
2009-02-15Replace assert in ff_xvmc_field_end() by av_log call at level AV_LOG_ERROR.Diego Biurrun
2009-02-15Remove redundant assert(render) in ff_xvmc_init_block(). The immediatelyDiego Biurrun
2009-02-15Remove asserts that are immediately followed by a check and error return.Diego Biurrun
2009-02-15Doxygen comment/explanation for ff_xvmc_init_block().Diego Biurrun
2009-02-15Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end().Diego Biurrun
2009-02-15whitespace cosmetics: remove stray spaceDiego Biurrun
2009-02-15Doxygenize ff_xvmc_field_start() comment.Diego Biurrun
2009-02-15Clarify ff_xvmc_field_start() comment.Diego Biurrun
2009-02-15Merge some declarations and initializations.Diego Biurrun
2009-02-15Return error instead of triggering assert.Ivan Kalvachev
2009-02-15cosmetics: comment wording/grammarDiego Biurrun
2009-02-15cosmetics: Change '8*8' to '64'.Diego Biurrun
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