Måns Rullgård
2081f3c619
fix extern prefix detection on mingw
...
Originally committed as revision 12485 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
b4d96ba2a8
check for prefix on extern symbols in configure
...
Originally committed as revision 12484 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
6fcc9af012
simplify ALIGN_MASK definition
...
Originally committed as revision 12483 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
b55aa9a904
get register names from x86_cpu.h
...
Originally committed as revision 12482 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
3c9bcb42cf
add REGd definition
...
Originally committed as revision 12481 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
a62a1c3152
use HAVE_FAST_64BIT
...
Originally committed as revision 12480 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
ea68e33469
cosmetics: remove useless \-newline escapes
...
Originally committed as revision 12479 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
4f54a3b8b4
indentation
...
Originally committed as revision 12478 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
844ea46aeb
clean up FFT SIMD selection
...
Originally committed as revision 12477 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ronald S. Bultje
53620bba51
Split the SETUP request into a separate function, as a prelude into allowing
...
multiple SETUPs to be send to cycle protocols rather than bailing if one
fails.
Discussed and approved in "[PATCH] RTSP alternate protocol 1/3".
Originally committed as revision 12476 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
6fce759141
Fix previously broken x86_64 check, simplifying it in the process.
...
Originally committed as revision 12475 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
3dddba4b5d
Fix previously broken xlc checks, simplifying them in the process.
...
Originally committed as revision 12474 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
78fe7631f8
Drop unnecessary subshell invocation from BEINCLUDES check.
...
Originally committed as revision 12473 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
972d628a8b
Provide a context to parse_time_or_die().
...
Patch by Stefano Sabatini: stefano sabatini-lala poste it
Originally committed as revision 12472 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
08e89160e4
cosmetics: indentation
...
Originally committed as revision 12471 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
edfd6975cf
Simplify MANGLE macro preprocessor condition checks.
...
Originally committed as revision 12470 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
7edd384f1d
Add -q to grep invocation where appropriate.
...
Originally committed as revision 12469 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
İsmail Dönmez
8e9ccb6c7e
Fix MANGLE macro on Mac OS X.
...
Allows compiling a 64 bit FFmpeg on Mac OS X without using --disable-mmx.
patch by İsmail Dönmez ismail namtrac org
Originally committed as revision 12468 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Zuxy Meng
5a352b14e7
Fix a typo that causes an assertion to always fail.
...
Reported by Alexander Bokovikov (openworld AT uralweb DOT ru)
Originally committed as revision 26257 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Måns Rullgård
d85d7a0be7
mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS
...
Originally committed as revision 12467 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
5550eba88d
typo: add missing \ in multi-line macro
...
Originally committed as revision 12466 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
e6b790f9e7
fix typo ARCH_PPC -> ARCH_POWERPC
...
Originally committed as revision 12465 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
8c2a207019
just skip klv packet, when no corresponding stream is found
...
Originally committed as revision 12464 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
b0605329c9
Move functions that are only used when libswscale is not compiled in below
...
the appropriate #ifdef. This avoids a bunch of "defined but not used" warnings
when compiling with libswscale enabled.
Originally committed as revision 12463 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
abe39c0f31
Escape \1 and \2 in sed expressions written to config.mak to avoid mangling.
...
Originally committed as revision 12462 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
08c4e395d2
Return of the living typo II: VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD
...
Originally committed as revision 12461 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
23f0861715
simplify, flags is 24bits according to specs
...
Originally committed as revision 12460 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
558ce5c490
fucked up alphabetical order again, sorry
...
Originally committed as revision 12459 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
aa9f4208b6
ipod/iphone compatible mp4 muxer
...
Originally committed as revision 12458 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
77f11d8a4c
improve precision in mdct.c using double for some temporaries
...
Originally committed as revision 12457 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
6a5b97732e
10l: Fix stupid typo, VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD.
...
Originally committed as revision 12456 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
b1b184812c
Merge binary generation rules.
...
Originally committed as revision 12455 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
14f3ce3615
fix DEPEND_CMD for out of tree builds
...
Originally committed as revision 12454 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
a426bbfc28
set SRC_DIR in top-leve Makefile
...
Originally committed as revision 12453 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
c415857d06
rename LIBSRC to SRC_DIR, add quotes where SRC_DIR was used
...
Originally committed as revision 12452 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e6a383d695
Use $< to simplify a few lines.
...
Originally committed as revision 12451 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
63d026b1bf
cosmetics: #include config.h before all other FFmpeg headers.
...
Originally committed as revision 12450 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
bd10713636
typo fixes
...
Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
bee972eead
typo
...
Originally committed as revision 26251 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Diego Biurrun
4477b9f424
Properly check for AltiVec CFLAGS instead of guessing based on compiler vendor.
...
Originally committed as revision 12448 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Dave Yeo
b96644bfe3
Add attribute_align_arg to os2thread.c.
...
Patch by Dave Yeo.
Originally committed as revision 12447 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
69b192acb8
Typo
...
Originally committed as revision 12446 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e982d4d39f
Remove the unused function roundToInt16. It is a duplicate of the same function
...
in swscale.c. Fixes the warning:
yuv2rgb_altivec.c:751: 'roundToInt16' defined but not used
Originally committed as revision 26247 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Diego Biurrun
5dff04fc51
Only check for altivec.h when not using Apple gcc and not adding -faltivec to
...
CFLAGS. This avoids a couple of warnings of the type
'#warning: Ignoring <altivec.h> because "-faltivec" specified'.
Originally committed as revision 12445 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
0870c7674a
cosmetics: Reformat Apple cc check.
...
Originally committed as revision 12444 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
216d513c34
typos
...
Originally committed as revision 12443 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
b2c26e2717
Use correct t printf modifier for pointer differences.
...
Originally committed as revision 12442 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
4e9b8211b0
useless null
...
Originally committed as revision 12441 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
82213f68ba
remove useless img_write_trailer func
...
Originally committed as revision 12440 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
6e69586b44
Build ffserver_g as well as ffserver, consistent with the other binaries.
...
Originally committed as revision 12439 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago