- 12 Oct, 2008 6 commits
-
-
David Conrad authored
Originally committed as revision 15602 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
the -MT option as suggested by Ramiro. Originally committed as revision 15601 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 15600 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
This part of the configure script might be run by non-POSIX shells. Originally committed as revision 15599 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
require_cpp_condition(). Originally committed as revision 15598 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 15597 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Oct, 2008 2 commits
-
-
Ramiro Polla authored
Originally committed as revision 15596 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 15595 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Oct, 2008 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 15594 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Oct, 2008 9 commits
-
-
Stefano Sabatini authored
Originally committed as revision 15593 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 15592 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 15591 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 15590 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Pettenò authored
These are only used in swscale_template.c (and thus don't need to be made extern), and can be declared as ASM constants. Originally committed as revision 27737 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Diego Pettenò authored
These two tables are not used outside swscale.c even though they are declared also in yuv2rgb.c. Originally committed as revision 27736 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Diego Pettenò authored
These functions are never called by themselves, the alias interleaveBytes is used instead. Originally committed as revision 27735 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
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
-
Carl Eugen Hoyos authored
Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 27733 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 08 Oct, 2008 7 commits
-
-
Michael Niedermayer authored
Originally committed as revision 15589 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Originally committed as revision 27731 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Vitor Sessak authored
Originally committed as revision 27730 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Aurelien Jacobs authored
Originally committed as revision 15588 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
Originally committed as revision 15587 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
Originally committed as revision 15586 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
This one was missing from r27727. Originally committed as revision 27728 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 07 Oct, 2008 11 commits
-
-
Diego Biurrun authored
Taken from the upstream libmpeg2 version of the file. Originally committed as revision 15585 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Carl Eugen Hoyos authored
Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 27727 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Roman Shaposhnik authored
Originally committed as revision 15584 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Roman Shaposhnik authored
Originally committed as revision 15583 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Roman Shaposhnik authored
Originally committed as revision 15582 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Roman Shaposhnik authored
Originally committed as revision 15581 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Roman Shaposhnik authored
Originally committed as revision 15580 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Roman Shaposhnik authored
Originally committed as revision 15579 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Roman Shaposhnik authored
Originally committed as revision 15578 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Roman Shaposhnik authored
Originally committed as revision 15577 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 15576 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Oct, 2008 4 commits
-
-
Alex Converse authored
target channel element. Patch by Alex Converse (alex converse gmail com) Originally committed as revision 15575 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Converse authored
Patch by Alex Converse (alex converse gmail com) Originally committed as revision 15574 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Converse authored
streams. Slightly reworked from a patch by Alex Converse (alex converse gmail com) Originally committed as revision 15573 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Robert Swain authored
libx264 Originally committed as revision 15572 to svn://svn.ffmpeg.org/ffmpeg/trunk
-