]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/log
frescor/ffmpeg.git
15 years agoRemove unused and invalid code from ffmpeg.c.
stefano [Sun, 5 Oct 2008 17:26:09 +0000 (17:26 +0000)]
Remove unused and invalid code from ffmpeg.c.

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

15 years agoUse a for() instead of triplicating code.
vitor [Sun, 5 Oct 2008 16:33:43 +0000 (16:33 +0000)]
Use a for() instead of triplicating code.

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

15 years agoRegister RV-[34] block specific feature for long future loop filter
kostya [Sun, 5 Oct 2008 16:11:12 +0000 (16:11 +0000)]
Register RV-[34] block specific feature for long future loop filter

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

15 years agoFactorize duplicate table reading code.
vitor [Sun, 5 Oct 2008 14:36:10 +0000 (14:36 +0000)]
Factorize duplicate table reading code.

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

15 years agoDocument the preset files system.
stefano [Sun, 5 Oct 2008 09:45:54 +0000 (09:45 +0000)]
Document the preset files system.

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

15 years ago10l, fix amrwb sample rate
bcoudurier [Sat, 4 Oct 2008 23:30:35 +0000 (23:30 +0000)]
10l, fix amrwb sample rate

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

15 years agomatroskaenc: correct muxing of ASS packets
aurel [Sat, 4 Oct 2008 22:57:56 +0000 (22:57 +0000)]
matroskaenc: correct muxing of ASS packets
 - split packets to store one ASS event line per Matroska block
 - reformat ASS events to Matroska modified format
 - extract display duration for ASS events to store as Matroska block duration

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

15 years agomatroskaenc: use correct EBML ID for block duration
aurel [Sat, 4 Oct 2008 22:47:10 +0000 (22:47 +0000)]
matroskaenc: use correct EBML ID for block duration

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

15 years agomatroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size()
aurel [Sat, 4 Oct 2008 22:44:50 +0000 (22:44 +0000)]
matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size()

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

15 years agomatroskaenc: remove useless mkv_block_size() function
aurel [Sat, 4 Oct 2008 22:41:58 +0000 (22:41 +0000)]
matroskaenc: remove useless mkv_block_size() function

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

15 years agoFavor even chunk sizes in ambiguous cases.
michael [Sat, 4 Oct 2008 22:26:43 +0000 (22:26 +0000)]
Favor even chunk sizes in ambiguous cases.
Fixes transcode_069_produces_uneven_chunk_size.avi.

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

15 years agoFactorize stream id parsing.
michael [Sat, 4 Oct 2008 21:57:01 +0000 (21:57 +0000)]
Factorize stream id parsing.

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

15 years agoMake size variables in dyn_buf_write unsigned so gcc will not optimize the
reimar [Sat, 4 Oct 2008 21:11:58 +0000 (21:11 +0000)]
Make size variables in dyn_buf_write unsigned so gcc will not optimize the
check away (due to assuming signed overflows do not happen).

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

15 years agoMerge variable declaration and export.
diego [Sat, 4 Oct 2008 17:11:54 +0000 (17:11 +0000)]
Merge variable declaration and export.

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

15 years agoDeclare ff_pw_53 and ff_pw_18 as assembler constants.
gpoirier [Sat, 4 Oct 2008 16:48:07 +0000 (16:48 +0000)]
Declare ff_pw_53 and ff_pw_18 as assembler constants.
Patch by Diego 'Flameeyes' Petten

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

15 years agoFix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail com.
diego [Sat, 4 Oct 2008 11:20:02 +0000 (11:20 +0000)]
Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail com.

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

15 years agoMove VP3 loop filter to DSPContext
conrad [Sat, 4 Oct 2008 10:26:17 +0000 (10:26 +0000)]
Move VP3 loop filter to DSPContext

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

15 years agoMark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego Pettenò
lu_zero [Sat, 4 Oct 2008 09:43:11 +0000 (09:43 +0000)]
Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego Pettenò

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

15 years agoMark ff_div6 and ff_rem6 static inh264.c . Patch by Diego Pettenò
lu_zero [Sat, 4 Oct 2008 09:36:35 +0000 (09:36 +0000)]
Mark ff_div6 and ff_rem6 static inh264.c . Patch by Diego Pettenò

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

15 years agoMark list heads static. Patch by Diego Pettenò
lu_zero [Sat, 4 Oct 2008 09:29:31 +0000 (09:29 +0000)]
Mark list heads static. Patch by Diego Pettenò

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

15 years agoMark print_all_lib_versions() static in cmdutils.c . Patch by Diego Pettenò
lu_zero [Sat, 4 Oct 2008 09:25:39 +0000 (09:25 +0000)]
Mark print_all_lib_versions() static in cmdutils.c . Patch by Diego Pettenò

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

15 years agoMark ffplay internal variables static. Patch by Diego Pettenò
lu_zero [Sat, 4 Oct 2008 09:23:18 +0000 (09:23 +0000)]
Mark ffplay internal variables static. Patch by Diego Pettenò

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

15 years agoReindent after r15544.
rbultje [Sat, 4 Oct 2008 04:19:46 +0000 (04:19 +0000)]
Reindent after r15544.

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

15 years agoImplement RDTDemuxContext, which contains RDT-specific data (similar to
rbultje [Sat, 4 Oct 2008 04:19:15 +0000 (04:19 +0000)]
Implement RDTDemuxContext, which contains RDT-specific data (similar to
RTPDemuxContext for RTP) for these streams where the transport protocol
is RDT (as served by Realmedia servers).

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

15 years agoMake RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport)
rbultje [Sat, 4 Oct 2008 04:17:59 +0000 (04:17 +0000)]
Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport)
and making its type a void pointer. See discussion in "RDT/Realmedia patches
#2" thread on ML.

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

15 years agoRemove access into RTPDemuxContext in rtsp.c, which allows making it opaque
rbultje [Sat, 4 Oct 2008 04:16:44 +0000 (04:16 +0000)]
Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque
(and thus preparing for the introduction of RDTDemuxContext) in a next patch.
See discussion in "RDT/Realmedia patches #2" thread on ML.

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

15 years agoChange function prototype of RTPDynamicPayloadHandler.parse_packet() to
rbultje [Sat, 4 Oct 2008 04:15:06 +0000 (04:15 +0000)]
Change function prototype of RTPDynamicPayloadHandler.parse_packet() to
not use RTPDemuxContext, but rather take a pointer to the payload context
directly. This allows using payload handlers regardless over the transport
over which they were sent, and prepares for the introduction of a future
RDTDemuxContext. See discussion in "RDT/Realmedia patches #2" thread on ML.

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

15 years agoRename RTP payload contexts to PayloadContext, suggested by Luca in
rbultje [Sat, 4 Oct 2008 04:11:12 +0000 (04:11 +0000)]
Rename RTP payload contexts to PayloadContext, suggested by Luca in
"RDT/Realmedia patches #2" thread on ML.

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

15 years ago100l forgot return type.
michael [Sat, 4 Oct 2008 01:11:04 +0000 (01:11 +0000)]
100l forgot return type.

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

15 years agoFix indention of NAL type enum.
michael [Sat, 4 Oct 2008 01:08:48 +0000 (01:08 +0000)]
Fix indention of NAL type enum.

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

15 years agoff_parse_close() is not the correct function for H264Context.
michael [Fri, 3 Oct 2008 23:08:52 +0000 (23:08 +0000)]
ff_parse_close() is not the correct function for H264Context.

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

15 years agoset sample rate for amr to allow stream copy since no decoder is present,
bcoudurier [Fri, 3 Oct 2008 19:37:41 +0000 (19:37 +0000)]
set sample rate for amr to allow stream copy since no decoder is present,
3gp does not store sample rate in stsd in fact. Fixes #674.

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

15 years agoFFmpeg is not made for bats: Fix 22050Hz vs. 22050kHz typo.
diego [Fri, 3 Oct 2008 19:14:48 +0000 (19:14 +0000)]
FFmpeg is not made for bats: Fix 22050Hz vs. 22050kHz typo.

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

15 years agoMove nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h.
michael [Fri, 3 Oct 2008 13:30:19 +0000 (13:30 +0000)]
Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h.

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

15 years agoRemove offset_t typedef and use int64_t directly instead.
diego [Fri, 3 Oct 2008 10:16:29 +0000 (10:16 +0000)]
Remove offset_t typedef and use int64_t directly instead.
The name offset_t is easily confused with the standard off_t type and
*_t is POSIX reserved namespace if any POSIX header is included.

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

15 years agoStop Sun Studio from issuing a warning during configure when passed
diego [Fri, 3 Oct 2008 00:19:05 +0000 (00:19 +0000)]
Stop Sun Studio from issuing a warning during configure when passed
the --version option.
patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com

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

15 years agoMake sure strcasecmp() is declared.
diego [Fri, 3 Oct 2008 00:16:19 +0000 (00:16 +0000)]
Make sure strcasecmp() is declared.
On recent glibc versions strings.h is not included by default, so the compiler
will issue a warning for implicit declaration of strcasecmp().
patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com

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

15 years agoatrac3dec: cosmetics: indentation
aurel [Thu, 2 Oct 2008 21:17:33 +0000 (21:17 +0000)]
atrac3dec: cosmetics: indentation

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

15 years agomatroskadec: cosmetics: indentation
aurel [Thu, 2 Oct 2008 21:15:48 +0000 (21:15 +0000)]
matroskadec: cosmetics: indentation

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

15 years agomatroskadec: don't merge packets which have no timestamp
aurel [Thu, 2 Oct 2008 21:14:56 +0000 (21:14 +0000)]
matroskadec: don't merge packets which have no timestamp

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

15 years agoUse __typeof__ instead of GCC-specific typeof keyword.
gpoirier [Thu, 2 Oct 2008 20:01:13 +0000 (20:01 +0000)]
Use __typeof__ instead of GCC-specific typeof keyword.
The typeof keyword is disabled by default when building with -std=c99
as it's a GNU extension.
ICC supports the __typeof__ keyword as well as typeof.

Patch by Diego 'Flameeyes' Pettenò %flameeyes A gmail P com%

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

15 years agofix warning reported by Intel C compiler:
gpoirier [Thu, 2 Oct 2008 19:24:26 +0000 (19:24 +0000)]
fix warning reported by Intel C compiler:
libavcodec/h264_parser.c(77): warning #589: transfer of control
bypasses initialization of:
           variable "v" (declared at line 58)
                 goto found;
This new form also improves readability.

Patch by Diego 'Flameeyes' Pettenò %flameeyes A gmail P com%

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

15 years agoIntel C compiler warns on this assignment in this if(), probably
gpoirier [Thu, 2 Oct 2008 19:20:11 +0000 (19:20 +0000)]
Intel C compiler warns on this assignment in this if(), probably
because it's being assigned as a constant. To avoid a spurious warning,
split it into two instructions, which should also make it more logical
once the FIXME is resolved.
patch by Diego 'Flameeyes' Pettenò %flameeyes A gmail P com%

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

15 years agoRemove duplicate "double" qualifier for *matrix.
gpoirier [Thu, 2 Oct 2008 19:09:56 +0000 (19:09 +0000)]
Remove duplicate "double" qualifier for *matrix.
This silences out a warning when compiling with Intel C Compiler.
Patch by Diego 'Flameeyes' Pettenò %flameeyes A gmail P com%

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

15 years agox264 has removed the b-rdo and bime options, and instead integrated
gpoirier [Thu, 2 Oct 2008 19:05:35 +0000 (19:05 +0000)]
x264 has removed the b-rdo and bime options, and instead integrated
them into the subme number to attempt to reduce the number of
unnecessary options.  subme now scales up to 9.
Patch by Jason Garett-Glaser %darkshikari A gmail P com%

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

15 years agoMinGW runtime 3.15 has a wrapper for usleep().
ramiro [Thu, 2 Oct 2008 17:43:27 +0000 (17:43 +0000)]
MinGW runtime 3.15 has a wrapper for usleep().

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

15 years agoSpecify minimum version for some MinGW packages.
ramiro [Thu, 2 Oct 2008 17:39:30 +0000 (17:39 +0000)]
Specify minimum version for some MinGW packages.

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

15 years agoUse M_PI from libavutil/mathematics.h instead of defining PI ourselves
reimar [Thu, 2 Oct 2008 16:29:15 +0000 (16:29 +0000)]
Use M_PI from libavutil/mathematics.h instead of defining PI ourselves
in libavcodec/apiexample.c.

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

15 years agoMake 8svx codec context table pointer const to match the type of the
reimar [Thu, 2 Oct 2008 16:29:06 +0000 (16:29 +0000)]
Make 8svx codec context table pointer const to match the type of the
array.

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

15 years agospelling cosmetics
diego [Thu, 2 Oct 2008 16:28:58 +0000 (16:28 +0000)]
spelling cosmetics

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

15 years agoUse enum typers instead of int.
benoit [Thu, 2 Oct 2008 16:03:00 +0000 (16:03 +0000)]
Use enum typers instead of int.
Patch by Diego 'Flameeyes' Pettenò: flameeyes gmail

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

15 years agoRemove useless cyuv_decode_end function
reimar [Thu, 2 Oct 2008 15:52:12 +0000 (15:52 +0000)]
Remove useless cyuv_decode_end function

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

15 years agoAdd (additional) const to many global tables.
reimar [Thu, 2 Oct 2008 15:52:04 +0000 (15:52 +0000)]
Add (additional) const to many global tables.

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

15 years agoUse "static const" instead of "const static"
reimar [Thu, 2 Oct 2008 15:51:44 +0000 (15:51 +0000)]
Use "static const" instead of "const static"

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

15 years agocosmetics: Change comment style for consistency.
diego [Thu, 2 Oct 2008 15:50:24 +0000 (15:50 +0000)]
cosmetics: Change comment style for consistency.

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

15 years agoUpdate copyright years.
diego [Thu, 2 Oct 2008 15:44:59 +0000 (15:44 +0000)]
Update copyright years.

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

15 years agoGlobally set LC_ALL=C to prevent locale issues from breaking tests.
diego [Thu, 2 Oct 2008 15:44:24 +0000 (15:44 +0000)]
Globally set LC_ALL=C to prevent locale issues from breaking tests.

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

15 years agoRename some variables and add some comments to try to be a bit more clear.
benoit [Thu, 2 Oct 2008 15:27:13 +0000 (15:27 +0000)]
Rename some variables and add some comments to try to be a bit more clear.

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

15 years agoAllow using DECLARE_ALIGNED with Sun cc.
cehoyos [Thu, 2 Oct 2008 10:47:05 +0000 (10:47 +0000)]
Allow using DECLARE_ALIGNED with Sun cc.

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

15 years agoRename copy_picture to ff_copy_picture.
cehoyos [Thu, 2 Oct 2008 00:27:09 +0000 (00:27 +0000)]
Rename copy_picture to ff_copy_picture.

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

15 years agoFix memleak for currupt input.
cehoyos [Wed, 1 Oct 2008 21:47:49 +0000 (21:47 +0000)]
Fix memleak for currupt input.

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

15 years agocosmetics, remove useless spaces
bcoudurier [Wed, 1 Oct 2008 20:45:06 +0000 (20:45 +0000)]
cosmetics, remove useless spaces

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

15 years agoCosmetics: reindent
conrad [Wed, 1 Oct 2008 14:48:54 +0000 (14:48 +0000)]
Cosmetics: reindent

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

15 years agoUnneeded else
conrad [Wed, 1 Oct 2008 14:48:35 +0000 (14:48 +0000)]
Unneeded else

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

15 years agoUnneeded braces
conrad [Wed, 1 Oct 2008 14:48:16 +0000 (14:48 +0000)]
Unneeded braces

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

15 years agoReturn if unpacking motion vectors for a keyframe
conrad [Wed, 1 Oct 2008 14:48:00 +0000 (14:48 +0000)]
Return if unpacking motion vectors for a keyframe

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

15 years agoCosmetics: indentation
conrad [Wed, 1 Oct 2008 14:44:30 +0000 (14:44 +0000)]
Cosmetics: indentation

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

15 years agoVisible width/height fields were added in Theora 3.2
conrad [Wed, 1 Oct 2008 14:43:08 +0000 (14:43 +0000)]
Visible width/height fields were added in Theora 3.2

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

15 years agofilter_limit_values only needs 7 bits, make its tables smaller
conrad [Wed, 1 Oct 2008 14:40:29 +0000 (14:40 +0000)]
filter_limit_values only needs 7 bits, make its tables smaller

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

15 years agoFix indentation.
benoit [Wed, 1 Oct 2008 12:48:26 +0000 (12:48 +0000)]
Fix indentation.

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

15 years agoUse parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcoding
rbultje [Wed, 1 Oct 2008 12:38:41 +0000 (12:38 +0000)]
Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcoding
the use of rdt_parse_packet(). See "RDT/Realmedia patches #2" thread on ML.

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

15 years agoThis patch refactors RDT packet header parsing so that it can be used in
rbultje [Wed, 1 Oct 2008 12:37:07 +0000 (12:37 +0000)]
This patch refactors RDT packet header parsing so that it can be used in
rtsp.c to detect the ID of the packet source also in case of TCP streams.
This allows proper playback of RDT streams with multiple stream types, e.g.
audio + video. Accepted by LucaB in "RDT/Realmedia patches #2" thread on ML.

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

15 years agoRemove useless context variable.
benoit [Wed, 1 Oct 2008 08:29:19 +0000 (08:29 +0000)]
Remove useless context variable.

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

15 years agoMerge declaration and assignment.
benoit [Wed, 1 Oct 2008 08:27:37 +0000 (08:27 +0000)]
Merge declaration and assignment.

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

15 years agoInterleaved forward/backward channels processing in order to increase chances
benoit [Wed, 1 Oct 2008 07:28:34 +0000 (07:28 +0000)]
Interleaved forward/backward channels processing in order to increase chances
of stepping on already cached data for the cores with extremely small data
cache.
Patch by Siarhei Siamashka: name dot surname at gmail

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

15 years agoCosmetics: indentation
conrad [Tue, 30 Sep 2008 19:51:02 +0000 (19:51 +0000)]
Cosmetics: indentation

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

15 years agoMerge (vp3|theora)_calculate_pixel_addresses
conrad [Tue, 30 Sep 2008 19:50:43 +0000 (19:50 +0000)]
Merge (vp3|theora)_calculate_pixel_addresses

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

15 years agoMissed hunks of last commit
conrad [Tue, 30 Sep 2008 19:22:20 +0000 (19:22 +0000)]
Missed hunks of last commit

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

15 years agoRemove unused vp3 debugging info
conrad [Tue, 30 Sep 2008 19:18:22 +0000 (19:18 +0000)]
Remove unused vp3 debugging info

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

15 years agoMove iv_decode_frame function to remove a forward declaration.
benoit [Tue, 30 Sep 2008 14:43:55 +0000 (14:43 +0000)]
Move iv_decode_frame function to remove a forward declaration.

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

15 years agoRemove useless lines.
benoit [Tue, 30 Sep 2008 14:41:11 +0000 (14:41 +0000)]
Remove useless lines.

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

15 years agoReindent whole file.
benoit [Tue, 30 Sep 2008 14:22:10 +0000 (14:22 +0000)]
Reindent whole file.

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

15 years agoReindent after previous patches.
rbultje [Tue, 30 Sep 2008 13:27:19 +0000 (13:27 +0000)]
Reindent after previous patches.

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

15 years agoImplement a RTSPTransport field, which allows proper separation of server
rbultje [Tue, 30 Sep 2008 13:26:20 +0000 (13:26 +0000)]
Implement a RTSPTransport field, which allows proper separation of server
types and their non-standard extensions, and the data they serve. Practically,
this patch allows Real servers to serve normal non-RDT (standard RTP) data.
See discussion on ML in "Realmedia patch" thread.

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

15 years agoRemove access to rdt_data struct in functions called outside of the
rbultje [Tue, 30 Sep 2008 13:23:33 +0000 (13:23 +0000)]
Remove access to rdt_data struct in functions called outside of the
DynamicProtocol* context. Doing so could lead to problems if we're accessing
Real servers serving non-RDT data (or the other way around). Temporarily,
this patch adds a _subscribe2() function which will soon be removed in one
of the subsequent commits. OK'ed by Luca in "Realmedia patch" thread on ML.

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

15 years agoSend improper UDP SETUP request, which is what Realmedia servers expect.
rbultje [Tue, 30 Sep 2008 13:20:23 +0000 (13:20 +0000)]
Send improper UDP SETUP request, which is what Realmedia servers expect.
See discussion on ML in "Realmedia patch" thread.

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

15 years agoRename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us
rbultje [Tue, 30 Sep 2008 13:18:41 +0000 (13:18 +0000)]
Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us
that it only describes the lower-level transport (TCP vs. UDP) and not the
actual data layout (e.g. RDT vs. RTP). See discussion in "Realmedia patch"
thread on ML.

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

15 years agoIndent.
benoit [Tue, 30 Sep 2008 11:55:40 +0000 (11:55 +0000)]
Indent.

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

15 years agoSimplify iv_free_func().
benoit [Tue, 30 Sep 2008 11:55:20 +0000 (11:55 +0000)]
Simplify iv_free_func().

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

15 years agoMove allocated buffer out of YUV buffer structure.
benoit [Tue, 30 Sep 2008 11:51:44 +0000 (11:51 +0000)]
Move allocated buffer out of YUV buffer structure.

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

15 years agoRemove useless initializations.
benoit [Tue, 30 Sep 2008 11:46:37 +0000 (11:46 +0000)]
Remove useless initializations.

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

15 years agoCheck allocations on init.
benoit [Tue, 30 Sep 2008 09:54:13 +0000 (09:54 +0000)]
Check allocations on init.

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

15 years agoRemove useless test.
benoit [Tue, 30 Sep 2008 09:41:04 +0000 (09:41 +0000)]
Remove useless test.

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

15 years agoCosmetics
benoit [Tue, 30 Sep 2008 09:35:53 +0000 (09:35 +0000)]
Cosmetics

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

15 years agouse uint8_t instead of unsigned char
benoit [Tue, 30 Sep 2008 09:32:14 +0000 (09:32 +0000)]
use uint8_t instead of unsigned char

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

15 years agoCorrector type fits in 8 bits.
benoit [Tue, 30 Sep 2008 09:26:49 +0000 (09:26 +0000)]
Corrector type fits in 8 bits.

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

15 years agoRemove useless casts and use variable instead of its type in sizeof.
benoit [Tue, 30 Sep 2008 09:08:27 +0000 (09:08 +0000)]
Remove useless casts and use variable instead of its type in sizeof.

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

15 years agoChange table types to uint8_t
benoit [Tue, 30 Sep 2008 09:05:34 +0000 (09:05 +0000)]
Change table types to uint8_t

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

15 years agoDowngrade severity of leftover bits in header packets, and don't check for the commen...
conrad [Tue, 30 Sep 2008 04:18:22 +0000 (04:18 +0000)]
Downgrade severity of leftover bits in header packets, and don't check for the comment header

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

15 years agosupport negative ctts in some way, unset wrong dts
bcoudurier [Tue, 30 Sep 2008 02:44:57 +0000 (02:44 +0000)]
support negative ctts in some way, unset wrong dts

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