18078 Commits (76b9092f24d3142bf1cc43e4900193bd9de545da)
 

Author SHA1 Message Date
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
Diego Biurrun c1a5aa2953 whitespace cosmetics: Restore vertical alignment. 16 years ago
Ivan Kalvachev aae667ba4d clarify xvmc struct fields usage distribution (internal communication) 16 years ago
Ivan Kalvachev 6785e509d4 doxygen style comments 16 years ago
Diego Biurrun c97dffbc94 Replace useless X11 #includes by the one that actually provides the required 16 years ago
Diego Biurrun 6b6ea1dfdf whitespace cosmetics: vertical alignment 16 years ago
Diego Biurrun e0dcbda24b Fix non-Doxygen comment. 16 years ago
Diego Biurrun 1369e003f6 Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined. 16 years ago
Ivan Kalvachev 4f7e6f0d58 vertically align xvmc struct member comments 16 years ago
Ivan Kalvachev 117f9234c8 Rename xvmc flags to follow ffmpeg AV_ notion. 16 years ago
Diego Biurrun ea375af8c9 Give public #defines that are used by MPlayer an AV_ prefix. 16 years ago
Diego Biurrun 3ae0192839 Replace all (x == NULL) or (x != NULL) in assert and if conditions by !x and x. 16 years ago
Diego Biurrun af28efa272 Update multiple inclusion guards to match filename. 16 years ago
Ivan Kalvachev ef1b5ae2cd remove assertion that use external definitions 16 years ago
Diego Biurrun 1aa7abb281 Fix compilation: Restore mistakenly removed constant definitions. 16 years ago
Kostya Shishkov 43cbf8adbb Make hScale_altivec_real() trim its output like other implementations do 16 years ago
Kostya Shishkov 12794f73eb Some AltiVec functions in SwScaler produce different output than their 16 years ago
Ivan Kalvachev 24d54e9ebb explain chroma_format field in xvmc struct 16 years ago
Ivan Kalvachev d54a08cf2a describe idct variable in xvmc struct 16 years ago
Ivan Kalvachev ff92137865 Describe the purpose of magic in xvmc structure. 16 years ago
Diego Biurrun 4ef690f565 whitespace cosmetics: vertical alignment 16 years ago
Diego Biurrun 2d7d8cc7f4 whitespace cosmetics: another round of formatting consistency fixes 16 years ago
Diego Biurrun 148302e7e4 whitespace cosmetics: consistent (more or less) K&R style 16 years ago
Diego Biurrun 39dba5e8df whitespace cosmetics: Fix indentation depth. 16 years ago
Diego Biurrun 8e5cfb6e82 Remove commented-out code. 16 years ago
Diego Biurrun 8f6f050aae 100l: Remove stray character that slipped into header name. 16 years ago
Michael Niedermayer 8ba311410a Silence "assdec.c:146: warning: passing argument 4 of ‘qsort’ from incompatible pointer type" 16 years ago
Diego Biurrun fc2dd7e3de Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices. 16 years ago
Diego Biurrun 9e47796048 Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan. 16 years ago