382 Commits (dacfaf237335d96fa6ebac3d834194761f8d8f7f)

Author SHA1 Message Date
Reimar Döffinger 5802683a97 Make some assembler constants global instead of declaring them multiple times. 17 years ago
Reimar Döffinger d334c7c237 Use DECLARE_ASM_CONST where possible in libswscale code 17 years ago
Reimar Döffinger c14731d8da Fix typo in comment 17 years ago
Benoit Fouet 1b0a4572f4 Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). 17 years ago
Benoit Fouet 8916b4b55b Remove some useless parentheses. 17 years ago
Benoit Fouet 30c48a0af4 Cosmetics: whitespaces 17 years ago
Benoit Fouet e5091488a5 Remove non cosmetic spaces inside parentheses. 17 years ago
Benoit Fouet b8db4e22de Description: remove superfluous parentheses. 17 years ago
KO Myung-Hun 337a2a4530 Check param in sws_getCachedContext(). 17 years ago
Diego Biurrun 56b69633dd comment typo fixes 17 years ago
Peter Schlaile 5efaf00029 Make sure strides have positive values before converting. 17 years ago
Diego Biurrun c95a3a9fbf Add missing declarations for AltiVec functions, fixes the warnings: 17 years ago
Diego Biurrun 4706949c6d Fix 'make checkheaders' on AltiVec-enabled systems. 17 years ago
Diego Biurrun 737278c86a Fix some spelling typos 17 years ago
Diego Biurrun bc279024c2 Comment some #endif directives. 17 years ago
Diego Biurrun 594ff7cc6c comment spelling/grammar fixes 17 years ago
Diego Biurrun a680708d2d The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped. 17 years ago
Diego Biurrun 2f3cbef06e Rename LIB to LIBNAME for consistency. 17 years ago
Diego Biurrun 522e9cf4e0 1l: Update wrong #endif comment. 17 years ago
Diego Biurrun 39c70be189 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Diego Biurrun 298726ba55 cosmetics: Fix AltiVec spelling. 17 years ago
Diego Biurrun 721d5e3b95 Revert wrong ARCH_BFIN --> HAVE_BFIN change. 17 years ago
Aurelien Jacobs 79973335d3 add support for yuva420p colorspace (yuv420p + alpha) 17 years ago
Michael Niedermayer 35fb8134c1 cosmetic (get rid of _ at the start of local variable names) 17 years ago
Marc Hoffman 49488d12bf renaming ARCH_BFIN to HAVE_BFIN 17 years ago
Diego Biurrun 035c591983 cosmetics: Sort some lines, whitespace changes. 17 years ago
Diego Biurrun 6465c977b7 Move Apple gcc AltiVec vector declaration syntax to libavutil. 17 years ago
Diego Biurrun d8e84202c7 Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). 17 years ago
Diego Biurrun bd7c6fd50c typo 17 years ago
Marc Hoffman 7889f52890 integrating blackfin optimized yuyvtoyv12 converter 17 years ago
Marc Hoffman b41c9046cc removing reference to bfin_sram.h its not used anylonger 17 years ago
Marc Hoffman 4055d27121 adding blackfin optimized yuyvtoyv12 converter 17 years ago
Denes Balatoni 90c1d7b400 UltraSPARC VIS yuv2rgb 17 years ago
Andreas Öman 9ba7fe6dcb use YUV440P in swscale 17 years ago
Diego Biurrun 325751ef32 This was rewritten by Michael, switch copyrights to him and license to LGPL. 17 years ago
Diego Biurrun fc69cc615e Remove redundant "all rights reserved" statement, OKed by Walken. 17 years ago
Diego Biurrun cabc90c2ce typo 17 years ago
Luca Abeni aa89fa07b0 Remove unused file (this time for real) 17 years ago
Luca Abeni 0d79efeba9 Resurrect yuv2rgb_init.c, to add a proper license (and some comments about 17 years ago
Diego Biurrun 7ed8ccb50e ISO8859-1 --> UTF-8 17 years ago
Diego Biurrun b19bcbaa78 license header consistency cosmetics 17 years ago
Diego Biurrun c1578479d3 Group all copyright and author notices together. 17 years ago
Luca Abeni 6969e0a030 Remove unused file 17 years ago
Diego Biurrun 064cd7a897 Fix 'make checkheaders'. 17 years ago
Diego Biurrun 26e16be00e Remove obsolete and misleading comment. 17 years ago
Diego Biurrun ddda6fcddc comment grammar fixes 17 years ago
Marc Hoffman 1ebbfe159f integrating ff_bfin_get_unscaled_swscale into the system 18 years ago
Marc Hoffman c185b405c1 adding Blackfin swscale_bfin infrastructure, and the first swscale routine uyvy to yv12 video resampler 18 years ago
Marc Hoffman 69a6db95ac document pointer offset by -8 18 years ago
Marc Hoffman e9d4375f1a re pipeline loop, to eliminate extra chroma reads 18 years ago