| Commit message (Expand) | Author | Age |
* | Add HAVE_LDBRX to config.h for FFmpeg. | diego | 2009-04-20 |
* | Add check for XFORM ASM, needed by FFmpeg/PPC. | diego | 2009-04-20 |
* | Rely on POSIX-compatible head/tail versions that understand the -n option. | diego | 2009-04-16 |
* | Replace all `` by $(), it is more readable and easier to nest. | diego | 2009-04-15 |
* | Simplify OS detection functions. | diego | 2009-04-15 |
* | Use extra_cflags variable instead of CFLAGS to add system-specific CFLAGS. | diego | 2009-04-12 |
* | Move all CFLAGS checks together at the beginning of configure. | diego | 2009-04-10 |
* | Move thread-related CFLAGS settings into pthread test. | diego | 2009-04-10 |
* | Remove unnecessary Darwin default CFLAGS and LDFLAGS. | diego | 2009-04-10 |
* | Move darwin CFLAG settings to darwin section at the beginning of configure. | diego | 2009-04-10 |
* | Move amigaos CFLAG settings to amigaos section at the beginning of configure. | diego | 2009-04-10 |
* | gcc <3.1 is unsupported on Darwin, no need to check for this. | diego | 2009-04-10 |
* | Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it. | ramiro | 2009-04-08 |
* | Fix wrong syntax in test example, noticed by Jason Holt, jholt google com. | diego | 2009-04-08 |
* | Fix passing CFLAGS and LDFLAGS with = in them as configure parameters. | diego | 2009-04-04 |
* | Fix compilation for newly added VAAPI_HWACCEL's. | cehoyos | 2009-04-03 |
* | Support for libbs2b audio filter. | bircoph | 2009-04-02 |
* | Fix compilation with libavcodec's HWACCEL. | cehoyos | 2009-04-02 |
* | Check for ddk/ntddcdrm.h header before enabling VCD on mingw. | reimar | 2009-03-28 |
* | Rename local TMP variable to TMPRES to avoid a clash with the | reimar | 2009-03-27 |
* | cosmetics: Drop leading underscore from extra_ variables. | diego | 2009-03-25 |
* | Update help output with previous --extra-ldflags change. | diego | 2009-03-24 |
* | Replace --with-extralibdir option by --extra-ldflags, which accepts arbitrary | diego | 2009-03-24 |
* | typo fix: Remove stray '-' from --extra-cflags option evaluation. | diego | 2009-03-23 |
* | Replace --with-extraincdir option by --extra-cflags, which accepts arbitrary | diego | 2009-03-23 |
* | Get rid of pointless EXTRA_INC and EXTRAXX_INC config.mak variable indirection. | diego | 2009-03-23 |
* | Initialize HAVE_FAST_UNALIGNED definition to 0 so that it is never undefined. | diego | 2009-03-21 |
* | Add CONFIG_SWSCALE_ALPHA and HAVE_VIRTUALALLOC config.h #defines for FFmpeg. | diego | 2009-03-21 |
* | Support icc 11.1. | cehoyos | 2009-03-18 |
* | Older versions of <vdpau/vdpau.h> will fail during compilation. | cehoyos | 2009-03-18 |
* | HAVE_THREADS should be initialized to 0, it is a 0/1 #define in FFmpeg. | diego | 2009-03-15 |
* | KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian net | diego | 2009-03-14 |
* | Add /usr/X11R7 to the list of directories in which to search for X11 includes | diego | 2009-03-14 |
* | Fix compilation with --charset=noconv | reimar | 2009-03-13 |
* | Update x264 version check for version required by lavc. | reimar | 2009-03-07 |
* | Only add -Ilibdvdnav to the CFLAGS of the files that require it. | diego | 2009-03-05 |
* | DART audio output driver for OS/2 by KO Myung-Hun, komh chollian net | diego | 2009-03-01 |
* | configure: Make the special dvdnav test the last one again | uau | 2009-02-23 |
* | Make alpha arch detection more lenient. Taken from the Debian patchset. | diego | 2009-02-21 |
* | Add -ffast-math to LDFLAGS as well as to CFLAGS. | diego | 2009-02-21 |
* | Add HAVE_GETHRTIME and HAVE_INLINE_ASM definitions for FFmpeg. | diego | 2009-02-21 |
* | AVR32 apparently supports fast unaligned accesses. | diego | 2009-02-17 |
* | Also set HAVE_EBP_AVAILABLE in debug mode. | diego | 2009-02-17 |
* | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 |
* | Convert HAVE_MEMALIGN into a 0/1 definition, fixes the warning: | diego | 2009-02-17 |
* | Fix compilation without VDPAU | uau | 2009-02-17 |
* | Add support for VDPAU video out, including hardware decoding. | reimar | 2009-02-16 |
* | Make configure recognize avr32. | diego | 2009-02-16 |
* | On clean/distclean, remove binaries with all types of executable suffixes. | diego | 2009-02-12 |
* | Port check for 10 assembler operands support from FFmpeg. | diego | 2009-02-11 |