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-22Change the type of pblocks from pointers to short array intoIvan Kalvachev
2009-02-19Add more paranoid checks of xvmc token.Ivan Kalvachev
2009-02-19Directly #include required X11/XvMC header.Diego Biurrun
2009-02-18Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset andDiego Biurrun
2009-02-18small Doxygen comment grammar fixDiego Biurrun
2009-02-18Revert converting two asserts into if checks and error messages.Diego Biurrun
2009-02-17Thoroughly check all fields set by the application in xvmc struct.Ivan Kalvachev
2009-02-16whitespace cosmetics: Place spaces around += for better readability.Diego Biurrun
2009-02-16Replace two asserts by checks and error messages.Diego Biurrun
2009-02-16whitespace cosmeticsDiego Biurrun
2009-02-16Give struct members more sensible names:Diego Biurrun
2009-02-15Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similarDiego Biurrun
2009-02-15cosmetics: typo fixDiego Biurrun
2009-02-15spelling/grammar/wording fixes for Doxygen commentsDiego Biurrun
2009-02-15Rename unique_id to the way michaelni likes it. (xvmc_id)Ivan Kalvachev
2009-02-15Document all functions in mpegvideo_xvmc.Ivan Kalvachev
2009-02-15Rename xvmc_pixfmt_render structure to xvmc_pix_fmt.Diego Biurrun
2009-02-15Kill the magic field in xvmc structure.Ivan Kalvachev
2009-02-15K&R whitespace cosmeticsDiego Biurrun
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