Diego Biurrun
fc2dd7e3de
Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.
...
Originally committed as revision 17229 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
d3a4b4e09c
Add check whether the compiler/assembler supports 10 or more operands.
...
thanks to Loren for some help with the asm statements
Originally committed as revision 17151 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Mathieu Malaterre
3d6fac8cee
Use default system include path for an installed OpenJPEG library.
...
patch by Mathieu Malaterre, mathieu.malaterre gmail com
Originally committed as revision 17129 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Jai Menon
9a77d59a89
Use libopenjpeg for jpeg2k decoding.
...
Patch by Jaikrishnan Menon
Originally committed as revision 17017 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
7595a5e491
configure: add command flag to disable yasm use
...
Originally committed as revision 16998 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
c0f5b7f107
configure: set EXESUF before it is used
...
Originally committed as revision 16997 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
993f2d0fd7
configure: move basic sanity tests before other tests
...
Originally committed as revision 16995 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
242e22708c
fastdiv is disabled by default, so put --enable-fastdiv into the help output.
...
Originally committed as revision 16991 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
63cae55d62
Use the new RDFT code in the QDM2 decoder.
...
Originally committed as revision 16865 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
6860254044
Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.
...
Originally committed as revision 16864 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
f7ad5aa2e8
indentation
...
Originally committed as revision 16828 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
b1549d6113
mingw: don't check for minimum mingw runtime and w32api versions for mingw-w64
...
there is no vfw in mingw-64, and it has different (not yet stable) version
defines
Originally committed as revision 16827 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
4f924f9aa0
configure: exit with error if OS is unknown
...
Originally committed as revision 16807 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Nicolas George
35fd81224a
Add ALSA support in libavdevice.
...
Patch by Nicolas George: name surname normalesup org
Original thread: [FFmpeg-devel] [PATCH] ALSA for libavdevice
Date: 12/09/2008 07:17 PM
Originally committed as revision 16800 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
14a8acf108
configure: add datadir variable and write to config.{h,mak}
...
Originally committed as revision 16791 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
3bf96eec17
Add AMD 3DNow! instruction enabling/disabling support in the build system.
...
Originally committed as revision 16785 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
75aa95a6d9
Drop redundant architecture extension dependencies.
...
Originally committed as revision 16784 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
30e98e62b1
Add missing architecture-specific options to summary output.
...
Originally committed as revision 16779 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
7996d1536e
SSE depends on x86.
...
Originally committed as revision 16777 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
62560865ff
Add configuration options section to help output.
...
Originally committed as revision 16760 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
732c9a3462
help output cosmetics
...
Originally committed as revision 16759 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
d233d8efdd
Remove --enable-static and --disable-shared from help output.
...
Only one of --enable or --disable should be in the help output.
Originally committed as revision 16758 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
15396d5cd0
Use cc_default variable in help output for --cc option.
...
The cc variable is not yet initialized when the help output is printed.
Originally committed as revision 16757 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
799fde37cc
Add a check for ppc4xx instructions; rename preprocessor directive accordingly.
...
Originally committed as revision 16756 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
a0d8a50bca
configure: add help for fastdiv
...
Originally committed as revision 16754 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
NVIDIA Corporation
c5b42f4a80
Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can
...
be used by video players.
Original patch by NVIDIA corporation.
Originally committed as revision 16699 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
c0a02a3e47
Alpha: add -mieee to CFLAGS
...
Originally committed as revision 16676 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
27a9466b21
configure: add fastdiv to CONFIG_LIST
...
Originally committed as revision 16674 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
2b3242253d
Add mpeg1_vdpau decoder.
...
Originally committed as revision 16640 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
NVIDIA Corporation
d37edddc09
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can
...
be used by video players.
Original patch by NVIDIA corporation.
Originally committed as revision 16628 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
764551c672
add -Wundef compiler flag, to catch typo in #if or similar situations
...
Originally committed as revision 16621 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
49fb20cb8a
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
...
and remove all ENABLE_ definitions.
Originally committed as revision 16600 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
...
They are now always defined to either 0 or 1.
Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
1cd11856b0
configure: add Alpha CPU types
...
Originally committed as revision 16573 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
a8e2869820
configure: fix PIC activation for x86_64 shared libs
...
Originally committed as revision 16563 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
d52481b9ce
Pass subarch instead of arch to YASMFLAGS
...
Originally committed as revision 16560 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
7b5e8a274a
Extend 'checkheaders' target to architecture-specific subdirectories.
...
Originally committed as revision 16559 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
62045d4860
Split arch variable into arch and subarch.
...
Originally committed as revision 16558 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
1fc9fb8a77
Use 'enabled' function to simplify x86_64 check in the mingw32 section.
...
Originally committed as revision 16557 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Kostylev
7b04b8a057
Add truncf() replacement function.
...
Patch by Michael Kostylev <mik at it-1 dot ru>
Originally committed as revision 16555 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
b507ebd179
Use setmode() if it exists in <io.h>, and not based on O_BINARY.
...
Originally committed as revision 16553 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
5b6c2cbdc8
Use 'enabled' function instead of raw 'test' calls in arch checks.
...
Originally committed as revision 16552 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
0f010b2f5b
cosmetics: Remove useless quotes.
...
Originally committed as revision 16544 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
3bbcba320f
1l: better alphabetical order
...
Originally committed as revision 16543 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
26c7aa17fb
Add missing --disable-armv6t2 to help output.
...
Originally committed as revision 16542 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Kostylev
ff1c015d41
Use coff as objformat for dos.
...
Patch by Michael Kostylev <mik at it-1 dot ru>
Originally committed as revision 16525 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
1bb04d5a44
configure: allow to disable sse code.
...
Based on patch by Michael Kostylev <mik at it-1 dot ru>
Originally committed as revision 16490 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
1f91cdce0b
Use posix_memalign() if available.
...
Originally committed as revision 16488 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Kostylev
b6e736a131
Don't prefix yasm with cross prefix.
...
Patch by Michael Kostylev <mik at it-1 dot ru>
Originally committed as revision 16463 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
11e6d03a9d
alphabetical ordering cosmetics
...
Originally committed as revision 16461 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago