Commit Graph

158 Commits

Author SHA1 Message Date
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
2005-01-05 01:45:52 +00:00
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
2005-01-03 00:36:56 +00:00
Michael Niedermayer 281a74da60 spaces in path fixes
Originally committed as revision 3791 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-01 23:38:09 +00:00
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
2004-12-08 11:08:08 +00:00
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
2004-11-23 18:28:23 +00:00
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
2004-11-21 18:04:56 +00:00
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
2004-11-09 00:27:16 +00:00
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
2004-10-22 02:04:30 +00:00
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
2004-10-11 19:50:50 +00:00
Michael Niedermayer 184582de5a AMR links
Originally committed as revision 3579 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-10-11 17:05:51 +00:00
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
2004-10-11 02:19:29 +00:00
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
2004-10-01 13:32:13 +00:00
Michael Niedermayer 8bf5d58f86 fail if SSE && !memalign && !memalign_hack
Originally committed as revision 3450 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-09-10 19:39:17 +00:00
Michael Niedermayer c2b9685eca cross compile fix by (allanc at chickenandporn dot com)
Originally committed as revision 3384 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-08-13 00:59:48 +00:00
Michael Niedermayer 24689bcee6 /usr/include -> /usr/local/include
Originally committed as revision 3365 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-07-30 11:14:14 +00:00
Roman Shaposhnik e2a3cd590a * cosmetics -- force "command not found" not to be printed
Originally committed as revision 3335 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-07-23 20:08:27 +00:00
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
2004-07-16 19:48:30 +00:00
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
2004-07-14 01:32:14 +00:00
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
2004-07-05 18:06:16 +00:00
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
2004-06-06 03:45:53 +00:00
Michael Niedermayer c3f6b4728e check for sdl-config
avoid which

Originally committed as revision 3190 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-04 10:10:29 +00:00
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
2004-05-17 20:24:59 +00:00
Michael Niedermayer 7802d373b7 imlib2 needs -lm
Originally committed as revision 3118 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-05-08 11:17:29 +00:00
Michael Niedermayer bb801c97ea dont use always_inine with -Os
Originally committed as revision 3101 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-30 20:50:01 +00:00
James Morrison bb476ff367 vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>)
Originally committed as revision 3057 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-24 15:16:23 +00:00
Romain Dolbeau 9007f51460 better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
Originally committed as revision 3038 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-22 13:21:59 +00:00
Michael Niedermayer 0abd691683 10l by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 3022 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-16 12:39:28 +00:00
Steven M. Schultz 12043e1d8b FreeBSD pthread patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 3021 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-16 02:51:23 +00:00
Michael Niedermayer a18b518368 10l
Originally committed as revision 3013 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-14 21:26:08 +00:00
Michael Niedermayer b2e3c52814 require the user to explicitly specifiy --enable-gpl before enabling of gpl parts becomes possible
print correct license if --enable-gpl is specified

Originally committed as revision 2985 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-09 14:50:00 +00:00
Falk Hüffner 7906085fcc warning patrol
Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-03-24 23:32:48 +00:00
Michael Niedermayer 16806499fc w32threads by (Gildas Bazin <gbazin at altern dot org>)
Originally committed as revision 2803 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-02-19 20:29:26 +00:00
Michael Niedermayer 9c3d33d67f multithreaded/SMP motion estimation
multithreaded/SMP encoding for MPEG1/MPEG2/MPEG4/H263
all pthread specific code is in pthread.c
to try it, run configure --enable-pthreads and ffmpeg ... -threads <num>
the internal thread API is a simple AVCodecContext.execute() callback which executes a given function pointer with different arguments and returns after finishing all, that way no mutexes or other thread-mess is needed outside pthread.c

Originally committed as revision 2772 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-02-13 17:54:10 +00:00
Tinic Uro 747a0554ea - made --extra-cflags option work on darwin
- allow INTER4V macroblocks for FLV1 codec
- fixed issue in flv file format saving 8 mp3 frames per packet instead of 1
- fixed crasher in flv file format involving mp3 buffer handling
- added FLV1 codec support for swf file format (FlashPlayer6 or above
required) and made it default
- fixed broken mp3 support in swf file format
patch by (Tinic Uro <turo at macromedia dot com>)
cleanup by me

Originally committed as revision 2756 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-02-06 23:56:37 +00:00
Michael Niedermayer d2a9bdddd8 more sane inttypes emulation behavior if libavcodec is used outside ffmpeg
Originally committed as revision 2685 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-01-10 12:53:07 +00:00
Michael Niedermayer 821e46f4a7 alpha amr tip
Originally committed as revision 2683 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-01-09 23:54:42 +00:00
Chris Flerackers 7f965c1c89 inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at androme dot be>)
Originally committed as revision 2681 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-01-09 18:00:31 +00:00
Michael Niedermayer 64cba7481b patch for configuring amr_wb by ("Murphy Chen" <murphychen at mail2000 dot com dot tw>)
Originally committed as revision 2675 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-01-08 17:47:30 +00:00
Michael Niedermayer 4850b2d243 LDFLAGS fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 2671 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-01-06 02:30:03 +00:00
Roman Shaposhnik 19d053c5ba * fixes for broken builds on Solaris, OS2 and all bingendian
systems out there.

Originally committed as revision 2480 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-11-04 19:35:43 +00:00
Michael Niedermayer 75388c749b 2nd attempt at OS/X shared/mdynamicnopic fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 2475 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-11-03 20:04:10 +00:00
Michael Niedermayer eb592f6af1 ;
Originally committed as revision 2462 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-11-01 14:29:32 +00:00
Michael Niedermayer b5c950c4f4 int_fast??_t emulation for broken systems which dont conform to ISO C
this should be ported to mplayers configure if it works

Originally committed as revision 2461 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-11-01 10:20:14 +00:00
Michel Bardiaux 99614dd4e9 configure on SGI IRIX patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Originally committed as revision 2457 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-31 10:27:37 +00:00
Roman Shaposhnik b292469633 * sh doesn't understand $(command) type of Command substitution.
It's a ksh'ism.

Originally committed as revision 2429 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-24 23:48:53 +00:00
Michael Niedermayer f2fae326e3 OS/X 10.2.x gcc-3.1 bug workaround by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 2400 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-19 21:11:02 +00:00
Dan Christiansen cf9d24adf6 - Moving -Wall from the individual Makefiles to configure (and only
have it passed to GCC)
- Moving the usage in configure to the top of it, so you don't have to
wait needlessly
- Silence compiler output during configuration
- Add support for configuring with IBM XLC

patch by (Dan Christiansen <danchr at daimi dot au dot dk>)

Originally committed as revision 2397 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-18 18:47:06 +00:00
Michael Niedermayer 29d48296a7 Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>)
Originally committed as revision 2342 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-04 09:53:34 +00:00
Dan Christiansen fe0f2a9719 PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
Originally committed as revision 2315 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-28 22:53:25 +00:00
Michael Niedermayer d663a1fdc0 AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)
Originally committed as revision 2311 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-28 20:34:11 +00:00