2009-01-11 |
diego |
Remove outdated comment.
|
2009-01-11 |
diego |
cosmetics: Move CPU byte order check to a more sensible place.
|
2009-01-11 |
diego |
Only check for YASM support on x86 systems.
|
2009-01-11 |
diego |
cosmetics: Move some checks to more logical places.
|
2009-01-11 |
diego |
console output cosmetics
|
2009-01-11 |
diego |
Only print "using XYZ" comment if XYZ has been set.
|
2009-01-10 |
reimar |
Reindent for "if" added in internal dvdnav patch
|
2009-01-10 |
reimar |
Support an "internal" dvdnav version to make it easier to compile with,
|
2009-01-08 |
reimar |
Switch internal dvdread to libdvdread SVN external.
|
2009-01-04 |
cehoyos |
Fix compilation after upcoming H264_VDPAU patch for FFmpeg.
|
2009-01-04 |
diego |
EXTERN_PREFIX is not only used in FFmpeg code.
|
2009-01-04 |
diego |
Add ARMv6t2 CPU extension additions missed in previous commit.
|
2009-01-04 |
diego |
Sync ARMv6t2 optimization support from FFmpeg.
|
2009-01-04 |
reimar |
Update JACK configure test to match r28241
|
2008-12-27 |
diego |
Set and use only ARCH_PPC, not also ARCH_POWERPC.
|
2008-12-23 |
reimar |
Set fast_cmov for all x86_64 systems, except for P4-based systems this
|
2008-12-23 |
reimar |
Define HAVE_FAST_64BIT if appropriate
|
2008-12-22 |
cehoyos |
Allow compilation of 32bit mplayer on 64 bit systems with --cc='cc -m32'.
|
2008-12-17 |
diego |
another round of armv4l --> arm changes
|
2008-12-15 |
diego |
xvmc is now a CONFIG_ option in FFmpeg.
|
2008-12-13 |
diego |
Apparently Real codecs work on OpenBSD, taken from the OpenBSD ports tree.
|
2008-12-13 |
diego |
Merge two identical NetBSD/OpenBSD conditions.
|
2008-12-13 |
diego |
Apparently VCDs work on OpenBSD, taken from the OpenBSD ports tree.
|
2008-12-11 |
cehoyos |
Search live555 library also in /usr/lib64.
|
2008-12-11 |
diego |
Rework Theora test, it was throwing away CFLAGS provided by pkg-config.
|
2008-12-10 |
gpoirier |
10l: actually disable quartz vo when detection failed.
|
2008-12-03 |
diego |
whitespace cosmetics in test programs
|
2008-12-03 |
diego |
Treat video output objects the same as everything else in the build system,
|
2008-12-03 |
diego |
cosmetics: consistent CONFIG_PNM definition
|
2008-12-03 |
diego |
cosmetics: Rename ZORAN Makefile variable to ZR for consistency.
|
2008-12-03 |
diego |
Treat audio output objects the same as everything else in the build system,
|
2008-12-03 |
gpoirier |
Pass "-f macho" to yasm when enabling YASM support on a 32-bits machine as
|
2008-12-02 |
reimar |
100l, actually put the PTHREAD_CACHE define into config.h
|
2008-12-02 |
diego |
vo_direct3d.o depends on w32_common.o.
|
2008-11-30 |
diego |
MNG demuxer by Stefan Schuermans, stefan blinkenarea org
|
2008-11-28 |
reimar |
Move PTHREAD_CACHE define logic to configure.
|
2008-11-28 |
reimar |
Fix cross-compilation: autodetect correct nm tool
|
2008-11-26 |
uau |
configure: Move AANDCT config.mak entry and add config.h #defines
|
2008-11-26 |
reimar |
Fix compilation after FFmpeg r15940
|
2008-11-25 |
cehoyos |
Enable compilation with icc 11.0.
|
2008-11-24 |
gpoirier |
now that we have a specific check to enable ao_macosx or not, don't let test
|
2008-11-24 |
gpoirier |
add specific test to check if we can enable ao_macosx not matter how vo_quartz test may turn out
|
2008-11-18 |
reimar |
Direct3D based video_out module.
|
2008-11-18 |
bircoph |
On OpenBSD socklen_t is defined at sys/types.h, so latter is added
|
2008-11-17 |
reimar |
100l, missing ' s' in sed command, probably caused all decoders to be
|
2008-11-17 |
diego |
Only enable CONFIG_FFT_MMX if both yasm and MMX are enabled.
|
2008-11-17 |
diego |
Set _have_yasm to "no" if yasm detection failed.
|
2008-11-17 |
cehoyos |
Allow compilation with icc 10.1.
|
2008-11-16 |
reimar |
Fix missing -DARCH_X86_64 for yasm on x86_64.
|
2008-11-16 |
bircoph |
Add yasm support to the build system.
|
2008-11-15 |
gpoirier |
On Darwin, don't use hostinfo on _all_ x86 variants to detect the running CPU,
|
2008-11-13 |
diego |
Print out that vo_macosx is disabled when Mac OS X APIs are not available.
|
2008-11-02 |
reimar |
lavc tscc decoder now also depends on zlib
|
2008-11-02 |
reimar |
Change OpenGL support to work on unmodified MinGW64
|
2008-10-28 |
diego |
Make sure that linker flags passed as configure parameters appear before
|
2008-10-26 |
diego |
cosmetics: alphabetical order
|
2008-10-26 |
uau |
configure: Set CONFIG_MDCT and CONFIG_GOLOMB for libavcodec
|
2008-10-25 |
diego |
cosmetics: Reorder some FFmpeg-related config.h and config.mak entries.
|
2008-10-25 |
uau |
configure: Set CONFIG_FFT to fix libavcodec compilation
|
2008-10-24 |
diego |
10l: Revert SH4 removal, which is required in FFmpeg.
|