OSDN Git Service

coroid/ffmpeg_saccubus.git
16 years agoSend context to ffplay.c:opt_seek
Stefano Sabatini [Tue, 1 Apr 2008 12:22:33 +0000 (12:22 +0000)]
Send context to ffplay.c:opt_seek

Patch by Stefano Sabatini (stefano sabatini-lala poste it)

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

16 years agompeg4audio common code
Baptiste Coudurier [Tue, 1 Apr 2008 12:01:40 +0000 (12:01 +0000)]
mpeg4audio common code

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

16 years agoh264 chroma mc ssse3
Loren Merritt [Tue, 1 Apr 2008 04:51:28 +0000 (04:51 +0000)]
h264 chroma mc ssse3
width8: 180->92, width4: 78->63 cycles (core2)

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

16 years agoRemove flexible array member from Escape 124
Eli Friedman [Tue, 1 Apr 2008 01:28:26 +0000 (01:28 +0000)]
Remove flexible array member from Escape 124

Patch by Eli Friedman (eli friedman gmail com)

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

16 years agocheck return value of matroska_find_track_by_num (fix a segfault)
Aurelien Jacobs [Mon, 31 Mar 2008 20:16:04 +0000 (20:16 +0000)]
check return value of matroska_find_track_by_num (fix a segfault)

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

16 years agominor typo fixes
Diego Biurrun [Mon, 31 Mar 2008 17:31:11 +0000 (17:31 +0000)]
minor typo fixes

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

16 years agocosmetics: Write some Doxygen comments in a more compact fashion.
Diego Biurrun [Mon, 31 Mar 2008 17:30:50 +0000 (17:30 +0000)]
cosmetics: Write some Doxygen comments in a more compact fashion.

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

16 years agoFix a bunch of typos in comments.
Diego Biurrun [Mon, 31 Mar 2008 17:16:51 +0000 (17:16 +0000)]
Fix a bunch of typos in comments.

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

16 years agoRemove redundant #ifdef around the complete file.
Diego Biurrun [Mon, 31 Mar 2008 17:13:00 +0000 (17:13 +0000)]
Remove redundant #ifdef around the complete file.

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

16 years agoMake XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.
Diego Biurrun [Mon, 31 Mar 2008 17:12:10 +0000 (17:12 +0000)]
Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.

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

16 years agoMake ffplay.c:opt_seek use parse_time_or_die
Stefano Sabatini [Mon, 31 Mar 2008 16:53:19 +0000 (16:53 +0000)]
Make ffplay.c:opt_seek use parse_time_or_die

Patch by Stefano Sabatini (stefano sabatini-lala poste it)

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

16 years agohelp gcc-2.95
Michael Niedermayer [Mon, 31 Mar 2008 16:43:27 +0000 (16:43 +0000)]
help gcc-2.95

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

16 years agocosmetics: alphabetical order for temporary filenames
Diego Biurrun [Mon, 31 Mar 2008 14:07:25 +0000 (14:07 +0000)]
cosmetics: alphabetical order for temporary filenames

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

16 years agoUse a different filename that ends in .sh for temporary shell scripts.
Diego Biurrun [Mon, 31 Mar 2008 14:05:58 +0000 (14:05 +0000)]
Use a different filename that ends in .sh for temporary shell scripts.
Apparently some Windows command interpreters have trouble executing
shell scripts with an .exe suffix.
inspired by a patch from Axel Holzinger, aholzinger gmx de

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

16 years agoARMovie/RPL demuxer
Eli Friedman [Mon, 31 Mar 2008 10:44:33 +0000 (10:44 +0000)]
ARMovie/RPL demuxer

Patch by Eli Friedman (eli friedman gmail com)

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

16 years agoEscape 124 (RPL) decoder
Eli Friedman [Mon, 31 Mar 2008 10:41:40 +0000 (10:41 +0000)]
Escape 124 (RPL) decoder

Patch by Eli Friedman (eli friedman gmail com)

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

16 years agoExport parse_time_or_die from ffmpeg.c to cmdutils.c
Stefano Sabatini [Mon, 31 Mar 2008 10:01:06 +0000 (10:01 +0000)]
Export parse_time_or_die from ffmpeg.c to cmdutils.c

Patch by Stefano Sabatini (stefano sabatini-lala poste it)

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

16 years agoAdd a comment about missing entries
Luca Abeni [Mon, 31 Mar 2008 09:54:49 +0000 (09:54 +0000)]
Add a comment about missing entries

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

16 years agoUse the correct size for the enc_name field (removing the arbitrary "50" size)
Luca Abeni [Mon, 31 Mar 2008 09:49:58 +0000 (09:49 +0000)]
Use the correct size for the enc_name field (removing the arbitrary "50" size)

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

16 years agoRemove useless entries from AVRtpPayloadTypes
Luca Abeni [Mon, 31 Mar 2008 09:48:04 +0000 (09:48 +0000)]
Remove useless entries from AVRtpPayloadTypes

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

16 years agoSupport mp3 audio in the RTP muxer
Luca Abeni [Mon, 31 Mar 2008 09:42:45 +0000 (09:42 +0000)]
Support mp3 audio in the RTP muxer

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

16 years agoremove redundant context variable
Justin Ruggles [Mon, 31 Mar 2008 00:29:52 +0000 (00:29 +0000)]
remove redundant context variable

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

16 years agocosmetics: Write some trivial C test programs in a more compact form.
Diego Biurrun [Sun, 30 Mar 2008 22:23:52 +0000 (22:23 +0000)]
cosmetics: Write some trivial C test programs in a more compact form.

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

16 years agoMake MMX2 depend on MMX.
Diego Biurrun [Sun, 30 Mar 2008 21:39:26 +0000 (21:39 +0000)]
Make MMX2 depend on MMX.

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

16 years agohomogenous regression tests output for image formats
Baptiste Coudurier [Sun, 30 Mar 2008 21:29:38 +0000 (21:29 +0000)]
homogenous regression tests output for image formats

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

16 years agomissed one
Baptiste Coudurier [Sun, 30 Mar 2008 21:28:52 +0000 (21:28 +0000)]
missed one

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

16 years agocosmetics, remove leading whitespaces
Baptiste Coudurier [Sun, 30 Mar 2008 21:21:49 +0000 (21:21 +0000)]
cosmetics, remove leading whitespaces

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

16 years agoprevent writing empty stss atom
Baptiste Coudurier [Sun, 30 Mar 2008 21:18:22 +0000 (21:18 +0000)]
prevent writing empty stss atom

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

16 years agosupport mp4 fragmented files without any samples in the moov atom
Baptiste Coudurier [Sun, 30 Mar 2008 21:15:06 +0000 (21:15 +0000)]
support mp4 fragmented files without any samples in the moov atom

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

16 years agocheck frag track id before setting st
Baptiste Coudurier [Sun, 30 Mar 2008 20:49:29 +0000 (20:49 +0000)]
check frag track id before setting st

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

16 years agoIFF demuxer
Jai Menon [Sun, 30 Mar 2008 19:17:01 +0000 (19:17 +0000)]
IFF demuxer

Patch by Jai Menon (realityman <at> gmx.net)

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

16 years ago8SVX decoder
Jai Menon [Sun, 30 Mar 2008 19:16:08 +0000 (19:16 +0000)]
8SVX decoder

Patch by Jai Menon (realityman <at> gmx.net)

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

16 years agochange rle encoder to count up to 127, sgi does not support 128
Baptiste Coudurier [Sun, 30 Mar 2008 17:27:58 +0000 (17:27 +0000)]
change rle encoder to count up to 127, sgi does not support 128

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

16 years agoUse 15-bit LPC precision by default. This generally gives better compression
Justin Ruggles [Sun, 30 Mar 2008 16:01:10 +0000 (16:01 +0000)]
Use 15-bit LPC precision by default. This generally gives better compression
results. Also update Ogg regression test.

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

16 years agoAltivec and SSE2 require 16-byte alignment, so make sure they get it
Alexander Strange [Sun, 30 Mar 2008 10:30:33 +0000 (10:30 +0000)]
Altivec and SSE2 require 16-byte alignment, so make sure they get it
patch by Alexander Strange %astrange A ithinksw P com%

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

16 years agocheck mm_flags for each DCT and skips the ones that can't be run
Alexander Strange [Sun, 30 Mar 2008 10:29:28 +0000 (10:29 +0000)]
check mm_flags for each DCT and skips the ones that can't be run
patch by Alexander Strange %astrange A ithinksw P com%

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

16 years agoget rid of the useless DCT_ERROR() macro
Alexander Strange [Sun, 30 Mar 2008 10:28:03 +0000 (10:28 +0000)]
get rid of the useless DCT_ERROR() macro
patch by Alexander Strange %astrange A ithinksw P com%

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

16 years agofix Ogg/FLAC header size
Justin Ruggles [Sun, 30 Mar 2008 03:40:03 +0000 (03:40 +0000)]
fix Ogg/FLAC header size

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

16 years agoFix closed gop flag disapearence.
Michael Niedermayer [Sat, 29 Mar 2008 22:27:25 +0000 (22:27 +0000)]
Fix closed gop flag disapearence.

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

16 years agoFix wrong #endif comment.
Diego Biurrun [Sat, 29 Mar 2008 15:51:05 +0000 (15:51 +0000)]
Fix wrong #endif comment.

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

16 years agofix ff*_g -> ff* rules
Måns Rullgård [Sat, 29 Mar 2008 11:33:58 +0000 (11:33 +0000)]
fix ff*_g -> ff* rules

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

16 years agochange name from stream type to frame type in AC3 code
Bartlomiej Wolowiec [Fri, 28 Mar 2008 20:42:55 +0000 (20:42 +0000)]
change name from stream type to frame type in AC3 code

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

16 years agoremoval of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag
Bartlomiej Wolowiec [Fri, 28 Mar 2008 19:59:58 +0000 (19:59 +0000)]
removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag

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

16 years agogsm in mov, demux surge-1-16-B-agsm.mov
Baptiste Coudurier [Fri, 28 Mar 2008 16:30:22 +0000 (16:30 +0000)]
gsm in mov, demux surge-1-16-B-agsm.mov

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

16 years agoReplace hackish CFLAGS 64 bit test by a proper compilation check.
İsmail Dönmez [Fri, 28 Mar 2008 11:53:37 +0000 (11:53 +0000)]
Replace hackish CFLAGS 64 bit test by a proper compilation check.
patch by İsmail Dönmez, ismail namtrac org

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

16 years agocosmetics: alphabetical order
Diego Biurrun [Fri, 28 Mar 2008 10:40:19 +0000 (10:40 +0000)]
cosmetics: alphabetical order

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

16 years agoindent
Michael Niedermayer [Fri, 28 Mar 2008 03:50:40 +0000 (03:50 +0000)]
indent

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

16 years agobandaid fix for broken shared library installation
Diego Biurrun [Fri, 28 Mar 2008 03:13:21 +0000 (03:13 +0000)]
bandaid fix for broken shared library installation

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

16 years agoMove INSTALL_PROGS_TARGETS variable to a better place.
Diego Biurrun [Fri, 28 Mar 2008 03:07:55 +0000 (03:07 +0000)]
Move INSTALL_PROGS_TARGETS variable to a better place.

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

16 years agoHandle EXTRALIBS and LDFLAGS for libswscale and libavfilter in a simpler way.
Diego Biurrun [Fri, 28 Mar 2008 02:45:09 +0000 (02:45 +0000)]
Handle EXTRALIBS and LDFLAGS for libswscale and libavfilter in a simpler way.

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

16 years ago1000l to myself, dereferencing uninitalized pointer.
Michael Niedermayer [Fri, 28 Mar 2008 02:44:44 +0000 (02:44 +0000)]
1000l to myself, dereferencing uninitalized pointer.

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

16 years agoReplace ifeq to declare install-progs dependencies by a variable.
Diego Biurrun [Fri, 28 Mar 2008 01:58:53 +0000 (01:58 +0000)]
Replace ifeq to declare install-progs dependencies by a variable.

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

16 years agoThe install target should depend on enabled installation targets.
Diego Biurrun [Fri, 28 Mar 2008 01:49:01 +0000 (01:49 +0000)]
The install target should depend on enabled installation targets.

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

16 years agoFix circular dependency between install-progs and install-libs targets.
Diego Biurrun [Fri, 28 Mar 2008 01:40:49 +0000 (01:40 +0000)]
Fix circular dependency between install-progs and install-libs targets.

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

16 years agoRemove TAGS target. It is ages old and has never been updated to match
Diego Biurrun [Fri, 28 Mar 2008 00:59:55 +0000 (00:59 +0000)]
Remove TAGS target. It is ages old and has never been updated to match
changes to the source tree. Thus it has to be completely unused.

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

16 years agoSupport wb00+dc00 chunk mix.
Michael Niedermayer [Thu, 27 Mar 2008 20:58:01 +0000 (20:58 +0000)]
Support wb00+dc00 chunk mix.
fixes issue402

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

16 years agoFix building with C++ objects, variable names were inconsistent.
François Revol [Thu, 27 Mar 2008 16:10:18 +0000 (16:10 +0000)]
Fix building with C++ objects, variable names were inconsistent.

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

16 years agoprint essence path in error message
Baptiste Coudurier [Thu, 27 Mar 2008 13:30:31 +0000 (13:30 +0000)]
print essence path in error message

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

16 years agocosmetics, useless braces
Baptiste Coudurier [Thu, 27 Mar 2008 13:20:12 +0000 (13:20 +0000)]
cosmetics, useless braces

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

16 years agoprint stream index in error message
Baptiste Coudurier [Thu, 27 Mar 2008 13:19:19 +0000 (13:19 +0000)]
print stream index in error message

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

16 years agoaccording to specs, only color table id set to 0, have it in stsd, fix 4colors.mov
Baptiste Coudurier [Thu, 27 Mar 2008 13:16:29 +0000 (13:16 +0000)]
according to specs, only color table id set to 0, have it in stsd, fix 4colors.mov

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

16 years agoOnly use chunk demuxing for old uncompressed audio mechanism specified by stts.
Baptiste Coudurier [Thu, 27 Mar 2008 12:35:22 +0000 (12:35 +0000)]
Only use chunk demuxing for old uncompressed audio mechanism specified by stts.
This will split amr/aac cbr samples correctly in isom files which do not
set audio cid to -2.

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

16 years agoMove CPU detection code after OS-specific settings and logging system
Diego Biurrun [Thu, 27 Mar 2008 11:33:21 +0000 (11:33 +0000)]
Move CPU detection code after OS-specific settings and logging system
initialization so that we can use compilation checks inside it.

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

16 years agoFix aspect ratio.
Michael Niedermayer [Thu, 27 Mar 2008 01:18:16 +0000 (01:18 +0000)]
Fix aspect ratio.
fixes issue404
avienc.c change by StevieS

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

16 years agoonly allocate context input buffer if AVCodecContext.error_reslience is greater than 0.
Justin Ruggles [Wed, 26 Mar 2008 22:36:41 +0000 (22:36 +0000)]
only allocate context input buffer if AVCodecContext.error_reslience is greater than 0.

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

16 years agoUse common.mak in the top-level Makefile as well.
Diego Biurrun [Wed, 26 Mar 2008 09:39:12 +0000 (09:39 +0000)]
Use common.mak in the top-level Makefile as well.

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

16 years agocosmetics: Rename SRCS variable to PROGS_SRCS.
Diego Biurrun [Wed, 26 Mar 2008 09:30:09 +0000 (09:30 +0000)]
cosmetics: Rename SRCS variable to PROGS_SRCS.
This is in preparation for common.mak inclusion in the main Makefile.

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

16 years agoMerge LDFLAGS lines.
Diego Biurrun [Wed, 26 Mar 2008 09:27:58 +0000 (09:27 +0000)]
Merge LDFLAGS lines.

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

16 years agocosmetics: Move around some rules and variable declarations.
Diego Biurrun [Wed, 26 Mar 2008 09:22:43 +0000 (09:22 +0000)]
cosmetics: Move around some rules and variable declarations.
This is in preparation for common.mak inclusion in the main Makefile.

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

16 years agocosmetics: Rename 'all' target to 'main'.
Diego Biurrun [Wed, 26 Mar 2008 08:58:26 +0000 (08:58 +0000)]
cosmetics: Rename 'all' target to 'main'.
This is in preparation for common.mak inclusion in the main Makefile.

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

16 years agocosmetics: indentation after last commit
Justin Ruggles [Tue, 25 Mar 2008 23:34:49 +0000 (23:34 +0000)]
cosmetics: indentation after last commit

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

16 years agoadditional protection from segmentation faults and memory access errors by
Justin Ruggles [Tue, 25 Mar 2008 23:34:00 +0000 (23:34 +0000)]
additional protection from segmentation faults and memory access errors by
copying the input buffer to a local context buffer which is large enough to
hold the largest possible AC3 frame.

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

16 years agocombine setting of various configure command line options
Måns Rullgård [Tue, 25 Mar 2008 22:51:43 +0000 (22:51 +0000)]
combine setting of various configure command line options

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

16 years agoRename configure variable PREFIX to prefix
Måns Rullgård [Tue, 25 Mar 2008 22:49:54 +0000 (22:49 +0000)]
Rename configure variable PREFIX to prefix

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

16 years agoRename configure variable BUILDSUF to build_suffix
Måns Rullgård [Tue, 25 Mar 2008 22:49:51 +0000 (22:49 +0000)]
Rename configure variable BUILDSUF to build_suffix

The make variable of the same name remains unchanged.

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

16 years agoClassify mlib as a configurable option, not as a hardware feature.
Diego Biurrun [Tue, 25 Mar 2008 21:30:46 +0000 (21:30 +0000)]
Classify mlib as a configurable option, not as a hardware feature.

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

16 years agoClassify mlib as a configurable option, not as a hardware feature.
Diego Biurrun [Tue, 25 Mar 2008 21:30:16 +0000 (21:30 +0000)]
Classify mlib as a configurable option, not as a hardware feature.

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

16 years agoRename --enable-sunmlib option to --enable-mlib.
Diego Biurrun [Tue, 25 Mar 2008 15:24:41 +0000 (15:24 +0000)]
Rename --enable-sunmlib option to --enable-mlib.
Allows handling the option in a more standard way.

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

16 years agocosmetics: Rename targetos variable to target_os.
Diego Biurrun [Tue, 25 Mar 2008 15:17:47 +0000 (15:17 +0000)]
cosmetics: Rename targetos variable to target_os.

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

16 years agoRename --cross-compile option to --enable-cross-compile.
Diego Biurrun [Tue, 25 Mar 2008 15:16:02 +0000 (15:16 +0000)]
Rename --cross-compile option to --enable-cross-compile.
Allows handling the option in a more standard fashion.

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

16 years agoInvert logging variable logic so that it works without setting a default.
Diego Biurrun [Tue, 25 Mar 2008 15:10:26 +0000 (15:10 +0000)]
Invert logging variable logic so that it works without setting a default.

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

16 years ago--log=no is now --disable-logging.
Diego Biurrun [Tue, 25 Mar 2008 15:08:14 +0000 (15:08 +0000)]
--log=no is now --disable-logging.

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

16 years agocosmetics: alphabetical order
Diego Biurrun [Tue, 25 Mar 2008 15:04:42 +0000 (15:04 +0000)]
cosmetics: alphabetical order

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

16 years agoRename --disable-strip option to --disable-stripping. This allows
Diego Biurrun [Tue, 25 Mar 2008 15:00:57 +0000 (15:00 +0000)]
Rename --disable-strip option to --disable-stripping. This allows
handling this option in a more standard way.

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

16 years agoReturn an error when realloc fails.
Andy Gocke [Tue, 25 Mar 2008 14:48:18 +0000 (14:48 +0000)]
Return an error when realloc fails.
Patch by Andy Gocke (agocke gmail com)

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

16 years agoSet mm_flags in dct-test to fix floating math.
Alexander Strange [Tue, 25 Mar 2008 14:34:27 +0000 (14:34 +0000)]
Set mm_flags in dct-test to fix floating math.
Patch by Alexander Strange \astrange ithinksw com/

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

16 years agoFix possible heap overflow caused by av_fast_realloc()
Michael Niedermayer [Tue, 25 Mar 2008 10:15:17 +0000 (10:15 +0000)]
Fix possible heap overflow caused by av_fast_realloc()

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

16 years agocosmetics: indentation
Diego Biurrun [Tue, 25 Mar 2008 09:54:38 +0000 (09:54 +0000)]
cosmetics: indentation

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

16 years agoIntroduce --disable-logging option to control logging. --logfile now just
Diego Biurrun [Tue, 25 Mar 2008 09:53:49 +0000 (09:53 +0000)]
Introduce --disable-logging option to control logging.  --logfile now just
controls the name of the log file, not the decision whether or not to log.

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

16 years agoRename --log option to --logfile.
Diego Biurrun [Tue, 25 Mar 2008 09:51:59 +0000 (09:51 +0000)]
Rename --log option to --logfile.

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

16 years agoRemove ineffectual --log option.
Diego Biurrun [Tue, 25 Mar 2008 09:33:26 +0000 (09:33 +0000)]
Remove ineffectual --log option.

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

16 years agoAdd OS-specific executable suffix to temporary executable name.
Diego Biurrun [Tue, 25 Mar 2008 09:24:55 +0000 (09:24 +0000)]
Add OS-specific executable suffix to temporary executable name.

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

16 years agoMove declaration of temporary filenames after the OS-specific settings
Diego Biurrun [Tue, 25 Mar 2008 09:22:03 +0000 (09:22 +0000)]
Move declaration of temporary filenames after the OS-specific settings
so that things like executable suffix can be picked up.

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

16 years agoadding lacking include to aac3_parser.c
Bartlomiej Wolowiec [Mon, 24 Mar 2008 22:25:30 +0000 (22:25 +0000)]
adding lacking include to aac3_parser.c

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

16 years agousing EAC3_STREAM_TYPE_* instead of numbers
Bartlomiej Wolowiec [Mon, 24 Mar 2008 22:21:22 +0000 (22:21 +0000)]
using EAC3_STREAM_TYPE_* instead of numbers

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

16 years agousing stream type in eac3 parser
Bartlomiej Wolowiec [Mon, 24 Mar 2008 21:25:49 +0000 (21:25 +0000)]
using stream type in eac3 parser

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

16 years agopld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be used
Matthieu Castet [Mon, 24 Mar 2008 11:49:59 +0000 (11:49 +0000)]
pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be used
on armv4 that doesn't support this instruction. Futhermore pld is a nop on some
armv5 processor like arm926. Detect if pld is supported and have the
preprocessor remove it when it's not supported.
Fixes issue 393.
patch by matthieu castet, castet.matthieu free fr

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

16 years agoRemove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.
Diego Biurrun [Mon, 24 Mar 2008 10:54:01 +0000 (10:54 +0000)]
Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.
Without the #include compilation fails.

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

16 years agoRemove unneeded sys/mman.h #include.
Diego Biurrun [Mon, 24 Mar 2008 10:50:16 +0000 (10:50 +0000)]
Remove unneeded sys/mman.h #include.

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

16 years agocosmetics: prettyprinting
Diego Biurrun [Sun, 23 Mar 2008 16:01:13 +0000 (16:01 +0000)]
cosmetics: prettyprinting

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