OSDN Git Service

android-x86/external-ffmpeg.git
15 years agorename freq to period which is more correct, patch by Niobos, niobos dot be at gmail...
Niobos [Tue, 28 Jul 2009 17:51:12 +0000 (17:51 +0000)]
rename freq to period which is more correct, patch by Niobos, niobos dot be at gmail dot com

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

15 years agoUse dprintf() instead of '#ifdef DEBUG' and av_log().
Diego Biurrun [Tue, 28 Jul 2009 12:50:32 +0000 (12:50 +0000)]
Use dprintf() instead of '#ifdef DEBUG' and av_log().

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

15 years agoReplace BUILD_{SHARED,STATIC} with CONFIG_ counterparts
Måns Rullgård [Tue, 28 Jul 2009 08:58:48 +0000 (08:58 +0000)]
Replace BUILD_{SHARED,STATIC} with CONFIG_ counterparts

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

15 years agoEnable PIC unconditionally on OpenBSD
Måns Rullgård [Tue, 28 Jul 2009 08:58:42 +0000 (08:58 +0000)]
Enable PIC unconditionally on OpenBSD

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

15 years agoconfigure: always write PIC flags to config.mak
Måns Rullgård [Tue, 28 Jul 2009 08:58:36 +0000 (08:58 +0000)]
configure: always write PIC flags to config.mak

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

15 years agoconfigure: enable PIC in per-arch section instead of separately
Måns Rullgård [Tue, 28 Jul 2009 08:58:33 +0000 (08:58 +0000)]
configure: enable PIC in per-arch section instead of separately

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

15 years agoFix typo in MinGWCE support in configure.
Martin Storsjö [Tue, 28 Jul 2009 08:50:58 +0000 (08:50 +0000)]
Fix typo in MinGWCE support in configure.
Patch by Martin Storsjö and Måns.

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

15 years agoMMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler().
Ramiro Polla [Tue, 28 Jul 2009 05:45:47 +0000 (05:45 +0000)]
MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler().
Merge variable declarations to previous {} block and indent.

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

15 years agoMMX2 scaler: factorize initMMX2Scaler().
Ramiro Polla [Tue, 28 Jul 2009 05:42:46 +0000 (05:42 +0000)]
MMX2 scaler: factorize initMMX2Scaler().

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

15 years agoMMX2 scaler: add variable to ease factorization of initMMX2Scaler().
Ramiro Polla [Tue, 28 Jul 2009 05:41:22 +0000 (05:41 +0000)]
MMX2 scaler: add variable to ease factorization of initMMX2Scaler().

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

15 years agoIndent.
Ramiro Polla [Tue, 28 Jul 2009 05:14:47 +0000 (05:14 +0000)]
Indent.

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

15 years agoRemove duplicate horizontal scaling when there aren't enough lines in a slice
Ramiro Polla [Tue, 28 Jul 2009 05:13:36 +0000 (05:13 +0000)]
Remove duplicate horizontal scaling when there aren't enough lines in a slice
to output the dstY line.

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

15 years agoRemove useless code.
Ramiro Polla [Tue, 28 Jul 2009 04:46:39 +0000 (04:46 +0000)]
Remove useless code.
flags can never be any other kind of scaling algorithm inside this if().

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

15 years agoARM: cleaner selection of ELF-spefic assembler directives
Måns Rullgård [Mon, 27 Jul 2009 22:55:55 +0000 (22:55 +0000)]
ARM: cleaner selection of ELF-spefic assembler directives

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

15 years agoMinGWCE support in configure; networking is disabled for now.
Martin Storsjö [Mon, 27 Jul 2009 16:14:57 +0000 (16:14 +0000)]
MinGWCE support in configure; networking is disabled for now.
patch by Martin Storsjö, martin martin st and Ismail Dönmez, ismail namtrac org

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

15 years agoRemove disabled function get_num().
Diego Biurrun [Mon, 27 Jul 2009 16:10:38 +0000 (16:10 +0000)]
Remove disabled function get_num().
It is small and has been disabled and unused for more than four years.

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

15 years agoCosmetics: remove spaces between function name and arguments in declaration,
Ronald S. Bultje [Mon, 27 Jul 2009 14:32:54 +0000 (14:32 +0000)]
Cosmetics: remove spaces between function name and arguments in declaration,
and put return type ("static void") on the same line as function name.

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

15 years agoUse named initializers and use new/free_context() instead of extradata()
Colin McQuillan [Mon, 27 Jul 2009 14:29:06 +0000 (14:29 +0000)]
Use named initializers and use new/free_context() instead of extradata()
for context allocators. Patch by Colin McQuillan m niloc googlemail com.

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

15 years agoImplement support for EOS as used by WMS and other RTSP servers that do not
Ronald S. Bultje [Mon, 27 Jul 2009 14:03:53 +0000 (14:03 +0000)]
Implement support for EOS as used by WMS and other RTSP servers that do not
implement RTCP/bye. See "[PATCH] rtsp.c: EOS support" thread from a few
months back.

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

15 years agoImplement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. See
Ronald S. Bultje [Mon, 27 Jul 2009 14:00:10 +0000 (14:00 +0000)]
Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. See
discussion in "[PATCH] RTSP-MS 14/15: ASF packet parsing" thread on mailinglist.

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

15 years agoChange type of received_sigterm variable from sig_atomic_t to int,
Martin Storsjö [Mon, 27 Jul 2009 13:01:44 +0000 (13:01 +0000)]
Change type of received_sigterm variable from sig_atomic_t to int,
which is more portable (works on Windows CE).
patch by Martin Storsjö, martin martin st

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

15 years agoConditionally compile ELF-specific ARM assembly bits that fail on Windows CE.
Martin Storsjö [Mon, 27 Jul 2009 12:53:44 +0000 (12:53 +0000)]
Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE.
patch by Martin Storsjö, martin martin st

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

15 years agoOnly consider -1 as an error return value for open().
Martin Storsjö [Mon, 27 Jul 2009 12:36:22 +0000 (12:36 +0000)]
Only consider -1 as an error return value for open().
This is:
 - what Posix says (-1 on error, >=0 on success)
 - fixing a bug on winCE (<0 sometimes)

Patch by Martin Storsjö: martin martin st

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

15 years agoDo not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them
Ramiro Polla [Mon, 27 Jul 2009 06:47:41 +0000 (06:47 +0000)]
Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them
instead.

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

15 years agoFactorize x86 fast_bilinear assembly.
Ramiro Polla [Mon, 27 Jul 2009 06:22:00 +0000 (06:22 +0000)]
Factorize x86 fast_bilinear assembly.

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

15 years agoFix assembly comments for x86 fast_bilinear so they match the C code.
Ramiro Polla [Mon, 27 Jul 2009 06:20:17 +0000 (06:20 +0000)]
Fix assembly comments for x86 fast_bilinear so they match the C code.

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

15 years agoSet subtitle type in DVD and XSUB subtitle decoders.
Janne Grunau [Sun, 26 Jul 2009 23:08:04 +0000 (23:08 +0000)]
Set subtitle type in DVD and XSUB subtitle decoders.

Patch by Janne Grunau <ja?ne-f?mpeg jannau net>.

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

15 years agoRemove unnecessary mpeg12data.o entries from OBJS- variables.
Diego Biurrun [Sun, 26 Jul 2009 21:22:57 +0000 (21:22 +0000)]
Remove unnecessary mpeg12data.o entries from OBJS- variables.

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

15 years agoRemove duplicated mpeg12data.o entries.
Diego Biurrun [Sun, 26 Jul 2009 21:04:12 +0000 (21:04 +0000)]
Remove duplicated mpeg12data.o entries.

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

15 years agoAdd handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15:
Ronald S. Bultje [Sun, 26 Jul 2009 19:09:35 +0000 (19:09 +0000)]
Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15:
ASF packet parsing" thread for discussion / reasoning.

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

15 years agoReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård [Sun, 26 Jul 2009 12:26:32 +0000 (12:26 +0000)]
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN

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

15 years agoReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård [Sun, 26 Jul 2009 12:20:04 +0000 (12:20 +0000)]
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN

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

15 years agofix various compilation dependencies
Aurelien Jacobs [Fri, 24 Jul 2009 21:28:44 +0000 (21:28 +0000)]
fix various compilation dependencies

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

15 years agofix compilation of cavsvideo demuxer
Aurelien Jacobs [Fri, 24 Jul 2009 21:28:03 +0000 (21:28 +0000)]
fix compilation of cavsvideo demuxer

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

15 years agoCheck for HAVE_ISATTY.
Martin Storsjö [Fri, 24 Jul 2009 00:13:59 +0000 (00:13 +0000)]
Check for HAVE_ISATTY.
Patch by Martin Storsjö <martin at martin dot st>

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

15 years agoCheck for the isatty function.
Martin Storsjö [Fri, 24 Jul 2009 00:12:55 +0000 (00:12 +0000)]
Check for the isatty function.
Patch by Martin Storsjö <martin at martin dot st>

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

15 years agoconfigure: some small simplifications
Måns Rullgård [Thu, 23 Jul 2009 23:30:54 +0000 (23:30 +0000)]
configure: some small simplifications

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

15 years agoconfigure: add some blank lines to improve readability
Måns Rullgård [Thu, 23 Jul 2009 23:30:50 +0000 (23:30 +0000)]
configure: add some blank lines to improve readability

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

15 years agoRemove unnecessary #include <unistd.h>
Måns Rullgård [Thu, 23 Jul 2009 15:23:03 +0000 (15:23 +0000)]
Remove unnecessary #include <unistd.h>

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

15 years agorefactoring: properly separate AC-3 and E-AC-3 code
Diego Biurrun [Thu, 23 Jul 2009 02:33:25 +0000 (02:33 +0000)]
refactoring: properly separate AC-3 and E-AC-3 code

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

15 years agoMake sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set.
Diego Biurrun [Thu, 23 Jul 2009 00:15:23 +0000 (00:15 +0000)]
Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set.

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

15 years agoRemove useless #include <unistd.h> from many files
Måns Rullgård [Wed, 22 Jul 2009 23:37:53 +0000 (23:37 +0000)]
Remove useless #include <unistd.h> from many files

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

15 years agocosmetics: Reorder some tables/lines to make future diffs smaller.
Diego Biurrun [Wed, 22 Jul 2009 23:33:58 +0000 (23:33 +0000)]
cosmetics: Reorder some tables/lines to make future diffs smaller.

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

15 years ago#include just the required stdint.h instead of libavutil/common.h.
Diego Biurrun [Wed, 22 Jul 2009 22:57:17 +0000 (22:57 +0000)]
#include just the required stdint.h instead of libavutil/common.h.

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

15 years agocosmetics: small typo fixes
Diego Biurrun [Wed, 22 Jul 2009 22:43:43 +0000 (22:43 +0000)]
cosmetics: small typo fixes

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

15 years agocosmetics: reindent/prettyprint after last commit
Diego Biurrun [Wed, 22 Jul 2009 22:38:26 +0000 (22:38 +0000)]
cosmetics: reindent/prettyprint after last commit

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

15 years agoOnly compile in NEON optimizations for H.264 when the H.264 decoder is enabled.
Diego Biurrun [Wed, 22 Jul 2009 22:33:33 +0000 (22:33 +0000)]
Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled.

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

15 years agoMove output redirection of deps generation from make rule to DEPEND_CMD
Måns Rullgård [Wed, 22 Jul 2009 22:30:20 +0000 (22:30 +0000)]
Move output redirection of deps generation from make rule to DEPEND_CMD

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

15 years agoDo not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.
Diego Biurrun [Wed, 22 Jul 2009 22:27:10 +0000 (22:27 +0000)]
Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.
The Theora decoder depends on the VP3 decoder.

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

15 years agoMake Theora decoder depend on the VP3 decoder.
Diego Biurrun [Wed, 22 Jul 2009 21:36:50 +0000 (21:36 +0000)]
Make Theora decoder depend on the VP3 decoder.
Practically all the code is shared.

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

15 years agoconfigure: group tests for compiler characteristics together
Måns Rullgård [Wed, 22 Jul 2009 20:41:41 +0000 (20:41 +0000)]
configure: group tests for compiler characteristics together

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

15 years agoconfigure: set -mdynamic-no-pic flag in main darwin section
Måns Rullgård [Wed, 22 Jul 2009 20:41:39 +0000 (20:41 +0000)]
configure: set -mdynamic-no-pic flag in main darwin section

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

15 years agoconfigure: remove special flags for XLC on Darwin
Måns Rullgård [Wed, 22 Jul 2009 20:41:35 +0000 (20:41 +0000)]
configure: remove special flags for XLC on Darwin

Rationale:
- Current versions of XLC accept gcc flags
- XLC can't compile FFmpeg

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

15 years agoconfigure: remove some darwin-related cruft
Måns Rullgård [Wed, 22 Jul 2009 20:41:31 +0000 (20:41 +0000)]
configure: remove some darwin-related cruft

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

15 years agoFix building of tools/*
Måns Rullgård [Wed, 22 Jul 2009 16:14:59 +0000 (16:14 +0000)]
Fix building of tools/*

Fixes issue 1282

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

15 years agoconfigure: group all cpu-specific tests together
Måns Rullgård [Wed, 22 Jul 2009 16:05:24 +0000 (16:05 +0000)]
configure: group all cpu-specific tests together

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

15 years agoAdd missing stdint.h #include to fix 'make checkheaders'.
Diego Biurrun [Wed, 22 Jul 2009 15:11:00 +0000 (15:11 +0000)]
Add missing stdint.h #include to fix 'make checkheaders'.

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

15 years agoRemove unused global variable.
Carl Eugen Hoyos [Wed, 22 Jul 2009 08:28:58 +0000 (08:28 +0000)]
Remove unused global variable.

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

15 years agoCalculate gradient from parameter instead of using a global variable.
Carl Eugen Hoyos [Wed, 22 Jul 2009 08:26:17 +0000 (08:26 +0000)]
Calculate gradient from parameter instead of using a global variable.

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

15 years agoRevert unintended portion of last commit. (Setting the default coder to
Alex Converse [Wed, 22 Jul 2009 03:56:08 +0000 (03:56 +0000)]
Revert unintended portion of last commit. (Setting the default coder to
twoloop.)

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

15 years agoBe sure to increment our position in the coefficient array when skipping a zero
Alex Converse [Wed, 22 Jul 2009 03:53:30 +0000 (03:53 +0000)]
Be sure to increment our position in the coefficient array when skipping a zero
band in the twoloop scalefactor search.

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

15 years agoRemove unused variables.
Ramiro Polla [Tue, 21 Jul 2009 20:17:15 +0000 (20:17 +0000)]
Remove unused variables.

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

15 years agox11grab: remove unnecessary #includes and senseless #define
Måns Rullgård [Tue, 21 Jul 2009 14:32:05 +0000 (14:32 +0000)]
x11grab: remove unnecessary #includes and senseless #define

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

15 years agoDue to a typo in videogen.c, the regression test videos were not as
Carl Eugen Hoyos [Tue, 21 Jul 2009 10:37:23 +0000 (10:37 +0000)]
Due to a typo in videogen.c, the regression test videos were not as
complex as originally planned.
Typo fixed (the background moves less linear now) and regression test
results updated.

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

15 years agoMake E-AC-3 decoder depend on the AC-3 decoder.
Diego Biurrun [Tue, 21 Jul 2009 09:03:45 +0000 (09:03 +0000)]
Make E-AC-3 decoder depend on the AC-3 decoder.
It is impossible to build E-AC-3 without AC-3.

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

15 years agoRegister some additional AMF types in libavformat/flv.h
Kostya Shishkov [Tue, 21 Jul 2009 07:18:14 +0000 (07:18 +0000)]
Register some additional AMF types in libavformat/flv.h

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

15 years agoARM: handle VFP register arguments in ff_vector_fmul_window_neon()
Måns Rullgård [Mon, 20 Jul 2009 22:30:27 +0000 (22:30 +0000)]
ARM: handle VFP register arguments in ff_vector_fmul_window_neon()

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

15 years agoARM: check for VFP register arguments
Måns Rullgård [Mon, 20 Jul 2009 22:30:24 +0000 (22:30 +0000)]
ARM: check for VFP register arguments

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

15 years agoRemove an unused field from the BandCodingPath struct.
Alex Converse [Mon, 20 Jul 2009 21:52:03 +0000 (21:52 +0000)]
Remove an unused field from the BandCodingPath struct.

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

15 years agoActually use all the codebooks we are iterating over in the two-loop scalefactor...
Alex Converse [Mon, 20 Jul 2009 20:32:27 +0000 (20:32 +0000)]
Actually use all the codebooks we are iterating over in the two-loop scalefactor search.

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

15 years agoconfigure: make --extra-cflags cumulative again
Måns Rullgård [Mon, 20 Jul 2009 19:00:59 +0000 (19:00 +0000)]
configure: make --extra-cflags cumulative again

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

15 years agoFix an integer overflow in the AAC encoder.
Alex Converse [Mon, 20 Jul 2009 18:27:17 +0000 (18:27 +0000)]
Fix an integer overflow in the AAC encoder.

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

15 years agoMerge AMR and OpenCORE documentation sections.
Diego Biurrun [Mon, 20 Jul 2009 10:45:03 +0000 (10:45 +0000)]
Merge AMR and OpenCORE documentation sections.

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

15 years agoMake VP6A/VP6F decoders depend on the VP6 decoder.
Diego Biurrun [Mon, 20 Jul 2009 09:24:59 +0000 (09:24 +0000)]
Make VP6A/VP6F decoders depend on the VP6 decoder.
They share so much code that enabling one without the other is pointless.

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

15 years agoRemove two more lines related to the WMV3 decoder.
Diego Biurrun [Sun, 19 Jul 2009 11:14:43 +0000 (11:14 +0000)]
Remove two more lines related to the WMV3 decoder.
They are now enabled by the VC-1 decoder.

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

15 years agoMake WMV3 decoders depend on their VC-1 counterparts.
Diego Biurrun [Sun, 19 Jul 2009 11:07:10 +0000 (11:07 +0000)]
Make WMV3 decoders depend on their VC-1 counterparts.
They share so much code that enabling one without the other is pointless.

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

15 years agoSupport building with TI TMS470 compiler
Måns Rullgård [Sun, 19 Jul 2009 10:52:35 +0000 (10:52 +0000)]
Support building with TI TMS470 compiler

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

15 years agoConsistently lowercase all HTML tags.
Diego Biurrun [Sun, 19 Jul 2009 10:44:36 +0000 (10:44 +0000)]
Consistently lowercase all HTML tags.

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

15 years agoIf any input/output devices are enabled then indevs/outdevs should
Diego Biurrun [Sun, 19 Jul 2009 10:40:28 +0000 (10:40 +0000)]
If any input/output devices are enabled then indevs/outdevs should
get enabled, not demuxers/muxers.

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

15 years agoUse globally consistent include guard names.
Stefano Sabatini [Sun, 19 Jul 2009 09:38:58 +0000 (09:38 +0000)]
Use globally consistent include guard names.

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

15 years agoReplace two occurrences of 'vfwcap_demuxer' with 'vfwcap_indev', I
Stefano Sabatini [Sat, 18 Jul 2009 10:38:53 +0000 (10:38 +0000)]
Replace two occurrences of 'vfwcap_demuxer' with 'vfwcap_indev', I
missed them in r19293. Re-enable version check on w32api.h if the
vfwcap input device has been selected.

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

15 years agoAllow enabling alsa and jack devices.
Carl Eugen Hoyos [Sat, 18 Jul 2009 09:32:26 +0000 (09:32 +0000)]
Allow enabling alsa and jack devices.

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

15 years agoReplace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup.
Alex Converse [Fri, 17 Jul 2009 14:21:49 +0000 (14:21 +0000)]
Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup.

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

15 years agoMake sure that tests/seek_test.o gets deleted on 'make clean'.
Diego Biurrun [Fri, 17 Jul 2009 14:08:06 +0000 (14:08 +0000)]
Make sure that tests/seek_test.o gets deleted on 'make clean'.
Closes issue 1273.

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

15 years agoDead code removal in the AAC encoder.
Alex Converse [Fri, 17 Jul 2009 14:06:53 +0000 (14:06 +0000)]
Dead code removal in the AAC encoder.

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

15 years agoconfigure: improve detection of out-of-tree builds
Måns Rullgård [Fri, 17 Jul 2009 13:10:26 +0000 (13:10 +0000)]
configure: improve detection of out-of-tree builds

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

15 years agoconfigure: remove some useless comments
Måns Rullgård [Fri, 17 Jul 2009 13:10:23 +0000 (13:10 +0000)]
configure: remove some useless comments

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

15 years agoIcc 11.1 still does not align the stack pointer, disable some x264 functions.
Carl Eugen Hoyos [Fri, 17 Jul 2009 09:07:38 +0000 (09:07 +0000)]
Icc 11.1 still does not align the stack pointer, disable some x264 functions.

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

15 years agoCheck for __attribute__((packed)) support
Måns Rullgård [Fri, 17 Jul 2009 08:21:43 +0000 (08:21 +0000)]
Check for __attribute__((packed)) support

Not all compilers claiming to be gcc support this attribute.

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

15 years agoconfigure: handle --cpu before running compiler
Måns Rullgård [Fri, 17 Jul 2009 08:21:41 +0000 (08:21 +0000)]
configure: handle --cpu before running compiler

It is possible that the compiler requires flags set by the --cpu
option, so we should not attempt to run it before those flags have
been added.

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

15 years agoconfigure: simplify --cpu handling slightly
Måns Rullgård [Fri, 17 Jul 2009 08:21:37 +0000 (08:21 +0000)]
configure: simplify --cpu handling slightly

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

15 years agocosmetics: reindent after last commit
Kostya Shishkov [Fri, 17 Jul 2009 04:30:49 +0000 (04:30 +0000)]
cosmetics: reindent after last commit

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

15 years agoAdd SHA-2 hashing
Kostya Shishkov [Fri, 17 Jul 2009 04:30:06 +0000 (04:30 +0000)]
Add SHA-2 hashing

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

15 years agoAdd iirfilter to the TESTPROGS variable (and target)
Alex Converse [Thu, 16 Jul 2009 22:39:50 +0000 (22:39 +0000)]
Add iirfilter to the TESTPROGS variable (and target)

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

15 years agoRename invalid option name "gop" to "g" in opt_target(), so that
Lou Logan [Thu, 16 Jul 2009 22:32:41 +0000 (22:32 +0000)]
Rename invalid option name "gop" to "g" in opt_target(), so that
-target *-dvd works correctly.

Patch by Lou Logan <$firstname@fakeoutdoorsman com>.

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

15 years agoUse CPPFLAGS when building tests
Måns Rullgård [Thu, 16 Jul 2009 22:29:17 +0000 (22:29 +0000)]
Use CPPFLAGS when building tests

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

15 years agoconfigure: do not warn about mismatching altivec/cpu selection
Måns Rullgård [Thu, 16 Jul 2009 22:29:15 +0000 (22:29 +0000)]
configure: do not warn about mismatching altivec/cpu selection

We do not issue similar warnings for other architectures, and we
generally assume users know what they want.

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

15 years agoWhen calculating AAC quantized band cost, don't leave garbage in the bit count
Alex Converse [Thu, 16 Jul 2009 22:20:17 +0000 (22:20 +0000)]
When calculating AAC quantized band cost, don't leave garbage in the bit count
for the 0 codebook.

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

15 years agoIIR filter test program.
Alex Converse [Thu, 16 Jul 2009 22:17:20 +0000 (22:17 +0000)]
IIR filter test program.

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

15 years agocosmetics: Move some code blocks to reduce the number of #ifdefs.
Diego Biurrun [Thu, 16 Jul 2009 21:37:58 +0000 (21:37 +0000)]
cosmetics: Move some code blocks to reduce the number of #ifdefs.

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