26 Commits (f35254d1aa48371578b6ce4b7520cb15c4c3684a)

Author SHA1 Message Date
  Diego Biurrun b9263c945f Remove pointless malloc.h #include. 17 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. 17 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. 18 years ago
  Diego Biurrun 298726ba55 cosmetics: Fix AltiVec spelling. 18 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 19 years ago
  Diego Biurrun d026b45e73 Change license headers to say 'FFmpeg' instead of 'this program'. 19 years ago
  Diego Biurrun 0fe89aca42 Remove unused variables. 19 years ago
  Luca Abeni e9e12f0e11 Remove the dependency of libswscale on img_format.h 19 years ago
  Diego Biurrun 2111440ae9 Add proper GPL headers. 19 years ago
  Diego Biurrun db3924f1fd Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 19 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 20 years ago
  Alan Curry cbddd5dfc6 Fix vec_clip for gcc's that don't handle (vector signed short){16} according 20 years ago
  Alan Curry d33d485e83 Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just 20 years ago
  Alan Curry 7d20ebffdf Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each 20 years ago
  Alan Curry 3845b56dd1 altivec_yuv2packedX() ignores the requested output format and unconditionally 20 years ago
  Alan Curry 5edb653bca AltiVec operations need to have memory aligned on 16-byte boundaries. 20 years ago
  Alan Curry be9d060d0c vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrect 20 years ago
  Diego Biurrun b2d374c958 Unify include paths, -I.. is in CFLAGS. 20 years ago
  Luca Barbato 582552fb56 postproc/yuv2rgb_altivec.c compile fix 21 years ago
  Alex Beregszaszi 95d45b1e64 simplify the init 21 years ago
  Alex Beregszaszi 84fdd6421f some fixes 21 years ago
  Michael Niedermayer a31de95620 altivec yuv->rgb converter 21 years ago