33 Commits (00a856e3f95214c54a878b7cbd6e8ae8c5ce3ca9)

Author SHA1 Message Date
Anton Khirnov b8e893399f sws: replace all long with int. 14 years ago
Diego Biurrun 6f7a280ead swscale: Remove orphaned, commented-out function declaration. 14 years ago
Michael Niedermayer 7dc303a60e swscale: Eliminate rgb24toyv12_c() duplication. 14 years ago
Ronald S. Bultje e66149e714 swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. 14 years ago
Anton Khirnov 7dfe244fbd sws: remove disabled cruft. 14 years ago
Luca Barbato c003832883 swscale: move away x86 specific code from rgb2rgb 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Ramiro Polla a51125b52f rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32() 14 years ago
Reinhard Tartler 2b991422f8 deprecate palette8topacked32 in favor of public API functions sws_convertPalette8ToPacked32 and -24 15 years ago
Reinhard Tartler 3d9408f4a7 remove palette8torgb15 and palette8tobgr15 15 years ago
Stefano Sabatini 82e5f86bd5 Implement shuffle_bytes_abcd() functions and use them for shuffling 15 years ago
Zuxy Meng a959e24780 Const correctness for src pointer. Remove all constness related warnings in 15 years ago
Ramiro Polla 9b734d44ab Indent libswscale: 15 years ago
Michael Niedermayer 0411072ee3 Unscaled converters for 16 years ago
Diego Biurrun 376924583a Delete unnecessary 'extern' keywords. 16 years ago
Vitor Sessak 522ce95786 Fix broken palette8to*. 16 years ago
Diego Biurrun 58f0ec5ff6 spelling/wording cosmetics 16 years ago
Baptiste Coudurier a6100f39a1 enable yuv422p to uyvy converter 16 years ago
Michael Niedermayer 6107059c2c rgb vs bgr fix for the unscaled converters. 16 years ago
Stefano Sabatini 0eaf523548 Change headers' guardnames consistently with r15120. 16 years ago
Diego Biurrun 8a3227968c spelling/grammar/wording overhaul 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 b19bcbaa78 license header consistency cosmetics 18 years ago
Diego Biurrun 064cd7a897 Fix 'make checkheaders'. 18 years ago
Diego Biurrun 26e16be00e Remove obsolete and misleading comment. 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
Luca Abeni 807e0c6645 Clarify that some of the non-SIMD code is now LGPLed. 18 years ago
Diego Biurrun d026b45e73 Change license headers to say 'FFmpeg' instead of 'this program'. 18 years ago
Diego Biurrun 2111440ae9 Add proper GPL headers. 18 years ago
Luca Abeni 2df19ea53a Remove unneeded code 19 years ago
Luca Abeni 73435f006b Move postproc ---> libswscale 19 years ago
Reimar Döffinger 7f526efd17 Change unsigned->signed and int->long, this fits the asm code better on 64 19 years ago
Michael Niedermayer 2549c2bc00 10l 21 years ago
Pierre Lombard 3f4185517f reversed for cause of code obsolescence 21 years ago
Pierre Lombard b9ebf325c6 printf() requires stdio.h 21 years ago
Michael Niedermayer 35ca945423 vf_scale.h & related cleanup & some small warning fix by dominik 22 years ago
Michael Niedermayer 700490a4d1 remove remaining cpudetect dependancy 22 years ago
Michael Niedermayer 5427e24291 yuv2rgb brightness/contrast/saturation/different colorspaces support finished 22 years ago
Michael Niedermayer f0b62bbde2 cleanup (unsigned stride -> int stride) 22 years ago
Arpi 18a7b2a873 tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug 22 years ago
Michael Niedermayer ac4d0aea71 merging changes from mplayerxp (rgb2rgb*.{c,h} only) 23 years ago
Michael Niedermayer b241cbf2cf yvu9 -> yv12 unscaled converter with linear chroma scaling 23 years ago
Arpi 0d9f3d85f6 sync with mplayer xp 23 years ago
Michael Niedermayer b1ec5875a6 yuv422p -> yuy2 (untested) 23 years ago
Michael Niedermayer 74d3583521 rgb24->bgr24 23 years ago
Michael Niedermayer 5d55fdb40b byte interleaving for mga 23 years ago
Michael Niedermayer aa21f0c389 rgb24toyv12 bugfix 23 years ago
Nick Kurshev 1b383194f6 rgb32tobgr32 now is documented ;) 23 years ago