platform/upstream/libav.git
17 years agofix overflow and remove wrong comment
Michael Niedermayer [Thu, 30 Nov 2006 11:43:08 +0000 (11:43 +0000)]
fix overflow and remove wrong comment

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

17 years agoreturn optimal fraction
Michael Niedermayer [Thu, 30 Nov 2006 01:18:57 +0000 (01:18 +0000)]
return optimal fraction
based on a patch by Uoti Urpala

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

17 years agoFix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org.
Loïc Le Loarer [Thu, 30 Nov 2006 01:00:12 +0000 (01:00 +0000)]
Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org.

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

17 years agoBetter VQA demuxer
Kostya Shishkov [Wed, 29 Nov 2006 05:42:59 +0000 (05:42 +0000)]
Better VQA demuxer

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

17 years agoVQA v1 support
Kostya Shishkov [Wed, 29 Nov 2006 05:40:37 +0000 (05:40 +0000)]
VQA v1 support

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

17 years agocleanup the #ifdef mess in encoder/decoder/parser registration
Aurelien Jacobs [Tue, 28 Nov 2006 23:55:24 +0000 (23:55 +0000)]
cleanup the #ifdef mess in encoder/decoder/parser registration

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

17 years agomatroska: scale timecode according to time_scale
Aurelien Jacobs [Tue, 28 Nov 2006 23:41:53 +0000 (23:41 +0000)]
matroska: scale timecode according to time_scale
fixes jerky playback of planet.earth.mkv

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

17 years agomove source_package declaration in the loop and reset it each iteration
Baptiste Coudurier [Tue, 28 Nov 2006 17:17:36 +0000 (17:17 +0000)]
move source_package declaration in the loop and reset it each iteration

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

17 years agoreadjust dts if negative
Baptiste Coudurier [Tue, 28 Nov 2006 15:34:18 +0000 (15:34 +0000)]
readjust dts if negative

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

17 years agoCorrect information in header
Kostya Shishkov [Tue, 28 Nov 2006 05:34:28 +0000 (05:34 +0000)]
Correct information in header

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

17 years agoChange "p" asm constraints to "g", since "p" was a no longer necessary hack to
Reimar Döffinger [Mon, 27 Nov 2006 21:59:13 +0000 (21:59 +0000)]
Change "p" asm constraints to "g", since "p" was a no longer necessary hack to
make AMD64 compilation work and ICC can not handle "p".

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

17 years ago10l in r7174 caused all options to be treated as filenames.
Loren Merritt [Mon, 27 Nov 2006 15:48:16 +0000 (15:48 +0000)]
10l in r7174 caused all options to be treated as filenames.

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

17 years agoalphabetic reordering of codec registration
Robert Swain [Mon, 27 Nov 2006 13:04:56 +0000 (13:04 +0000)]
alphabetic reordering of codec registration
patch by Robert Swain < robert.swain _at_ gmail.com >

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

17 years agocleanup the #ifdef mess in muxer/demuxer registration
Aurelien Jacobs [Mon, 27 Nov 2006 12:55:24 +0000 (12:55 +0000)]
cleanup the #ifdef mess in muxer/demuxer registration

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

17 years agoAdd support for files that begin with a dash.
Timo Lindfors [Mon, 27 Nov 2006 12:37:43 +0000 (12:37 +0000)]
Add support for files that begin with a dash.
Patch by Timo Lindfors % lindi A kurp P hut P fi %
Original thread:
Date: Mon, 27 Nov 2006 02:00:14 +0200
Subject: [Ffmpeg-devel] ffplay confused about filenames that begin with a dash

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

17 years agoPIC fix
Michael Niedermayer [Mon, 27 Nov 2006 10:56:10 +0000 (10:56 +0000)]
PIC fix

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

17 years agoMove copy_block* functions to dsp dsputil.h
Brian Foley [Sun, 26 Nov 2006 18:25:07 +0000 (18:25 +0000)]
Move copy_block* functions to dsp dsputil.h
Patch by Brian Foley % bfoley A compsoc P nuigalway P ie %
Original thread:
Date: Nov 26, 2006 6:44 PM
Subject: Re: [Ffmpeg-devel] [PATCH] put_mpeg4_qpel16_h_lowpass altivec, take 2

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

17 years agoCorrect rounding values in overlap filtering
Kostya Shishkov [Sun, 26 Nov 2006 04:57:31 +0000 (04:57 +0000)]
Correct rounding values in overlap filtering

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

17 years agoB-frames support for adv. profile
Kostya Shishkov [Sun, 26 Nov 2006 04:54:17 +0000 (04:54 +0000)]
B-frames support for adv. profile

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

17 years ago100l: Initialize dc_scale with current quantizer for adv I frames
Kostya Shishkov [Sun, 26 Nov 2006 04:53:36 +0000 (04:53 +0000)]
100l: Initialize dc_scale with current quantizer for adv I frames

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

17 years agoUse halfpq in coefficient scaling
Kostya Shishkov [Sun, 26 Nov 2006 04:52:36 +0000 (04:52 +0000)]
Use halfpq in coefficient scaling

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

17 years agoRemove redundant comment.
Diego Biurrun [Sat, 25 Nov 2006 15:44:55 +0000 (15:44 +0000)]
Remove redundant comment.

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

17 years agotypo
Luca Barbato [Fri, 24 Nov 2006 12:36:06 +0000 (12:36 +0000)]
typo

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

17 years agoImplement DELTA_FLI opcodes correctly. Patch by Steven Johnson
Steven Johnson [Fri, 24 Nov 2006 00:16:32 +0000 (00:16 +0000)]
Implement DELTA_FLI opcodes correctly. Patch by Steven Johnson

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

17 years agosupport byte_run=0 case in DELTA_FLI (this case means only skip pixels)
Alex Beregszaszi [Thu, 23 Nov 2006 23:50:08 +0000 (23:50 +0000)]
support byte_run=0 case in DELTA_FLI (this case means only skip pixels)

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

17 years ago10l memory corruption bug found by Steven Johnson
Alex Beregszaszi [Thu, 23 Nov 2006 22:57:20 +0000 (22:57 +0000)]
10l memory corruption bug found by Steven Johnson

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

17 years agoNo need for special trick anymore for flac in matroska.
Aurelien Jacobs [Thu, 23 Nov 2006 22:26:05 +0000 (22:26 +0000)]
No need for special trick anymore for flac in matroska.
The flac decoder now understand full metadata header in extradata.

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

17 years agoflac: allow reading of full metadata headers from extradata
Aurelien Jacobs [Thu, 23 Nov 2006 22:22:03 +0000 (22:22 +0000)]
flac: allow reading of full metadata headers from extradata

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

17 years agobring AC3 encoder output up to input volume level
Bill O'Shaughnessy [Thu, 23 Nov 2006 22:21:01 +0000 (22:21 +0000)]
bring AC3 encoder output up to input volume level
patch by Bill O'Shaughnessy % bill P oshaughnessy A gmail.com %
+ reg tests update gruntwork by me
Original thread:
date: Nov 21, 2006 11:36 PM
subject: [Ffmpeg-devel] Simpler Patch to bring AC3 encoder output up to input level

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

17 years agoSet CODEC_TYPE_DATA for timecode tracks.
Reimar Döffinger [Wed, 22 Nov 2006 18:47:05 +0000 (18:47 +0000)]
Set CODEC_TYPE_DATA for timecode tracks.

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

17 years agoSet st->need_parsing = 2 for MPEG-content.
Reimar Döffinger [Wed, 22 Nov 2006 18:31:28 +0000 (18:31 +0000)]
Set st->need_parsing = 2 for MPEG-content.

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

17 years agofix bitstream to be correctly decoded by quicktime
Baptiste Coudurier [Wed, 22 Nov 2006 13:53:22 +0000 (13:53 +0000)]
fix bitstream to be correctly decoded by quicktime

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

17 years agofix sigfpe with intra only encoding
Baptiste Coudurier [Wed, 22 Nov 2006 13:24:58 +0000 (13:24 +0000)]
fix sigfpe with intra only encoding

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

17 years agoadd interactive support for MinGW
Ramiro Polla [Wed, 22 Nov 2006 12:15:58 +0000 (12:15 +0000)]
add interactive support for MinGW
patch by Ramiro Polla % ramiro A lisha P ufsc P br %
Orignial thread:
date: Nov 5, 2006 1:55 AM
subject: [Ffmpeg-devel] [PATCH] MinGW interactive support

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

17 years agoConditionally compile some of the AltiVec optimizations.
Diego Biurrun [Wed, 22 Nov 2006 09:20:16 +0000 (09:20 +0000)]
Conditionally compile some of the AltiVec optimizations.

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

17 years agofix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de
Matthias Hopf [Wed, 22 Nov 2006 01:11:29 +0000 (01:11 +0000)]
fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de

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

17 years agotypo
Baptiste Coudurier [Wed, 22 Nov 2006 00:52:32 +0000 (00:52 +0000)]
typo

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

17 years agofix b frames + -mbd rd without -psnr (yes that was seriously buggy and probably hasnt...
Michael Niedermayer [Wed, 22 Nov 2006 00:30:53 +0000 (00:30 +0000)]
fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probably hasnt been noticed as everyone who tested stuff used -psnr)

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

17 years agoadd support for FLAC in matroska
Aurelien Jacobs [Tue, 21 Nov 2006 23:47:21 +0000 (23:47 +0000)]
add support for FLAC in matroska

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

17 years agoFix compilation with VC-1 decoder disabled.
Diego Biurrun [Tue, 21 Nov 2006 21:18:55 +0000 (21:18 +0000)]
Fix compilation with VC-1 decoder disabled.

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

17 years agofix b frames + -mbd rd without -psnr (yes that was seriously buggy and probably hasnt...
Michael Niedermayer [Tue, 21 Nov 2006 19:37:44 +0000 (19:37 +0000)]
fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probably hasnt been noticed as everyone who tested stuff used -psnr)

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

17 years ago100l infinite loop fix
Michael Niedermayer [Tue, 21 Nov 2006 19:35:06 +0000 (19:35 +0000)]
100l infinite loop fix

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

17 years agomove common voc muxer and demuxer data to voc.c
Aurelien Jacobs [Tue, 21 Nov 2006 13:18:21 +0000 (13:18 +0000)]
move common voc muxer and demuxer data to voc.c

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

17 years agosplit voc.c into vocdec.c and vocenc.c
Aurelien Jacobs [Tue, 21 Nov 2006 13:08:04 +0000 (13:08 +0000)]
split voc.c into vocdec.c and vocenc.c

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

17 years agotypo
Diego Biurrun [Tue, 21 Nov 2006 09:48:25 +0000 (09:48 +0000)]
typo

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

17 years agoDecode non-interleaved scans
Kostya Shishkov [Tue, 21 Nov 2006 06:15:18 +0000 (06:15 +0000)]
Decode non-interleaved scans

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

17 years agoKb --> kb
Diego Biurrun [Mon, 20 Nov 2006 21:48:08 +0000 (21:48 +0000)]
Kb --> kb

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

17 years agoNuke config.log support.
Diego Biurrun [Mon, 20 Nov 2006 21:46:43 +0000 (21:46 +0000)]
Nuke config.log support.

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

17 years agoFix declaration and code thingie
Guillaume Poirier [Mon, 20 Nov 2006 20:41:31 +0000 (20:41 +0000)]
Fix declaration and code thingie

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

17 years agoallow amr bitrate to be changed "on the fly" through avctx->bitrate.
Martin [Mon, 20 Nov 2006 20:35:47 +0000 (20:35 +0000)]
allow amr bitrate to be changed "on the fly" through avctx->bitrate.
Patch by Martin % marthi A graphics P cs P uni - sb P de %
Original thread:
date: Nov 20, 2006 6:20 PM
subject: Re: [Ffmpeg-devel] [PATCH] Re: AMR bitrate

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

17 years agoadd support for tta in matroska
Aurelien Jacobs [Mon, 20 Nov 2006 20:16:32 +0000 (20:16 +0000)]
add support for tta in matroska

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

17 years agotypo
Diego Biurrun [Mon, 20 Nov 2006 19:16:06 +0000 (19:16 +0000)]
typo

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

17 years agoCurrent FFmpeg expects bits/s instead of kilobits/s in the -b option.
Víctor Paesa [Mon, 20 Nov 2006 19:05:18 +0000 (19:05 +0000)]
Current FFmpeg expects bits/s instead of kilobits/s in the -b option.
patch by Víctor Paesa, wzrlpy arsystel com

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

17 years agoSome notes about the order of options on the command line.
Víctor Paesa [Mon, 20 Nov 2006 18:44:33 +0000 (18:44 +0000)]
Some notes about the order of options on the command line.
patch by Víctor Paesa, wzrlpy arsystel com

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

17 years agoFix linking with H.261 support disabled.
Tom Harper [Mon, 20 Nov 2006 14:13:32 +0000 (14:13 +0000)]
Fix linking with H.261 support disabled.
patch by Tom Harper, d.thomas.harper gmail com

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

17 years agoinfiinit loop fix for CBR + adaptive quant
Michael Niedermayer [Mon, 20 Nov 2006 11:53:02 +0000 (11:53 +0000)]
infiinit loop fix for CBR + adaptive quant

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

17 years ago100l qprd fix 2nd try
Michael Niedermayer [Mon, 20 Nov 2006 10:48:23 +0000 (10:48 +0000)]
100l qprd fix 2nd try

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

17 years agoSome progressive JPEG support
Kostya Shishkov [Mon, 20 Nov 2006 05:21:17 +0000 (05:21 +0000)]
Some progressive JPEG support

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

17 years agocosmetics: reindent after last commit
Aurelien Jacobs [Mon, 20 Nov 2006 00:33:47 +0000 (00:33 +0000)]
cosmetics: reindent after last commit

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

17 years agomatroska: split real video frames so that each packet contains only one slice
Aurelien Jacobs [Mon, 20 Nov 2006 00:31:59 +0000 (00:31 +0000)]
matroska: split real video frames so that each packet contains only one slice

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

17 years agomatroska: properly handle real video extradata
Aurelien Jacobs [Mon, 20 Nov 2006 00:15:52 +0000 (00:15 +0000)]
matroska: properly handle real video extradata

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

17 years agosimplify free()+set to NULL using av_freep()
Aurelien Jacobs [Mon, 20 Nov 2006 00:04:08 +0000 (00:04 +0000)]
simplify free()+set to NULL using av_freep()

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

17 years agotesting all dquant for qp_rd fixes the qp runaway to 31 bug
Michael Niedermayer [Sun, 19 Nov 2006 23:19:52 +0000 (23:19 +0000)]
testing all dquant for qp_rd fixes the qp runaway to 31 bug

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

17 years agoAdd useful Altivec types, taken from with permission from x264 authors
Guillaume Poirier [Sun, 19 Nov 2006 22:51:54 +0000 (22:51 +0000)]
Add useful Altivec types, taken from with permission from x264 authors

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

17 years agoClarify that some of the non-SIMD code is now LGPLed.
Luca Abeni [Sun, 19 Nov 2006 10:38:12 +0000 (10:38 +0000)]
Clarify that some of the non-SIMD code is now LGPLed.
All the authours of such code agreed.

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

17 years agoCorrect GET/PUT_UTF8 comment: the get/put functions might be called up
Reimar Döffinger [Sun, 19 Nov 2006 09:43:26 +0000 (09:43 +0000)]
Correct GET/PUT_UTF8 comment: the get/put functions might be called up
to 7 times, though only up to 4 times for valid utf-8 values.

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

17 years agoFix typo in comment
Reimar Döffinger [Sun, 19 Nov 2006 09:33:50 +0000 (09:33 +0000)]
Fix typo in comment

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

17 years agoIdentation
Kostya Shishkov [Sun, 19 Nov 2006 05:32:22 +0000 (05:32 +0000)]
Identation

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

17 years agoDivide first audio buffer chunk into atomary bufffers.
Kostya Shishkov [Sun, 19 Nov 2006 05:30:43 +0000 (05:30 +0000)]
Divide first audio buffer chunk into atomary bufffers.
This slightly simplifies decoder and removes potential
audio buffer overrun.

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

17 years agoFix misplaced comment.
Diego Biurrun [Sat, 18 Nov 2006 20:34:24 +0000 (20:34 +0000)]
Fix misplaced comment.

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

17 years agoClean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI files
Diego Biurrun [Sat, 18 Nov 2006 17:37:56 +0000 (17:37 +0000)]
Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI files
with XAN DPCM audio (wrongly) declare PCM audio in the header.

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

17 years agoimproved pthreads test
Måns Rullgård [Sat, 18 Nov 2006 16:16:58 +0000 (16:16 +0000)]
improved pthreads test

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

17 years agoMissed one log2().
Benjamin Larsson [Fri, 17 Nov 2006 21:43:46 +0000 (21:43 +0000)]
Missed one log2().

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

17 years agochange mpeg4 fourcc from "mp4s" to "mp4v"
Oded Shimon [Fri, 17 Nov 2006 16:54:18 +0000 (16:54 +0000)]
change mpeg4 fourcc from "mp4s" to "mp4v"

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

17 years agoupdate to libnut, use framecode table generator
Oded Shimon [Fri, 17 Nov 2006 16:53:42 +0000 (16:53 +0000)]
update to libnut, use framecode table generator

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

17 years agoupdate to libnut API, changes to frame_table_input
Oded Shimon [Fri, 17 Nov 2006 14:43:14 +0000 (14:43 +0000)]
update to libnut API, changes to frame_table_input

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

17 years agoOptimize overlapping
Kostya Shishkov [Fri, 17 Nov 2006 06:12:33 +0000 (06:12 +0000)]
Optimize overlapping
Suggested by Skal, sprintf(mail, "skal%d@orange.fr", 0xFFFF)

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

17 years agoFix comments
Kostya Shishkov [Fri, 17 Nov 2006 06:10:52 +0000 (06:10 +0000)]
Fix comments

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

17 years agoOverlap filtering was done in reverse order
Kostya Shishkov [Fri, 17 Nov 2006 06:09:32 +0000 (06:09 +0000)]
Overlap filtering was done in reverse order

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

17 years agofix support for avis with sample_size > packet size
Michael Niedermayer [Thu, 16 Nov 2006 23:36:54 +0000 (23:36 +0000)]
fix support for avis with sample_size > packet size

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

17 years agoTUNECPU is never used
Måns Rullgård [Thu, 16 Nov 2006 23:33:14 +0000 (23:33 +0000)]
TUNECPU is never used

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

17 years agosimplify [TARGET_]ARCH_* setting
Måns Rullgård [Thu, 16 Nov 2006 23:31:16 +0000 (23:31 +0000)]
simplify [TARGET_]ARCH_* setting

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

17 years agoadd copyright notices for myself and Diego
Måns Rullgård [Thu, 16 Nov 2006 23:11:36 +0000 (23:11 +0000)]
add copyright notices for myself and Diego

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

17 years agoRemove alpha channel from RGB555
Alex Beregszaszi [Thu, 16 Nov 2006 20:46:36 +0000 (20:46 +0000)]
Remove alpha channel from RGB555

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

17 years agoBGR555 has never been working as alpha supporting format. Remove the false setting.
Alex Beregszaszi [Thu, 16 Nov 2006 20:43:29 +0000 (20:43 +0000)]
BGR555 has never been working as alpha supporting format. Remove the false setting.

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

17 years agoparse video frame headers to get key flag
Baptiste Coudurier [Thu, 16 Nov 2006 15:49:54 +0000 (15:49 +0000)]
parse video frame headers to get key flag

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

17 years agoforgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actually...
Michael Niedermayer [Thu, 16 Nov 2006 14:49:04 +0000 (14:49 +0000)]
forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actually look at the code after svn up not just the diff ...)

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

17 years agofixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsampling for...
Michael Niedermayer [Thu, 16 Nov 2006 14:44:00 +0000 (14:44 +0000)]
fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsampling for chroma, it should just be 2x1 (the rest of the code also belived its 2x1 ...)

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

17 years agoRemove stray newline.
Diego Biurrun [Thu, 16 Nov 2006 12:49:27 +0000 (12:49 +0000)]
Remove stray newline.

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

17 years ago10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe)
Michael Niedermayer [Thu, 16 Nov 2006 12:27:43 +0000 (12:27 +0000)]
10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe)

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

17 years agoremove broken decoder locking code
Michael Niedermayer [Thu, 16 Nov 2006 11:58:27 +0000 (11:58 +0000)]
remove broken decoder locking code
seeks now cause a special flush packet to be inserted into the queue and decoder flush happens in the decoder thread where it should

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

17 years agoprint error when unsupported sample rate is used with swf
Baptiste Coudurier [Thu, 16 Nov 2006 11:19:03 +0000 (11:19 +0000)]
print error when unsupported sample rate is used with swf

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

17 years agocheck max_pts_distance
Michael Niedermayer [Thu, 16 Nov 2006 11:03:40 +0000 (11:03 +0000)]
check max_pts_distance

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

17 years agoskip non keyframes after seeking between syncpoint and the first keyframe
Michael Niedermayer [Thu, 16 Nov 2006 10:20:29 +0000 (10:20 +0000)]
skip non keyframes after seeking between syncpoint and the first keyframe

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

17 years agoremove unused variables
Michael Niedermayer [Thu, 16 Nov 2006 09:59:46 +0000 (09:59 +0000)]
remove unused variables

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

17 years agothrow error if unsupported resolution is used with h261
Baptiste Coudurier [Thu, 16 Nov 2006 09:58:34 +0000 (09:58 +0000)]
throw error if unsupported resolution is used with h261

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

17 years agoremoving unused code
Michael Niedermayer [Thu, 16 Nov 2006 09:56:04 +0000 (09:56 +0000)]
removing unused code

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

17 years agoremove duplicate code, patch by Ryan Martell rdm4 A martellventures P com
Ryan Martell [Thu, 16 Nov 2006 08:48:05 +0000 (08:48 +0000)]
remove duplicate code, patch by Ryan Martell rdm4 A martellventures P com
Original thread:
Date: 11/15/2006 05:15 PM
Subject: [Ffmpeg-devel] [PATCH] rtsp.c minor cleanup

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

17 years agoUpdate to libnut API, non-negative errors
Oded Shimon [Thu, 16 Nov 2006 07:33:25 +0000 (07:33 +0000)]
Update to libnut API, non-negative errors

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

17 years agomake option field const
Baptiste Coudurier [Thu, 16 Nov 2006 00:29:15 +0000 (00:29 +0000)]
make option field const

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