9043 Commits (b82744c9aeaa1ed7d668170efb7e0ff25d5f5e8e)

Author SHA1 Message Date
Diego Biurrun ca14e2a8b7 Handle conditional compilation of CPU-specific FFT code in the Makefile. 16 years ago
Diego Biurrun 3d17b948fd mpegvideo_xvmc.o depends on mpegvideo.o. 16 years ago
Diego Biurrun 7df33ec28e Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset and 16 years ago
Diego Biurrun 63864cb810 small Doxygen comment grammar fix 16 years ago
Diego Biurrun bd0eddb795 Revert converting two asserts into if checks and error messages. 16 years ago
Stephen Warren ef7ae94ba2 Fix MBAFF/PAFF samples. 16 years ago
Diego Biurrun 9ba8bc0164 spelling/grammar/wording fixes for the Doxygen comments 16 years ago
Diego Biurrun 30f68128ab Add missing #includes to fix 'make checkheaders'. 16 years ago
Gwenole Beauchesne ce09f9270a Move initialization of {luma,chroma}_weight_flag[] up, 16 years ago
Diego Biurrun de86157836 cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the type 16 years ago
Diego Biurrun 1bf6e565dd cosmetics: 'const static' --> 'static const' to avoid warnings of the type 16 years ago
Ivan Kalvachev 649c171aec Thoroughly check all fields set by the application in xvmc struct. 16 years ago
Patrik Kullman 7846418bdb flacdec: Silence false positive warning about uninitialized variables in 16 years ago
Ivan Kalvachev 02c0c8d17d Minor clarification of xvmc field description. 16 years ago
Ivan Kalvachev e7de624bcc Improvements in xvmc structure fields descriptions. 16 years ago
Diego Biurrun 3842560379 whitespace cosmetics: Reindent a few lines after the last commit. 16 years ago
Diego Biurrun 83344066d3 Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks around if 16 years ago
Diego Biurrun 42dfc2bfa9 whitespace cosmetics: Place spaces around += for better readability. 16 years ago
Diego Biurrun ed80a059ba Add missing object dependencies: eatqi.o depends on mpeg12.o. 16 years ago
Kostya Shishkov 42402a55b0 Make BMP decoder try to decode files with incorrect filesize field value 16 years ago
Diego Biurrun f9d5bf3c2d Replace two asserts by checks and error messages. 16 years ago
Diego Biurrun e7c88eb76f Doxygen comment wording fix 16 years ago
Diego Biurrun 6545996fb9 whitespace cosmetics 16 years ago
Diego Biurrun cad1928f15 Give struct members more sensible names: 16 years ago
Diego Biurrun 648410c1fc cosmetics: one more wording fix 16 years ago
Diego Biurrun df9d2e04bb cosmetics: Keep lines below 80 characters where sensibly possible. 16 years ago
Diego Biurrun 037f13fe21 Doxygen spelling/wording fixes 16 years ago
Diego Biurrun 2f953883e3 spelling/wording fixes for the Doxygen comments 16 years ago
Diego Biurrun 8f66518d0b draw_horiz_band() is really ff_draw_horiz_band(). 16 years ago
Diego Biurrun 058bcd7b6b spelling/grammar/wording/whitespace for Doxygen comments 16 years ago
Diego Biurrun 4e30fa6e7b Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similar 16 years ago
Stefano Sabatini c1b0210115 Improve grammar: "X next after Y" -> "next X after Y". 16 years ago
Diego Biurrun 864899c329 cosmetics: typo fix 16 years ago
Ivan Kalvachev ad0405fc03 Describe all fields in xvmc struct. 16 years ago
Diego Biurrun d758a5cb50 spelling/grammar/wording fixes for Doxygen comments 16 years ago
Diego Biurrun 1909fadea9 comment spelling/grammar/wording fixes 16 years ago
Diego Biurrun e98b47557b Explain how AV_XVMC_RENDER_MAGIC got its seemingly arbitrary value. 16 years ago
Ivan Kalvachev 1fcef40847 Rename unique_id to the way michaelni likes it. (xvmc_id) 16 years ago
Ivan Kalvachev 3d43e42f29 Document all functions in mpegvideo_xvmc. 16 years ago
Diego Biurrun f602b044b5 Rename xvmc_pixfmt_render structure to xvmc_pix_fmt. 16 years ago
Ivan Kalvachev 11f8aa042d Kill the magic field in xvmc structure. 16 years ago
Diego Biurrun 9043202e6e K&R whitespace cosmetics 16 years ago
Diego Biurrun c1e7b256ec 10l: Remove duplicated hunk of code. 16 years ago
Stefano Sabatini 0334f79994 Document av_codec_next(). 16 years ago
Carl Eugen Hoyos c99a35768f Silence following warning if only zeros were not consumed: 16 years ago
Reimar Döffinger 06aae1238f Place spaces consistently in pointer types in vdpau.c 16 years ago
Ivan Kalvachev 9e0a8a368e Cosmetics. Vertical align. 16 years ago
Ivan Kalvachev d76c5ed574 Almost cosmetics. 16 years ago
Ivan Kalvachev d2d600b71f Check all critical xvmc struct fields in ff_xvmc_field_start() 16 years ago
Ivan Kalvachev afb9342a3e Proper condition in xvmc decode mb. 16 years ago