OSDN Git Service

coroid/libav_saccubus.git
13 years agoDo not use the server SSRC as client SSRC in the RTP demuxer
Luca Abeni [Mon, 23 Aug 2010 11:53:27 +0000 (11:53 +0000)]
Do not use the server SSRC as client SSRC in the RTP demuxer

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

13 years agoenabling codec and muxer by registering it in allcodec.c and allformat.c and adding...
Tobias Bindhammer [Mon, 23 Aug 2010 11:52:34 +0000 (11:52 +0000)]
enabling codec and muxer by registering it in allcodec.c and allformat.c and adding files to the build-system

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

13 years agoadded codec-ids for the a64 codec
Tobias Bindhammer [Mon, 23 Aug 2010 11:51:04 +0000 (11:51 +0000)]
added codec-ids for the a64 codec

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

13 years agodocumentation added for the a64 codec
Tobias Bindhammer [Mon, 23 Aug 2010 11:48:50 +0000 (11:48 +0000)]
documentation added for the a64 codec

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

13 years agoCorresponding muxer for the a64 codec
Tobias Bindhammer [Mon, 23 Aug 2010 11:47:50 +0000 (11:47 +0000)]
Corresponding muxer for the a64 codec

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

13 years agoAdd FATE test for WMV8 DRM
Vitor Sessak [Mon, 23 Aug 2010 11:46:55 +0000 (11:46 +0000)]
Add FATE test for WMV8 DRM

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

13 years agoInitial version of the a64 (multicolor charset) codec
Tobias Bindhammer [Mon, 23 Aug 2010 11:46:32 +0000 (11:46 +0000)]
Initial version of the a64 (multicolor charset) codec

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

14 years agoAdd truemotion1 tests.
Reimar Döffinger [Mon, 23 Aug 2010 04:45:36 +0000 (04:45 +0000)]
Add truemotion1 tests.

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

14 years agoFix segfaults in VP8 SIMD code on Win64 (and FATE/win64 failures).
Ronald S. Bultje [Mon, 23 Aug 2010 02:41:22 +0000 (02:41 +0000)]
Fix segfaults in VP8 SIMD code on Win64 (and FATE/win64 failures).

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

14 years agofate: remove unused variable in fate.sh
Måns Rullgård [Sun, 22 Aug 2010 15:20:07 +0000 (15:20 +0000)]
fate: remove unused variable in fate.sh

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

14 years agoConvert ff_imdct_half_sse() to yasm.
Alex Converse [Sun, 22 Aug 2010 14:39:58 +0000 (14:39 +0000)]
Convert ff_imdct_half_sse() to yasm.

This is to avoid split asm sections that attempt to preserve some
registers between sections.

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

14 years agofate: remove pointless fate/fate2 separation
Måns Rullgård [Sun, 22 Aug 2010 14:24:58 +0000 (14:24 +0000)]
fate: remove pointless fate/fate2 separation

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

14 years agommsh depends on http
Måns Rullgård [Sun, 22 Aug 2010 12:03:27 +0000 (12:03 +0000)]
mmsh depends on http

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

14 years agofate: allow specifying relative path to config file in fate.sh
Måns Rullgård [Sun, 22 Aug 2010 11:53:02 +0000 (11:53 +0000)]
fate: allow specifying relative path to config file in fate.sh

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

14 years agoAdd FATE test for ANSI/ASCII animation and TTY demuxer
Vitor Sessak [Sat, 21 Aug 2010 20:57:24 +0000 (20:57 +0000)]
Add FATE test for ANSI/ASCII animation and TTY demuxer

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

14 years agoThe 24-bit ydt also should not depend on endianness,
Reimar Döffinger [Sat, 21 Aug 2010 19:50:36 +0000 (19:50 +0000)]
The 24-bit ydt also should not depend on endianness,
since all of it ends up in a single 32-bit pixel.
This seems likely to be wrong though, since it is different
from the 15 and 16 bit modes and might explain the half-width
issue for 24 bit truemotion.

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

14 years agoSince the 24 bit format is decoded to endian-dependant
Reimar Döffinger [Sat, 21 Aug 2010 19:40:38 +0000 (19:40 +0000)]
Since the 24 bit format is decoded to endian-dependant
BGR32 and not BGR24, do not swap red and blue on big-endian
for this format as well.

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

14 years agoDo not swap red and blue when decoding truemotion
Reimar Döffinger [Sat, 21 Aug 2010 19:37:33 +0000 (19:37 +0000)]
Do not swap red and blue when decoding truemotion
on big-endian.

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

14 years agoMMSH support, the most popular and widely used of all MMS variants. Written by
Ronald S. Bultje [Sat, 21 Aug 2010 19:04:41 +0000 (19:04 +0000)]
MMSH support, the most popular and widely used of all MMS variants. Written by
Zhentan Feng <spyfeng gmail com> as part of Google's Summer of Code program.

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

14 years agoCosmetics: remove useless ().
Stefano Sabatini [Sat, 21 Aug 2010 15:18:54 +0000 (15:18 +0000)]
Cosmetics: remove useless ().

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

14 years agoCosmetics: if( -> if (.
Stefano Sabatini [Sat, 21 Aug 2010 15:18:52 +0000 (15:18 +0000)]
Cosmetics: if( -> if (.

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

14 years agoExport the presentation video dimensions as avctx->width/avctx->height.
Reimar Döffinger [Sat, 21 Aug 2010 11:52:03 +0000 (11:52 +0000)]
Export the presentation video dimensions as avctx->width/avctx->height.

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

14 years agoAdd myself as maintainer for the PGS subtitle decoder.
Reimar Döffinger [Sat, 21 Aug 2010 11:50:13 +0000 (11:50 +0000)]
Add myself as maintainer for the PGS subtitle decoder.

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

14 years agoAdd null audio filter.
S.N. Hemanth Meenakshisundaram [Fri, 20 Aug 2010 23:16:51 +0000 (23:16 +0000)]
Add null audio filter.

Patch by S.N. Hemanth Meenakshisundaram -af smeenaks,ucsd,edu.

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

14 years agoAdd AUDIO FILTERS section.
Stefano Sabatini [Fri, 20 Aug 2010 23:16:48 +0000 (23:16 +0000)]
Add AUDIO FILTERS section.

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

14 years agodv: fix alignment of scratch buffer
Måns Rullgård [Fri, 20 Aug 2010 19:49:47 +0000 (19:49 +0000)]
dv: fix alignment of scratch buffer

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

14 years agoFixed mpeg12 top field first flag value with field picture encoding.
Laurent Aimar [Fri, 20 Aug 2010 18:28:42 +0000 (18:28 +0000)]
Fixed mpeg12 top field first flag value with field picture encoding.

The relevent extract of the iso 13818-2 about the value of the syntaxical
element top_field_first of the Picture Coding Extension is:

"top_field_first -- The meaning of this element depends upon picture_structure,
progressive_sequence and repeat_first_field.
[...]
In a field picture top_field_first shall have the value '0', and the only field
output by the decoding process is the decoded field picture."

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

14 years agoAdd APIchanges for av_fill_image_max_pixstep() rename of r24851.
Stefano Sabatini [Fri, 20 Aug 2010 16:55:37 +0000 (16:55 +0000)]
Add APIchanges for av_fill_image_max_pixstep() rename of r24851.

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

14 years agoRename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().
Stefano Sabatini [Fri, 20 Aug 2010 16:52:38 +0000 (16:52 +0000)]
Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().

The plural form is preferred as it is more consistent with the other functions:
av_fill_image_linesizes()
av_fill_image_pointers()

and looks semantically more correct as it fills an array of elements.

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

14 years agoAdd missing period in av_fill_image_max_pixstep() doxy.
Stefano Sabatini [Fri, 20 Aug 2010 16:34:41 +0000 (16:34 +0000)]
Add missing period in av_fill_image_max_pixstep() doxy.

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

14 years agoMake ff_dprintf_ref() print audio related information if available.
Stefano Sabatini [Fri, 20 Aug 2010 15:16:10 +0000 (15:16 +0000)]
Make ff_dprintf_ref() print audio related information if available.

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

14 years agoCosmetics: merge two lines in ff_dprintf_ref().
Stefano Sabatini [Fri, 20 Aug 2010 15:16:07 +0000 (15:16 +0000)]
Cosmetics: merge two lines in ff_dprintf_ref().

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

14 years agoMake ff_dprintf_ref() print the information related to the referenced
Stefano Sabatini [Fri, 20 Aug 2010 15:16:02 +0000 (15:16 +0000)]
Make ff_dprintf_ref() print the information related to the referenced
AVFilterBuffer.

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

14 years agoRename ff_dprintf_picref() to ff_dprintf_ref().
Stefano Sabatini [Fri, 20 Aug 2010 15:15:57 +0000 (15:15 +0000)]
Rename ff_dprintf_picref() to ff_dprintf_ref().

The function is going to be used to represent also audio data.

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

14 years agoExtend ff_dprintf_picref() to make it print video interlaced and
Stefano Sabatini [Fri, 20 Aug 2010 14:41:23 +0000 (14:41 +0000)]
Extend ff_dprintf_picref() to make it print video interlaced and
top_field_first information.

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

14 years agoMake ff_dprintf_picref() print video properties only if available.
Stefano Sabatini [Fri, 20 Aug 2010 14:41:21 +0000 (14:41 +0000)]
Make ff_dprintf_picref() print video properties only if available.

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

14 years agoOnly print the pointer to the first plane in ff_dprintf_picref().
Stefano Sabatini [Fri, 20 Aug 2010 14:41:18 +0000 (14:41 +0000)]
Only print the pointer to the first plane in ff_dprintf_picref().

To display the other planes is usually not useful and add noise to the
output.

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

14 years agoCosmetics: add an empty newline between the function description and
Stefano Sabatini [Fri, 20 Aug 2010 14:19:55 +0000 (14:19 +0000)]
Cosmetics: add an empty newline between the function description and
the list of @params.

Improve consistency and possibly enhance readability.

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

14 years agofix anonymous memory mapping for NetBSD
Grant Carver [Thu, 19 Aug 2010 23:48:19 +0000 (23:48 +0000)]
fix anonymous memory mapping for NetBSD

mmap() with MAP_ANONYMOUS requires the file descriptor to be -1 in NetBSD.
Linux just ignores this parameter.

Patch by Grant Carver <grantc at cat dot co dot za>

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

14 years agoadd FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()
Aurelien Jacobs [Thu, 19 Aug 2010 21:28:43 +0000 (21:28 +0000)]
add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()
public function

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

14 years agoadd FF_API_REGISTER_PROTOCOL define to disable the deprecated
Aurelien Jacobs [Thu, 19 Aug 2010 21:21:32 +0000 (21:21 +0000)]
add FF_API_REGISTER_PROTOCOL define to disable the deprecated
register_protocol() function

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

14 years agoapplehttp: define _XOPEN_SOURCE=600 as required for usleep()
Måns Rullgård [Thu, 19 Aug 2010 17:07:12 +0000 (17:07 +0000)]
applehttp: define _XOPEN_SOURCE=600 as required for usleep()

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

14 years agoimc: fix undefined float to int conversion
Måns Rullgård [Thu, 19 Aug 2010 16:51:26 +0000 (16:51 +0000)]
imc: fix undefined float to int conversion

Conversion of an out of range float to int is undefined.  Clipping to
the final range first avoids such problems.  This fixes decoding on
MIPS, which handles these conversions differently from many other CPUs.

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

14 years agofate-run: use 'run' function in 'ffmpeg' function
Måns Rullgård [Thu, 19 Aug 2010 16:51:24 +0000 (16:51 +0000)]
fate-run: use 'run' function in 'ffmpeg' function

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

14 years agofate: add -v 0 to ffmpeg flags
Måns Rullgård [Thu, 19 Aug 2010 16:51:21 +0000 (16:51 +0000)]
fate: add -v 0 to ffmpeg flags

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

14 years agoadd FF_API_URL_CLASS define to enable usage of URLContext as a AVClass
Aurelien Jacobs [Thu, 19 Aug 2010 16:49:08 +0000 (16:49 +0000)]
add FF_API_URL_CLASS define to enable usage of URLContext as a AVClass

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

14 years agoAdd Apple HTTP Live Streaming demuxer
Martin Storsjö [Thu, 19 Aug 2010 14:54:37 +0000 (14:54 +0000)]
Add Apple HTTP Live Streaming demuxer

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

14 years agoMove the definition of the maximum url size for static buffers to internal.h
Martin Storsjö [Thu, 19 Aug 2010 14:50:40 +0000 (14:50 +0000)]
Move the definition of the maximum url size for static buffers to internal.h

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

14 years agoMake parse_key_value from httpauth a common lavf internal function
Martin Storsjö [Thu, 19 Aug 2010 14:49:53 +0000 (14:49 +0000)]
Make parse_key_value from httpauth a common lavf internal function

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

14 years agoswscale-test: add CRC output
Ramiro Polla [Thu, 19 Aug 2010 14:36:16 +0000 (14:36 +0000)]
swscale-test: add CRC output

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

14 years agoEnable and change the log level to DEBUG for the message printed in
Stefano Sabatini [Thu, 19 Aug 2010 14:32:36 +0000 (14:32 +0000)]
Enable and change the log level to DEBUG for the message printed in
case of picref copy.

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

14 years agoCosmetics: apply misc spacing style fixes.
Stefano Sabatini [Thu, 19 Aug 2010 14:32:31 +0000 (14:32 +0000)]
Cosmetics: apply misc spacing style fixes.

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

14 years agoFix braino: @flip -> @file.
Stefano Sabatini [Wed, 18 Aug 2010 21:07:57 +0000 (21:07 +0000)]
Fix braino: @flip -> @file.

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

14 years agoAdd APIchanges entry after the addition of av_fill_image_max_pixstep()
Stefano Sabatini [Wed, 18 Aug 2010 21:07:09 +0000 (21:07 +0000)]
Add APIchanges entry after the addition of av_fill_image_max_pixstep()
of r24827.

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

14 years agoImplement inline function av_fill_image_max_pixstep() and use it for
Stefano Sabatini [Wed, 18 Aug 2010 21:02:38 +0000 (21:02 +0000)]
Implement inline function av_fill_image_max_pixstep() and use it for
factorizing code.

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

14 years agoadd a comment to clarify that FF_API_* defines are not part of public API
Aurelien Jacobs [Wed, 18 Aug 2010 20:37:32 +0000 (20:37 +0000)]
add a comment to clarify that FF_API_* defines are not part of public API

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

14 years agorename LAVF_API_* defines to FF_API_* to clarify that it is not public API
Aurelien Jacobs [Wed, 18 Aug 2010 20:34:31 +0000 (20:34 +0000)]
rename LAVF_API_* defines to FF_API_* to clarify that it is not public API

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

14 years agovalidate input data and linesizes
Ramiro Polla [Wed, 18 Aug 2010 19:37:37 +0000 (19:37 +0000)]
validate input data and linesizes

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

14 years agoSupport unsynchronisation for id3v2 tags.
Alexander Kojevnikov [Wed, 18 Aug 2010 16:29:46 +0000 (16:29 +0000)]
Support unsynchronisation for id3v2 tags.

Patch by Alexander Kojevnikov, alexander kojevnikov com

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

14 years agoRemove "CODEC_CAP_EXPERIMENTAL added" entry from the Changelog.
Stefano Sabatini [Wed, 18 Aug 2010 11:13:40 +0000 (11:13 +0000)]
Remove "CODEC_CAP_EXPERIMENTAL added" entry from the Changelog.

That's an API related change, no point to advertise it in the
Changelog.

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

14 years agoFix configure .pc files generation and make install when
Anatoly Nenashev [Wed, 18 Aug 2010 10:57:48 +0000 (10:57 +0000)]
Fix configure .pc files generation and make install when
--build-suffix is used.

Patch by Anatoly Nenashev ${surname}_as@mail.ru.

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

14 years agoAdd AVC EOS tag to H264-encoded FLV files.
Thierry Foucu [Wed, 18 Aug 2010 09:39:21 +0000 (09:39 +0000)]
Add AVC EOS tag to H264-encoded FLV files.

Patch by Thierry Foucu, tfoucu gmail

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

14 years agofate: store last version in per-slot file
Måns Rullgård [Tue, 17 Aug 2010 20:36:22 +0000 (20:36 +0000)]
fate: store last version in per-slot file

This allows the same workdir to be used by multiple slots.

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

14 years agoadd LAVF_API_OLD_METADATA define to disable the deprecated metadata API
Aurelien Jacobs [Tue, 17 Aug 2010 20:23:19 +0000 (20:23 +0000)]
add LAVF_API_OLD_METADATA define to disable the deprecated metadata API

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

14 years agoadd LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS API
Aurelien Jacobs [Tue, 17 Aug 2010 19:30:21 +0000 (19:30 +0000)]
add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS API

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

14 years agoFix out-of-tree build
Måns Rullgård [Tue, 17 Aug 2010 18:48:56 +0000 (18:48 +0000)]
Fix out-of-tree build

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

14 years agoAdd APIchanges entry after the addition of AV_NE in r24814.
Stefano Sabatini [Tue, 17 Aug 2010 18:27:54 +0000 (18:27 +0000)]
Add APIchanges entry after the addition of AV_NE in r24814.

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

14 years agoDefine macro AV_NE() and use it in libavdevice.
Stefano Sabatini [Tue, 17 Aug 2010 18:25:34 +0000 (18:25 +0000)]
Define macro AV_NE() and use it in libavdevice.

Help further refactoring.

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

14 years agoAdd APIchanges entry after libavfilter audio framework addition of
Stefano Sabatini [Tue, 17 Aug 2010 18:13:14 +0000 (18:13 +0000)]
Add APIchanges entry after libavfilter audio framework addition of
r24811.

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

14 years agoCosmetics: apply misc style fixes.
Stefano Sabatini [Tue, 17 Aug 2010 18:08:09 +0000 (18:08 +0000)]
Cosmetics: apply misc style fixes.

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

14 years agoImplement libavfilter audio framework.
S.N. Hemanth Meenakshisundaram [Tue, 17 Aug 2010 18:08:03 +0000 (18:08 +0000)]
Implement libavfilter audio framework.

Patch by S.N. Hemanth Meenakshisundaram * smeenaks * ucsd * edu *.

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

14 years agoSet the correct type for the output links.
Stefano Sabatini [Tue, 17 Aug 2010 18:07:57 +0000 (18:07 +0000)]
Set the correct type for the output links.

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

14 years agoAdd missing checks in avfilter_default_get_video_buffer().
Stefano Sabatini [Tue, 17 Aug 2010 15:12:28 +0000 (15:12 +0000)]
Add missing checks in avfilter_default_get_video_buffer().

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

14 years agoAdd missing NULL checks in avfilter_ref_buffer().
Stefano Sabatini [Tue, 17 Aug 2010 15:12:22 +0000 (15:12 +0000)]
Add missing NULL checks in avfilter_ref_buffer().

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

14 years agoRemove dep/depend targets and related variables.
Diego Biurrun [Tue, 17 Aug 2010 15:02:33 +0000 (15:02 +0000)]
Remove dep/depend targets and related variables.
We no longer create dependency files directly, so the rules are now pointless.

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

14 years agoAdd hflip filter.
Stefano Sabatini [Tue, 17 Aug 2010 14:59:12 +0000 (14:59 +0000)]
Add hflip filter.

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

14 years agoSkip adding SDL_CFLAGS to CFLAGS for the ffplay.d target.
Diego Biurrun [Tue, 17 Aug 2010 14:58:44 +0000 (14:58 +0000)]
Skip adding SDL_CFLAGS to CFLAGS for the ffplay.d target.
We no longer create .d files directly, so the rule is pointless.

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

14 years agomatroskadec: minor simplification
Aurelien Jacobs [Tue, 17 Aug 2010 14:25:14 +0000 (14:25 +0000)]
matroskadec: minor simplification
patch from reimar

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

14 years agomatroskadec: fix integer overflow
Aurelien Jacobs [Tue, 17 Aug 2010 14:05:23 +0000 (14:05 +0000)]
matroskadec: fix integer overflow
patch from reimar

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

14 years agoMention lowres if SDL can't provide the needed resolution.
Carl Eugen Hoyos [Tue, 17 Aug 2010 08:13:14 +0000 (08:13 +0000)]
Mention lowres if SDL can't provide the needed resolution.

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

14 years agoFix SDL crash on specific hardware.
Mike Scheutzow [Tue, 17 Aug 2010 07:47:44 +0000 (07:47 +0000)]
Fix SDL crash on specific hardware.

Patch by Mike Scheutzow, mjs973 optonline net

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

14 years agoMove do_exit() up for upcoming patch.
Mike Scheutzow [Tue, 17 Aug 2010 07:46:09 +0000 (07:46 +0000)]
Move do_exit() up for upcoming patch.

Patch by Mike Scheutzow, mjs973 optonline net

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

14 years agofft-test: format error output more readably
Måns Rullgård [Mon, 16 Aug 2010 20:34:06 +0000 (20:34 +0000)]
fft-test: format error output more readably

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

14 years agoAdd RTP depacketization of VP8
Josh Allmann [Mon, 16 Aug 2010 14:23:35 +0000 (14:23 +0000)]
Add RTP depacketization of VP8

Patch by Josh Allmann, joshua dot allmann at gmail

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

14 years agoAdd RTP packetization of VP8
Josh Allmann [Mon, 16 Aug 2010 14:21:17 +0000 (14:21 +0000)]
Add RTP packetization of VP8

Patch by Josh Allmann, joshua dot allmann at gmail

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

14 years agoPrint error messages in case of connection failure or name resolution failure
Ronald S. Bultje [Sat, 14 Aug 2010 20:34:51 +0000 (20:34 +0000)]
Print error messages in case of connection failure or name resolution failure
in tcp.c.

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

14 years agoPrevent overflow on random input.
Ronald S. Bultje [Fri, 13 Aug 2010 20:06:18 +0000 (20:06 +0000)]
Prevent overflow on random input.

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

14 years agoRemove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamically
Ronald S. Bultje [Fri, 13 Aug 2010 17:30:01 +0000 (17:30 +0000)]
Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamically
allocate the array.

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

14 years agoSet fixed chunksize for ASF header in MMS streams, as per MSDN documentation.
Zhentan Feng [Fri, 13 Aug 2010 17:08:57 +0000 (17:08 +0000)]
Set fixed chunksize for ASF header in MMS streams, as per MSDN documentation.
This fixes playback of at least one MMST stream.

Patch by Zhentan Feng <spyfeng gmail com>.

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

14 years agoFix wrong command prefix for timing test in MMST protocol.
Zhentan Feng [Fri, 13 Aug 2010 17:02:37 +0000 (17:02 +0000)]
Fix wrong command prefix for timing test in MMST protocol.

Patch by Zhentan Feng <spyfeng gmail com>.

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

14 years agoRemove some stray +s in VP8
Jason Garrett-Glaser [Fri, 13 Aug 2010 02:02:07 +0000 (02:02 +0000)]
Remove some stray +s in VP8

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

14 years agoAdd RTP depacketization of MP4A-LATM
Martin Storsjö [Thu, 12 Aug 2010 21:07:17 +0000 (21:07 +0000)]
Add RTP depacketization of MP4A-LATM

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

14 years agoCosmetics: put "{" on the same line of the "struct" keyword in struct
Stefano Sabatini [Thu, 12 Aug 2010 18:20:58 +0000 (18:20 +0000)]
Cosmetics: put "{" on the same line of the "struct" keyword in struct
definitions.

More consistent with the rest of FFmpeg.

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

14 years agoAdd APIchanges entry after the addition of av_get_image_linesize() of
Stefano Sabatini [Thu, 12 Aug 2010 15:09:44 +0000 (15:09 +0000)]
Add APIchanges entry after the addition of av_get_image_linesize() of
r24787.

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

14 years agoDeprecate ff_get_plane_bytewidth() in favor of
Stefano Sabatini [Thu, 12 Aug 2010 15:06:04 +0000 (15:06 +0000)]
Deprecate ff_get_plane_bytewidth() in favor of
av_get_image_linesize().

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

14 years agoImplement av_get_image_linesize() and use it in
Stefano Sabatini [Thu, 12 Aug 2010 15:05:58 +0000 (15:05 +0000)]
Implement av_get_image_linesize() and use it in
ff_get_plane_bytewidth().

The new implementation is more generic, more compact and more correct.

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

14 years agoSend OPTIONS request at a regular basis to standard RTSP servers as well,
Ronald S. Bultje [Thu, 12 Aug 2010 13:39:38 +0000 (13:39 +0000)]
Send OPTIONS request at a regular basis to standard RTSP servers as well,
this prevents a time-out which closes the TCP connection and kills our
session.

see "Re: [FFmpeg-devel] [PATCH] rtsp.c: keep-alive" thread on mailinglist.

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

14 years agoAdd another missing file from r24799.
Ronald S. Bultje [Thu, 12 Aug 2010 02:01:33 +0000 (02:01 +0000)]
Add another missing file from r24799.

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

14 years agoVP5/6/8: ~7% faster arithmetic decoding
Jason Garrett-Glaser [Thu, 12 Aug 2010 01:11:32 +0000 (01:11 +0000)]
VP5/6/8: ~7% faster arithmetic decoding
Grab from the bitstream in 16-bit chunks instead of 8-bit chunks.
TODO: grab in 32-bit chunks on 64-bit systems.

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

14 years agoFix segv when stream copy and validate_tag fails, st->codec->codec is not set
Baptiste Coudurier [Thu, 12 Aug 2010 00:35:19 +0000 (00:35 +0000)]
Fix segv when stream copy and validate_tag fails, st->codec->codec is not set

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