- 23 Aug, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 19684 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Aug, 2009 1 commit
-
-
Måns Rullgård authored
Using this flag enables position-independent code even when not strictly required. It is impossible to use --disable-pic to forcibly disable PIC when other properties mandate it. Originally committed as revision 19672 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Aug, 2009 1 commit
-
-
Måns Rullgård authored
Recognise AVR32 processor names as well as the generic "ap" and "uc" family names as values for --cpu. Also define two subtypes, avr32_ap and avr32_uc. Originally committed as revision 19663 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Aug, 2009 1 commit
-
-
Diego Biurrun authored
We do the same for libschroedinger and already use pkg-config to generate the CFLAGS for libdirac anyway, so there is no new dependency. Thanks to Kovensky for reporting breakage on IRC. Originally committed as revision 19654 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Aug, 2009 3 commits
-
-
Måns Rullgård authored
When running behind ccache, the output from -MMD is corrupted unless we also use the -MF and -MT flags. Since ccache is difficult to detect and gcc 2.x doesn't support the -MF and -MT flags, we always use the old dependency generation method when gcc 2.x is detected. Originally committed as revision 19620 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 19619 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alexander Strange authored
-mdynamic-no-pic is required for it, but it was only added to CFLAGS and the check only used ASFLAGS. Originally committed as revision 19614 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Aug, 2009 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 19609 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 19608 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Aug, 2009 6 commits
-
-
Måns Rullgård authored
The argument to these options is now a comma-separated list of shell patterns, e.g. --disable-decoder='indeo*,rv*' Originally committed as revision 19604 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
The name can now be a standard shell pattern. For example, --disable-encoder=* disables all encoders. Originally committed as revision 19603 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This requires a gcc version with -march=native or -mcpu=native support, which is somewhat random for non-x86. Originally committed as revision 19602 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 19601 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 19600 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 19599 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Aug, 2009 4 commits
-
-
Diego Biurrun authored
Originally committed as revision 19597 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 19595 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
H.263 encoder in configure. Originally committed as revision 19594 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 19592 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Aug, 2009 1 commit
-
-
Diego Biurrun authored
It makes no sense to enable the former without the latter. Originally committed as revision 19565 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 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 5 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
-