10 Commits (78f9a8783067ee09db8d432a3d9248dfb7bb15ee)

Author SHA1 Message Date
Ivan Kalvachev 78f9a87830 use ff_xvmc for function names instead of XVMC_ 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
Ivan Kalvachev ef1b5ae2cd remove assertion that use external definitions 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 9e47796048 Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan. 16 years ago
Diego Biurrun fd949a6353 Revert adding a _pixfmt to vdpau/xvmc header names. 16 years ago
Diego Biurrun 8df3bf60cf Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h as 16 years ago
Diego Biurrun 9b4cfc360a Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fit 16 years ago
Diego Biurrun c96da3edc3 Avoid POSIX-reserved _t namespace. 16 years ago
Diego Biurrun 7a74e06796 Fix a bunch of typos in comments. 17 years ago
Diego Biurrun d8c0e9d588 Remove redundant #ifdef around the complete file. 17 years ago
Diego Biurrun 2cab640129 typo fixes 17 years ago
Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
Ivan Kalvachev ee28dedc86 Remove inline from function that is exported. 17 years ago
Diego Biurrun 42610c4983 Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. 18 years ago
Dominik Mierzejewski 61b769871f Fixes: 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun f4bd289a04 Explicitly include fastmemcpy.h from libvo/. 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Mike Melanson 160d679c07 Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 20 years ago
Michael Niedermayer 9fe5a7b831 do not call (av_)abort() 20 years ago
Ivan Kalvachev 715731a32b better cbp handling and small speedup in mpeg12 21 years ago
Ivan Kalvachev 197662a632 fix typo 21 years ago
Ivan Kalvachev 5e5c247a7c initial chroma_format changes,xvmc tweaks and codec_cap 21 years ago
Steven M. Schultz 8ac5c1b2d3 av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) 21 years ago
Ivan Kalvachev a579db0c4f XvMC speedup by removing one memcpy and doing MB packing 21 years ago
Alex Beregszaszi 6cbff2f44a using av_abort 21 years ago
Fabrice Bellard 56c4a18464 ctype.h is a common header 21 years ago
Ivan Kalvachev 302898fcbe Add GNU header, remove X includes, add more check for xvmc render packet 22 years ago
Ivan Kalvachev 2e7b4c8442 initial XvMC support 22 years ago