]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/log
frescor/ffmpeg.git
16 years agoipod/iphone compatible mp4 muxer
bcoudurier [Sun, 16 Mar 2008 13:36:36 +0000 (13:36 +0000)]
ipod/iphone compatible mp4 muxer

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12458 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoimprove precision in mdct.c using double for some temporaries
mru [Sun, 16 Mar 2008 13:15:42 +0000 (13:15 +0000)]
improve precision in mdct.c using double for some temporaries

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12457 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years ago10l: Fix stupid typo, VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD.
diego [Sun, 16 Mar 2008 11:24:22 +0000 (11:24 +0000)]
10l: Fix stupid typo, VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12456 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoMerge binary generation rules.
diego [Sat, 15 Mar 2008 19:57:09 +0000 (19:57 +0000)]
Merge binary generation rules.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12455 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agofix DEPEND_CMD for out of tree builds
mru [Sat, 15 Mar 2008 19:24:08 +0000 (19:24 +0000)]
fix DEPEND_CMD for out of tree builds

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12454 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoset SRC_DIR in top-leve Makefile
mru [Sat, 15 Mar 2008 19:24:05 +0000 (19:24 +0000)]
set SRC_DIR in top-leve Makefile

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12453 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agorename LIBSRC to SRC_DIR, add quotes where SRC_DIR was used
mru [Sat, 15 Mar 2008 19:24:03 +0000 (19:24 +0000)]
rename LIBSRC to SRC_DIR, add quotes where SRC_DIR was used

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12452 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoUse $< to simplify a few lines.
diego [Sat, 15 Mar 2008 19:14:07 +0000 (19:14 +0000)]
Use $< to simplify a few lines.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12451 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: #include config.h before all other FFmpeg headers.
diego [Sat, 15 Mar 2008 16:17:02 +0000 (16:17 +0000)]
cosmetics: #include config.h before all other FFmpeg headers.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12450 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agotypo fixes
diego [Sat, 15 Mar 2008 16:15:47 +0000 (16:15 +0000)]
typo fixes

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12449 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoProperly check for AltiVec CFLAGS instead of guessing based on compiler vendor.
diego [Sat, 15 Mar 2008 15:54:20 +0000 (15:54 +0000)]
Properly check for AltiVec CFLAGS instead of guessing based on compiler vendor.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12448 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoAdd attribute_align_arg to os2thread.c.
ramiro [Sat, 15 Mar 2008 12:28:35 +0000 (12:28 +0000)]
Add attribute_align_arg to os2thread.c.
Patch by Dave Yeo.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12447 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoTypo
ramiro [Sat, 15 Mar 2008 12:24:31 +0000 (12:24 +0000)]
Typo

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12446 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12445 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: Reformat Apple cc check.
diego [Sat, 15 Mar 2008 09:45:06 +0000 (09:45 +0000)]
cosmetics: Reformat Apple cc check.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12444 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agotypos
diego [Fri, 14 Mar 2008 21:50:23 +0000 (21:50 +0000)]
typos

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12443 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoUse correct t printf modifier for pointer differences.
diego [Fri, 14 Mar 2008 13:19:39 +0000 (13:19 +0000)]
Use correct t printf modifier for pointer differences.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12442 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agouseless null
bcoudurier [Fri, 14 Mar 2008 13:10:49 +0000 (13:10 +0000)]
useless null

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12441 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoremove useless img_write_trailer func
bcoudurier [Fri, 14 Mar 2008 12:48:13 +0000 (12:48 +0000)]
remove useless img_write_trailer func

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12440 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoBuild ffserver_g as well as ffserver, consistent with the other binaries.
diego [Fri, 14 Mar 2008 12:44:07 +0000 (12:44 +0000)]
Build ffserver_g as well as ffserver, consistent with the other binaries.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12439 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agolog aspect ratio forbidden value, and fail if error resilience is high
bcoudurier [Fri, 14 Mar 2008 09:33:38 +0000 (09:33 +0000)]
log aspect ratio forbidden value, and fail if error resilience is high

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12438 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agonew attempt at portable endian test
mru [Thu, 13 Mar 2008 23:28:57 +0000 (23:28 +0000)]
new attempt at portable endian test

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12437 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agohopefully portable endian test
mru [Thu, 13 Mar 2008 22:46:34 +0000 (22:46 +0000)]
hopefully portable endian test

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12436 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12435 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agodo not fail badly if aspect ratio is 0/forbidden, fix issue 369
bcoudurier [Thu, 13 Mar 2008 18:26:53 +0000 (18:26 +0000)]
do not fail badly if aspect ratio is 0/forbidden, fix issue 369

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12434 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years ago#include stdint.h instead of inttypes.h like all libavutil headers do.
diego [Thu, 13 Mar 2008 18:17:03 +0000 (18:17 +0000)]
#include stdint.h instead of inttypes.h like all libavutil headers do.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12433 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12432 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoAdd #include "config.h" to headers that need it.
diego [Thu, 13 Mar 2008 18:04:21 +0000 (18:04 +0000)]
Add #include "config.h" to headers that need it.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12431 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoIf consumed doesnt match nalsize favor nalsize.
michael [Thu, 13 Mar 2008 01:49:19 +0000 (01:49 +0000)]
If consumed doesnt match nalsize favor nalsize.
Fixes issue385.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12430 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoAdd missing stdint.h #include to headers that use it.
diego [Thu, 13 Mar 2008 00:20:15 +0000 (00:20 +0000)]
Add missing stdint.h #include to headers that use it.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12429 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agotypo fixes
diego [Wed, 12 Mar 2008 23:58:46 +0000 (23:58 +0000)]
typo fixes

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12428 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agowording improvement by the Wanderer
diego [Wed, 12 Mar 2008 23:54:21 +0000 (23:54 +0000)]
wording improvement by the Wanderer

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12427 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12426 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12425 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoMinistry of English Composition edits, courtesy of the Wanderer
melanson [Wed, 12 Mar 2008 22:05:47 +0000 (22:05 +0000)]
Ministry of English Composition edits, courtesy of the Wanderer

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12424 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoUse proper library versions instead of SPPVERSION in Darwin SHFLAGS.
diego [Wed, 12 Mar 2008 19:27:24 +0000 (19:27 +0000)]
Use proper library versions instead of SPPVERSION in Darwin SHFLAGS.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12423 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoDo not calculate dependencies for header files in the .vhookdepend target.
diego [Wed, 12 Mar 2008 09:42:36 +0000 (09:42 +0000)]
Do not calculate dependencies for header files in the .vhookdepend target.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12422 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12421 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoMinistry of English Composition edits
melanson [Tue, 11 Mar 2008 05:04:16 +0000 (05:04 +0000)]
Ministry of English Composition edits

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12420 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoClarify comment.
diego [Mon, 10 Mar 2008 22:59:05 +0000 (22:59 +0000)]
Clarify comment.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12419 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agomake input buffer const, as it should be. fixes a warning.
jbr [Mon, 10 Mar 2008 21:59:30 +0000 (21:59 +0000)]
make input buffer const, as it should be. fixes a warning.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12418 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12417 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12416 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12415 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12414 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12413 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12412 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoAdd AVClass to URLContext at next major version bump
superdump [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)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12411 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12410 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12409 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoRename --enable-swscaler --> enable-swscale to be consistent with the
diego [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12408 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoUpdate the regression tests reference values after the changes to the Matroska
takis [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12407 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoThese video decoders do not need to include and initialize the DSP
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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12406 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12405 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12404 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoremove useless and miss-leading comments
aurel [Mon, 10 Mar 2008 00:45:25 +0000 (00:45 +0000)]
remove useless and miss-leading comments

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12403 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12402 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoconsistant use of MKTAG() in the codec_bmp_tags table
aurel [Sun, 9 Mar 2008 23:43:55 +0000 (23:43 +0000)]
consistant use of MKTAG() in the codec_bmp_tags table

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12401 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoalignment of the codec_bmp_tags table
aurel [Sun, 9 Mar 2008 23:34:14 +0000 (23:34 +0000)]
alignment of the codec_bmp_tags table

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12400 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12399 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoWork around gcc stupidity: With -MM gcc outputs just the basename of files as
diego [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12398 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agodownmix before imdct unless different size transforms are used. about 20%
jbr [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12397 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12396 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12395 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12394 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12393 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12392 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12391 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12390 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12389 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12388 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agodc1394.c has been renamed to libdc1394.c
ramiro [Sat, 8 Mar 2008 22:58:04 +0000 (22:58 +0000)]
dc1394.c has been renamed to libdc1394.c

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12387 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoSplit libavdevice maintainers out of libavformat
ramiro [Sat, 8 Mar 2008 22:55:31 +0000 (22:55 +0000)]
Split libavdevice maintainers out of libavformat

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12386 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoTypo + grammar
ramiro [Sat, 8 Mar 2008 22:43:13 +0000 (22:43 +0000)]
Typo + grammar

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12385 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoVFW capture support
ramiro [Sat, 8 Mar 2008 22:10:28 +0000 (22:10 +0000)]
VFW capture support

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12384 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoIntroduce max_picture_buffer variable in AVFormatContext,
ramiro [Sat, 8 Mar 2008 21:59:11 +0000 (21:59 +0000)]
Introduce max_picture_buffer variable in AVFormatContext,
set by rtbufsize option.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12383 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years ago#error in case we do not know how to provide alignment.
diego [Sat, 8 Mar 2008 20:30:15 +0000 (20:30 +0000)]
#error in case we do not know how to provide alignment.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12382 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: Fix indentation in a few more places.
diego [Sat, 8 Mar 2008 20:27:16 +0000 (20:27 +0000)]
cosmetics: Fix indentation in a few more places.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12381 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: Normalize {} placement after for, while, if.
diego [Sat, 8 Mar 2008 20:24:24 +0000 (20:24 +0000)]
cosmetics: Normalize {} placement after for, while, if.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12380 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoMention that libavdevice/x11grab.c is GPLed.
diego [Sat, 8 Mar 2008 19:24:06 +0000 (19:24 +0000)]
Mention that libavdevice/x11grab.c is GPLed.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12379 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoDefine WIN32_LEAN_AND_MEAN before including windows.h to exclude
ramiro [Sat, 8 Mar 2008 19:00:55 +0000 (19:00 +0000)]
Define WIN32_LEAN_AND_MEAN before including windows.h to exclude
rarely-used header files.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12378 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoInclude windows.h instead of trying to redeclare Sleep
ramiro [Sat, 8 Mar 2008 18:59:45 +0000 (18:59 +0000)]
Include windows.h instead of trying to redeclare Sleep
os_support.h used to be included in all lavf files, and including windows.h
here caused a significant slowdown.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12377 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoRename pp variable to postproc for consistency.
diego [Sat, 8 Mar 2008 18:50:38 +0000 (18:50 +0000)]
Rename pp variable to postproc for consistency.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12376 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocheck for x86 bswap instruction
mru [Sat, 8 Mar 2008 18:33:07 +0000 (18:33 +0000)]
check for x86 bswap instruction

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12375 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agohuffman: add a zero_count flag and use it in fraps
aurel [Sat, 8 Mar 2008 18:08:16 +0000 (18:08 +0000)]
huffman: add a zero_count flag and use it in fraps
fixes issue349

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12374 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agohuffman: pass hnode_first as a flag instead of as an argument on is own
aurel [Sat, 8 Mar 2008 17:57:13 +0000 (17:57 +0000)]
huffman: pass hnode_first as a flag instead of as an argument on is own

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12373 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoPut network-related code under #ifdef
ramiro [Sat, 8 Mar 2008 17:43:53 +0000 (17:43 +0000)]
Put network-related code under #ifdef

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12372 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoGroup network-related code together
ramiro [Sat, 8 Mar 2008 17:43:10 +0000 (17:43 +0000)]
Group network-related code together

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12371 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoFix unused variable warnings.
diego [Sat, 8 Mar 2008 17:18:28 +0000 (17:18 +0000)]
Fix unused variable warnings.
patch by mark cox, melbournemark+ffmpeg gmail.com

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12370 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: prettyprinting
diego [Sat, 8 Mar 2008 16:19:46 +0000 (16:19 +0000)]
cosmetics: prettyprinting

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12369 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoInstall libavfilter if it has been enabled.
diego [Sat, 8 Mar 2008 16:19:03 +0000 (16:19 +0000)]
Install libavfilter if it has been enabled.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12368 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoThe videohook target does not depend on .libs.
diego [Sat, 8 Mar 2008 15:19:07 +0000 (15:19 +0000)]
The videohook target does not depend on .libs.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12367 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoMake ffplay use parse_number_or_die instead of atoi.
diego [Sat, 8 Mar 2008 15:06:43 +0000 (15:06 +0000)]
Make ffplay use parse_number_or_die instead of atoi.
Stefano Sabatini, stefano.sabatini-lala poste it

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12366 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: Remove useless empty line.
diego [Sat, 8 Mar 2008 14:54:15 +0000 (14:54 +0000)]
cosmetics: Remove useless empty line.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12365 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
diego [Sat, 8 Mar 2008 14:39:43 +0000 (14:39 +0000)]
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12364 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years ago__stdcall -> WINAPI
ramiro [Fri, 7 Mar 2008 19:47:44 +0000 (19:47 +0000)]
__stdcall -> WINAPI
Windows x64 has no __stdcall.
It is not yet supported, but someday it might...

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12363 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agosimplify library version handling
mru [Fri, 7 Mar 2008 19:27:17 +0000 (19:27 +0000)]
simplify library version handling

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12362 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoreplace -f pgmyuv with -f image2 -vcodec pgmyuv
mru [Fri, 7 Mar 2008 19:27:14 +0000 (19:27 +0000)]
replace -f pgmyuv with -f image2 -vcodec pgmyuv

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12361 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoSimplify do_video_encoding() in regression.sh
mru [Fri, 7 Mar 2008 19:27:10 +0000 (19:27 +0000)]
Simplify do_video_encoding() in regression.sh

All calls of this function use pgmyuv input format; hence
no need to specify it explicitly.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12360 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoRemove mp4psp regression test
mru [Fri, 7 Mar 2008 19:27:07 +0000 (19:27 +0000)]
Remove mp4psp regression test

The PSP MP4 format requires an AAC audio stream, so until
we have an AAC encoder we cannot test this format.

The existing test is broken and does not actually use the
PSP format.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12359 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b