| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove '\p' doxygen markup, as it should improve plain text doxy | Stefano Sabatini | 2009-06-06 | 1 | -16/+15 |
* | Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code. | Ramiro Polla | 2009-06-04 | 2 | -6/+6 |
* | Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED. | Ramiro Polla | 2009-06-04 | 1 | -2/+2 |
* | Use DECLARE_ALIGNED macro instead of gcc __attribute__. | Pavel Pavlov | 2009-06-04 | 2 | -39/+39 |
* | Testing RGB48 variants requires bigger stride in swscale-example.c | Kostya Shishkov | 2009-06-02 | 1 | -0/+4 |
* | YUV into RGB48 BE/LE conversion support | Kostya Shishkov | 2009-06-02 | 2 | -0/+57 |
* | Partial (low bits ignored, no direct transcoding into other RGB formats) support | Kostya Shishkov | 2009-06-02 | 3 | -1/+61 |
* | Move colorspace conversion functions implemented in pure C from template | Kostya Shishkov | 2009-05-25 | 2 | -137/+138 |
* | Let SwScaler know that RGB48 BE/LE is 16-bits per component format. | Kostya Shishkov | 2009-05-19 | 1 | -0/+2 |
* | Make SwScaler recognize RGB48 BE/LE colourspaces (not support though). | Kostya Shishkov | 2009-05-19 | 2 | -0/+7 |
* | Add const qualifier to param argument of sws_getContext() and | Diego Biurrun | 2009-05-10 | 2 | -4/+5 |
* | Move preprocessor condition before variable declaration, fixes the warning: | Diego Biurrun | 2009-05-10 | 1 | -1/+1 |
* | Add missing const qualifiers to AltiVec function parameters where appropriate. | Diego Biurrun | 2009-05-09 | 3 | -7/+11 |
* | Fix sliced yuv410 -> yuv420 conversion | Vitor Sessak | 2009-05-07 | 1 | -4/+8 |
* | Change VOFW for x86 to 5120, it allows larger images to be scaled and was | Michael Niedermayer | 2009-05-05 | 1 | -1/+6 |
* | Fix chroma shift when scaling from ARGB on LE and BGRA on BE | Cédric Schieli | 2009-05-02 | 1 | -1/+1 |
* | Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c | Cédric Schieli | 2009-04-27 | 1 | -9/+0 |
* | Make reset_ptr() void. | Carl Eugen Hoyos | 2009-04-23 | 1 | -1/+1 |
* | Planar 16bit 420 422 444 YUV support (output is only supported in some | Michael Niedermayer | 2009-04-21 | 3 | -2/+129 |
* | Merge gray->gray converters into planarCopy(), this should also make planarCo... | Michael Niedermayer | 2009-04-21 | 1 | -90/+37 |
* | Add macro to check for 16bit per sample. | Michael Niedermayer | 2009-04-21 | 1 | -0/+4 |
* | Make sure src/dst are NULL when they arent used, some code uses this to | Michael Niedermayer | 2009-04-21 | 1 | -5/+28 |
* | Use generic BE check instead of checking for gray16LE. | Michael Niedermayer | 2009-04-20 | 1 | -1/+1 |
* | add isBE() | Michael Niedermayer | 2009-04-20 | 1 | -0/+1 |
* | Remove 2 useless += at the end of rgb16to15(), found by CSA. | Michael Niedermayer | 2009-04-18 | 1 | -2/+0 |
* | Rename swscale_avoption.c to options.c. | Stefano Sabatini | 2009-04-18 | 2 | -1/+1 |
* | Make sws_setColorspaceDetails() return -1 if the destination format is | Stefano Sabatini | 2009-04-18 | 1 | -1/+1 |
* | Move sws_[gs]etColorspaceDetails() documentation from swscale.c to | Stefano Sabatini | 2009-04-18 | 2 | -9/+9 |
* | whitespace cosmetics: Break some overly long lines. | Diego Biurrun | 2009-04-14 | 1 | -10/+18 |
* | Do not use abgrToA for both luma and alpha channel in hyscale. | Cédric Schieli | 2009-04-14 | 2 | -10/+11 |
* | Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. | Diego Biurrun | 2009-04-12 | 1 | -2/+0 |
* | whitespace cosmetics: Reindent a few lines and break a few excessively long l... | Diego Biurrun | 2009-04-12 | 1 | -12/+15 |
* | Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it. | Ramiro Polla | 2009-04-08 | 1 | -10/+10 |
* | swscale: Remove X86 commented out code. | Ramiro Polla | 2009-04-05 | 1 | -11/+1 |
* | swscale: Use function pointers for swScale functions. | Ramiro Polla | 2009-04-04 | 3 | -205/+186 |
* | swscale: {}-related cosmetics. | Ramiro Polla | 2009-04-04 | 1 | -7/+10 |
* | swscale: Add const to some swScale functions' parameters. | Ramiro Polla | 2009-04-04 | 2 | -70/+72 |
* | swscale: Remove mmx2 params from h[yc]scale(). | Ramiro Polla | 2009-04-02 | 1 | -29/+36 |
* | swscale: Split h[yc]scale_fast() into their own functions. | Ramiro Polla | 2009-04-02 | 1 | -23/+38 |
* | swscale: Execute sfence and emms depending on runtime flags. | Ramiro Polla | 2009-04-02 | 1 | -17/+4 |
* | Make examples and test progs depend on libraries | Måns Rullgård | 2009-04-01 | 1 | -5/+0 |
* | Add missing $(EXESUF) to example/test program dependency declaration. | Diego Biurrun | 2009-03-31 | 1 | -3/+3 |
* | Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings. | Reimar Döffinger | 2009-03-30 | 1 | -1/+1 |
* | Generalize example target rule in common.mak so that it sets a -example$(EXESUF) | Diego Biurrun | 2009-03-29 | 1 | -1/+1 |
* | Move swscale AltiVec template code to ppc subdirectory. | Diego Biurrun | 2009-03-29 | 2 | -1/+1 |
* | Relicense file to LGPL with the permission of Romain Dolbeau, the author. | Diego Biurrun | 2009-03-29 | 1 | -8/+8 |
* | Move bfin specific code to its subdir. | Ramiro Polla | 2009-03-27 | 4 | -4/+7 |
* | Rename cs_test.c --> colorspace-test.c. This is more consistent with the names | Diego Biurrun | 2009-03-26 | 2 | -2/+2 |
* | Move yuv2rgb code to subdirs. | Ramiro Polla | 2009-03-26 | 9 | -65/+113 |
* | swscale-example is an API example, not a test program. | Diego Biurrun | 2009-03-25 | 1 | -1/+2 |