OSDN Git Service

coroid/libav_saccubus.git
16 years agoindentation
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

16 years agoclean up FFT SIMD selection
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

16 years agoSplit the SETUP request into a separate function, as a prelude into allowing
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

16 years agoFix previously broken x86_64 check, simplifying it in the process.
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

16 years agoFix previously broken xlc checks, simplifying them in the process.
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

16 years agoDrop unnecessary subshell invocation from BEINCLUDES check.
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

16 years agoProvide a context to parse_time_or_die().
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

16 years agocosmetics: indentation
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

16 years agoSimplify MANGLE macro preprocessor condition checks.
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

16 years agoAdd -q to grep invocation where appropriate.
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

16 years agoFix MANGLE macro on Mac OS X.
İ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

16 years agoFix a typo that causes an assertion to always fail.
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

16 years agompegvideo_armv5te.o belongs to OBJS, not ASM_OBJS
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

16 years agotypo: add missing \ in multi-line macro
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

16 years agofix typo ARCH_PPC -> ARCH_POWERPC
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

16 years agojust skip klv packet, when no corresponding stream is found
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

16 years agoMove functions that are only used when libswscale is not compiled in below
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

16 years agoEscape \1 and \2 in sed expressions written to config.mak to avoid mangling.
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

16 years agoReturn of the living typo II: VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD
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

16 years agosimplify, flags is 24bits according to specs
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

16 years agofucked up alphabetical order again, sorry
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

16 years agoipod/iphone compatible mp4 muxer
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

16 years agoimprove precision in mdct.c using double for some temporaries
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

16 years ago10l: Fix stupid typo, VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD.
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

16 years agoMerge binary generation rules.
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

16 years agofix DEPEND_CMD for out of tree builds
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

16 years agoset SRC_DIR in top-leve Makefile
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

16 years agorename LIBSRC to SRC_DIR, add quotes where SRC_DIR was used
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

16 years agoUse $< to simplify a few lines.
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

16 years agocosmetics: #include config.h before all other FFmpeg headers.
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

16 years agotypo fixes
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

16 years agotypo
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

16 years agoProperly check for AltiVec CFLAGS instead of guessing based on compiler vendor.
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

16 years agoAdd attribute_align_arg to os2thread.c.
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

16 years agoTypo
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

16 years agoRemove the unused function roundToInt16. It is a duplicate of the same function
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

16 years agoOnly check for altivec.h when not using Apple gcc and not adding -faltivec to
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

16 years agocosmetics: Reformat Apple cc check.
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

16 years agotypos
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

16 years agoUse correct t printf modifier for pointer differences.
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

16 years agouseless null
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

16 years agoremove useless img_write_trailer func
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

16 years agoBuild ffserver_g as well as ffserver, consistent with the other binaries.
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

16 years agolog aspect ratio forbidden value, and fail if error resilience is high
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

16 years agonew attempt at portable endian test
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

16 years agohopefully portable endian test
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

16 years ago#include stddef.h instead of sys/types.h, the former is a standard C header.
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

16 years agodo not fail badly if aspect ratio is 0/forbidden, fix issue 369
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

16 years ago#include stdint.h instead of inttypes.h like all libavutil headers do.
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

16 years agoThis file does not use size_t, so no need to #include <sys/types.h>.
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

16 years agoAdd #include "config.h" to headers that need it.
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

16 years agoIf consumed does not match nalsize, favor nalsize.
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

16 years agoAdd missing stdint.h #include to headers that use it.
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

16 years agotypo fixes
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

16 years agowording improvement by the Wanderer
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

16 years agotypos
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

16 years agoMove dependency generation commands into configure.
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

16 years agoFix configure to properly build without PIC by default on Darwin
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

16 years agoMinistry of English Composition edits, courtesy of the Wanderer
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

16 years agoUse proper library versions instead of SPPVERSION in Darwin SHFLAGS.
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

16 years agoDo not calculate dependencies for header files in the .vhookdepend target.
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

16 years agoUse $^ without header files instead of $(SRCS) to reference the dependencies
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

16 years agoMark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.
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

16 years agoMinistry of English Composition edits
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

16 years agoClarify comment.
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

16 years agomake input buffer const, as it should be. fixes a warning.
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

16 years agoadd out of bound stream index checks
Aurelien Jacobs [Mon, 10 Mar 2008 21:23:06 +0000 (21:23 +0000)]
add out of bound stream index checks
fix issue379

Originally committed as revision 12417 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove windows installer. I'm not aware of anyone that uses it.
Ramiro Polla [Mon, 10 Mar 2008 21:15:47 +0000 (21:15 +0000)]
Remove windows installer. I'm not aware of anyone that uses it.

Originally committed as revision 12416 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoadd a temporary variable to simplify the code
Aurelien Jacobs [Mon, 10 Mar 2008 21:09:27 +0000 (21:09 +0000)]
add a temporary variable to simplify the code

Originally committed as revision 12415 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSimplify .depend generation command.
Diego Biurrun [Mon, 10 Mar 2008 20:18:40 +0000 (20:18 +0000)]
Simplify .depend generation command.

Originally committed as revision 12414 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoReplace the awkward '1>' with the more natural '>'.
Diego Biurrun [Mon, 10 Mar 2008 20:12:27 +0000 (20:12 +0000)]
Replace the awkward '1>' with the more natural '>'.

Originally committed as revision 12413 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMerge SDL_CFLAGS handling for files that need it.
Diego Biurrun [Mon, 10 Mar 2008 20:01:50 +0000 (20:01 +0000)]
Merge SDL_CFLAGS handling for files that need it.

Originally committed as revision 12412 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd AVClass to URLContext at next major version bump
Björn Axelsson [Mon, 10 Mar 2008 19:03:39 +0000 (19:03 +0000)]
Add AVClass to URLContext at next major version bump

Patch by Björn Axelsson (bjorn axelsson intinor se)

Originally committed as revision 12411 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomisc spelling fixes
Diego Biurrun [Mon, 10 Mar 2008 18:42:09 +0000 (18:42 +0000)]
misc spelling fixes

Originally committed as revision 12410 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agotypo
Diego Biurrun [Mon, 10 Mar 2008 18:38:46 +0000 (18:38 +0000)]
typo

Originally committed as revision 26212 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

16 years agovhooks really need libav* even if they compile fine without on Linux.
Diego Biurrun [Mon, 10 Mar 2008 18:37:18 +0000 (18:37 +0000)]
vhooks really need libav* even if they compile fine without on Linux.

Originally committed as revision 12409 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRename --enable-swscaler --> enable-swscale to be consistent with the
Diego Biurrun [Mon, 10 Mar 2008 17:54:24 +0000 (17:54 +0000)]
Rename --enable-swscaler --> enable-swscale to be consistent with the
directory name and other option names. Also rename variables accordingly.

Originally committed as revision 12408 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUpdate the regression tests reference values after the changes to the Matroska
Panagiotis Issaris [Mon, 10 Mar 2008 15:19:52 +0000 (15:19 +0000)]
Update the regression tests reference values after the changes to the Matroska
muxer/demuxer in revision 12358.

Originally committed as revision 12407 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake av_class a pointer to const.
Panagiotis Issaris [Mon, 10 Mar 2008 14:30:49 +0000 (14:30 +0000)]
Make av_class a pointer to const.
Patch by Takis.

Originally committed as revision 26210 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

16 years agodefine VOF as double of VOFW.
Benoit Fouet [Mon, 10 Mar 2008 14:28:25 +0000 (14:28 +0000)]
define VOF as double of VOFW.

Originally committed as revision 26209 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

16 years agoRemove redundant swScaler: output from places where av_log()
Diego Biurrun [Mon, 10 Mar 2008 07:30:24 +0000 (07:30 +0000)]
Remove redundant swScaler: output from places where av_log()
properly prints the context anyway.

Originally committed as revision 26207 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

16 years agoThese video decoders do not need to include and initialize the DSP
Mike Melanson [Mon, 10 Mar 2008 03:07:44 +0000 (03:07 +0000)]
These video decoders do not need to include and initialize the DSP
support functions.

Originally committed as revision 12406 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoThere is no reason to assign a variable to itself
Mike Melanson [Mon, 10 Mar 2008 03:07:15 +0000 (03:07 +0000)]
There is no reason to assign a variable to itself

Originally committed as revision 12405 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetics: remove some empty lines
Aurelien Jacobs [Mon, 10 Mar 2008 00:48:36 +0000 (00:48 +0000)]
cosmetics: remove some empty lines

Originally committed as revision 12404 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoremove useless and misleading comments
Aurelien Jacobs [Mon, 10 Mar 2008 00:45:25 +0000 (00:45 +0000)]
remove useless and misleading comments

Originally committed as revision 12403 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosmaller tables
Michael Niedermayer [Mon, 10 Mar 2008 00:27:40 +0000 (00:27 +0000)]
smaller tables

Originally committed as revision 12402 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconsistent use of MKTAG() in the codec_bmp_tags table
Aurelien Jacobs [Sun, 9 Mar 2008 23:43:55 +0000 (23:43 +0000)]
consistent use of MKTAG() in the codec_bmp_tags table

Originally committed as revision 12401 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetics: alignment of the codec_bmp_tags table
Aurelien Jacobs [Sun, 9 Mar 2008 23:34:14 +0000 (23:34 +0000)]
cosmetics: alignment of the codec_bmp_tags table

Originally committed as revision 12400 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoadd FF_ prefix to all (frame)_TYPE usage
Aurelien Jacobs [Sun, 9 Mar 2008 23:31:02 +0000 (23:31 +0000)]
add FF_ prefix to all (frame)_TYPE usage

Originally committed as revision 12399 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoWork around gcc stupidity: With -MM gcc outputs just the basename of files as
Diego Biurrun [Sun, 9 Mar 2008 18:29:41 +0000 (18:29 +0000)]
Work around gcc stupidity: With -MM gcc outputs just the basename of files as
target name. This breaks when compiling targets in subdirectories, so prepend
the subdirectory name to the target name.

Originally committed as revision 12398 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agodownmix before imdct unless different size transforms are used. about 20%
Justin Ruggles [Sun, 9 Mar 2008 17:05:19 +0000 (17:05 +0000)]
downmix before imdct unless different size transforms are used. about 20%
faster 5.1-to-stereo downmixing.

Originally committed as revision 12397 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoClarify the intended meaning of wont_fix.
Michael Niedermayer [Sun, 9 Mar 2008 14:46:08 +0000 (14:46 +0000)]
Clarify the intended meaning of wont_fix.

Originally committed as revision 12396 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoindentation
Kostya Shishkov [Sun, 9 Mar 2008 14:16:27 +0000 (14:16 +0000)]
indentation

Originally committed as revision 12395 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCorrectly handle empty frames
Kostya Shishkov [Sun, 9 Mar 2008 14:15:40 +0000 (14:15 +0000)]
Correctly handle empty frames

Originally committed as revision 12394 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFraps v5 decoding support
Kostya Shishkov [Sun, 9 Mar 2008 09:04:35 +0000 (09:04 +0000)]
Fraps v5 decoding support

Originally committed as revision 12393 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd step variable (for future v5 decoding)
Kostya Shishkov [Sun, 9 Mar 2008 09:03:23 +0000 (09:03 +0000)]
Add step variable (for future v5 decoding)

Originally committed as revision 12392 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agorecognize the CLJR FourCC (Cirrus Logic AccuPak)
Mike Melanson [Sun, 9 Mar 2008 04:18:48 +0000 (04:18 +0000)]
recognize the CLJR FourCC (Cirrus Logic AccuPak)

Originally committed as revision 12391 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoVFW grabber
Ramiro Polla [Sat, 8 Mar 2008 23:18:47 +0000 (23:18 +0000)]
VFW grabber

Originally committed as revision 12390 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCorrectly handle case where buffer is 100% full
Ramiro Polla [Sat, 8 Mar 2008 23:06:33 +0000 (23:06 +0000)]
Correctly handle case where buffer is 100% full

Originally committed as revision 12389 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoadd myself as vfwcap.c maintainer
Ramiro Polla [Sat, 8 Mar 2008 22:59:41 +0000 (22:59 +0000)]
add myself as vfwcap.c maintainer

Originally committed as revision 12388 to svn://svn.ffmpeg.org/ffmpeg/trunk