12 Commits (889639969bf8106c05e2958370dbe290ef283c42)

Author SHA1 Message Date
Ronald S. Bultje 8a8d0ce208 swscale: for >8bit scaling, read in native bit-depth. 14 years ago
Ronald S. Bultje ef1ee362b3 swscale: implement >8bit scaling support. 14 years ago
Mans Rullgard 635930d466 PPC: swscale: disable altivec functions for unsupported formats 14 years ago
Ronald S. Bultje 13a099799e swscale: change prototypes of scaled YUV output functions. 14 years ago
Ronald S. Bultje dc179ec819 swscale: split yuv2packedX_altivec in smaller functions. 14 years ago
Ronald S. Bultje 97535ffb97 swscale: remove unused xInc/srcW arguments from hScale(). 14 years ago
Ronald S. Bultje ca364a5b43 swscale: extract SWS_FULL_CHR_H_INT conditional into init code. 14 years ago
Ronald S. Bultje bda9b20fa4 swscale: un-special-case yuv2yuvX16_c(). 14 years ago
Ronald S. Bultje 075d0ae72c swscale: enable hScale_altivec_real. 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
Ronald S. Bultje 0e5d31b16b swscale: split out unscaled altivec YUV converters in their own file. 14 years ago
Reimar Döffinger 54dc95634d Cast pointers to uintptr_t rather than unsigned int. 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
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 5a55d5b592 More const-correctness fixes to avoid warnings. 15 years ago
Måns Rullgård 4a88852623 Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Ramiro Polla dd68318cee Cosmetics: 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
Diego Biurrun 009d2d74c2 Move swscale AltiVec template code to ppc subdirectory. 16 years ago
Diego Biurrun 4d02387f74 Relicense file to LGPL with the permission of Romain Dolbeau, the author. 16 years ago
Kostya Shishkov 43cbf8adbb Make hScale_altivec_real() trim its output like other implementations do 16 years ago
Diego Biurrun 8a3227968c spelling/grammar/wording overhaul 17 years ago
Diego Biurrun e281d6844b Fix outdated comment. 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
Diego Biurrun 737278c86a Fix some spelling typos 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 b19bcbaa78 license header consistency cosmetics 18 years ago
Diego Biurrun 6e42e6c4b4 cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code. 18 years ago
Diego Biurrun 6a4970abd1 cosmetics: Remove trailing whitespace. 18 years ago
Reimar Döffinger adcec46a83 Add av_ prefix to clip functions 18 years ago
Luca Abeni b2afecbe02 change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip() 18 years ago
Diego Biurrun 484267f3d3 Do not mix declarations and statements. 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
Alan Curry e50bc5a4ea Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX} 19 years ago
Luca Abeni 6f209cb549 Replace MIN() and MAX() with FFMIN() and FFMAX() 19 years ago
Luca Abeni 73435f006b Move postproc ---> libswscale 19 years ago
Alan Curry 265a1ac75e Reorganize vector constants to work around gcc 4.1 bug: 19 years ago
Diego Biurrun 660204c65c Update licensing information: The FSF changed postal address. 19 years ago
Michael Niedermayer d926e8c5c3 width % 16 != 0 workaround by (Nicolas Plourde: nicolas plourde, gmail com>) 20 years ago
Romain Dolbeau b71cf33c9b Altivec unscaled YV12 -> packed YUV patch by (Romain Dolbeau <dolbeau at irisa dot fr>) 21 years ago
Michael Niedermayer 0d56feac94 small linux/altivec compile fix in postproc/ by (Romain Dolbeau <dolbeau at irisa dot fr>) 21 years ago