summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_xvmc.c
Commit message (Expand)AuthorAge
...
* Doxygenize ff_xvmc_field_start() comment.Diego Biurrun2009-02-14
* Clarify ff_xvmc_field_start() comment.Diego Biurrun2009-02-14
* Merge some declarations and initializations.Diego Biurrun2009-02-14
* Return error instead of triggering assert.Ivan Kalvachev2009-02-14
* cosmetics: comment wording/grammarDiego Biurrun2009-02-14
* cosmetics: Change '8*8' to '64'.Diego Biurrun2009-02-14
* cosmetics: K&R styleDiego Biurrun2009-02-14
* Give nice message for failed assert.Ivan Kalvachev2009-02-14
* Add xvmc_internal.h that contains all internal xvmc function declarations.Diego Biurrun2009-02-14
* Cosmetic 64 instead 8*8Ivan Kalvachev2009-02-14
* Clarify some assert usage.Ivan Kalvachev2009-02-14
* another (last?) round of K&R whitespace cosmeticsDiego Biurrun2009-02-14
* whitespace cosmetics: Align some comments.Diego Biurrun2009-02-14
* whitespace cosmetics: Put some spaces around operators for better readability.Diego Biurrun2009-02-14
* Remove a comment that references a non-existing function.Diego Biurrun2009-02-14
* Make one comment slightly clearer and more readable.Diego Biurrun2009-02-14
* Remove one more commented-out line.Diego Biurrun2009-02-14
* some more K&R whitespace cosmeticsDiego Biurrun2009-02-14
* cosmetics: grammar/spelling/wording fixes in commentsDiego Biurrun2009-02-14
* Remove useless comment.Diego Biurrun2009-02-14
* Restore one set of parentheses to avoid the warning:Diego Biurrun2009-02-14
* whitespace cosmetics: consistently format all commentsDiego Biurrun2009-02-14
* whitespace cosmetics: Correctly indent all comments.Diego Biurrun2009-02-14
* Clarify TODO commentIvan Kalvachev2009-02-14
* Drop two more sets of useless parentheses.Diego Biurrun2009-02-14
* get rid of the branch predictionIvan Kalvachev2009-02-14
* cosmetics: Consistently format all if/else statements in K&R styleDiego Biurrun2009-02-14
* Remove some useless parentheses.Diego Biurrun2009-02-14
* remove obsolete commentIvan Kalvachev2009-02-14
* remove some useless ()Ivan Kalvachev2009-02-14
* use ff_xvmc for function names instead of XVMC_Ivan Kalvachev2009-02-14
* Give public #defines that are used by MPlayer an AV_ prefix.Diego Biurrun2009-02-14
* Replace all (x == NULL) or (x != NULL) in assert and if conditions by !x and x.Diego Biurrun2009-02-14
* remove assertion that use external definitionsIvan Kalvachev2009-02-14
* whitespace cosmetics: vertical alignmentDiego Biurrun2009-02-14
* whitespace cosmetics: another round of formatting consistency fixesDiego Biurrun2009-02-14
* whitespace cosmetics: consistent (more or less) K&R styleDiego Biurrun2009-02-14
* whitespace cosmetics: Fix indentation depth.Diego Biurrun2009-02-14
* Remove commented-out code.Diego Biurrun2009-02-14
* Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan.Diego Biurrun2009-02-14