9033 Commits (9885e9a63a9842ed94544d65cb89a2a91d4aecf6)

Author SHA1 Message Date
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
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 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
Diego Biurrun aea0b32cbc Make xvmc.h an installed header, applications like MPlayer need it. 16 years ago
Diego Biurrun fd949a6353 Revert adding a _pixfmt to vdpau/xvmc header names. 16 years ago
Diego Biurrun db68113d5e cosmetics: alphabetical order 16 years ago
Kostya Shishkov 7fa70598e8 Enable dropping frames for RV3/4 16 years ago
Patrik Kullman 3cfe88194a lpc: Remove false positive compilation warning about weight being 16 years ago
Patrik Kullman eabe8c7033 Assert that ff_lpc_calc_coefs() is called with a valid LPC method. 16 years ago
Patrik Kullman 83f63ffb22 lpc: Document the use_lpc parameter to ff_lpc_calc_coefs(). 16 years ago
Alex Converse 03b127477f Re-indent after last commit. 16 years ago
Alex Converse f1ade11e33 Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a independently switched CCE. 16 years ago
Kostya Shishkov 86dd3974e5 In RV3/4 nonzero MB offset for the first slice also indicates error 16 years ago
Alexander Strange b6188c5a55 Put dispatch_tab in the rodata section for macho64. 16 years ago
Alex Converse 4eb311d01c Correctly map ADTS profile_ObjectType to MPEG-4 AOT 16 years ago
Zuxy Meng ecb24904fe add SSE2 version of vp6_filter_diag 16 years ago
Sebastien Lucas 6af3c226c3 add MMX version of vp6_filter_diag 16 years ago
Aurelien Jacobs 5110b25e1e convert ff_pw_64 into an xmm_reg for future use in vp6 sse code 16 years ago
Reimar Döffinger 29ef9575ab Fix compilation, there is no file vdpauvideo.c, only vdpau.c 16 years ago
Robert Swain 5f401ee03c AAC: Cosmetic alterations after the last commit 16 years ago
Alex Converse b2d9d4a531 Give an error message when returning due to an unallocated channel element 16 years ago
Alex Converse 30272450f9 Add support for sample rate index 12, 7350 Hz 16 years ago
Alex Converse ff587009ae Remove bogus coupling_point assignment for non-CCE as this value is not checked 16 years ago
Björn Axelsson 37a43cfb39 Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes format 16 years ago
Diego Biurrun 508048afe2 10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well. 16 years ago
Diego Biurrun 8df3bf60cf Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h as 16 years ago
Michael Niedermayer 8c7f820686 Let rgb32 pass for ljpeg. 16 years ago
Baptiste Coudurier d1e3c6fd40 extend resampling API, add S16 internal conversion 16 years ago
Vitor Sessak d3b771bbc8 Document old scaler as deprecated 16 years ago