summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Collapse)AuthorAge
* Planar 16bit 420 422 444 YUV support (output is only supported in someMichael Niedermayer2009-04-21
| | | | | | | | unscaled convertions). This, like gray16 converts down to 8bit, which is a big FIXME & patch welcome, we should preserve more bits. Originally committed as revision 29217 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Merge gray->gray converters into planarCopy(), this should also make ↵Michael Niedermayer2009-04-21
| | | | | | | | planarCopy() useable for other 16bit formats once we support them. Originally committed as revision 29216 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add macro to check for 16bit per sample.Michael Niedermayer2009-04-21
| | | | Originally committed as revision 29215 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make sure src/dst are NULL when they arent used, some code uses this toMichael Niedermayer2009-04-21
| | | | | | simpify checks. Originally committed as revision 29214 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use generic BE check instead of checking for gray16LE.Michael Niedermayer2009-04-20
| | | | Originally committed as revision 29213 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* add isBE()Michael Niedermayer2009-04-20
| | | | Originally committed as revision 29212 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove 2 useless += at the end of rgb16to15(), found by CSA.Michael Niedermayer2009-04-18
| | | | Originally committed as revision 29189 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rename swscale_avoption.c to options.c.Stefano Sabatini2009-04-18
| | | | | | Consistent with lavc and lavf. Originally committed as revision 29188 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make sws_setColorspaceDetails() return -1 if the destination format isStefano Sabatini2009-04-18
| | | | | | not supported. Originally committed as revision 29187 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move sws_[gs]etColorspaceDetails() documentation from swscale.c toStefano Sabatini2009-04-18
| | | | | | swscale.h. Originally committed as revision 29186 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* whitespace cosmetics: Break some overly long lines.Diego Biurrun2009-04-14
| | | | Originally committed as revision 29180 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Do not use abgrToA for both luma and alpha channel in hyscale.Cédric Schieli2009-04-14
| | | | | | This fixes RGB32 (et al.) scaling. Originally committed as revision 29179 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun2009-04-12
| | | | Originally committed as revision 29175 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* whitespace cosmetics: Reindent a few lines and break a few excessively long ↵Diego Biurrun2009-04-12
| | | | | | lines. Originally committed as revision 29174 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.Ramiro Polla2009-04-08
| | | | Originally committed as revision 29154 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale: Remove X86 commented out code.Ramiro Polla2009-04-05
| | | | Originally committed as revision 29149 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale: Use function pointers for swScale functions.Ramiro Polla2009-04-04
| | | | Originally committed as revision 29145 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale: {}-related cosmetics.Ramiro Polla2009-04-04
| | | | Originally committed as revision 29144 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale: Add const to some swScale functions' parameters.Ramiro Polla2009-04-04
| | | | Originally committed as revision 29143 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale: Remove mmx2 params from h[yc]scale().Ramiro Polla2009-04-02
| | | | 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-02
| | | | 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-02
| | | | 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-01
| | | | 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-31
| | | | 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-30
| | | | 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-29
| | | | | | 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-29
| | | | 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-29
| | | | Originally committed as revision 29097 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move bfin specific code to its subdir.Ramiro Polla2009-03-27
| | | | 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-26
| | | | | | 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-26
| | | | 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-25
| | | | 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-24
| | | | 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-24
| | | | 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-24
| | | | 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-22
| | | | | | '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-22
| | | | 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-21
| | | | | | 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-21
| | | | 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-21
| | | | 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-21
| | | | 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-21
| | | | | | 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-20
| | | | | | 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-20
| | | | 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-20
| | | | | | 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-20
| | | | Originally committed as revision 29015 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Reindent after last commitCédric Schieli2009-03-20
| | | | Originally committed as revision 29014 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Also test the alpha channel in swscale-exampleCédric Schieli2009-03-20
| | | | Originally committed as revision 29013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* YUVA420P is now supported as output formatCédric Schieli2009-03-20
| | | | Originally committed as revision 29012 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add alpha channel scalingCédric Schieli2009-03-20
| | | | Originally committed as revision 29011 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale