44 Commits (38490e07247e2a73d31ccb3f57b02db65c033ae3)

Author SHA1 Message Date
Rong Yan 2af180bf1b swscale/ppc/yuv2rgb_altivec: POWER LE support in the macros vec_unh() and vec_unl() 9 years ago
Diego Biurrun c2503d9c8a swscale: ppc: Hide arch-specific initialization details 11 years ago
Diego Biurrun c011ceef78 swscale: ppc: Remove commented-out define cruft 12 years ago
Diego Biurrun 7f75f2f2bd ppc: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Biurrun 5a6e3c039c swscale: Mark all init functions as av_cold 12 years ago
Pavel Koshevoy 665100c2f1 Fix destination row striding in altivec_yuv2_bgr24. 13 years ago
Diego Biurrun 02c39f056a ppc: Add/remove a number of const qualifiers to fix related warnings. 13 years ago
Diego Biurrun 36697be187 swscale: K&R formatting cosmetics for PowerPC code (part II/II) 13 years ago
Ronald S. Bultje dc179ec819 swscale: split yuv2packedX_altivec in smaller functions. 14 years ago
Ronald S. Bultje 67d80a5421 swscale: split out ppc _template.c files from main swscale.c. 14 years ago
Ronald S. Bultje a3e9bb5dee swscale: remove indirections in ppc/swscale_template.c. 14 years ago
Reimar Döffinger 3c194f390f Replace "vector const" by "const vector" otherwise gcc 4.6.0 fails. 14 years ago
Reimar Döffinger b7b62c3a53 Include pixdesc.h for av_get_pix_fmt_name. 14 years ago
Stefano Sabatini e1197b9e17 swscale: remove sws_format_name() 14 years ago
Reimar Döffinger 89c687e97e Add const to vector types for input in altivec code. 14 years ago
Diego Biurrun 06b5facd4b swscale: Remove disabled code. 14 years ago
Michael Niedermayer 986f0d86cb Commits that could not be pulled earlier due to bugs. 14 years ago
Anton Khirnov b8e893399f sws: replace all long with int. 14 years ago
Ronald S. Bultje 93681fbd50 swscale: fix compile on ppc. 14 years ago
Ronald S. Bultje e66149e714 swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. 14 years ago
Michael Niedermayer 1cafc23288 sws-PPC: fix after VOFW change. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reimar Döffinger 6cce7cabdb Fix compilation, forgot to add const also to the 15 years ago
Reimar Döffinger a4eef68f53 Add some "const" to avoid incompatible pointer type warnings 15 years ago
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