- 25 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 28358 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 14 Jan, 2009 1 commit
-
-
Aurelien Jacobs authored
They are now always defined to either 0 or 1. Originally committed as revision 28311 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 17 Nov, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 27945 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 25 Oct, 2008 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 27827 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 23 Oct, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 27816 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 16 Oct, 2008 1 commit
-
-
Diego Pettenò authored
Neither the asm() nor the __asm__() keyword is not part of the C99 standard, but while GCC accepts the former in C89 syntax, it is not accepted in C99 unless GNU extensions are turned on (with -fasm). The latter form is accepted in any syntax as an extension (without requiring further command-line options). Sun Studio C99 compiler also does not accept asm() while accepting __asm__(), albeit reporting warnings that it's not valid C99 synta. Originally committed as revision 27778 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 09 Oct, 2008 1 commit
-
-
Diego Pettenò authored
Instead of having a firstTime variable defaulting to 1, have a warnedAlready defaulting to 0. While this should make no difference in code speed at runtime, it allows to aggregate the four bytes of that variable with clip_table in .bss section, rather than issuing a .data section just for that. As it is, libswscale require no .data section but .data.rel.ro (that can be mitigated by prelinking), so the change might actually save one page of memory at runtime (per process). Originally committed as revision 27734 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 08 Oct, 2008 1 commit
-
-
Vitor Sessak authored
Originally committed as revision 27731 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 04 Oct, 2008 2 commits
-
-
Carl Eugen Hoyos authored
Originally committed as revision 27718 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Carl Eugen Hoyos authored
Originally committed as revision 27715 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 18 Sep, 2008 3 commits
-
-
Luca Barbato authored
Originally committed as revision 27636 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Luca Barbato authored
Originally committed as revision 27635 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Luca Barbato authored
Originally committed as revision 27634 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 13 Sep, 2008 4 commits
-
-
Benjamin Zores authored
Originally committed as revision 27602 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
Originally committed as revision 27600 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
bitexact ones. Originally committed as revision 27597 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
Originally committed as revision 27596 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 12 Sep, 2008 5 commits
-
-
Michael Niedermayer authored
this decreases the difference between C and MMX, its also faster. Originally committed as revision 27593 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
Originally committed as revision 27590 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
Thats what happens when one does not do the full set of tests before each commit and just quickly goes over the diff thinking, "hey its a trivial change". Originally committed as revision 27588 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
Originally committed as revision 27587 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
Originally committed as revision 27586 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 11 Sep, 2008 3 commits
-
-
Michael Niedermayer authored
Originally committed as revision 27582 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
Originally committed as revision 27580 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
Originally committed as revision 27578 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 10 Sep, 2008 8 commits
-
-
Michael Niedermayer authored
nearly never occuring 0.0, 1.0. Originally committed as revision 27574 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
Originally committed as revision 27573 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
Originally committed as revision 27569 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
with 16bit signed constants (like SIMD might use). Originally committed as revision 27568 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
at the source level. Originally committed as revision 27567 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
Originally committed as revision 27566 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
Originally committed as revision 27565 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
Originally committed as revision 27564 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 09 Sep, 2008 3 commits
-
-
Michael Niedermayer authored
and does not throw half the chroma away. Originally committed as revision 27561 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
Originally committed as revision 27557 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
Originally committed as revision 27552 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 08 Sep, 2008 1 commit
-
-
Michael Niedermayer authored
Fixes issue504. Originally committed as revision 27547 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 07 Sep, 2008 2 commits
-
-
Michael Niedermayer authored
Fixes issue222. Originally committed as revision 27545 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Luca Barbato authored
Convert width argument from int to long (note: srcW is still an int). Originally committed as revision 27544 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 04 Sep, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 27524 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-