summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_xvmc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 10l: Remove duplicated hunk of code.Diego Biurrun2009-02-151-6/+0
* Cosmetics. Vertical align.Ivan Kalvachev2009-02-151-2/+2
* Almost cosmetics.Ivan Kalvachev2009-02-151-3/+2
* Check all critical xvmc struct fields in ff_xvmc_field_start()Ivan Kalvachev2009-02-151-6/+21
* Proper condition in xvmc decode mb.Ivan Kalvachev2009-02-151-1/+1
* Rename xvmc_render_state to something with pixfmt in its name.Ivan Kalvachev2009-02-151-7/+7
* Revert 17308.Ivan Kalvachev2009-02-151-3/+2
* Give a little better name to the magic(_id) field in xvmc structIvan Kalvachev2009-02-151-5/+5
* Replace assert in ff_xvmc_field_end() by av_log call at level AV_LOG_ERROR.Diego Biurrun2009-02-151-2/+3
* Remove redundant assert(render) in ff_xvmc_init_block(). The immediatelyDiego Biurrun2009-02-151-1/+0
* Remove asserts that are immediately followed by a check and error return.Diego Biurrun2009-02-151-2/+0
* Doxygen comment/explanation for ff_xvmc_init_block().Diego Biurrun2009-02-151-1/+4
* Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end().Diego Biurrun2009-02-141-0/+4
* whitespace cosmetics: remove stray spaceDiego Biurrun2009-02-141-1/+1
* Doxygenize ff_xvmc_field_start() comment.Diego Biurrun2009-02-141-2/+4
* Clarify ff_xvmc_field_start() comment.Diego Biurrun2009-02-141-2/+2
* Merge some declarations and initializations.Diego Biurrun2009-02-141-9/+4
* Return error instead of triggering assert.Ivan Kalvachev2009-02-141-1/+1
* cosmetics: comment wording/grammarDiego Biurrun2009-02-141-2/+3
* cosmetics: Change '8*8' to '64'.Diego Biurrun2009-02-141-1/+1
* cosmetics: K&R styleDiego Biurrun2009-02-141-4/+4
* Give nice message for failed assert.Ivan Kalvachev2009-02-141-1/+6
* Add xvmc_internal.h that contains all internal xvmc function declarations.Diego Biurrun2009-02-141-0/+1
* Cosmetic 64 instead 8*8Ivan Kalvachev2009-02-141-1/+1
* Clarify some assert usage.Ivan Kalvachev2009-02-141-0/+2
* another (last?) round of K&R whitespace cosmeticsDiego Biurrun2009-02-141-3/+3
* whitespace cosmetics: Align some comments.Diego Biurrun2009-02-141-8/+8
* whitespace cosmetics: Put some spaces around operators for better readability.Diego Biurrun2009-02-141-4/+4
* Remove a comment that references a non-existing function.Diego Biurrun2009-02-141-1/+0
* Make one comment slightly clearer and more readable.Diego Biurrun2009-02-141-1/+1
* Remove one more commented-out line.Diego Biurrun2009-02-141-1/+1
* some more K&R whitespace cosmeticsDiego Biurrun2009-02-141-14/+14
* cosmetics: grammar/spelling/wording fixes in commentsDiego Biurrun2009-02-141-7/+8
* Remove useless comment.Diego Biurrun2009-02-141-1/+0
* Restore one set of parentheses to avoid the warning:Diego Biurrun2009-02-141-1/+1
* whitespace cosmetics: consistently format all commentsDiego Biurrun2009-02-141-35/+34
* whitespace cosmetics: Correctly indent all comments.Diego Biurrun2009-02-141-10/+10
* Clarify TODO commentIvan Kalvachev2009-02-141-1/+3
* Drop two more sets of useless parentheses.Diego Biurrun2009-02-141-1/+1
* get rid of the branch predictionIvan Kalvachev2009-02-141-8/+4
* cosmetics: Consistently format all if/else statements in K&R styleDiego Biurrun2009-02-141-8/+7
* Remove some useless parentheses.Diego Biurrun2009-02-141-4/+4
* remove obsolete commentIvan Kalvachev2009-02-141-4/+0
* remove some useless ()Ivan Kalvachev2009-02-141-3/+3
* use ff_xvmc for function names instead of XVMC_Ivan Kalvachev2009-02-141-5/+5
* Give public #defines that are used by MPlayer an AV_ prefix.Diego Biurrun2009-02-141-5/+5
* Replace all (x == NULL) or (x != NULL) in assert and if conditions by !x and x.Diego Biurrun2009-02-141-10/+10
* remove assertion that use external definitionsIvan Kalvachev2009-02-141-2/+0
* whitespace cosmetics: vertical alignmentDiego Biurrun2009-02-141-5/+5
* whitespace cosmetics: another round of formatting consistency fixesDiego Biurrun2009-02-141-6/+6
OpenPOWER on IntegriCloud