Jacob Meuser
f39e56a84b
ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)
...
Originally committed as revision 4303 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
bb4c2140c2
libgsm warper by (Alban Bedel: albeu, free fr)
...
Originally committed as revision 4302 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Aurelien Jacobs
def4272a03
install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>)
...
Originally committed as revision 4276 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
dbe676d378
Cygwin now has a native inttypes.h that works better than the custom one.
...
Originally committed as revision 4251 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
e7a4dafbe3
set correct source path when running configure using relative path
...
Originally committed as revision 4236 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
efc39ba89a
allow various x86 models with --tune
...
Originally committed as revision 4230 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Jacob Meuser
7bf9648ebc
amd64 as canonical system type patch by (Jacob Meuser <jakemsr jakemsr com )
...
Originally committed as revision 4209 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Jacob Meuser
8c802695b9
OpenBSD support patch by (Jacob Meuser // jakemsr jakemsr com)
...
Originally committed as revision 4208 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Jacob Meuser
97006039cc
-DPIC patch by (Jacob Meuser // jakemsr jakemsr com)
...
Originally committed as revision 4206 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Charles Yates
eb94aca926
support BUILDSUF patch by <charles dot yates at pandora dot be>
...
Originally committed as revision 4203 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
24a9ad7e2c
Fix codec list when running configure outside the source directory.
...
Originally committed as revision 4196 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Bill May
369a02c2f4
GCC 4.0 on Mac OS X 10.4 patch by (Bill May <wmay cisco com )
...
Originally committed as revision 4182 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
ce869f59ee
replace local sensitive awk uppercaser with tr
...
Originally committed as revision 4176 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
5cc9a6dc19
also put the CONFIG_FOOBAR_EN/DECODER stuff in config.mak
...
Originally committed as revision 4172 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
5e3419b15a
typo
...
Originally committed as revision 4170 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
009cf97d0c
--enable/disable-codec / --disable-encoders (configure part only, no actual #ifdefs)
...
Originally committed as revision 4169 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
3ca4b65479
os2.diff by (Paul Smedley // paul smedley info)
...
Originally committed as revision 4160 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
9146ca3700
Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>,
...
fixups by me.
Originally committed as revision 4113 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Luca Barbato
cc973ecbe7
add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org)
...
Originally committed as revision 4050 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
e27ca59b0e
zlib detection fix by (Gildas Bazin <gbazin altern org<)
...
Originally committed as revision 4048 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
6662ec29a5
H.264 encoding with x264 by (Måns Rullgård <mru inprovide com>)
...
Originally committed as revision 4024 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Torsten Martinsen
2a515c08f2
Support for AMR Interface Format 2 patch by ("Torsten Martinsen" <tma gatehouse dk>)
...
Originally committed as revision 4007 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Steven M. Schultz
b7aa4a59c1
NetBSD 2.0 patch by ("Steven M. Schultz" <sms 2bsd com>)
...
Originally committed as revision 3991 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Nilesh Bansal
5c5dea3f0c
01-makefile_fix_updated.patch
...
Adds --enable-theora/--enable-vorbis/--enable-ogg to configure
If compiled WITHOUT --enable-theora, native VP3 decoder is used
patch by (Nilesh Bansal <nileshbansal gmail com>)
Originally committed as revision 3975 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Josh Varner
fe533bb3a7
removing --disable-risky patch by (Josh Varner <jlvarner gmail com>)
...
Originally committed as revision 3966 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Philipp Matthias Hahn
8b8e1c5580
Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>)
...
preserve support for spaces in directories in case of in-tree builds by (James A. Morrison <ja2morri csclub.uwaterloo ca>)
Originally committed as revision 3855 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roine Gustafsson
f4e2c4b134
--extra-cflags and --extra-ldflags clobbers previous options. This
...
patch will add instead of clobber.
patch by (Roine Gustafsson <roine users.sourceforge net)
Originally committed as revision 3807 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roine Gustafsson
ad5a429c49
Small configure fix for Darwin / Mac OS X.
...
This option tells linker to look for local libraries first. If you have
a shared livavcodec/libavformat in the library path and try to build a
static build, the linker will find the shared library first and link
with it.
patch by (Roine Gustafsson <roine users.sourceforge net>)
Originally committed as revision 3793 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
281a74da60
spaces in path fixes
...
Originally committed as revision 3791 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
2f3eca0806
suppress 100 pages of missing enum value in switch spam
...
Originally committed as revision 3741 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
487c2fadb0
cygwin fixes by (Sascha Sommer <saschasommer O freenet o de>)
...
Originally committed as revision 3705 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
François Revol
2450cff2c3
BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more generic "if HAVE_THREADS"
...
Originally committed as revision 3702 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Hans Zandbelt
7a91333f73
IPv6 support patch by ("Hans Zandbelt" <Hans.Zandbelt <at> telin {dot} nl>)
...
Originally committed as revision 3663 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roman Shaposhnik
f02be79d61
* Introducing IIDC1394 grabbing interface.
...
Use it with -grab dc1394
* Introducing yet another packed pix_fmt in order to support some of
the IIDC1394 modes: uyvy411 (Cb Y0 Y1 Cr Y2 Y3).
Originally committed as revision 3621 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michel Bardiaux
f255e0abfc
config options log patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
...
Originally committed as revision 3582 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
184582de5a
AMR links
...
Originally committed as revision 3579 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Aurelien Jacobs
053dea12f2
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>)
...
Originally committed as revision 3578 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michel Bardiaux
65d1bea201
Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
...
Originally committed as revision 3545 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
8bf5d58f86
fail if SSE && !memalign && !memalign_hack
...
Originally committed as revision 3450 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
c2b9685eca
cross compile fix by (allanc at chickenandporn dot com)
...
Originally committed as revision 3384 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
24689bcee6
/usr/include -> /usr/local/include
...
Originally committed as revision 3365 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roman Shaposhnik
e2a3cd590a
* cosmetics -- force "command not found" not to be printed
...
Originally committed as revision 3335 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Adam Thayer
1ddadfa9e3
XviD Support patch by (Adam Thayer <krevnik at comcast dot net>)
...
Originally committed as revision 3325 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
23c9925329
libdts support by (Benjamin Zores <ben at geexbox dot org>)
...
Originally committed as revision 3310 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Nicolas Boos
146ea95228
autobuild doc if possible patch by (Nicolas Boos <nicolas.boos at wanadoo dot fr>)
...
Originally committed as revision 3288 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
da9b170c6f
optional and disabled by default memalign hack for SSE/SSE2 on that alternative OS
...
Originally committed as revision 3199 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
c3f6b4728e
check for sdl-config
...
avoid which
Originally committed as revision 3190 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Luca Abeni
ffc0ef960b
don't compile ffserver if network is not enabled patch by (Luca Abeni <lucabe72 at email dot it>)
...
Originally committed as revision 3137 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
7802d373b7
imlib2 needs -lm
...
Originally committed as revision 3118 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
bb801c97ea
dont use always_inine with -Os
...
Originally committed as revision 3101 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago