]> git.sesse.net Git - ffmpeg/log
ffmpeg
15 years agoDeclare ff_vp3_idct_data to be uint16_t
David Conrad [Sun, 31 Aug 2008 07:05:29 +0000 (07:05 +0000)]
Declare ff_vp3_idct_data to be uint16_t

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

15 years agoDon't declare SSE vp3 idct data static, so it can be used in the mmx version
David Conrad [Sun, 31 Aug 2008 07:05:08 +0000 (07:05 +0000)]
Don't declare SSE vp3 idct data static, so it can be used in the mmx version

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

15 years agodo no write multi descriptor when only one track is present
Baptiste Coudurier [Sun, 31 Aug 2008 04:35:09 +0000 (04:35 +0000)]
do no write multi descriptor when only one track is present

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

15 years agofactorize
Baptiste Coudurier [Sun, 31 Aug 2008 04:26:12 +0000 (04:26 +0000)]
factorize

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

15 years agoremove mxf_build_structural_metadata, simplify
Baptiste Coudurier [Sun, 31 Aug 2008 04:25:39 +0000 (04:25 +0000)]
remove mxf_build_structural_metadata, simplify

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

15 years agomove mxf_write_package to permit function merge
Baptiste Coudurier [Sun, 31 Aug 2008 04:24:00 +0000 (04:24 +0000)]
move mxf_write_package to permit function merge

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

15 years agocosmetics, Pair -> Entry
Baptiste Coudurier [Sun, 31 Aug 2008 04:20:47 +0000 (04:20 +0000)]
cosmetics, Pair -> Entry

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

15 years agostore index in table in MXFStreamContext, simplify
Baptiste Coudurier [Sun, 31 Aug 2008 04:13:44 +0000 (04:13 +0000)]
store index in table in MXFStreamContext, simplify

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

15 years agomerge descriptor write table with essence container uls table and simplify
Baptiste Coudurier [Sun, 31 Aug 2008 04:07:41 +0000 (04:07 +0000)]
merge descriptor write table with essence container uls table and simplify

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

15 years agofix type in prototype
Baptiste Coudurier [Sun, 31 Aug 2008 03:45:00 +0000 (03:45 +0000)]
fix type in prototype

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

15 years agoremove header_byte_count_offset from context
Baptiste Coudurier [Sun, 31 Aug 2008 03:42:05 +0000 (03:42 +0000)]
remove header_byte_count_offset from context

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

15 years agosimplify and correctly rewrite metadata in header partition, mark it closed complete
Baptiste Coudurier [Sun, 31 Aug 2008 03:36:25 +0000 (03:36 +0000)]
simplify and correctly rewrite metadata in header partition, mark it closed complete

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

15 years agosimplify current partition offset
Baptiste Coudurier [Sun, 31 Aug 2008 03:20:41 +0000 (03:20 +0000)]
simplify current partition offset

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

15 years agoImplement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch"
Ronald S. Bultje [Sun, 31 Aug 2008 03:12:13 +0000 (03:12 +0000)]
Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch"
thread on mailinglist for discussion. This patch also implements a
RTSPServerType enum, which allows the RTSP to keep track of what kind of a
stream we're handling: standard-compliant RTP or a proprietary derivative.
This will be used in subsequent patches to implement more Realmedia-specific
extensions required to receive and parse data coming from a Realmedia server.

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

15 years agoturn on E-AC-3 decoding support and update the Changelog
Justin Ruggles [Sun, 31 Aug 2008 03:08:18 +0000 (03:08 +0000)]
turn on E-AC-3 decoding support and update the Changelog

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

15 years agoheader partition is open incomplete for now
Baptiste Coudurier [Sun, 31 Aug 2008 03:06:38 +0000 (03:06 +0000)]
header partition is open incomplete for now

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

15 years agosimplify code and comment regarding determination whether or not AHT is used.
Justin Ruggles [Sun, 31 Aug 2008 03:01:56 +0000 (03:01 +0000)]
simplify code and comment regarding determination whether or not AHT is used.

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

15 years agoalways write footer partition according to specs
Baptiste Coudurier [Sun, 31 Aug 2008 03:01:07 +0000 (03:01 +0000)]
always write footer partition according to specs

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

15 years agouse correct table name
Justin Ruggles [Sun, 31 Aug 2008 02:58:21 +0000 (02:58 +0000)]
use correct table name

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

15 years ago10l fix mxf_get_essence_container_ul
Baptiste Coudurier [Sun, 31 Aug 2008 02:55:13 +0000 (02:55 +0000)]
10l fix mxf_get_essence_container_ul

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

15 years agocosmetics, mux_write -> mxf_write
Baptiste Coudurier [Sun, 31 Aug 2008 02:50:25 +0000 (02:50 +0000)]
cosmetics, mux_write -> mxf_write

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

15 years agocorrectly set track duration
Baptiste Coudurier [Sun, 31 Aug 2008 02:49:40 +0000 (02:49 +0000)]
correctly set track duration

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

15 years agoset duration to distinguished value
Baptiste Coudurier [Sun, 31 Aug 2008 02:46:50 +0000 (02:46 +0000)]
set duration to distinguished value

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

15 years agocorrectly write codec ul, mpeg-2 needs profile and level to be set
Baptiste Coudurier [Sun, 31 Aug 2008 02:41:31 +0000 (02:41 +0000)]
correctly write codec ul, mpeg-2 needs profile and level to be set

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

15 years agoMisc cosmetics in compute_lpc_coefs(): braces removal and empty lines
Vitor Sessak [Sun, 31 Aug 2008 02:39:55 +0000 (02:39 +0000)]
Misc cosmetics in compute_lpc_coefs(): braces removal and empty lines

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

15 years agoskip converter exponent strategy for all channels at once
Justin Ruggles [Sun, 31 Aug 2008 02:38:38 +0000 (02:38 +0000)]
skip converter exponent strategy for all channels at once

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

15 years agoRemove useless var in compute_lpc_coefs()
Vitor Sessak [Sun, 31 Aug 2008 02:37:04 +0000 (02:37 +0000)]
Remove useless var in compute_lpc_coefs()

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

15 years agomerge declaration and init. variable is not used outside the loop.
Justin Ruggles [Sun, 31 Aug 2008 02:35:58 +0000 (02:35 +0000)]
merge declaration and init. variable is not used outside the loop.

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

15 years agocosmetics: indentation
Justin Ruggles [Sun, 31 Aug 2008 02:32:08 +0000 (02:32 +0000)]
cosmetics: indentation

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

15 years agoMerge declaration and initialization of a few vars in compute_lpc_coefs()
Vitor Sessak [Sun, 31 Aug 2008 02:31:05 +0000 (02:31 +0000)]
Merge declaration and initialization of a few vars in compute_lpc_coefs()

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

15 years agocommit more OKed parts of the E-AC-3 decoder
Justin Ruggles [Sun, 31 Aug 2008 02:30:09 +0000 (02:30 +0000)]
commit more OKed parts of the E-AC-3 decoder

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

15 years agosimplify, pass AVStream directly instead of index
Baptiste Coudurier [Sun, 31 Aug 2008 01:48:02 +0000 (01:48 +0000)]
simplify, pass AVStream directly instead of index

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

15 years agocosmetics, whitespace
Baptiste Coudurier [Sun, 31 Aug 2008 01:44:45 +0000 (01:44 +0000)]
cosmetics, whitespace

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

15 years agoremove now useless track_number_sign
Baptiste Coudurier [Sun, 31 Aug 2008 01:41:10 +0000 (01:41 +0000)]
remove now useless track_number_sign

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

15 years agoput back mxf_essence_container_uls in demuxer as static const
Baptiste Coudurier [Sun, 31 Aug 2008 01:39:42 +0000 (01:39 +0000)]
put back mxf_essence_container_uls in demuxer as static const

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

15 years agoremove now useless mxf_essence_element_key array
Baptiste Coudurier [Sun, 31 Aug 2008 01:37:14 +0000 (01:37 +0000)]
remove now useless mxf_essence_element_key array

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

15 years agofix track number ul in primer pack
Baptiste Coudurier [Sun, 31 Aug 2008 01:34:26 +0000 (01:34 +0000)]
fix track number ul in primer pack

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

15 years agointroduce MXFContainerEssencePair to associate essence element key and
Baptiste Coudurier [Sun, 31 Aug 2008 01:33:28 +0000 (01:33 +0000)]
introduce MXFContainerEssencePair to associate essence element key and
essence container easily and compute essence element key in write_header

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

15 years agocosmetics
Baptiste Coudurier [Sun, 31 Aug 2008 00:40:11 +0000 (00:40 +0000)]
cosmetics

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

15 years agoreplace sizeof(type) by sizeof *ptr
Baptiste Coudurier [Sun, 31 Aug 2008 00:39:34 +0000 (00:39 +0000)]
replace sizeof(type) by sizeof *ptr

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

15 years agomerge declaration and init
Baptiste Coudurier [Sun, 31 Aug 2008 00:36:30 +0000 (00:36 +0000)]
merge declaration and init

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

15 years agoreindent
Baptiste Coudurier [Sun, 31 Aug 2008 00:28:51 +0000 (00:28 +0000)]
reindent

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

15 years agosimplify mxf_write_essence_container_refs
Baptiste Coudurier [Sun, 31 Aug 2008 00:28:36 +0000 (00:28 +0000)]
simplify mxf_write_essence_container_refs

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

15 years agofactorize
Baptiste Coudurier [Sun, 31 Aug 2008 00:26:54 +0000 (00:26 +0000)]
factorize

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

15 years agochange [0] to *
Baptiste Coudurier [Sun, 31 Aug 2008 00:25:19 +0000 (00:25 +0000)]
change [0] to *

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

15 years agocompute essence containers in mxf_write_header, this simplifies the code
Baptiste Coudurier [Sun, 31 Aug 2008 00:23:38 +0000 (00:23 +0000)]
compute essence containers in mxf_write_header, this simplifies the code

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

15 years agoget essence container ul in header and set it per track, check for unsupported codec
Baptiste Coudurier [Sat, 30 Aug 2008 23:54:24 +0000 (23:54 +0000)]
get essence container ul in header and set it per track, check for unsupported codec

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

15 years agomove per track code in mxf_write_header to be able to check for unsupported configuration
Baptiste Coudurier [Sat, 30 Aug 2008 23:47:58 +0000 (23:47 +0000)]
move per track code in mxf_write_header to be able to check for unsupported configuration

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

15 years agorename variable
Baptiste Coudurier [Sat, 30 Aug 2008 23:43:14 +0000 (23:43 +0000)]
rename variable

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

15 years agocommit more OKed parts of the E-AC-3 decoder
Justin Ruggles [Sat, 30 Aug 2008 23:19:23 +0000 (23:19 +0000)]
commit more OKed parts of the E-AC-3 decoder

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

15 years agocommit more OKed parts of the E-AC-3 decoder
Justin Ruggles [Sat, 30 Aug 2008 23:13:10 +0000 (23:13 +0000)]
commit more OKed parts of the E-AC-3 decoder

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

15 years agofix typos
Baptiste Coudurier [Sat, 30 Aug 2008 23:05:42 +0000 (23:05 +0000)]
fix typos

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

15 years agocosmetics: header -> generic
Baptiste Coudurier [Sat, 30 Aug 2008 23:02:59 +0000 (23:02 +0000)]
cosmetics: header -> generic

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

15 years agocosmetics, remove useless braces, move comments where appropriate, remove whitespaces
Baptiste Coudurier [Sat, 30 Aug 2008 22:58:49 +0000 (22:58 +0000)]
cosmetics, remove useless braces, move comments where appropriate, remove whitespaces

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

15 years agocosmetics
Baptiste Coudurier [Sat, 30 Aug 2008 22:45:49 +0000 (22:45 +0000)]
cosmetics

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

15 years agosimplify, and factorize
Baptiste Coudurier [Sat, 30 Aug 2008 22:45:32 +0000 (22:45 +0000)]
simplify, and factorize

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

15 years agoonly put version in tag
Baptiste Coudurier [Sat, 30 Aug 2008 22:41:01 +0000 (22:41 +0000)]
only put version in tag

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

15 years agosimplify
Baptiste Coudurier [Sat, 30 Aug 2008 22:38:59 +0000 (22:38 +0000)]
simplify

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

15 years agoalways write required version string local tag
Baptiste Coudurier [Sat, 30 Aug 2008 22:37:19 +0000 (22:37 +0000)]
always write required version string local tag

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

15 years agointroduce mxf_write_local_tag_utf16 and factorize
Baptiste Coudurier [Sat, 30 Aug 2008 22:32:23 +0000 (22:32 +0000)]
introduce mxf_write_local_tag_utf16 and factorize

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

15 years agouse strlen and do not write useless trailing 0 according to specs
Baptiste Coudurier [Sat, 30 Aug 2008 22:24:19 +0000 (22:24 +0000)]
use strlen and do not write useless trailing 0 according to specs

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

15 years agowrite strings as utf16be
Baptiste Coudurier [Sat, 30 Aug 2008 22:23:11 +0000 (22:23 +0000)]
write strings as utf16be

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

15 years agoFix lossless jpeg encoder to comply to spec and store full redundant
Michael Niedermayer [Sat, 30 Aug 2008 20:39:12 +0000 (20:39 +0000)]
Fix lossless jpeg encoder to comply to spec and store full redundant
residuals, Note this does not change RGB32 as we need to check this
against some decoder that supports it.

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

15 years agoRemove unused dequantization code from SSE VP3 IDCT
David Conrad [Sat, 30 Aug 2008 19:47:47 +0000 (19:47 +0000)]
Remove unused dequantization code from SSE VP3 IDCT

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

15 years agoUse ff_pw_8 in MMX/SSE VP3 IDCT
David Conrad [Sat, 30 Aug 2008 19:41:42 +0000 (19:41 +0000)]
Use ff_pw_8 in MMX/SSE VP3 IDCT

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

15 years agoLet ff_pw_8 be used as an SSE constant
David Conrad [Sat, 30 Aug 2008 19:40:21 +0000 (19:40 +0000)]
Let ff_pw_8 be used as an SSE constant

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

15 years agocosmetics: update comment about dithering
Justin Ruggles [Sat, 30 Aug 2008 17:51:03 +0000 (17:51 +0000)]
cosmetics: update comment about dithering

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

15 years agoRemove the cos_mod table that has become unused after replacing the imdct
Michael Niedermayer [Sat, 30 Aug 2008 11:01:58 +0000 (11:01 +0000)]
Remove the cos_mod table that has become unused after replacing the imdct
by ff_imdct_half().

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

15 years agoReplace obfuscated mdct in qmf_32_subbands() by ff_imdct_half().
Michael Niedermayer [Sat, 30 Aug 2008 10:47:13 +0000 (10:47 +0000)]
Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half().

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

15 years agoGet rid of the 512 sample memmove().
Michael Niedermayer [Sat, 30 Aug 2008 10:41:53 +0000 (10:41 +0000)]
Get rid of the 512 sample memmove().

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

15 years agoAdd missing FFMPEG_ prefix to multiple inclusion guard.
Diego Biurrun [Sat, 30 Aug 2008 07:17:36 +0000 (07:17 +0000)]
Add missing FFMPEG_ prefix to multiple inclusion guard.

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

15 years agoRemove 'currently unused' warning about SAMPLE_FMT_xxx.
Peter Ross [Sat, 30 Aug 2008 04:26:45 +0000 (04:26 +0000)]
Remove 'currently unused' warning about SAMPLE_FMT_xxx.

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

15 years agotimestamps in flv are 32bits _signed_ according to flash player, specs are wrong
Baptiste Coudurier [Sat, 30 Aug 2008 03:07:31 +0000 (03:07 +0000)]
timestamps in flv are 32bits _signed_ according to flash player, specs are wrong

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

15 years agoremove now useless casts
Baptiste Coudurier [Sat, 30 Aug 2008 03:01:59 +0000 (03:01 +0000)]
remove now useless casts

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

15 years agomake has_codec_parameters not returning true when sample_fmt is not set
Baptiste Coudurier [Fri, 29 Aug 2008 22:13:22 +0000 (22:13 +0000)]
make has_codec_parameters not returning true when sample_fmt is not set

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

15 years agoskip empty flv data packets, fix issue #602
Baptiste Coudurier [Fri, 29 Aug 2008 22:10:34 +0000 (22:10 +0000)]
skip empty flv data packets, fix issue #602

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

15 years agofactorize packet skip code
Baptiste Coudurier [Fri, 29 Aug 2008 22:07:01 +0000 (22:07 +0000)]
factorize packet skip code

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

15 years agosimplify size handling code
Baptiste Coudurier [Fri, 29 Aug 2008 22:03:18 +0000 (22:03 +0000)]
simplify size handling code

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

15 years agoOkayed parts of nellymoserenc.c
Bartlomiej Wolowiec [Fri, 29 Aug 2008 21:35:57 +0000 (21:35 +0000)]
Okayed parts of nellymoserenc.c

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

15 years agoRemove useless zeroing of a buffer
Vitor Sessak [Fri, 29 Aug 2008 21:12:30 +0000 (21:12 +0000)]
Remove useless zeroing of a buffer

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

15 years agoFix typo in element type
Robert Swain [Fri, 29 Aug 2008 20:19:23 +0000 (20:19 +0000)]
Fix typo in element type

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

15 years agoRemove unnecessary portion of a condition. This fixes issue607 and avoids
Robert Swain [Fri, 29 Aug 2008 20:18:34 +0000 (20:18 +0000)]
Remove unnecessary portion of a condition. This fixes issue607 and avoids
another unintended bug where channel coupling could have been run on an SCE.

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

15 years agoremove vorbis dec hack, decoding will be done anyway to get frame size
Baptiste Coudurier [Fri, 29 Aug 2008 20:04:28 +0000 (20:04 +0000)]
remove vorbis dec hack, decoding will be done anyway to get frame size

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

15 years agoFix typo.
Stefano Sabatini [Fri, 29 Aug 2008 18:43:20 +0000 (18:43 +0000)]
Fix typo.

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

15 years agoHalf the size of subband_fir_noidea and get rid of memmove & memset of it.
Michael Niedermayer [Fri, 29 Aug 2008 18:37:40 +0000 (18:37 +0000)]
Half the size of subband_fir_noidea and get rid of memmove & memset of it.

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

15 years agoCosmetics: vertical align in print_all_lib_versions().
Stefano Sabatini [Fri, 29 Aug 2008 18:29:45 +0000 (18:29 +0000)]
Cosmetics: vertical align in print_all_lib_versions().

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

15 years agoMake show_version()/show_banner() print the libswscale versions if
Stefano Sabatini [Fri, 29 Aug 2008 18:25:14 +0000 (18:25 +0000)]
Make show_version()/show_banner() print the libswscale versions if
enabled.

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

15 years agoImplement swscale_version().
Stefano Sabatini [Fri, 29 Aug 2008 18:23:54 +0000 (18:23 +0000)]
Implement swscale_version().

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

15 years agoAdd to the ffmpeg manual an example showing how to add streams to the
Stefano Sabatini [Fri, 29 Aug 2008 17:44:42 +0000 (17:44 +0000)]
Add to the ffmpeg manual an example showing how to add streams to the
output.

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

15 years agoMake X264_init() no longer assign avctx->rc_eq to libx264's context.
Stefano Sabatini [Fri, 29 Aug 2008 17:37:32 +0000 (17:37 +0000)]
Make X264_init() no longer assign avctx->rc_eq to libx264's context.
Fix a crash due to X264_init() setting the libx264 rc_eq field to NULL
when rc_eq was not defined. As a consequence rc_eq can no longer be
manually specified and passed to libx264, but this option is going to
be removed from the libx264 public API anyway.

See the thread: "Fix crash in libx264 when rc_eq is not set".

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

15 years agospeex in flv demuxing
Baptiste Coudurier [Fri, 29 Aug 2008 17:06:35 +0000 (17:06 +0000)]
speex in flv demuxing

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

15 years agocosmetics, typos, case
Baptiste Coudurier [Fri, 29 Aug 2008 17:04:18 +0000 (17:04 +0000)]
cosmetics, typos, case

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

15 years agocosmetics
Baptiste Coudurier [Fri, 29 Aug 2008 16:56:57 +0000 (16:56 +0000)]
cosmetics

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

15 years agofix version string ul
Baptiste Coudurier [Fri, 29 Aug 2008 16:56:36 +0000 (16:56 +0000)]
fix version string ul

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

15 years agoMove t1 and t2 declaration from the QMF code closer to where they are used.
Michael Niedermayer [Fri, 29 Aug 2008 14:53:07 +0000 (14:53 +0000)]
Move t1 and t2 declaration from the QMF code closer to where they are used.

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

15 years agoSimplify (drop useless intermediate sum and diff arrays).
Michael Niedermayer [Fri, 29 Aug 2008 14:44:47 +0000 (14:44 +0000)]
Simplify (drop useless intermediate sum and diff arrays).

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

15 years ago5,1l: samples_chanptr[] should be (const float *)
Andreas Öman [Fri, 29 Aug 2008 10:14:01 +0000 (10:14 +0000)]
5,1l: samples_chanptr[] should be (const float *)

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

15 years agodca: Set data_size outside block loop.
Andreas Öman [Fri, 29 Aug 2008 10:12:44 +0000 (10:12 +0000)]
dca: Set data_size outside block loop.

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

15 years agodca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_interleave()
Andreas Öman [Fri, 29 Aug 2008 10:09:51 +0000 (10:09 +0000)]
dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_interleave()

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

15 years agoWhile APE changed container format in 3.98, frequency tables for range coding
Kostya Shishkov [Fri, 29 Aug 2008 06:14:53 +0000 (06:14 +0000)]
While APE changed container format in 3.98, frequency tables for range coding
were changed only in 3.99.
This fixes decoding of v3.98 APE file I have.

Eternal curses to the creator of such unstable format.

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