18203 Commits (f5007cc84499b005028064786c628ff4c8850f3c)
 

Author SHA1 Message Date
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
Peter Ross bad4a6bbb7 Use consistent indent style in oggdec. 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
Patrik Kullman 3fd2d1c4bc Add av_uninit to variable declarations to fix the false positive warnings: 16 years ago
Stefano Sabatini fd51ff1643 Fix avfilter_parse_graph() invalid graph description detection. 16 years ago
Kostya Shishkov 7fa70598e8 Enable dropping frames for RV3/4 16 years ago
Patrik Kullman eca406e284 Add libavcodec/internal.h include to avoid warning: implicit declaration of 16 years ago
Baptiste Coudurier 73d0869a2f compute body offset and index entry offset correctly 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
Justin Ruggles 3c90870a2f add myself as maintainer for lpc.[ch] 16 years ago
Thierry Foucu 2ead1eb0ff use correct field number for video according to specs, patch by Thierry Foucu, tfoucu at gmail dot com 16 years ago
Baptiste Coudurier 032d8aece2 cosmetics, rename nb_frames to nb_fields 16 years ago
Baptiste Coudurier ab91e84d2b fix slice offset computation 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
Diego Biurrun fbd5205093 Add supported network protocols section. 16 years ago
Diego Biurrun 67164b0c13 Remove pointless #if around the file, it is already conditionally compiled. 16 years ago
Baptiste Coudurier 1c6bdfa999 set mime type for mxf 16 years ago
Baptiste Coudurier 844d9e4115 simplify 16 years ago
Baptiste Coudurier 8d1a5af700 cosmetics, reindent, add/remove some empty lines, redundant comment 16 years ago
Baptiste Coudurier bd3f81f313 MXF D-10 muxer 16 years ago
Baptiste Coudurier 6249143da8 store display height without vbi 16 years ago