- 18 Jul, 2009 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 19460 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Jul, 2009 11 commits
-
-
Alex Converse authored
Originally committed as revision 19459 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Closes issue 1273. Originally committed as revision 19458 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Converse authored
Originally committed as revision 19457 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 19456 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 19455 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Carl Eugen Hoyos authored
Originally committed as revision 19454 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Not all compilers claiming to be gcc support this attribute. Originally committed as revision 19453 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
It is possible that the compiler requires flags set by the --cpu option, so we should not attempt to run it before those flags have been added. Originally committed as revision 19452 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 19451 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
Originally committed as revision 19450 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
Originally committed as revision 19449 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Jul, 2009 9 commits
-
-
Alex Converse authored
Originally committed as revision 19448 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Lou Logan authored
-target *-dvd works correctly. Patch by Lou Logan <$firstname@fakeoutdoorsman com>. Originally committed as revision 19447 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 19446 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
We do not issue similar warnings for other architectures, and we generally assume users know what they want. Originally committed as revision 19445 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Converse authored
for the 0 codebook. Originally committed as revision 19444 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Converse authored
Originally committed as revision 19443 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 19442 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
patch by Martin Storsjö, martin martin st Originally committed as revision 19441 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
optimized out by gcc when the headers lied about the function existing, rendering the test useless in that situation. This new test throws a warning in mingw-w64, but that should not be a problem. Patch by Martin Storsjö <martin at martin dot st> Originally committed as revision 19440 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Jul, 2009 7 commits
-
-
Måns Rullgård authored
The auto-vectoriser in gcc is enabled by default at -O3 since version 4.3. However, it provides no speed benefit, but does produce incorrect code on many targets. Disabling it for gcc should give more reliable builds. If the adventurous want it back, they can edit the makefile themselves. Originally committed as revision 19439 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Altivec, NEON, and SSE require more alignment than standard malloc() guarantees, whereas MMX does not. Update checks to reflect this. Originally committed as revision 19438 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Fixes issue 1269. Originally committed as revision 19437 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Art Clarke authored
(wherein av_open_input_file assumes memory ownership). Patch by Art Clarke a<surname> xuggle com Originally committed as revision 19436 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Frank Barchard authored
Originally committed as revision 19435 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 19434 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
If ff_neterrno() is checked instead of errno, that's probably what should be used in the return value. As a sideeffect, this gives better compatibility with Windows (CE), where network errors aren't visible in errno.) patch by Martin Storsjö, martin martin st Originally committed as revision 19433 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Jul, 2009 4 commits
-
-
Janne Grunau authored
Patch by Janne Grunau <j?nne-f?mpeg@jannau?net>. Originally committed as revision 19432 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
On Windows CE, the Winsock library name is ws2, not ws2_32. patch by Martin Storsjö, martin martin st Originally committed as revision 19431 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Nothing from the header was used and it caused trouble on Windows CE. Originally committed as revision 19430 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Converse authored
Originally committed as revision 19429 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jul, 2009 6 commits
-
-
Måns Rullgård authored
This allows use of the add_*flags functions in the compiler detection section. Originally committed as revision 19428 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Patch by Martin Storsjö <martin at martin dot st> Originally committed as revision 19427 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Patch by Martin Storsjö <martin at martin dot st> Originally committed as revision 19426 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
İsmail Dönmez authored
This fixes compilation on WinCE, which does not support _lseeki64. patch by Ismail Dönmez, ismail namtrac org Originally committed as revision 19425 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
David Conrad authored
Originally committed as revision 19424 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Art Clarke authored
Patch by Art Clarke [aclark , xuggle . com] Originally committed as revision 19423 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jul, 2009 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 19422 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This can be used to map gcc-type flags to equivalents with other compilers. Originally committed as revision 19421 to svn://svn.ffmpeg.org/ffmpeg/trunk
-