| Commit message (Expand) | Author | Age |
* | Add const qualifier to param argument of sws_getContext() and | diego | 2009-05-10 |
* | Move preprocessor condition before variable declaration, fixes the warning: | diego | 2009-05-10 |
* | Add missing const qualifiers to AltiVec function parameters where appropriate. | diego | 2009-05-09 |
* | Fix sliced yuv410 -> yuv420 conversion | vitor | 2009-05-07 |
* | Change VOFW for x86 to 5120, it allows larger images to be scaled and was | michael | 2009-05-05 |
* | Fix chroma shift when scaling from ARGB on LE and BGRA on BE | sdrik | 2009-05-02 |
* | Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c | sdrik | 2009-04-27 |
* | Make reset_ptr() void. | cehoyos | 2009-04-23 |
* | Planar 16bit 420 422 444 YUV support (output is only supported in some | michael | 2009-04-21 |
* | Merge gray->gray converters into planarCopy(), this should also make planarCo... | michael | 2009-04-21 |
* | Add macro to check for 16bit per sample. | michael | 2009-04-21 |
* | Make sure src/dst are NULL when they arent used, some code uses this to | michael | 2009-04-21 |
* | Use generic BE check instead of checking for gray16LE. | michael | 2009-04-20 |
* | add isBE() | michael | 2009-04-20 |
* | Remove 2 useless += at the end of rgb16to15(), found by CSA. | michael | 2009-04-18 |
* | Rename swscale_avoption.c to options.c. | stefano | 2009-04-18 |
* | Make sws_setColorspaceDetails() return -1 if the destination format is | stefano | 2009-04-18 |
* | Move sws_[gs]etColorspaceDetails() documentation from swscale.c to | stefano | 2009-04-18 |
* | whitespace cosmetics: Break some overly long lines. | diego | 2009-04-14 |
* | Do not use abgrToA for both luma and alpha channel in hyscale. | sdrik | 2009-04-14 |
* | Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. | diego | 2009-04-12 |
* | whitespace cosmetics: Reindent a few lines and break a few excessively long l... | diego | 2009-04-12 |
* | Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it. | ramiro | 2009-04-08 |
* | swscale: Remove X86 commented out code. | ramiro | 2009-04-05 |
* | swscale: Use function pointers for swScale functions. | ramiro | 2009-04-04 |
* | swscale: {}-related cosmetics. | ramiro | 2009-04-04 |
* | swscale: Add const to some swScale functions' parameters. | ramiro | 2009-04-04 |
* | swscale: Remove mmx2 params from h[yc]scale(). | ramiro | 2009-04-02 |
* | swscale: Split h[yc]scale_fast() into their own functions. | ramiro | 2009-04-02 |
* | swscale: Execute sfence and emms depending on runtime flags. | ramiro | 2009-04-02 |
* | Make examples and test progs depend on libraries | mru | 2009-04-01 |
* | Add missing $(EXESUF) to example/test program dependency declaration. | diego | 2009-03-31 |
* | Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings. | reimar | 2009-03-30 |
* | Generalize example target rule in common.mak so that it sets a -example$(EXESUF) | diego | 2009-03-29 |
* | Move swscale AltiVec template code to ppc subdirectory. | diego | 2009-03-29 |
* | Relicense file to LGPL with the permission of Romain Dolbeau, the author. | diego | 2009-03-29 |
* | Move bfin specific code to its subdir. | ramiro | 2009-03-27 |
* | Rename cs_test.c --> colorspace-test.c. This is more consistent with the names | diego | 2009-03-26 |
* | Move yuv2rgb code to subdirs. | ramiro | 2009-03-26 |
* | swscale-example is an API example, not a test program. | diego | 2009-03-25 |
* | Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertion | sdrik | 2009-03-24 |
* | Fix some places where "non-alpha to YUVA420P" do not fill the alpha plane | sdrik | 2009-03-24 |
* | Simpler and more elegant fix to the x86_32/OSX+PIC build failure | sdrik | 2009-03-24 |
* | Rename 'tests' target to 'testprogs'. It is too easily confused with the | diego | 2009-03-22 |
* | Remove unnecessary CLEANFILES declaration. Test programs do not require it. | diego | 2009-03-22 |
* | Enable unscaled packed422 -> planar 420 converters by default as the | michael | 2009-03-21 |
* | 10l (C code was buggy and untested) | michael | 2009-03-21 |
* | Average chroma of 2 lines in packed 422 -> planar 420. | michael | 2009-03-21 |
* | Fix build failure on x86_32 Mac OS X with PIC enabled | sdrik | 2009-03-21 |
* | Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regressi... | reimar | 2009-03-21 |