Michael Niedermayer [Thu, 20 Mar 2008 14:09:31 +0000 (14:09 +0000)]
remove unused temp
Originally committed as revision 12511 to svn://svn.ffmpeg.org/ffmpeg/trunk
Pascal Massimino [Thu, 20 Mar 2008 11:02:40 +0000 (11:02 +0000)]
Additional checks for strange num_val in FLV metadata
Avoids some "Unsupported audio codec (6)" message in FLVs, e.g.
Example of such problematic bitstream is 'bad_codec6.flv'
in ftp's /incoming directory.
Originally committed as revision 12510 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 20 Mar 2008 09:38:55 +0000 (09:38 +0000)]
omg, fix compilation
Originally committed as revision 12509 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 20 Mar 2008 09:36:04 +0000 (09:36 +0000)]
correctly set avctx->frame_size for mp3on4 and mp3adu
Originally committed as revision 12508 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Wed, 19 Mar 2008 18:51:20 +0000 (18:51 +0000)]
Add Mimic and MSN TCP Webcam streams to documentation.
Originally committed as revision 12507 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Wed, 19 Mar 2008 14:08:16 +0000 (14:08 +0000)]
Reindent after rtsp-alternate-protocol* patches.
Originally committed as revision 12506 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Wed, 19 Mar 2008 14:07:31 +0000 (14:07 +0000)]
Change protocol_mask into protocol, since we always just try a single one per
iteration in make_setup_request(), and cycling between the different protocols
is now done in the calling function, therefore the need for a mask goes away.
This also makes the function somewhat simpler to read.
Discussed and approved in "[PATCH] RTSP alternate protocol 3/4".
Originally committed as revision 12505 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Wed, 19 Mar 2008 14:05:08 +0000 (14:05 +0000)]
Allow cycling between different protocols (TCP, UDP or multicast) so that if
one doesn't work, we can try the next one (i.e. trial-error protocol auto-
probing).
Discussed and approved in "[PATCH] RTSP alternate protocol 2-3/3".
Originally committed as revision 12504 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexander Strange [Wed, 19 Mar 2008 10:11:16 +0000 (10:11 +0000)]
Check for sys/mman.h and set appropriate definitions.
patch by Alexander Strange, astrange ithinksw com
Originally committed as revision 12503 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Wed, 19 Mar 2008 08:47:31 +0000 (08:47 +0000)]
add missing #include "common.h" to libavutil headers
Originally committed as revision 12502 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zuxy Meng [Wed, 19 Mar 2008 07:43:43 +0000 (07:43 +0000)]
Cosmetic change: remove the whitespace after 'defined'
Originally committed as revision 12501 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zuxy Meng [Wed, 19 Mar 2008 07:42:50 +0000 (07:42 +0000)]
'malloc' attribute isn't supported in old gcc.
Originally committed as revision 12500 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zuxy Meng [Wed, 19 Mar 2008 07:30:34 +0000 (07:30 +0000)]
Apply "alloc_size" attribute to av_alloc, av_realloc and av_mallocz
Originally committed as revision 12499 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zuxy Meng [Wed, 19 Mar 2008 06:17:43 +0000 (06:17 +0000)]
Reapply r12489: Add pure, const and malloc attributes to proper functions
in libavutil.
Fix a compilation failure in r12489.
Originally committed as revision 12498 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Tue, 18 Mar 2008 23:50:55 +0000 (23:50 +0000)]
add some missing formats: lmlm4, pva, pcx and sun rasterfile.
Originally committed as revision 12497 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 18 Mar 2008 22:28:33 +0000 (22:28 +0000)]
32/64-bit agnostic x86 bswap
Originally committed as revision 12496 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 18 Mar 2008 22:14:57 +0000 (22:14 +0000)]
Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.
Originally committed as revision 26264 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Tue, 18 Mar 2008 22:14:41 +0000 (22:14 +0000)]
Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.
Originally committed as revision 12495 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 18 Mar 2008 20:52:37 +0000 (20:52 +0000)]
cosmetics: sanitise asm() statements in bswap.h
Originally committed as revision 12494 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Tue, 18 Mar 2008 20:14:57 +0000 (20:14 +0000)]
Remove useless variable since r8456.
Originally committed as revision 12493 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Tue, 18 Mar 2008 19:54:47 +0000 (19:54 +0000)]
MSN TCP Webcam stream demuxer.
Originally committed as revision 12492 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Tue, 18 Mar 2008 19:51:34 +0000 (19:51 +0000)]
Mimic decoder.
Originally committed as revision 12491 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Tue, 18 Mar 2008 16:29:47 +0000 (16:29 +0000)]
revert r12489.
Originally committed as revision 12490 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zuxy Meng [Tue, 18 Mar 2008 15:27:15 +0000 (15:27 +0000)]
Pure, const and malloc attributes to libavutil.
Patch by Zuxy Meng: zuxy meng gmail com
Original thread:
[FFmpeg-devel] [PATCH] Pure, const and malloc attributes to libavutil
Date: 03/18/2008 6:09 AM
Originally committed as revision 12489 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 18 Mar 2008 13:13:57 +0000 (13:13 +0000)]
cosmetics, remove superflous comments
Originally committed as revision 12488 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexander Strange [Tue, 18 Mar 2008 12:32:55 +0000 (12:32 +0000)]
Check for and set HAVE_MMX2, it is used in several places.
patch by Alexander Strange, astrange ithinksw com
Originally committed as revision 12487 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Kostylev [Tue, 18 Mar 2008 12:08:37 +0000 (12:08 +0000)]
fix extern prefix detection when cross compiling.
Patch by Michael Kostylev: mik niipt ru
Originally committed as revision 12486 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 18 Mar 2008 09:36:29 +0000 (09:36 +0000)]
fix extern prefix detection on mingw
Originally committed as revision 12485 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 18 Mar 2008 02:01:20 +0000 (02:01 +0000)]
check for prefix on extern symbols in configure
Originally committed as revision 12484 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 17 Mar 2008 23:44:46 +0000 (23:44 +0000)]
simplify ALIGN_MASK definition
Originally committed as revision 12483 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 17 Mar 2008 23:08:19 +0000 (23:08 +0000)]
get register names from x86_cpu.h
Originally committed as revision 12482 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 17 Mar 2008 23:08:17 +0000 (23:08 +0000)]
add REGd definition
Originally committed as revision 12481 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 17 Mar 2008 23:08:14 +0000 (23:08 +0000)]
use HAVE_FAST_64BIT
Originally committed as revision 12480 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 17 Mar 2008 21:00:30 +0000 (21:00 +0000)]
cosmetics: remove useless \-newline escapes
Originally committed as revision 12479 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 17 Mar 2008 19:22:31 +0000 (19:22 +0000)]
indentation
Originally committed as revision 12478 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 17 Mar 2008 19:22:28 +0000 (19:22 +0000)]
clean up FFT SIMD selection
Originally committed as revision 12477 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Mon, 17 Mar 2008 12:16:39 +0000 (12:16 +0000)]
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
Diego Biurrun [Mon, 17 Mar 2008 09:43:32 +0000 (09:43 +0000)]
Fix previously broken x86_64 check, simplifying it in the process.
Originally committed as revision 12475 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 17 Mar 2008 09:40:42 +0000 (09:40 +0000)]
Fix previously broken xlc checks, simplifying them in the process.
Originally committed as revision 12474 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 17 Mar 2008 09:36:44 +0000 (09:36 +0000)]
Drop unnecessary subshell invocation from BEINCLUDES check.
Originally committed as revision 12473 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Mon, 17 Mar 2008 09:33:21 +0000 (09:33 +0000)]
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
Diego Biurrun [Mon, 17 Mar 2008 09:22:39 +0000 (09:22 +0000)]
cosmetics: indentation
Originally committed as revision 12471 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 17 Mar 2008 09:22:11 +0000 (09:22 +0000)]
Simplify MANGLE macro preprocessor condition checks.
Originally committed as revision 12470 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 17 Mar 2008 09:20:42 +0000 (09:20 +0000)]
Add -q to grep invocation where appropriate.
Originally committed as revision 12469 to svn://svn.ffmpeg.org/ffmpeg/trunk
İsmail Dönmez [Mon, 17 Mar 2008 07:49:03 +0000 (07:49 +0000)]
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
Zuxy Meng [Mon, 17 Mar 2008 06:01:58 +0000 (06:01 +0000)]
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
Måns Rullgård [Mon, 17 Mar 2008 02:33:08 +0000 (02:33 +0000)]
mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS
Originally committed as revision 12467 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 17 Mar 2008 02:33:05 +0000 (02:33 +0000)]
typo: add missing \ in multi-line macro
Originally committed as revision 12466 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 17 Mar 2008 02:33:02 +0000 (02:33 +0000)]
fix typo ARCH_PPC -> ARCH_POWERPC
Originally committed as revision 12465 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 16 Mar 2008 17:54:36 +0000 (17:54 +0000)]
just skip klv packet, when no corresponding stream is found
Originally committed as revision 12464 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 16 Mar 2008 17:34:31 +0000 (17:34 +0000)]
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
Diego Biurrun [Sun, 16 Mar 2008 15:51:47 +0000 (15:51 +0000)]
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
Diego Biurrun [Sun, 16 Mar 2008 15:27:18 +0000 (15:27 +0000)]
Return of the living typo II: VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD
Originally committed as revision 12461 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 16 Mar 2008 15:13:40 +0000 (15:13 +0000)]
simplify, flags is 24bits according to specs
Originally committed as revision 12460 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 16 Mar 2008 13:40:21 +0000 (13:40 +0000)]
fucked up alphabetical order again, sorry
Originally committed as revision 12459 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 16 Mar 2008 13:36:36 +0000 (13:36 +0000)]
ipod/iphone compatible mp4 muxer
Originally committed as revision 12458 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 16 Mar 2008 13:15:42 +0000 (13:15 +0000)]
improve precision in mdct.c using double for some temporaries
Originally committed as revision 12457 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 16 Mar 2008 11:24:22 +0000 (11:24 +0000)]
10l: Fix stupid typo, VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD.
Originally committed as revision 12456 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 15 Mar 2008 19:57:09 +0000 (19:57 +0000)]
Merge binary generation rules.
Originally committed as revision 12455 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 15 Mar 2008 19:24:08 +0000 (19:24 +0000)]
fix DEPEND_CMD for out of tree builds
Originally committed as revision 12454 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 15 Mar 2008 19:24:05 +0000 (19:24 +0000)]
set SRC_DIR in top-leve Makefile
Originally committed as revision 12453 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 15 Mar 2008 19:24:03 +0000 (19:24 +0000)]
rename LIBSRC to SRC_DIR, add quotes where SRC_DIR was used
Originally committed as revision 12452 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 15 Mar 2008 19:14:07 +0000 (19:14 +0000)]
Use $< to simplify a few lines.
Originally committed as revision 12451 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 15 Mar 2008 16:17:02 +0000 (16:17 +0000)]
cosmetics: #include config.h before all other FFmpeg headers.
Originally committed as revision 12450 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 15 Mar 2008 16:15:47 +0000 (16:15 +0000)]
typo fixes
Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 15 Mar 2008 16:13:24 +0000 (16:13 +0000)]
typo
Originally committed as revision 26251 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Sat, 15 Mar 2008 15:54:20 +0000 (15:54 +0000)]
Properly check for AltiVec CFLAGS instead of guessing based on compiler vendor.
Originally committed as revision 12448 to svn://svn.ffmpeg.org/ffmpeg/trunk
Dave Yeo [Sat, 15 Mar 2008 12:28:35 +0000 (12:28 +0000)]
Add attribute_align_arg to os2thread.c.
Patch by Dave Yeo.
Originally committed as revision 12447 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sat, 15 Mar 2008 12:24:31 +0000 (12:24 +0000)]
Typo
Originally committed as revision 12446 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 15 Mar 2008 10:04:19 +0000 (10:04 +0000)]
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
Diego Biurrun [Sat, 15 Mar 2008 09:47:49 +0000 (09:47 +0000)]
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
Diego Biurrun [Sat, 15 Mar 2008 09:45:06 +0000 (09:45 +0000)]
cosmetics: Reformat Apple cc check.
Originally committed as revision 12444 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 14 Mar 2008 21:50:23 +0000 (21:50 +0000)]
typos
Originally committed as revision 12443 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 14 Mar 2008 13:19:39 +0000 (13:19 +0000)]
Use correct t printf modifier for pointer differences.
Originally committed as revision 12442 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 14 Mar 2008 13:10:49 +0000 (13:10 +0000)]
useless null
Originally committed as revision 12441 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 14 Mar 2008 12:48:13 +0000 (12:48 +0000)]
remove useless img_write_trailer func
Originally committed as revision 12440 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 14 Mar 2008 12:44:07 +0000 (12:44 +0000)]
Build ffserver_g as well as ffserver, consistent with the other binaries.
Originally committed as revision 12439 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 14 Mar 2008 09:33:38 +0000 (09:33 +0000)]
log aspect ratio forbidden value, and fail if error resilience is high
Originally committed as revision 12438 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 13 Mar 2008 23:28:57 +0000 (23:28 +0000)]
new attempt at portable endian test
Originally committed as revision 12437 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 13 Mar 2008 22:46:34 +0000 (22:46 +0000)]
hopefully portable endian test
Originally committed as revision 12436 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 13 Mar 2008 18:30:07 +0000 (18:30 +0000)]
#include stddef.h instead of sys/types.h, the former is a standard C header.
Originally committed as revision 12435 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 13 Mar 2008 18:26:53 +0000 (18:26 +0000)]
do not fail badly if aspect ratio is 0/forbidden, fix issue 369
Originally committed as revision 12434 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 13 Mar 2008 18:17:03 +0000 (18:17 +0000)]
#include stdint.h instead of inttypes.h like all libavutil headers do.
Originally committed as revision 12433 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 13 Mar 2008 18:10:58 +0000 (18:10 +0000)]
This file does not use size_t, so no need to #include <sys/types.h>.
Originally committed as revision 12432 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 13 Mar 2008 18:04:21 +0000 (18:04 +0000)]
Add #include "config.h" to headers that need it.
Originally committed as revision 12431 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 13 Mar 2008 01:49:19 +0000 (01:49 +0000)]
If consumed does not match nalsize, favor nalsize.
Fixes issue385.
Originally committed as revision 12430 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 13 Mar 2008 00:20:15 +0000 (00:20 +0000)]
Add missing stdint.h #include to headers that use it.
Originally committed as revision 12429 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 12 Mar 2008 23:58:46 +0000 (23:58 +0000)]
typo fixes
Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 12 Mar 2008 23:54:21 +0000 (23:54 +0000)]
wording improvement by the Wanderer
Originally committed as revision 12427 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 12 Mar 2008 23:50:48 +0000 (23:50 +0000)]
typos
Originally committed as revision 26228 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Wed, 12 Mar 2008 23:30:35 +0000 (23:30 +0000)]
Move dependency generation commands into configure.
This will allow specifying gcc-independent commands in the future.
Originally committed as revision 12426 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexander Strange [Wed, 12 Mar 2008 23:15:57 +0000 (23:15 +0000)]
Fix configure to properly build without PIC by default on Darwin
Patch by Alexander Strange (astrange ithinksw com)
Originally committed as revision 12425 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Wed, 12 Mar 2008 22:05:47 +0000 (22:05 +0000)]
Ministry of English Composition edits, courtesy of the Wanderer
Originally committed as revision 12424 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 12 Mar 2008 19:27:24 +0000 (19:27 +0000)]
Use proper library versions instead of SPPVERSION in Darwin SHFLAGS.
Originally committed as revision 12423 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 12 Mar 2008 09:42:36 +0000 (09:42 +0000)]
Do not calculate dependencies for header files in the .vhookdepend target.
Originally committed as revision 12422 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 12 Mar 2008 09:40:36 +0000 (09:40 +0000)]
Use $^ without header files instead of $(SRCS) to reference the dependencies
of the .depend target. $^ apparently includes the full path to files found
in a vpath directory, $(SRCS) does not. This makes out of tree builds fail.
Originally committed as revision 12421 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 11 Mar 2008 09:01:38 +0000 (09:01 +0000)]
Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.
Originally committed as revision 26220 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Mike Melanson [Tue, 11 Mar 2008 05:04:16 +0000 (05:04 +0000)]
Ministry of English Composition edits
Originally committed as revision 12420 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 10 Mar 2008 22:59:05 +0000 (22:59 +0000)]
Clarify comment.
Originally committed as revision 12419 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Mon, 10 Mar 2008 21:59:30 +0000 (21:59 +0000)]
make input buffer const, as it should be. fixes a warning.
Originally committed as revision 12418 to svn://svn.ffmpeg.org/ffmpeg/trunk