summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build failure on x86_32 Mac OS X with PIC enabledCédric Schieli2009-03-212-2/+12
* Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regressi...Reimar Döffinger2009-03-211-1/+3
* Avoid crash on planarCopy to a destination without alpha.Reimar Döffinger2009-03-201-1/+2
* Initialize pointer arrays which may be freed before being initialized.Benoit Fouet2009-03-201-3/+3
* Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides itReimar Döffinger2009-03-201-4/+3
* Fix swscale compilation with Altivec enabled.Reimar Döffinger2009-03-201-1/+1
* Reindent after last commitCédric Schieli2009-03-201-66/+66
* Also test the alpha channel in swscale-exampleCédric Schieli2009-03-201-19/+22
* YUVA420P is now supported as output formatCédric Schieli2009-03-202-8/+13
* Add alpha channel scalingCédric Schieli2009-03-203-88/+411
* Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled convertersCédric Schieli2009-03-202-10/+115
* Use a simpler and more general check for the gray case in the planarCopy func...Cédric Schieli2009-03-201-4/+1
* Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:Diego Biurrun2009-03-191-2/+2
* Remove useless casting in asm "m" operand.Matthieu Castet2009-03-191-2/+2
* Allocate executable memory with VirtualAlloc() in Windows.Ramiro Polla2009-03-191-0/+10
* Drop unnecessary cast and cosmetically align.Ramiro Polla2009-03-191-5/+5
* RevertMichael Niedermayer2009-03-191-28/+18
* Fix 10l typo.Michael Niedermayer2009-03-191-4/+4
* Unscaled converters forMichael Niedermayer2009-03-194-1/+324
* Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.Reimar Döffinger2009-03-181-18/+28
* swscale-example: use LFG instead of random()Ramiro Polla2009-03-181-1/+5
* Do not assume long is same width as x86 register.Ramiro Polla2009-03-185-36/+39
* Consistently use ff_ prefixes for internal symbols.Diego Biurrun2009-03-188-25/+25
* Add a fillPlane function to fill a plane with one constant valueCédric Schieli2009-03-171-8/+11
OpenPOWER on IntegriCloud