2010-06-02 |
reimar |
Add the -march fallback for amdfam10 also to the x86_64 case.
|
2010-06-02 |
cehoyos |
libavcodec/libx264.c requires x264 0.98 since r23430.
|
2010-05-30 |
cehoyos |
Fix compilation without librtmp.
|
2010-05-30 |
reimar |
Change compiler argument order for compile_check to avoid incorrect linking
|
2010-05-30 |
hyc |
Add librtmp support
|
2010-05-29 |
reimar |
Remove obsolete may_alias-related defines, lavu handles this now
|
2010-05-29 |
reimar |
Actually run a detection whether external libass exists, instead
|
2010-05-29 |
reimar |
Fix compilation if the compiler does not support -march=amdfam10
|
2010-05-29 |
diego |
cosmetics: Drop leading '_' from noinputmodules variable.
|
2010-05-25 |
diego |
Add support for decoding VP8 through libvpx wrapper in FFmpeg.
|
2010-05-24 |
siretart |
support linking to fribidi without pkg-config
|
2010-05-24 |
siretart |
make configure use pkg-config for fribidi checks
|
2010-05-14 |
diego |
vf_zr requires the lavc MJPEG encoder even when MEncoder has been disabled.
|
2010-05-14 |
diego |
Remove duplicate and nonsense libavencoders #define for OpenCORE AMR-WB.
|
2010-05-14 |
diego |
Check for termios.h before sys/termios.h.
|
2010-05-09 |
diego |
Remove internal liba52 copy.
|
2010-05-09 |
diego |
cosmetics: Drop leading underscore from some commonly-used variable names.
|
2010-05-06 |
cehoyos |
Fix compilation with old libschroedinger-dev installed.
|
2010-04-30 |
reimar |
Revert accidental change to default CFLAGS.
|
2010-04-30 |
reimar |
Add configure detection for SDL backend for -vo gl.
|
2010-04-28 |
cehoyos |
Fix compilation with gcc 2.95.3 (with --disable-ass).
|
2010-04-27 |
diego |
Add llrintf test for FFmpeg.
|
2010-04-27 |
cehoyos |
Fix compilation with live555 after libavutil r22965.
|
2010-04-24 |
reimar |
Remove code to work around bugs in ancient libSDL versions, the code has been
|
2010-04-22 |
diego |
VIDIX only works for Linux on the x86_64 architecture, not on other OSes.
|
2010-04-21 |
diego |
Revert obscure hack that disables the malloc.h check on certain BSD platforms.
|
2010-04-20 |
lorenm |
Tell x264 that we aren't going to give it timestamps.
|
2010-04-06 |
diego |
Generate dependency information as a sideeffect of compilation.
|
2010-04-05 |
diego |
Add -MP to dependency command.
|
2010-04-05 |
diego |
Drop unused DEPEND_CMD from config.mak; FFmpeg no longer needs it.
|
2010-04-04 |
diego |
Remove -O4 from FAAC check, it is in our standard CFLAGS already.
|
2010-04-04 |
diego |
Directly use CFLAGS for ASFLAGS instead of duplicating the variable content.
|
2010-04-04 |
diego |
cosmetics: prettyprint config.mak somewhat
|
2010-04-04 |
diego |
Remove no longer necessary CONFIG_SWSCALE from config.h/config.mak.
|
2010-04-02 |
cehoyos |
Cosmetics: Fix indentation.
|
2010-04-02 |
cehoyos |
Do not try -march=native for icc.
|
2010-03-28 |
diego |
Add HAVE_STRERROR_R definition for FFmpeg to config.h.
|
2010-03-28 |
diego |
Add definition of CONFIG_LIBRTMP to config.h for FFmpeg.
|
2010-03-28 |
reimar |
Fix compilation after librtmp support in FFmpeg.
|
2010-03-25 |
diego |
Remove unused OPTFLAGS variable from config.mak.
|
2010-03-25 |
diego |
Remove unused MACOSX_BUNDLE config.mak entry.
|
2010-03-25 |
diego |
Move some FFmpeg-specific entries to the FFmpeg section of config.mak.
|
2010-03-17 |
diego |
Introduce mak_enable function to set variables in config.mak.
|
2010-03-17 |
diego |
Rename SGI_MIPS architecture to plain MIPS.
|
2010-03-17 |
diego |
Drop libavcodec_arch hack; ARCH can now be set directly in config.mak.
|
2010-03-17 |
diego |
Lowercase arch and subarch values.
|
2010-03-17 |
diego |
cosmetics: Drop leading underscore from cpuexts variables.
|
2010-03-17 |
diego |
Make ff_config_enable work with lowercase values.
|
2010-03-17 |
diego |
Split subarch handling off from generic arch handling.
|
2010-03-17 |
cehoyos |
Fix compilation after FFmpeg r22569 at least for some architectures.
|
2010-03-17 |
diego |
cosmetics: Drop leading underscores from arch variables.
|
2010-03-16 |
cehoyos |
Fix compilation after FFmpeg r22565.
|
2010-03-15 |
diego |
Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg.
|
2010-03-14 |
diego |
variable renaming cosmetics: _have_yasm --> have_yasm
|
2010-03-14 |
diego |
Remove unused MMX_FFT Makefile variable.
|
2010-03-14 |
diego |
cosmetics: Simplify _codecsdir setting for MinGW and OS/2.
|
2010-03-14 |
diego |
Add -Wstrict-prototypes to CFLAGS.
|
2010-03-14 |
diego |
Use menu instead of GUI as example for an internal feature turned on by a flag.
|
2010-03-14 |
cehoyos |
Fix compilation after FFmpeg r22522.
|
2010-03-14 |
diego |
Replace separate Win32, XAnim and Real codec directories by one global dir.
|