summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* Let SwScaler know that RGB48 BE/LE is 16-bits per component format.Kostya Shishkov2009-05-191-0/+2
* Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).Kostya Shishkov2009-05-192-0/+7
* Add const qualifier to param argument of sws_getContext() andDiego Biurrun2009-05-102-4/+5
* Move preprocessor condition before variable declaration, fixes the warning:Diego Biurrun2009-05-101-1/+1
* Add missing const qualifiers to AltiVec function parameters where appropriate.Diego Biurrun2009-05-093-7/+11
* Fix sliced yuv410 -> yuv420 conversionVitor Sessak2009-05-071-4/+8
* Change VOFW for x86 to 5120, it allows larger images to be scaled and wasMichael Niedermayer2009-05-051-1/+6
* Fix chroma shift when scaling from ARGB on LE and BGRA on BECédric Schieli2009-05-021-1/+1
* Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_cCédric Schieli2009-04-271-9/+0
* Make reset_ptr() void.Carl Eugen Hoyos2009-04-231-1/+1
* Planar 16bit 420 422 444 YUV support (output is only supported in someMichael Niedermayer2009-04-213-2/+129
* Merge gray->gray converters into planarCopy(), this should also make planarCo...Michael Niedermayer2009-04-211-90/+37
* Add macro to check for 16bit per sample.Michael Niedermayer2009-04-211-0/+4
* Make sure src/dst are NULL when they arent used, some code uses this toMichael Niedermayer2009-04-211-5/+28
* Use generic BE check instead of checking for gray16LE.Michael Niedermayer2009-04-201-1/+1
* add isBE()Michael Niedermayer2009-04-201-0/+1
* Remove 2 useless += at the end of rgb16to15(), found by CSA.Michael Niedermayer2009-04-181-2/+0
* Rename swscale_avoption.c to options.c.Stefano Sabatini2009-04-182-1/+1
* Make sws_setColorspaceDetails() return -1 if the destination format isStefano Sabatini2009-04-181-1/+1
* Move sws_[gs]etColorspaceDetails() documentation from swscale.c toStefano Sabatini2009-04-182-9/+9
* whitespace cosmetics: Break some overly long lines.Diego Biurrun2009-04-141-10/+18
* Do not use abgrToA for both luma and alpha channel in hyscale.Cédric Schieli2009-04-142-10/+11
* Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun2009-04-121-2/+0
* whitespace cosmetics: Reindent a few lines and break a few excessively long l...Diego Biurrun2009-04-121-12/+15
* Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.Ramiro Polla2009-04-081-10/+10
* swscale: Remove X86 commented out code.Ramiro Polla2009-04-051-11/+1
* swscale: Use function pointers for swScale functions.Ramiro Polla2009-04-043-205/+186
* swscale: {}-related cosmetics.Ramiro Polla2009-04-041-7/+10
* swscale: Add const to some swScale functions' parameters.Ramiro Polla2009-04-042-70/+72
* swscale: Remove mmx2 params from h[yc]scale().Ramiro Polla2009-04-021-29/+36
* swscale: Split h[yc]scale_fast() into their own functions.Ramiro Polla2009-04-021-23/+38
* swscale: Execute sfence and emms depending on runtime flags.Ramiro Polla2009-04-021-17/+4
* Make examples and test progs depend on librariesMåns Rullgård2009-04-011-5/+0
* Add missing $(EXESUF) to example/test program dependency declaration.Diego Biurrun2009-03-311-3/+3
* Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings.Reimar Döffinger2009-03-301-1/+1
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun2009-03-291-1/+1
* Move swscale AltiVec template code to ppc subdirectory.Diego Biurrun2009-03-292-1/+1
* Relicense file to LGPL with the permission of Romain Dolbeau, the author.Diego Biurrun2009-03-291-8/+8
* Move bfin specific code to its subdir.Ramiro Polla2009-03-274-4/+7
* Rename cs_test.c --> colorspace-test.c. This is more consistent with the namesDiego Biurrun2009-03-262-2/+2
* Move yuv2rgb code to subdirs.Ramiro Polla2009-03-269-65/+113
* swscale-example is an API example, not a test program.Diego Biurrun2009-03-251-1/+2
* Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertionCédric Schieli2009-03-241-2/+8
* Fix some places where "non-alpha to YUVA420P" do not fill the alpha planeCédric Schieli2009-03-241-0/+6
* Simpler and more elegant fix to the x86_32/OSX+PIC build failureCédric Schieli2009-03-242-10/+4
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-221-1/+1
* Remove unnecessary CLEANFILES declaration. Test programs do not require it.Diego Biurrun2009-03-221-2/+0
* Enable unscaled packed422 -> planar 420 converters by default as theMichael Niedermayer2009-03-211-5/+4
* 10l (C code was buggy and untested)Michael Niedermayer2009-03-211-4/+7
* Average chroma of 2 lines in packed 422 -> planar 420.Michael Niedermayer2009-03-211-4/+110
OpenPOWER on IntegriCloud