]> git.sesse.net Git - ffmpeg/log
ffmpeg
15 years agoReindent xan_unpack code
Reimar Döffinger [Fri, 17 Apr 2009 18:56:47 +0000 (18:56 +0000)]
Reindent xan_unpack code

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

15 years agoAvoid some code duplication in xan_unpack
Reimar Döffinger [Fri, 17 Apr 2009 18:54:17 +0000 (18:54 +0000)]
Avoid some code duplication in xan_unpack

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

15 years agoRemove useless assignments, at least one found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 18:28:59 +0000 (18:28 +0000)]
Remove useless assignments, at least one found by CSA.

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

15 years agoIncrease buffer padding to avoid most space checks in xan_unpack
Reimar Döffinger [Fri, 17 Apr 2009 18:26:24 +0000 (18:26 +0000)]
Increase buffer padding to avoid most space checks in xan_unpack

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

15 years agoRemove useless init from ff_mpeg4_set_direct_mv() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 18:24:39 +0000 (18:24 +0000)]
Remove useless init from ff_mpeg4_set_direct_mv() found by CSA.

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

15 years agoRemove a useless assignment in img_get_alpha_info() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 18:22:19 +0000 (18:22 +0000)]
Remove a useless assignment in img_get_alpha_info() found by CSA.

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

15 years agoRemove redundant assignment in av_picture_copy() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 18:20:12 +0000 (18:20 +0000)]
Remove redundant assignment in av_picture_copy() found by CSA.

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

15 years agoRemove useless init from aiff_read_header() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 18:18:29 +0000 (18:18 +0000)]
Remove useless init from aiff_read_header() found by CSA.

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

15 years agoRemove several useless writes to variables, found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 18:16:36 +0000 (18:16 +0000)]
Remove several useless writes to variables, found by CSA.

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

15 years agoRemove useless += from ff_imdct_half_c() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 18:12:00 +0000 (18:12 +0000)]
Remove useless += from ff_imdct_half_c() found by CSA.

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

15 years agoRemove 2 ++ from check_pes() that are useless, found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 18:08:39 +0000 (18:08 +0000)]
Remove 2 ++ from check_pes() that are useless, found by CSA.

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

15 years agoChange buffer size checks to avoid the very unlikely overflow case.
Reimar Döffinger [Fri, 17 Apr 2009 18:03:00 +0000 (18:03 +0000)]
Change buffer size checks to avoid the very unlikely overflow case.

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

15 years agoRemove unused variable from h261_encode_block() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 17:56:16 +0000 (17:56 +0000)]
Remove unused variable from h261_encode_block() found by CSA.

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

15 years agoRemove a pointless right-shift in xan decoder.
Reimar Döffinger [Fri, 17 Apr 2009 17:54:55 +0000 (17:54 +0000)]
Remove a pointless right-shift in xan decoder.

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

15 years agoRemove 2 useless assignments from ff_rate_control_init() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 17:52:58 +0000 (17:52 +0000)]
Remove 2 useless assignments from ff_rate_control_init() found by CSA.

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

15 years agoReplace bytecopy with the equivalent but faster av_memcpy_backptr.
Reimar Döffinger [Fri, 17 Apr 2009 17:46:10 +0000 (17:46 +0000)]
Replace bytecopy with the equivalent but faster av_memcpy_backptr.
Ca. 10% faster xan_unpack on x86_64 decoding of SC_32-part.MVE

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

15 years agoRemove unused variable from flv_read_metabody() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 17:42:41 +0000 (17:42 +0000)]
Remove unused variable from flv_read_metabody() found by CSA.

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

15 years agoRemove unused variable from slice_buffer_release() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 17:39:09 +0000 (17:39 +0000)]
Remove unused variable from slice_buffer_release() found by CSA.

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

15 years agoUse memcpy instead of the very inefficient bytecopy where both are correct
Reimar Döffinger [Fri, 17 Apr 2009 17:20:48 +0000 (17:20 +0000)]
Use memcpy instead of the very inefficient bytecopy where both are correct
(i.e. no overlap of src and dst is possible).

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

15 years agoRemove unused variable from wma_decode_block() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 15:35:32 +0000 (15:35 +0000)]
Remove unused variable from wma_decode_block() found by CSA.

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

15 years agoRemove unneeded assignment from av_encode() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 15:33:45 +0000 (15:33 +0000)]
Remove unneeded assignment from av_encode() found by CSA.

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

15 years agoRemove unused variable from print_report() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 15:15:25 +0000 (15:15 +0000)]
Remove unused variable from print_report() found by CSA.

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

15 years agoRemove nonsensical assignment from asf_read_seek() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 15:13:01 +0000 (15:13 +0000)]
Remove nonsensical assignment from asf_read_seek() found by CSA.

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

15 years agoRemove redundant assignment from avcodec_get_pix_fmt_loss() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 15:10:37 +0000 (15:10 +0000)]
Remove redundant assignment from avcodec_get_pix_fmt_loss() found by CSA.

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

15 years agoRemove unused variable in modify_qscale() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 15:08:00 +0000 (15:08 +0000)]
Remove unused variable in modify_qscale() found by CSA.

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

15 years agoRemove unneeded assignment in ffmpeg.c found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 15:03:51 +0000 (15:03 +0000)]
Remove unneeded assignment in ffmpeg.c found by CSA.

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

15 years agoRemove unused variables from slice_buffer_load_line() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 15:01:58 +0000 (15:01 +0000)]
Remove unused variables from slice_buffer_load_line() found by CSA.

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

15 years agoRemove 2 unneeded variables from common_init() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 14:59:04 +0000 (14:59 +0000)]
Remove 2 unneeded variables from common_init() found by CSA.

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

15 years agoRemove 2 unused variables from MPV_decode_mb_internal() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 14:51:00 +0000 (14:51 +0000)]
Remove 2 unused variables from MPV_decode_mb_internal() found by CSA.

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

15 years agoRemove unused assignment from j_rev_dct() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 14:43:28 +0000 (14:43 +0000)]
Remove unused assignment from j_rev_dct() found by CSA.

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

15 years agoRemove unused variable in init_mv_penalty_and_fcode() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 14:42:02 +0000 (14:42 +0000)]
Remove unused variable in init_mv_penalty_and_fcode() found by CSA.

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

15 years agoMove declarations in sync() closer to where they are used.
Michael Niedermayer [Fri, 17 Apr 2009 14:38:52 +0000 (14:38 +0000)]
Move declarations in sync() closer to where they are used.

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

15 years agoRemove unused variable from asf_read_header() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 14:16:37 +0000 (14:16 +0000)]
Remove unused variable from asf_read_header() found by CSA.

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

15 years agocosmetics: reindent after last commit
Kostya Shishkov [Fri, 17 Apr 2009 14:10:24 +0000 (14:10 +0000)]
cosmetics: reindent after last commit

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

15 years agoUse new static VLC scheme in Indeo2, Musepack and WNV1 decoders
Kostya Shishkov [Fri, 17 Apr 2009 14:09:56 +0000 (14:09 +0000)]
Use new static VLC scheme in Indeo2, Musepack and WNV1 decoders

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

15 years agoChange another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF,
Ronald S. Bultje [Fri, 17 Apr 2009 14:05:57 +0000 (14:05 +0000)]
Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF,
not a stream error. This also fixes an infinite loop on EOS during ASF file
playback, and Michael claims he "likes the patch" (ref: [PATCH] RTSP-MS
15/15: move packet_time_start zero value assignment in asf.c" mailinglist
tread).

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

15 years agoRemvoe useless assignment found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 13:59:07 +0000 (13:59 +0000)]
Remvoe useless assignment found by CSA.

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

15 years agoRemove unused variable from decode_init() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 13:57:22 +0000 (13:57 +0000)]
Remove unused variable from decode_init() found by CSA.

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

15 years agoRemove useless assignment in generate_codebook(). Found by Clang static analyser.
Vitor Sessak [Fri, 17 Apr 2009 13:07:18 +0000 (13:07 +0000)]
Remove useless assignment in generate_codebook(). Found by Clang static analyser.

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

15 years agoRemove unused variables from ff_mjpeg_decode_sos() found by CSA.
Michael Niedermayer [Fri, 17 Apr 2009 13:03:56 +0000 (13:03 +0000)]
Remove unused variables from ff_mjpeg_decode_sos() found by CSA.

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

15 years agoRemove useless assignment from h263_pred_dc() found by the clang static analyzer.
Michael Niedermayer [Fri, 17 Apr 2009 12:57:47 +0000 (12:57 +0000)]
Remove useless assignment from h263_pred_dc() found by the clang static analyzer.

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

15 years agoMove declarations in mpeg1_encode_motion() closer to where they are needed.
Michael Niedermayer [Fri, 17 Apr 2009 12:53:11 +0000 (12:53 +0000)]
Move declarations in mpeg1_encode_motion() closer to where they are needed.

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

15 years agoUseless assignment found by the clang static analyzer.
Michael Niedermayer [Fri, 17 Apr 2009 12:44:48 +0000 (12:44 +0000)]
Useless assignment found by the clang static analyzer.

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

15 years agoGet rid of an unused variable, found by the clang static analyzer.
Michael Niedermayer [Fri, 17 Apr 2009 12:41:37 +0000 (12:41 +0000)]
Get rid of an unused variable, found by the clang static analyzer.

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

15 years agoMoving variable declarations in asf_build_simple_index() to clarify&prettify code.
Michael Niedermayer [Fri, 17 Apr 2009 12:37:39 +0000 (12:37 +0000)]
Moving variable declarations in asf_build_simple_index() to clarify&prettify code.

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

15 years agoac3dec: reorder output channels to SMPTE channel order
Justin Ruggles [Fri, 17 Apr 2009 08:43:04 +0000 (08:43 +0000)]
ac3dec: reorder output channels to SMPTE channel order

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

15 years agoChange tgq_decode_mb function arguments from using int8_t to uint8_t, this does
Reimar Döffinger [Fri, 17 Apr 2009 08:42:08 +0000 (08:42 +0000)]
Change tgq_decode_mb function arguments from using int8_t to uint8_t, this does
not really change the code (x86_64/gcc-4.3.3 results stay unchanged) but avoids
several casts and an aliasing violation that broke decoding at least on
PPC64/gcc-4.1.2.

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

15 years agoac3enc: reorder input channels to AC-3 channel order
Justin Ruggles [Fri, 17 Apr 2009 08:39:11 +0000 (08:39 +0000)]
ac3enc: reorder input channels to AC-3 channel order

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

15 years agoAdd my public key fingerprint to MAINTAINERS.
Jai Menon [Thu, 16 Apr 2009 16:54:35 +0000 (16:54 +0000)]
Add my public key fingerprint to MAINTAINERS.

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

15 years agoRemove unused audio_pts field from ea demuxer struct
Reimar Döffinger [Thu, 16 Apr 2009 12:46:06 +0000 (12:46 +0000)]
Remove unused audio_pts field from ea demuxer struct

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

15 years agoRemove unused code from Westwood VQA/AUD demuxer.
Reimar Döffinger [Thu, 16 Apr 2009 12:39:14 +0000 (12:39 +0000)]
Remove unused code from Westwood VQA/AUD demuxer.

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

15 years agoDo not add -fno-common to CFLAGS on DOS, it is unneeded.
Diego Biurrun [Thu, 16 Apr 2009 10:34:14 +0000 (10:34 +0000)]
Do not add -fno-common to CFLAGS on DOS, it is unneeded.

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

15 years agoAdd guaranteed alignment for loading dest pixels in avg_pixels16_neon
David Conrad [Thu, 16 Apr 2009 08:39:13 +0000 (08:39 +0000)]
Add guaranteed alignment for loading dest pixels in avg_pixels16_neon

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

15 years agoVC1 loop filter uses the frame quantizer not the mb quantizer
David Conrad [Thu, 16 Apr 2009 07:34:52 +0000 (07:34 +0000)]
VC1 loop filter uses the frame quantizer not the mb quantizer

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

15 years agoSupport broken avc nal encapsulation.
Michael Niedermayer [Thu, 16 Apr 2009 04:46:44 +0000 (04:46 +0000)]
Support broken avc nal encapsulation.
Fixes issue987.

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

15 years agoflacenc: write initial blocksize to STREAMINFO header instead of current
Justin Ruggles [Thu, 16 Apr 2009 02:28:49 +0000 (02:28 +0000)]
flacenc: write initial blocksize to STREAMINFO header instead of current
blocksize.

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

15 years agoReplace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist
Ronald S. Bultje [Thu, 16 Apr 2009 00:41:31 +0000 (00:41 +0000)]
Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist
thread "[PATCH] RTSP-MS 15/15: move packet_time_start zero value
assignment in asf.c".

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

15 years agoClarify which exact variant of ISO 639 is used. (The ISO spec explicitly
Michael Niedermayer [Wed, 15 Apr 2009 20:18:02 +0000 (20:18 +0000)]
Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly
requires this to be clear)

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

15 years ago[COSMETIC] Correct a minor nit. Should be clearer now.
Reynaldo H. Verdejo Pinochet [Wed, 15 Apr 2009 19:37:35 +0000 (19:37 +0000)]
[COSMETIC] Correct a minor nit. Should be clearer now.

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

15 years agoFix possibly harmful outbound addressing. Patch by Kenan Gillet.
Kenan Gillet [Wed, 15 Apr 2009 19:28:28 +0000 (19:28 +0000)]
Fix possibly harmful outbound addressing. Patch by Kenan Gillet.

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

15 years agoavg_ pixel functions need to use (dst+pix+1)>>1 to average with existing
David Conrad [Wed, 15 Apr 2009 19:10:16 +0000 (19:10 +0000)]
avg_ pixel functions need to use (dst+pix+1)>>1 to average with existing
pixels, not (dst+pix)>>1.
This makes the mmx functions bitexact with the C functions.

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

15 years agoCheck for Decoder_Interface_init() instead of Speech_Decode_Frame_init() when
Martin Storsjö [Wed, 15 Apr 2009 17:29:20 +0000 (17:29 +0000)]
Check for Decoder_Interface_init() instead of Speech_Decode_Frame_init() when
trying to enable libamrnb support. The latter function is actually used.
patch by Martin Storsjö, martin martin st

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

15 years agoSend dummy requests over the TCP connection (WMS wants GET_PARAMETER,
Ronald S. Bultje [Wed, 15 Apr 2009 13:04:34 +0000 (13:04 +0000)]
Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,
Real wants OPTIONS) while the connection is idle, otherwise it will
be aborted after a short period (usually a minute). See the thread
"[PATCH] rtsp.c: keep-alive" on the mailinglist.

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

15 years agoExplain the sort order for changelog entries.
Diego Biurrun [Wed, 15 Apr 2009 11:51:02 +0000 (11:51 +0000)]
Explain the sort order for changelog entries.

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

15 years agoEnsure that there's pages to read for duration calculation in the ogg demuxer
David Conrad [Wed, 15 Apr 2009 06:41:08 +0000 (06:41 +0000)]
Ensure that there's pages to read for duration calculation in the ogg demuxer

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

15 years agoAltivec version of avg_no_rnd_vc1_chroma_mc8
David Conrad [Wed, 15 Apr 2009 06:23:40 +0000 (06:23 +0000)]
Altivec version of avg_no_rnd_vc1_chroma_mc8

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

15 years agoSplit VC1 loop filter into separate functions for h/v and size
David Conrad [Wed, 15 Apr 2009 06:22:17 +0000 (06:22 +0000)]
Split VC1 loop filter into separate functions for h/v and size

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

15 years agoMove VC1 loop filter to DSPContext
David Conrad [Wed, 15 Apr 2009 06:20:22 +0000 (06:20 +0000)]
Move VC1 loop filter to DSPContext

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

15 years agoVC1: extend MMX qpel MC to include MMX2 avg qpel
David Conrad [Wed, 15 Apr 2009 02:25:42 +0000 (02:25 +0000)]
VC1: extend MMX qpel MC to include MMX2 avg qpel

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

15 years agoVC1: add and use avg_no_rnd chroma MC functions
David Conrad [Tue, 14 Apr 2009 23:56:10 +0000 (23:56 +0000)]
VC1: add and use avg_no_rnd chroma MC functions

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

15 years agoRename put_no_rnd_h264_chroma* to reflect its usage in VC1 only
David Conrad [Tue, 14 Apr 2009 23:55:39 +0000 (23:55 +0000)]
Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only

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

15 years agoCosmetics: Split long line.
Carl Eugen Hoyos [Tue, 14 Apr 2009 22:33:46 +0000 (22:33 +0000)]
Cosmetics: Split long line.

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

15 years agoFix two icc warnings #188: enumerated type mixed with another type.
Carl Eugen Hoyos [Tue, 14 Apr 2009 22:30:11 +0000 (22:30 +0000)]
Fix two icc warnings #188: enumerated type mixed with another type.

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

15 years agoFix icc warning #188: enumerated type mixed with another type.
Carl Eugen Hoyos [Tue, 14 Apr 2009 22:21:53 +0000 (22:21 +0000)]
Fix icc warning #188: enumerated type mixed with another type.

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

15 years agoFix icc warning #188: enumerated type mixed with another type.
Carl Eugen Hoyos [Tue, 14 Apr 2009 22:19:43 +0000 (22:19 +0000)]
Fix icc warning #188: enumerated type mixed with another type.

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

15 years agoFor every line, copy 3*width bytes instead of linesize[0] to avoid
Vitor Sessak [Tue, 14 Apr 2009 21:03:41 +0000 (21:03 +0000)]
For every line, copy 3*width bytes instead of linesize[0] to avoid
problems with padding.

Fix issue 959

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

15 years agoVC1: Do qpel when needed for both MVs in a B frame
David Conrad [Tue, 14 Apr 2009 19:26:33 +0000 (19:26 +0000)]
VC1: Do qpel when needed for both MVs in a B frame

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

15 years agomingw32: FFmpeg now passes -fno-common automatically.
Ramiro Polla [Tue, 14 Apr 2009 15:25:11 +0000 (15:25 +0000)]
mingw32: FFmpeg now passes -fno-common automatically.

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

15 years agoAdd a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC
Ronald S. Bultje [Tue, 14 Apr 2009 15:01:46 +0000 (15:01 +0000)]
Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC
qualification task, see "RTP/Vorbis payload implementation (GSoC qual
task)" thread on mailinglist.

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

15 years agowhitespace cosmetics: Break some overly long lines.
Diego Biurrun [Tue, 14 Apr 2009 14:39:04 +0000 (14:39 +0000)]
whitespace cosmetics: Break some overly long lines.

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

15 years agoDo not use abgrToA for both luma and alpha channel in hyscale.
Cédric Schieli [Tue, 14 Apr 2009 14:11:57 +0000 (14:11 +0000)]
Do not use abgrToA for both luma and alpha channel in hyscale.
This fixes RGB32 (et al.) scaling.

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

15 years agoIncrease the SDP buffer size (again!) and also increase the temporary
Ronald S. Bultje [Tue, 14 Apr 2009 13:22:40 +0000 (13:22 +0000)]
Increase the SDP buffer size (again!) and also increase the temporary
buffer size of the fmtp parameter buffer. For Vorbis RT(S)P, these
contain full Vorbis headers, which can be up to 12kb each, formatted
in base64, so 16kb total. Patch required for proper Vorbis/RTP playback,
submitted as GSoC qualification task in the thread "RTP/Vorbis payload
implementation (GSoC qual task)" by Colin McQuillan m.niloc googlemail
com.

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

15 years agoAlso copy pixel_aspect when copying the picref in avfilter_start_frame.
Cédric Schieli [Tue, 14 Apr 2009 08:48:47 +0000 (08:48 +0000)]
Also copy pixel_aspect when copying the picref in avfilter_start_frame.
This avoids a division by zero in '[in]fifo,scale[out]'

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

15 years agoMark src constant in copy_block*().
Alex Converse [Tue, 14 Apr 2009 04:07:35 +0000 (04:07 +0000)]
Mark src constant in copy_block*().

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

15 years agoSupport audio sample formats than S16 when encoding a small last frame.
Justin Ruggles [Tue, 14 Apr 2009 03:48:26 +0000 (03:48 +0000)]
Support audio sample formats than S16 when encoding a small last frame.

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

15 years agoset pkt duration for last smaller frame, should fix alac in m4a muxing
Baptiste Coudurier [Tue, 14 Apr 2009 00:20:52 +0000 (00:20 +0000)]
set pkt duration for last smaller frame, should fix alac in m4a muxing

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

15 years agofix indentation
Baptiste Coudurier [Tue, 14 Apr 2009 00:12:54 +0000 (00:12 +0000)]
fix indentation

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

15 years agoavoid strcmp NULL, fix segv on mingw
Baptiste Coudurier [Tue, 14 Apr 2009 00:12:29 +0000 (00:12 +0000)]
avoid strcmp NULL, fix segv on mingw

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

15 years agowin32, dos: Work around a bug in the GNU toolchain.
Ramiro Polla [Mon, 13 Apr 2009 22:54:21 +0000 (22:54 +0000)]
win32, dos: Work around a bug in the GNU toolchain.
The bug[1] is exposed when gcc decides to put some data in a common
section (i.e. data that will be used by more than one object). It will
suggest the data to be aligned, but binutils >= 2.19 will fail to
properly align it. Thus if the data requires any alignment greater
than 4, the application will crash.
The workaround prevents gcc from putting data in a common section,
instead putting it in a properly aligned section.

[1] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216

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

15 years agofix indentation
Baptiste Coudurier [Mon, 13 Apr 2009 21:22:19 +0000 (21:22 +0000)]
fix indentation

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

15 years agoFix skip_put_bits() buf_ptr increment.
Stefano Sabatini [Mon, 13 Apr 2009 20:44:42 +0000 (20:44 +0000)]
Fix skip_put_bits() buf_ptr increment.

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

15 years agoSkip loop iterations which are no-ops due to data1[-lag..-1] being zero.
Bobby Bingham [Mon, 13 Apr 2009 18:07:02 +0000 (18:07 +0000)]
Skip loop iterations which are no-ops due to data1[-lag..-1] being zero.

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

15 years agoRename pbBufPtr() to put_bits_ptr().
Stefano Sabatini [Mon, 13 Apr 2009 16:59:38 +0000 (16:59 +0000)]
Rename pbBufPtr() to put_bits_ptr().
The new name is more readable and consistent with the FFmpeg naming
style.

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

15 years agoDo not use full include path for get_bits.h, since the header is in
Stefano Sabatini [Mon, 13 Apr 2009 16:47:17 +0000 (16:47 +0000)]
Do not use full include path for get_bits.h, since the header is in
the same directory.
Consistent with r16260.

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

15 years agoflacenc : do not #include libavutil/lls.h since lpc code is now
Jai Menon [Mon, 13 Apr 2009 16:23:54 +0000 (16:23 +0000)]
flacenc : do not #include libavutil/lls.h since lpc code is now
separate.

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

15 years agoRename bitstream.h to get_bits.h.
Stefano Sabatini [Mon, 13 Apr 2009 16:20:26 +0000 (16:20 +0000)]
Rename bitstream.h to get_bits.h.

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

15 years agoalacenc : cosmetics : remove misleading comment
Jai Menon [Mon, 13 Apr 2009 15:11:40 +0000 (15:11 +0000)]
alacenc : cosmetics : remove misleading comment

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

15 years agoseek inside buffer when offset is exactly at the end, fix seeking with memory ByteIOC...
Baptiste Coudurier [Mon, 13 Apr 2009 04:02:51 +0000 (04:02 +0000)]
seek inside buffer when offset is exactly at the end, fix seeking with memory ByteIOContext

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

15 years agomove audio buffers declarations and free them in av_exit
Baptiste Coudurier [Mon, 13 Apr 2009 03:55:26 +0000 (03:55 +0000)]
move audio buffers declarations and free them in av_exit

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

15 years agomove freeing code before exiting because of signal
Baptiste Coudurier [Mon, 13 Apr 2009 03:47:12 +0000 (03:47 +0000)]
move freeing code before exiting because of signal

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