18056 Commits (8f66518d0b8771eff02495205b470ff7789d5f03)
 

Author SHA1 Message Date
Diego Biurrun 4b72239059 Remove completely unsed structure fields mc_type and chroma_format. 16 years ago
Diego Biurrun 05c363e90d whitespace consistency cosmetics 16 years ago
Diego Biurrun 5d6c111098 Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined. 16 years ago
Ivan Kalvachev 3bffe5fc9d Deprecate some unused xvmc structure fields. 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
Ivan Kalvachev 4acfdcab26 Cosmetics 16 years ago
Ivan Kalvachev ce0e60a108 Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&) 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
Ivan Kalvachev 9e494ab77c Check ff_xvmc_field_start() result in all cases. 16 years ago
Ivan Kalvachev 24b1583a62 Another attempt to clarify draw_horiz_band() usage. 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 2d7b05601a Attempt to clarify draw_horiz_band description and fix two random typos. 16 years ago
Ivan Kalvachev dd4e297d94 More clarification for draw_horiz_band() in hwaccell mode. 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
Stefano Sabatini e14ff1e628 Use sws_printVec2() instead of the deprecated sws_printVec(). 16 years ago
Stefano Sabatini 26b40a659d Implement sws_printVec2() and deprecate sws_printVec(). 16 years ago
Ivan Kalvachev 2661ba4b09 Document that ff_draw_horiz_band() could be used as hwaccell callback. 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
Diego Biurrun 7e2e870e06 some more K&R whitespace cosmetics 16 years ago
Stefano Sabatini a26b51cd4a Document sws_normalizeVec(). 16 years ago
Diego Biurrun a1db3b93c0 cosmetics: grammar/spelling/wording fixes in comments 16 years ago
Diego Biurrun 052f377934 Remove useless comment. 16 years ago
Diego Biurrun eba9cecc8b Restore one set of parentheses to avoid the warning: 16 years ago
Diego Biurrun 1f7c1d140a whitespace cosmetics: consistently format all comments 16 years ago
Diego Biurrun d15876d3bd whitespace cosmetics: Correctly indent all comments. 16 years ago
Ivan Kalvachev 788aa94a9d Clarify TODO comment 16 years ago
Diego Biurrun 6c7b70fbd6 Remove compatibility layer for old names of xvmc definitions. 16 years ago
Diego Biurrun 36c5204d4e Drop two more sets of useless parentheses. 16 years ago
Ivan Kalvachev 90509ec7bf get rid of the branch prediction 16 years ago
Diego Biurrun 4ec58e1397 cosmetics: Consistently format all if/else statements in K&R style 16 years ago
Diego Biurrun 9f00a41cb3 Remove some useless parentheses. 16 years ago
Diego Biurrun ed92bedb63 Rename some forward declarations that were missed, fixes the warnings: 16 years ago
Ivan Kalvachev f0a902ad82 remove obsolete comment 16 years ago
Diego Biurrun a002da797c Fix compilation: XVMC_ --> ff_xvmc prefix for xvmc functions. 16 years ago
Ivan Kalvachev 4742762f5d remove some useless () 16 years ago
Ivan Kalvachev 78f9a87830 use ff_xvmc for function names instead of XVMC_ 16 years ago