summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_xvmc.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify: Remove impossible condition.Nicolas Kaiser2010-11-091-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-6/+6
* Consistently use third person in doxies.Stefano Sabatini2009-10-271-5/+5
* Change the type of pblocks from pointers to short array intoIvan Kalvachev2009-02-221-7/+7
* Add more paranoid checks of xvmc token.Ivan Kalvachev2009-02-191-1/+4
* Directly #include required X11/XvMC header.Diego Biurrun2009-02-191-0/+1
* Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset andDiego Biurrun2009-02-171-2/+2
* small Doxygen comment grammar fixDiego Biurrun2009-02-171-1/+1
* Revert converting two asserts into if checks and error messages.Diego Biurrun2009-02-171-8/+5
* Thoroughly check all fields set by the application in xvmc struct.Ivan Kalvachev2009-02-161-1/+5
* whitespace cosmetics: Place spaces around += for better readability.Diego Biurrun2009-02-161-1/+1
* Replace two asserts by checks and error messages.Diego Biurrun2009-02-161-5/+8
* whitespace cosmeticsDiego Biurrun2009-02-161-1/+1
* Give struct members more sensible names:Diego Biurrun2009-02-161-5/+5
* Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similarDiego Biurrun2009-02-151-5/+5
* cosmetics: typo fixDiego Biurrun2009-02-151-1/+1
* spelling/grammar/wording fixes for Doxygen commentsDiego Biurrun2009-02-151-5/+5
* Rename unique_id to the way michaelni likes it. (xvmc_id)Ivan Kalvachev2009-02-151-5/+5
* Document all functions in mpegvideo_xvmc.Ivan Kalvachev2009-02-151-1/+15
* Rename xvmc_pixfmt_render structure to xvmc_pix_fmt.Diego Biurrun2009-02-151-7/+7
* Kill the magic field in xvmc structure.Ivan Kalvachev2009-02-151-5/+5
* K&R whitespace cosmeticsDiego Biurrun2009-02-151-1/+1
* 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
OpenPOWER on IntegriCloud