- 31 Jul, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 19557 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jul, 2009 3 commits
-
-
Jeff Downs authored
configure Originally committed as revision 19555 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Instead, #include config.h at the top of common.h so that av_always_inline does not get doubly defined. Originally committed as revision 19553 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jeff Downs authored
This avoids a ton of redefinition warnings. patch by Jeff Downs, heydowns borg com Originally committed as revision 19548 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Jul, 2009 5 commits
-
-
Måns Rullgård authored
Originally committed as revision 19527 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 19526 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 19525 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 19524 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Patch by Martin Storsjö and Måns. Originally committed as revision 19523 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Jul, 2009 1 commit
-
-
Martin Storsjö authored
patch by Martin Storsjö, martin martin st and Ismail Dönmez, ismail namtrac org Originally committed as revision 19521 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jul, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 19508 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jul, 2009 2 commits
-
-
Aurelien Jacobs authored
Originally committed as revision 19507 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Patch by Martin Storsjö <martin at martin dot st> Originally committed as revision 19504 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Jul, 2009 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 19503 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 19502 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jul, 2009 7 commits
-
-
Måns Rullgård authored
Originally committed as revision 19493 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Practically all the code is shared. Originally committed as revision 19491 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 19490 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 19489 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Rationale: - Current versions of XLC accept gcc flags - XLC can't compile FFmpeg Originally committed as revision 19488 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 19487 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 19485 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Jul, 2009 1 commit
-
-
Diego Biurrun authored
It is impossible to build E-AC-3 without AC-3. Originally committed as revision 19477 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Jul, 2009 3 commits
-
-
Måns Rullgård authored
Originally committed as revision 19474 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 19471 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
They share so much code that enabling one without the other is pointless. Originally committed as revision 19468 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jul, 2009 3 commits
-
-
Diego Biurrun authored
They share so much code that enabling one without the other is pointless. Originally committed as revision 19466 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 19465 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
get enabled, not demuxers/muxers. Originally committed as revision 19463 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Jul, 2009 2 commits
-
-
Stefano Sabatini authored
missed them in r19293. Re-enable version check on w32api.h if the vfwcap input device has been selected. Originally committed as revision 19461 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Carl Eugen Hoyos authored
Originally committed as revision 19460 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Jul, 2009 5 commits
-
-
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
-
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
-
- 16 Jul, 2009 2 commits
-
-
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
-
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 2 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
-