summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Collapse)AuthorAgeFilesLines
* Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.Ramiro Polla2009-04-081-10/+10
| | | | Originally committed as revision 29154 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale: Remove X86 commented out code.Ramiro Polla2009-04-051-11/+1
| | | | Originally committed as revision 29149 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale: Use function pointers for swScale functions.Ramiro Polla2009-04-043-205/+186
| | | | Originally committed as revision 29145 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale: {}-related cosmetics.Ramiro Polla2009-04-041-7/+10
| | | | Originally committed as revision 29144 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale: Add const to some swScale functions' parameters.Ramiro Polla2009-04-042-70/+72
| | | | Originally committed as revision 29143 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale: Remove mmx2 params from h[yc]scale().Ramiro Polla2009-04-021-29/+36
| | | | Originally committed as revision 29129 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale: Split h[yc]scale_fast() into their own functions.Ramiro Polla2009-04-021-23/+38
| | | | Originally committed as revision 29128 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale: Execute sfence and emms depending on runtime flags.Ramiro Polla2009-04-021-17/+4
| | | | Originally committed as revision 29127 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make examples and test progs depend on librariesMåns Rullgård2009-04-011-5/+0
| | | | Originally committed as revision 29119 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add missing $(EXESUF) to example/test program dependency declaration.Diego Biurrun2009-03-311-3/+3
| | | | Originally committed as revision 29114 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings.Reimar Döffinger2009-03-301-1/+1
| | | | Originally committed as revision 29107 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun2009-03-291-1/+1
| | | | | | suffix for all example files instead of doing this in individual Makefiles. Originally committed as revision 29100 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move swscale AltiVec template code to ppc subdirectory.Diego Biurrun2009-03-292-1/+1
| | | | Originally committed as revision 29099 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Relicense file to LGPL with the permission of Romain Dolbeau, the author.Diego Biurrun2009-03-291-8/+8
| | | | Originally committed as revision 29097 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move bfin specific code to its subdir.Ramiro Polla2009-03-274-4/+7
| | | | Originally committed as revision 29079 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rename cs_test.c --> colorspace-test.c. This is more consistent with the namesDiego Biurrun2009-03-262-2/+2
| | | | | | of other test programs and more descriptive of what the program does. Originally committed as revision 29067 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move yuv2rgb code to subdirs.Ramiro Polla2009-03-269-65/+113
| | | | Originally committed as revision 29063 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale-example is an API example, not a test program.Diego Biurrun2009-03-251-1/+2
| | | | Originally committed as revision 29056 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertionCédric Schieli2009-03-241-2/+8
| | | | Originally committed as revision 29048 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix some places where "non-alpha to YUVA420P" do not fill the alpha planeCédric Schieli2009-03-241-0/+6
| | | | Originally committed as revision 29047 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Simpler and more elegant fix to the x86_32/OSX+PIC build failureCédric Schieli2009-03-242-10/+4
| | | | Originally committed as revision 29046 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-221-1/+1
| | | | | | 'test' target and a directory named tests exists. Originally committed as revision 29039 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove unnecessary CLEANFILES declaration. Test programs do not require it.Diego Biurrun2009-03-221-2/+0
| | | | Originally committed as revision 29038 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Enable unscaled packed422 -> planar 420 converters by default as theMichael Niedermayer2009-03-211-5/+4
| | | | | | imgconvert inherited quality issues should be fixed. Originally committed as revision 29031 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 10l (C code was buggy and untested)Michael Niedermayer2009-03-211-4/+7
| | | | Originally committed as revision 29030 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Average chroma of 2 lines in packed 422 -> planar 420.Michael Niedermayer2009-03-211-4/+110
| | | | Originally committed as revision 29029 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix build failure on x86_32 Mac OS X with PIC enabledCédric Schieli2009-03-212-2/+12
| | | | Originally committed as revision 29022 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest ↵Reimar Döffinger2009-03-211-1/+3
| | | | | | regression test. Originally committed as revision 29021 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Avoid crash on planarCopy to a destination without alpha.Reimar Döffinger2009-03-201-1/+2
| | | | | | Makes regression tests run again, though the results are still wrong. Originally committed as revision 29018 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Initialize pointer arrays which may be freed before being initialized.Benoit Fouet2009-03-201-3/+3
| | | | Originally committed as revision 29017 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides itReimar Döffinger2009-03-201-4/+3
| | | | | | added completely pointless code. Originally committed as revision 29016 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix swscale compilation with Altivec enabled.Reimar Döffinger2009-03-201-1/+1
| | | | Originally committed as revision 29015 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Reindent after last commitCédric Schieli2009-03-201-66/+66
| | | | Originally committed as revision 29014 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Also test the alpha channel in swscale-exampleCédric Schieli2009-03-201-19/+22
| | | | Originally committed as revision 29013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* YUVA420P is now supported as output formatCédric Schieli2009-03-202-8/+13
| | | | Originally committed as revision 29012 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add alpha channel scalingCédric Schieli2009-03-203-88/+411
| | | | Originally committed as revision 29011 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled convertersCédric Schieli2009-03-202-10/+115
| | | | Originally committed as revision 29010 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use a simpler and more general check for the gray case in the planarCopy ↵Cédric Schieli2009-03-201-4/+1
| | | | | | function Originally committed as revision 29009 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:Diego Biurrun2009-03-191-2/+2
| | | | | | | | libswscale/swscale-example.c:60: warning: 'outContext' may be used uninitialized in this function libswscale/swscale-example.c:60: warning: 'dstContext' may be used uninitialized in this function libswscale/swscale-example.c:60: warning: 'srcContext' may be used uninitialized in this function Originally committed as revision 29008 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove useless casting in asm "m" operand.Matthieu Castet2009-03-191-2/+2
| | | | | | Patch by Matthieu Castet, castet D matthieu A free D fr Originally committed as revision 29007 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Allocate executable memory with VirtualAlloc() in Windows.Ramiro Polla2009-03-191-0/+10
| | | | Originally committed as revision 29006 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Drop unnecessary cast and cosmetically align.Ramiro Polla2009-03-191-5/+5
| | | | Originally committed as revision 29005 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* RevertMichael Niedermayer2009-03-191-28/+18
| | | | | | | | | | | | | Date: Wed Mar 18 23:11:50 2009 New Revision: 28996 Log: Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again. This change was non optimal, correct would have been to revert the offending commits if no time was available to find a clean fix. Originally committed as revision 29003 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix 10l typo.Michael Niedermayer2009-03-191-4/+4
| | | | Originally committed as revision 29002 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Unscaled converters forMichael Niedermayer2009-03-194-1/+324
| | | | | | | | | YUYV->YUV420P YUYV->YUV422P UYVY->YUV420P UYVY->YUV422P Originally committed as revision 28997 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.Reimar Döffinger2009-03-181-18/+28
| | | | Originally committed as revision 28996 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale-example: use LFG instead of random()Ramiro Polla2009-03-181-1/+5
| | | | Originally committed as revision 28993 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Do not assume long is same width as x86 register.Ramiro Polla2009-03-185-36/+39
| | | | Originally committed as revision 28992 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Consistently use ff_ prefixes for internal symbols.Diego Biurrun2009-03-188-25/+25
| | | | Originally committed as revision 28988 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add a fillPlane function to fill a plane with one constant valueCédric Schieli2009-03-171-8/+11
| | | | Originally committed as revision 28986 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
OpenPOWER on IntegriCloud