8 Commits (8c55333c99ef78b6624062261625f0cfcf360d1c)

Author SHA1 Message Date
Måns Rullgård 4a88852623 Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Ramiro Polla 9451b59fc6 Remove ; after while(0) in macros. 15 years ago
Ramiro Polla dd68318cee Cosmetics: 15 years ago
Ramiro Polla 9b734d44ab Indent libswscale: 15 years ago
Diego Biurrun 9bb3f3edfe Remove disabled debug code. 15 years ago
Ramiro Polla c0cf20a24a Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code. 16 years ago
Diego Biurrun f1933e436c Add missing const qualifiers to AltiVec function parameters where appropriate. 16 years ago
Ramiro Polla befa8e665c Move yuv2rgb code to subdirs. 16 years ago
Diego Biurrun 780daf2b09 Consistently use ff_ prefixes for internal symbols. 16 years ago
Reimar Döffinger 68363b6989 Make AltiVec code write alpha as 255 instead of 0 when converting to RGBA 16 years ago
Diego Biurrun ee8ee340a1 Relicense AltiVec optimizations as LGPL with the permission of Marc Hoffman 16 years ago
Kostya Shishkov e2a004ad4e Prefix visible YUV2RGB functions with sws_ 16 years ago
Diego Biurrun b9263c945f Remove pointless malloc.h #include. 16 years ago
David Conrad 9655ffb59e Convert typeof keyword into __typeof__; this is a gcc extension and the former is not accepted in C99 without GNU extensions enabled (e.g. via -fasm). This fixes compilation on PPC. 16 years ago
Guillaume Poirier 14b83f9a3d compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV() macro 17 years ago
Diego Biurrun 6b83bb1ee8 Fix indentation after last commit. 17 years ago
Diego Biurrun f22e5e22ef Remove AltiVec vector declaration compiler compatibility macros. 17 years ago
Alexander Strange 88c5cadc2a Cosmetics: reindent. 17 years ago
Alexander Strange 2ac6ff2ecb Remove const vector casts. 17 years ago
Diego Biurrun 8a3227968c spelling/grammar/wording overhaul 17 years ago
Diego Biurrun 4bdc44c7fe whitespace cosmetics 17 years ago
Diego Biurrun 7a4d5e174c Place license header at the top of the file for consistency. 17 years ago
Diego Biurrun bee972eead typo 17 years ago
Diego Biurrun e982d4d39f Remove the unused function roundToInt16. It is a duplicate of the same function 17 years ago
Diego Biurrun a6f6b237e2 typos 17 years ago
Benoit Fouet e5091488a5 Remove non cosmetic spaces inside parentheses. 17 years ago
Diego Biurrun 298726ba55 cosmetics: Fix AltiVec spelling. 17 years ago
Diego Biurrun b19bcbaa78 license header consistency cosmetics 18 years ago
Diego Biurrun 428098165d cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code. 18 years ago
Diego Biurrun 6a4970abd1 cosmetics: Remove trailing whitespace. 18 years ago
Luca Abeni 2d529db50f Pass a context to av_log(), when possible 18 years ago
Diego Biurrun d026b45e73 Change license headers to say 'FFmpeg' instead of 'this program'. 18 years ago
Diego Biurrun 0fe89aca42 Remove unused variables. 18 years ago
Luca Abeni e9e12f0e11 Remove the dependency of libswscale on img_format.h 18 years ago
Diego Biurrun 2111440ae9 Add proper GPL headers. 18 years ago
Diego Biurrun db3924f1fd Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 18 years ago
Luca Abeni 94c4def23c Use libavutil in libswscale, and allow it to be built out of the mplayer tree 19 years ago
Luca Abeni 73435f006b Move postproc ---> libswscale 19 years ago
Alan Curry 9c445fbe7a Fix some bugs handling input that is not aligned at 16 bytes or has 19 years ago
Alan Curry 340ea251c9 Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with more 19 years ago
Alan Curry cd92221a8d Just a comment update, replacing a FIXME to reflect the new expectation of 19 years ago
Alan Curry cbddd5dfc6 Fix vec_clip for gcc's that don't handle (vector signed short){16} according 19 years ago
Alan Curry d33d485e83 Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just 19 years ago
Alan Curry 7d20ebffdf Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each 19 years ago
Alan Curry 3845b56dd1 altivec_yuv2packedX() ignores the requested output format and unconditionally 19 years ago
Alan Curry 5edb653bca AltiVec operations need to have memory aligned on 16-byte boundaries. 19 years ago
Alan Curry be9d060d0c vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrect 19 years ago
Diego Biurrun b2d374c958 Unify include paths, -I.. is in CFLAGS. 19 years ago
Luca Barbato 582552fb56 postproc/yuv2rgb_altivec.c compile fix 20 years ago
Alex Beregszaszi 95d45b1e64 simplify the init 21 years ago