- 25 Aug, 2010 2 commits
-
-
Ramiro Polla authored
Originally committed as revision 32013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
Originally committed as revision 32012 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 23 Aug, 2010 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 32011 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Måns Rullgård authored
Originally committed as revision 32010 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 19 Aug, 2010 2 commits
-
-
Grant Carver authored
mmap() with MAP_ANONYMOUS requires the file descriptor to be -1 in NetBSD. Linux just ignores this parameter. Patch by Grant Carver <grantc at cat dot co dot za> Originally committed as revision 31984 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
Originally committed as revision 31982 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 18 Aug, 2010 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 31976 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 08 Aug, 2010 2 commits
-
-
Ramiro Polla authored
Originally committed as revision 31949 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
Originally committed as revision 31948 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 31 Jul, 2010 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 31879 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 28 Jul, 2010 1 commit
-
-
Stefano Sabatini authored
r31772 | stefano | 2010-07-23 01:01:31 +0200 (Fri, 23 Jul 2010) | 2 lines Prefer impersonal form over third person, for consistency with the rest of FFmpeg. The change was not approved by the maintainer. Originally committed as revision 31847 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 24 Jul, 2010 5 commits
-
-
Reimar Döffinger authored
definition of ff_yuv2packedX_altivec Originally committed as revision 31782 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Reimar Döffinger authored
Originally committed as revision 31781 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Reimar Döffinger authored
Originally committed as revision 31780 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Stefano Sabatini authored
Originally committed as revision 31779 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Stefano Sabatini authored
are defined. Originally committed as revision 31778 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 23 Jul, 2010 3 commits
-
-
Ramiro Polla authored
Originally committed as revision 31777 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
Originally committed as revision 31776 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
sequential geometries instead of running all algorithms sequentially for each geometry. Originally committed as revision 31775 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 22 Jul, 2010 4 commits
-
-
Stefano Sabatini authored
rest of FFmpeg. Originally committed as revision 31772 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
smaller than 1000 Originally committed as revision 31771 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
the output even if the test crashes. Originally committed as revision 31770 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
Some converters (ie. unscaled rgb24 -> argb) may write some bytes out of bounds. Ideally the converters should be fixed, but in the meantime we allocate more memory to prevent heap corruption. Originally committed as revision 31768 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 21 Jul, 2010 1 commit
-
-
Ramiro Polla authored
darwin requires _DARWIN_C_SOURCE to be defined for MAP_ANON, which is used by swscale to determine whether to use malloc() or mmap(). 64-bit darwin does not have an executable heap, so mmap() must be used instead of malloc(), and therefore _DARWIN_C_SOURCE must be defined. Originally committed as revision 31760 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 20 Jul, 2010 2 commits
-
-
Ramiro Polla authored
Originally committed as revision 31759 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
Originally committed as revision 31758 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 19 Jul, 2010 2 commits
-
-
Martin Storsjö authored
Originally committed as revision 31757 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Martin Storsjö authored
This avoids writing outside of the designated rectangle. Originally committed as revision 31756 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 18 Jul, 2010 1 commit
-
-
Anton Mitrofanov authored
Don't change paramater passing, but instead use casts. Shouldn't affect asm output on anything other than win64. libswscale should work on win64 now. The rest of ffmpeg still isn't win64 compatible due to the issue of xmm clobbers, but swscale doesn't use any SSE. Patch by Anton Mitrofanov <BugMaster AT narod DOT ru>. Originally committed as revision 31751 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 16 Jul, 2010 1 commit
-
-
Martin Storsjö authored
If the destination planes are offset within the destination buffer, writing the extra bytes at the end may write outside of the destination buffer. Originally committed as revision 31746 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 12 Jul, 2010 1 commit
-
-
Benoit Fouet authored
This fixes warnings about wrong type being used, e.g.: libswscale/yuv2rgb.c: In function ‘ff_yuv2rgb_c_init_tables’: libswscale/yuv2rgb.c:778: warning: passing argument 4 of ‘fill_table’ from incompatible pointer type libswscale/yuv2rgb.c:598: note: expected ‘uint8_t *’ but argument is of type ‘uint16_t *’ Originally committed as revision 31722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 10 Jul, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 31679 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 03 Jul, 2010 1 commit
-
-
Eli Friedman authored
Patch by Eli Friedman, eli d friedman a gmail Originally committed as revision 31628 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 01 Jun, 2010 3 commits
-
-
Reinhard Tartler authored
additionallym deprecate palette8torgb16 and its bgr variant without replacement. These functions are not meant to be used by applications. Discussed at: http://comments.gmane.org/gmane.comp.video.ffmpeg.devel/109340 Originally committed as revision 31301 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Stefano Sabatini authored
sws_setColorspaceDetails() to ff_yuv2rgb_c_init_tables(). Allow to factorize duplicated code. Originally committed as revision 31300 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Reinhard Tartler authored
They contain exactly the same code as their 16bit variants, so this is effectively code de-duplication. Originally committed as revision 31298 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 30 May, 2010 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 31279 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Diego Biurrun authored
We now have an LGPL replacement that is at least equally fast. Originally committed as revision 31278 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 23 May, 2010 1 commit
-
-
Stefano Sabatini authored
readability. Originally committed as revision 31192 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 19 May, 2010 1 commit
-
-
Stefano Sabatini authored
vertical alignment. Improve readability. Originally committed as revision 31186 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-