73 Commits (cd0d9a9de68f6407498f9eb9b452cbe74c403c9f)

Author SHA1 Message Date
Ivan Kalvachev 21effaa4b2 Change the type of pblocks from pointers to short array into 16 years ago
Ivan Kalvachev 859bb3cfee Add more paranoid checks of xvmc token. 16 years ago
Diego Biurrun 2213f431c7 Directly #include required X11/XvMC header. 16 years ago
Diego Biurrun 7df33ec28e Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset and 16 years ago
Diego Biurrun 63864cb810 small Doxygen comment grammar fix 16 years ago
Diego Biurrun bd0eddb795 Revert converting two asserts into if checks and error messages. 16 years ago
Ivan Kalvachev 649c171aec Thoroughly check all fields set by the application in xvmc struct. 16 years ago
Diego Biurrun 42dfc2bfa9 whitespace cosmetics: Place spaces around += for better readability. 16 years ago
Diego Biurrun f9d5bf3c2d Replace two asserts by checks and error messages. 16 years ago
Diego Biurrun 6545996fb9 whitespace cosmetics 16 years ago
Diego Biurrun cad1928f15 Give struct members more sensible names: 16 years ago
Diego Biurrun 4e30fa6e7b Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similar 16 years ago
Diego Biurrun 864899c329 cosmetics: typo fix 16 years ago
Diego Biurrun d758a5cb50 spelling/grammar/wording fixes for Doxygen comments 16 years ago
Ivan Kalvachev 1fcef40847 Rename unique_id to the way michaelni likes it. (xvmc_id) 16 years ago
Ivan Kalvachev 3d43e42f29 Document all functions in mpegvideo_xvmc. 16 years ago
Diego Biurrun f602b044b5 Rename xvmc_pixfmt_render structure to xvmc_pix_fmt. 16 years ago
Ivan Kalvachev 11f8aa042d Kill the magic field in xvmc structure. 16 years ago
Diego Biurrun 9043202e6e K&R whitespace cosmetics 16 years ago
Diego Biurrun c1e7b256ec 10l: Remove duplicated hunk of code. 16 years ago
Ivan Kalvachev 9e0a8a368e Cosmetics. Vertical align. 16 years ago
Ivan Kalvachev d76c5ed574 Almost cosmetics. 16 years ago
Ivan Kalvachev d2d600b71f Check all critical xvmc struct fields in ff_xvmc_field_start() 16 years ago
Ivan Kalvachev afb9342a3e Proper condition in xvmc decode mb. 16 years ago
Ivan Kalvachev 095edd3e61 Rename xvmc_render_state to something with pixfmt in its name. 16 years ago
Ivan Kalvachev 1a90cf3c98 Revert 17308. 16 years ago
Ivan Kalvachev a0723a4d84 Give a little better name to the magic(_id) field in xvmc struct 16 years ago
Diego Biurrun 1333d8fd20 Replace assert in ff_xvmc_field_end() by av_log call at level AV_LOG_ERROR. 16 years ago
Diego Biurrun 967d2ae616 Remove redundant assert(render) in ff_xvmc_init_block(). The immediately 16 years ago
Diego Biurrun e26f8d76d7 Remove asserts that are immediately followed by a check and error return. 16 years ago
Diego Biurrun 8f38ff007a Doxygen comment/explanation for ff_xvmc_init_block(). 16 years ago
Diego Biurrun 0b2eb2e8be Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end(). 16 years ago
Diego Biurrun fe4be5dbd5 whitespace cosmetics: remove stray space 16 years ago
Diego Biurrun 9107f7cd07 Doxygenize ff_xvmc_field_start() comment. 16 years ago
Diego Biurrun a1bce01171 Clarify ff_xvmc_field_start() comment. 16 years ago
Diego Biurrun b71bd0ed11 Merge some declarations and initializations. 16 years ago
Ivan Kalvachev 013cebfbe8 Return error instead of triggering assert. 16 years ago
Diego Biurrun 930efaf410 cosmetics: comment wording/grammar 16 years ago
Diego Biurrun 6e4b41f880 cosmetics: Change '8*8' to '64'. 16 years ago
Diego Biurrun cb18fb6288 cosmetics: K&R style 16 years ago
Ivan Kalvachev 9939841fe2 Give nice message for failed assert. 16 years ago
Diego Biurrun 4440bd0da4 Add xvmc_internal.h that contains all internal xvmc function declarations. 16 years ago
Ivan Kalvachev 6e2803405d Cosmetic 64 instead 8*8 16 years ago
Ivan Kalvachev ae4dde76d3 Clarify some assert usage. 16 years ago
Diego Biurrun 99df0aa59e another (last?) round of K&R whitespace cosmetics 16 years ago
Diego Biurrun ba585726be whitespace cosmetics: Align some comments. 16 years ago
Diego Biurrun 81189e4ff6 whitespace cosmetics: Put some spaces around operators for better readability. 16 years ago
Diego Biurrun 465ce23e4d Remove a comment that references a non-existing function. 16 years ago
Diego Biurrun 0439c09d22 Make one comment slightly clearer and more readable. 16 years ago
Diego Biurrun 63a21bc041 Remove one more commented-out line. 16 years ago