OSDN Git Service

coroid/libav_saccubus.git
15 years agoAAC: Cosmetics after last commit
Robert Swain [Mon, 24 Nov 2008 00:14:33 +0000 (00:14 +0000)]
AAC: Cosmetics after last commit

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

15 years agoAAC: Frequency domain prediction and hence Main profile support
Alex Converse [Mon, 24 Nov 2008 00:13:50 +0000 (00:13 +0000)]
AAC: Frequency domain prediction and hence Main profile support

Patch by Alex Converse ( alex converse gmail com )

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

15 years agoStrong filtering function for future RV40 loop filter
Kostya Shishkov [Sun, 23 Nov 2008 19:36:44 +0000 (19:36 +0000)]
Strong filtering function for future RV40 loop filter

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

15 years agoARM: move dct_unquantize_h263_*_armv5te asm to separate file
Måns Rullgård [Sun, 23 Nov 2008 19:11:44 +0000 (19:11 +0000)]
ARM: move dct_unquantize_h263_*_armv5te asm to separate file

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

15 years agoDocument 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML.
Ronald S. Bultje [Sun, 23 Nov 2008 16:54:31 +0000 (16:54 +0000)]
Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML.

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

15 years agoRun regression tests on target system.
Måns Rullgård [Sun, 23 Nov 2008 12:36:44 +0000 (12:36 +0000)]
Run regression tests on target system.

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

15 years agoBuild regression test data generators using HOSTCC
Måns Rullgård [Sun, 23 Nov 2008 12:36:41 +0000 (12:36 +0000)]
Build regression test data generators using HOSTCC

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

15 years agoconfigure: set TARGET_EXEC and TARGET_PATH
Måns Rullgård [Sun, 23 Nov 2008 12:36:38 +0000 (12:36 +0000)]
configure: set TARGET_EXEC and TARGET_PATH

TARGET_EXEC specifies a command to execute cross-compiled binaries,
e.g. through a remote shell or an emulator.

TARGET_PATH specifies the path to the build directory on the target,
e.g. mounted over NFS.

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

15 years agoconfigure: set HOSTCC to native compiler
Måns Rullgård [Sun, 23 Nov 2008 12:36:34 +0000 (12:36 +0000)]
configure: set HOSTCC to native compiler

The HOSTCC value defaults to the value of CC if not cross-compiling.
If cross-compiling, HOSTCC defaults to "gcc".

HOSTCFLAGS, HOSTLDFLAGS, and HOSTLIBS are also given sensible default
values.

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

15 years agoconfigure: simplify set_default function
Måns Rullgård [Sun, 23 Nov 2008 12:36:31 +0000 (12:36 +0000)]
configure: simplify set_default function

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

15 years agoAdd forgotten file format pgmyuv.
Carl Eugen Hoyos [Sat, 22 Nov 2008 21:24:39 +0000 (21:24 +0000)]
Add forgotten file format pgmyuv.

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

15 years agoSupport picture output without -f image2 for most codecs.
Carl Eugen Hoyos [Sat, 22 Nov 2008 20:36:02 +0000 (20:36 +0000)]
Support picture output without -f image2 for most codecs.

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

15 years agocosmetics: indentation, prettyprinting
Diego Biurrun [Sat, 22 Nov 2008 16:36:50 +0000 (16:36 +0000)]
cosmetics: indentation, prettyprinting

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

15 years agocosmetics: consistent function declarations
Diego Biurrun [Sat, 22 Nov 2008 16:03:20 +0000 (16:03 +0000)]
cosmetics: consistent function declarations

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

15 years agocosmetics: Put statements after 'if' on their own line.
Diego Biurrun [Sat, 22 Nov 2008 15:57:59 +0000 (15:57 +0000)]
cosmetics: Put statements after 'if' on their own line.

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

15 years agoTrivial, Cosmetics
Reynaldo H. Verdejo Pinochet [Sat, 22 Nov 2008 00:29:49 +0000 (00:29 +0000)]
Trivial, Cosmetics

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

15 years agoTrivial, Cosmetics
Reynaldo H. Verdejo Pinochet [Sat, 22 Nov 2008 00:27:26 +0000 (00:27 +0000)]
Trivial, Cosmetics

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

15 years agoMake ffmpeg print in the error message the exact line of a preset file
Stefano Sabatini [Fri, 21 Nov 2008 22:56:08 +0000 (22:56 +0000)]
Make ffmpeg print in the error message the exact line of a preset file
containing an invalid option or value, and also how the option and the
value have been parsed.

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

15 years agoMake ffmpeg print in the error message the exact line of a preset file
Stefano Sabatini [Fri, 21 Nov 2008 22:51:17 +0000 (22:51 +0000)]
Make ffmpeg print in the error message the exact line of a preset file
containing an invalid syntax.

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

15 years agoMore OKed parts of the QCELP decoder
Kenan Gillet [Fri, 21 Nov 2008 18:39:16 +0000 (18:39 +0000)]
More OKed parts of the QCELP decoder
patch by Kenan Gillet, kenan.gillet gmail com

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

15 years agoCosmetic: Fix typo
Vitor Sessak [Fri, 21 Nov 2008 17:38:14 +0000 (17:38 +0000)]
Cosmetic: Fix typo
Spotted by Jethro Walters

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

15 years agoMove H.264 tables that are only useful for encoding to h264enc.c.
Diego Biurrun [Fri, 21 Nov 2008 10:00:03 +0000 (10:00 +0000)]
Move H.264 tables that are only useful for encoding to h264enc.c.

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

15 years agoGet rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gathered
Diego Biurrun [Thu, 20 Nov 2008 23:04:04 +0000 (23:04 +0000)]
Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gathered
into a separate variable which is added to OBJS if MMX is enabled.

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

15 years agoSH4: fix IDCT
Måns Rullgård [Thu, 20 Nov 2008 22:57:57 +0000 (22:57 +0000)]
SH4: fix IDCT

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

15 years agocosmetics: Consistently place HEADERS before OBJS in all Makefiles.
Diego Biurrun [Thu, 20 Nov 2008 22:54:30 +0000 (22:54 +0000)]
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.

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

15 years agocosmetics: Consistently place HEADERS before OBJS in all Makefiles.
Diego Biurrun [Thu, 20 Nov 2008 22:53:18 +0000 (22:53 +0000)]
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.

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

15 years agoMove FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block.
Diego Biurrun [Thu, 20 Nov 2008 22:50:13 +0000 (22:50 +0000)]
Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block.
The MMX dependency is already handled by configure.

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

15 years agocosmetics: indentation
Diego Biurrun [Thu, 20 Nov 2008 22:48:51 +0000 (22:48 +0000)]
cosmetics: indentation

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

15 years agoUse standard OBJS-$(HAVE_MMX) trick for MMX objects instead
Diego Biurrun [Thu, 20 Nov 2008 22:47:18 +0000 (22:47 +0000)]
Use standard OBJS-$(HAVE_MMX) trick for MMX objects instead
of surrounding them by an ifdef.

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

15 years agoFix typo in table value.
Kenan Gillet [Thu, 20 Nov 2008 19:04:35 +0000 (19:04 +0000)]
Fix typo in table value.
patch by Kenan Gillet, kenan.gillet gmail com

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

15 years ago33l Fix applying residue condition in RV30/40 decoder
Kostya Shishkov [Thu, 20 Nov 2008 14:07:37 +0000 (14:07 +0000)]
33l Fix applying residue condition in RV30/40 decoder

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

15 years agoEliminate direct use of s->current_picture in RV30/40 decoder
Kostya Shishkov [Thu, 20 Nov 2008 14:05:29 +0000 (14:05 +0000)]
Eliminate direct use of s->current_picture in RV30/40 decoder

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

15 years agoUse wider margins for edge emulation in RV30/40
Kostya Shishkov [Thu, 20 Nov 2008 14:03:35 +0000 (14:03 +0000)]
Use wider margins for edge emulation in RV30/40

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

15 years agoSH4: fix memzero_align8()
Måns Rullgård [Thu, 20 Nov 2008 09:21:52 +0000 (09:21 +0000)]
SH4: fix memzero_align8()

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

15 years agoSH4: add macros for setting and restoring FPSCR.PR bit
Måns Rullgård [Thu, 20 Nov 2008 09:21:50 +0000 (09:21 +0000)]
SH4: add macros for setting and restoring FPSCR.PR bit

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

15 years agoSH4: remove some commented out blocks of code
Måns Rullgård [Thu, 20 Nov 2008 09:21:46 +0000 (09:21 +0000)]
SH4: remove some commented out blocks of code

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

15 years agoMaking idct factor tables dynamically allocated
Roman Shaposhnik [Thu, 20 Nov 2008 01:40:40 +0000 (01:40 +0000)]
Making idct factor tables dynamically allocated

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

15 years agoAdd channel layout to several audio decoders I maintain
Kostya Shishkov [Wed, 19 Nov 2008 14:57:48 +0000 (14:57 +0000)]
Add channel layout to several audio decoders I maintain

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

15 years agoChange of indentation
Roman Shaposhnik [Wed, 19 Nov 2008 01:40:09 +0000 (01:40 +0000)]
Change of indentation

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

15 years agoSH4: fix IDCT
Måns Rullgård [Wed, 19 Nov 2008 00:37:30 +0000 (00:37 +0000)]
SH4: fix IDCT

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

15 years agoSH4: do not mix code and declarations
Måns Rullgård [Wed, 19 Nov 2008 00:37:28 +0000 (00:37 +0000)]
SH4: do not mix code and declarations

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

15 years agoSH4: fix compilation of memzero_align8()
Måns Rullgård [Wed, 19 Nov 2008 00:37:24 +0000 (00:37 +0000)]
SH4: fix compilation of memzero_align8()

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

15 years agoSH4: remove unused functions
Måns Rullgård [Wed, 19 Nov 2008 00:37:21 +0000 (00:37 +0000)]
SH4: remove unused functions

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

15 years agoSH4: replace missed rnd_avg2 -> rnd_avg32
Måns Rullgård [Wed, 19 Nov 2008 00:37:17 +0000 (00:37 +0000)]
SH4: replace missed rnd_avg2 -> rnd_avg32

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

15 years agoSH4: rename functions with conflicting names
Måns Rullgård [Wed, 19 Nov 2008 00:37:14 +0000 (00:37 +0000)]
SH4: rename functions with conflicting names

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

15 years agocosmetics: Add a few more explanatory comments to the object sections.
Diego Biurrun [Tue, 18 Nov 2008 22:48:43 +0000 (22:48 +0000)]
cosmetics: Add a few more explanatory comments to the object sections.

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

15 years agocosmetics: Sort processor-specific object lines into alphabetical order.
Diego Biurrun [Tue, 18 Nov 2008 22:37:22 +0000 (22:37 +0000)]
cosmetics: Sort processor-specific object lines into alphabetical order.

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

15 years agoGetting rid of huge static DV tables
Roman Shaposhnik [Tue, 18 Nov 2008 20:48:26 +0000 (20:48 +0000)]
Getting rid of huge static DV tables

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

15 years agoGetting rid of unneeded extra wrapper functions
Roman Shaposhnik [Tue, 18 Nov 2008 20:33:08 +0000 (20:33 +0000)]
Getting rid of unneeded extra wrapper functions

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

15 years agodecrease atom size, fix broken files missing version/flags
Baptiste Coudurier [Tue, 18 Nov 2008 09:09:57 +0000 (09:09 +0000)]
decrease atom size, fix broken files missing version/flags

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

15 years agoTrivial, Cosmetics
Reynaldo H. Verdejo Pinochet [Tue, 18 Nov 2008 03:49:33 +0000 (03:49 +0000)]
Trivial, Cosmetics

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

15 years agoImprove error message in case of output file with no streams, dumping
Stefano Sabatini [Mon, 17 Nov 2008 23:27:05 +0000 (23:27 +0000)]
Improve error message in case of output file with no streams, dumping
the empty file format representation and specifying the index number
of the output file.

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

15 years agoImprove messages printed when there is no input/output file, making
Stefano Sabatini [Mon, 17 Nov 2008 23:18:44 +0000 (23:18 +0000)]
Improve messages printed when there is no input/output file, making
them more grammatically correct and consistent with other equivalent
messages.

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

15 years agoRemove unnecessary calls to show_help(), make ffmpeg/ffplay print a
Stefano Sabatini [Mon, 17 Nov 2008 23:15:29 +0000 (23:15 +0000)]
Remove unnecessary calls to show_help(), make ffmpeg/ffplay print a
specific error message instead.

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

15 years agoAdd a Makefile variable for the old scaler that gets enabled when the new
Diego Biurrun [Mon, 17 Nov 2008 22:51:59 +0000 (22:51 +0000)]
Add a Makefile variable for the old scaler that gets enabled when the new
scaler is disabled to get rid of a Makefile ifdef.

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

15 years agoRevert previous commit: the libavcodec/i386/fft_*.o objects depend on
Diego Biurrun [Mon, 17 Nov 2008 21:56:34 +0000 (21:56 +0000)]
Revert previous commit: the libavcodec/i386/fft_*.o objects depend on
libavcodec/i386/fft_mmx.o, which depends on yasm.

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

15 years agoOnly the yasm-dependent objects should be enabled by a yasm conditional.
Diego Biurrun [Mon, 17 Nov 2008 19:01:25 +0000 (19:01 +0000)]
Only the yasm-dependent objects should be enabled by a yasm conditional.

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

15 years agoChange type of prev_stream_id from uint32_t to int, since it has a max size
Ronald S. Bultje [Mon, 17 Nov 2008 18:10:02 +0000 (18:10 +0000)]
Change type of prev_stream_id from uint32_t to int, since it has a max size
of 16bits. See discussion in "[PATCH] RDT/Realmedia patches #2" thread on ML.

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

15 years agocosmetics: Group ppc-specific objects together.
Diego Biurrun [Mon, 17 Nov 2008 16:38:50 +0000 (16:38 +0000)]
cosmetics: Group ppc-specific objects together.

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

15 years agoAdd missing options to the help output.
Diego Biurrun [Mon, 17 Nov 2008 16:33:24 +0000 (16:33 +0000)]
Add missing options to the help output.

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

15 years agocosmetics: Move some options to more sensible places within the help output.
Diego Biurrun [Mon, 17 Nov 2008 16:31:50 +0000 (16:31 +0000)]
cosmetics: Move some options to more sensible places within the help output.

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

15 years agoMove zlib/bzlib options to the external library section of the help output and
Diego Biurrun [Mon, 17 Nov 2008 16:30:31 +0000 (16:30 +0000)]
Move zlib/bzlib options to the external library section of the help output and
mention the enable variant of the option since they are disabled by default.

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

15 years agospelling and wording cosmetics for the help output
Diego Biurrun [Mon, 17 Nov 2008 16:22:49 +0000 (16:22 +0000)]
spelling and wording cosmetics for the help output

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

15 years agoTake build_suffix into account in pkg-config files.
Charles Yates [Mon, 17 Nov 2008 16:12:30 +0000 (16:12 +0000)]
Take build_suffix into account in pkg-config files.
patch by Charles Yates, charles.yates gmail com

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

15 years agoPrint just [no] or [yes] in the help output instead of [default=no/yes].
Diego Biurrun [Mon, 17 Nov 2008 15:45:55 +0000 (15:45 +0000)]
Print just [no] or [yes] in the help output instead of [default=no/yes].

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

15 years agocosmetics: Group ARM objects sections together.
Diego Biurrun [Mon, 17 Nov 2008 15:36:28 +0000 (15:36 +0000)]
cosmetics: Group ARM objects sections together.

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

15 years agocosmetics: Reorder processor-specific entries alphabetically.
Diego Biurrun [Mon, 17 Nov 2008 15:09:45 +0000 (15:09 +0000)]
cosmetics: Reorder processor-specific entries alphabetically.

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

15 years agoReindent after r15853.
Ronald S. Bultje [Mon, 17 Nov 2008 14:32:56 +0000 (14:32 +0000)]
Reindent after r15853.

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

15 years agoRead optional components of the RDT packet header, such as extended setID
Ronald S. Bultje [Mon, 17 Nov 2008 14:32:01 +0000 (14:32 +0000)]
Read optional components of the RDT packet header, such as extended setID
and streamID and the length. of the packet in case of packet concatenation.
Discussed in ML thread "[PATCH] RDT/Realmedia patches #2".

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

15 years agoChange header reading implementation to using get_bits() instead of directly
Ronald S. Bultje [Mon, 17 Nov 2008 14:30:31 +0000 (14:30 +0000)]
Change header reading implementation to using get_bits() instead of directly
accessing the data array. This allows to easily read optionally available
header bits without causing pains. See discussion in "[PATCH] RDT/Realmedia
patches #2" thread on ML.

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

15 years agoPrefix all ff_rdt_parse_header() arguments with a p, preparing for local
Ronald S. Bultje [Mon, 17 Nov 2008 14:28:12 +0000 (14:28 +0000)]
Prefix all ff_rdt_parse_header() arguments with a p, preparing for local
variables to temporary hold the values. Discussed in ML thread "[PATCH]
RDT/Realmedia patches #2".

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

15 years agoFix memleak caused by the fact that url_open_buf() allocates a context
Ronald S. Bultje [Mon, 17 Nov 2008 14:23:20 +0000 (14:23 +0000)]
Fix memleak caused by the fact that url_open_buf() allocates a context
when calling, but url_close_buf() doesn't free it. The better solution
is to not allocate it at all, init it with init_put_byte() and then
not have to close it at all. In the case where we do need to hold it
around for longer than within the function context, we allocate it with
av_alloc_put_byte() and free it with av_free() instead. Discussed in ML
thread "[PATCH] fix small memleak in rdt.c".

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

15 years agoAdd ByteIOContext argument to public ff_rm_* functions so that we can
Ronald S. Bultje [Mon, 17 Nov 2008 14:20:00 +0000 (14:20 +0000)]
Add ByteIOContext argument to public ff_rm_* functions so that we can
specify the data source as function argument instead of in s->pb before
calling the function. Discussed in ML thread "[PATCH] fix small memleak
in rdt.c".

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

15 years agoChange email address to a valid one.
Benoit Fouet [Mon, 17 Nov 2008 14:04:56 +0000 (14:04 +0000)]
Change email address to a valid one.

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

15 years agoOne const is enough.
Carl Eugen Hoyos [Mon, 17 Nov 2008 12:48:31 +0000 (12:48 +0000)]
One const is enough.

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

15 years agoPut variable declaration inside an #ifdef to avoid an unused variable warning.
Diego Biurrun [Mon, 17 Nov 2008 10:33:59 +0000 (10:33 +0000)]
Put variable declaration inside an #ifdef to avoid an unused variable warning.

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

15 years agoGet rid of MSG_DONTWAIT using a more standard way to use a socket
Jindřich Makovička [Mon, 17 Nov 2008 07:50:25 +0000 (07:50 +0000)]
Get rid of MSG_DONTWAIT using a more standard way to use a socket
in a non blocked mode.
Patch by Jindrich Makovicka: makovick gmail

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

15 years agoMake the library names for the require checks more explicit.
Stefano Sabatini [Sun, 16 Nov 2008 12:03:00 +0000 (12:03 +0000)]
Make the library names for the require checks more explicit.

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

15 years agoSilence warning in imc decoder
Benjamin Larsson [Sun, 16 Nov 2008 10:16:07 +0000 (10:16 +0000)]
Silence warning in imc decoder

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

15 years agoSet channel_layout
Benjamin Larsson [Sun, 16 Nov 2008 09:54:09 +0000 (09:54 +0000)]
Set channel_layout

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

15 years ago421l: postproc flag may be present in any VC-1 AP frame type
Kostya Shishkov [Sun, 16 Nov 2008 06:47:44 +0000 (06:47 +0000)]
421l: postproc flag may be present in any VC-1 AP frame type

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

15 years agoset pts in flv demuxer
Baptiste Coudurier [Sun, 16 Nov 2008 02:56:34 +0000 (02:56 +0000)]
set pts in flv demuxer

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

15 years agoread itunes metadata, code based on Reimar's patch
Baptiste Coudurier [Sun, 16 Nov 2008 01:59:35 +0000 (01:59 +0000)]
read itunes metadata, code based on Reimar's patch

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

15 years agoCredit Kenan Gillet for his contributions towards merging the SoC QCELP decoder.
Reynaldo H. Verdejo Pinochet [Sun, 16 Nov 2008 01:00:25 +0000 (01:00 +0000)]
Credit Kenan Gillet for his contributions towards merging the SoC QCELP decoder.

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

15 years agoCosmetics
Reynaldo H. Verdejo Pinochet [Sun, 16 Nov 2008 00:57:06 +0000 (00:57 +0000)]
Cosmetics

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

15 years agoChange to file description suggested by Michael
Reynaldo H. Verdejo Pinochet [Sun, 16 Nov 2008 00:05:20 +0000 (00:05 +0000)]
Change to file description suggested by Michael

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

15 years agoChange status packet skipping to be more spec-compliant. See discussion in
Ronald S. Bultje [Sat, 15 Nov 2008 20:45:26 +0000 (20:45 +0000)]
Change status packet skipping to be more spec-compliant. See discussion in
"[PATCH] RDT/Realmedia patches #2" thread on ML.

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

15 years agoMake function comment a bit more linguistically correct.
Ronald S. Bultje [Sat, 15 Nov 2008 20:43:57 +0000 (20:43 +0000)]
Make function comment a bit more linguistically correct.

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

15 years agoReindent after r15833.
Ronald S. Bultje [Sat, 15 Nov 2008 20:42:41 +0000 (20:42 +0000)]
Reindent after r15833.

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

15 years agoAdd is_keyframe param to ff_rdt_parse_header(). See ML discussion in
Ronald S. Bultje [Sat, 15 Nov 2008 20:41:59 +0000 (20:41 +0000)]
Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in
"[PATCH] RDT/Realmedia patches #2" thread.

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

15 years agoProper channel output reordering for the dca decoder.
Benjamin Larsson [Sat, 15 Nov 2008 20:31:03 +0000 (20:31 +0000)]
Proper channel output reordering for the dca decoder.

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

15 years agoPlease keep original copyright heading and attribution lines...
Reynaldo H. Verdejo Pinochet [Sat, 15 Nov 2008 20:19:20 +0000 (20:19 +0000)]
Please keep original copyright heading and attribution lines...

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

15 years agosimplify metadata reading
Baptiste Coudurier [Sat, 15 Nov 2008 20:17:19 +0000 (20:17 +0000)]
simplify metadata reading

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

15 years agomatroskadec: fix index timestamps for some broken files
Aurelien Jacobs [Sat, 15 Nov 2008 15:34:51 +0000 (15:34 +0000)]
matroskadec: fix index timestamps for some broken files
fix issue697

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

15 years agoCall check_back_and_send_rr() function only in case of RTP as a transport.
Ronald S. Bultje [Sat, 15 Nov 2008 14:44:48 +0000 (14:44 +0000)]
Call check_back_and_send_rr() function only in case of RTP as a transport.
Don't call it for RDT, since it is unneeded and it doesn't provide a
RTPDemuxContext, leading to some memory errors. See "[PATCH] fix small
memory error in rtsp.c" thread on ML.

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

15 years agoWeak deblock filter function for future RV40 loop filter
Kostya Shishkov [Sat, 15 Nov 2008 14:15:24 +0000 (14:15 +0000)]
Weak deblock filter function for future RV40 loop filter

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

15 years agoFlush SDP description
Luca Barbato [Sat, 15 Nov 2008 12:32:38 +0000 (12:32 +0000)]
Flush SDP description

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

15 years agoRename variables in ff_rdt_parse_header() and callers to match the
Ronald S. Bultje [Sat, 15 Nov 2008 02:22:47 +0000 (02:22 +0000)]
Rename variables in ff_rdt_parse_header() and callers to match the
comment documentation in that function. See discussion on ML in the
"[PATCH] RDT/Realmedia patches #2" thread.

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

15 years agocheck for interrupt when receiving from socket
Jindřich Makovička [Fri, 14 Nov 2008 19:33:22 +0000 (19:33 +0000)]
check for interrupt when receiving from socket

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

15 years agoAdd comment describing the RDT packet header. See discussion in "[PATCH]
Ronald S. Bultje [Fri, 14 Nov 2008 18:37:58 +0000 (18:37 +0000)]
Add comment describing the RDT packet header. See discussion in "[PATCH]
RDT/Realmedia patches #2" thread on the mailinglist.

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