platform/upstream/libav.git
17 years agochange codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.mov
Baptiste Coudurier [Thu, 28 Sep 2006 17:52:48 +0000 (17:52 +0000)]
change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.mov

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

17 years agoRemove the "mblmax" OptionDef. The equally named AVOption takes over its
Panagiotis Issaris [Thu, 28 Sep 2006 17:46:25 +0000 (17:46 +0000)]
Remove the "mblmax" OptionDef. The equally named AVOption takes over its
function. A unit change is involved, but as AVOption parameters are now parsed
with ff_eval2(), you can use the QP2LAMBDA constant to ease the change.

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

17 years agoRemove the "mblmin" OptionDef. The equally named AVOption takes over its
Panagiotis Issaris [Thu, 28 Sep 2006 17:45:51 +0000 (17:45 +0000)]
Remove the "mblmin" OptionDef. The equally named AVOption takes over its
function. A unit change is involved, but as AVOption parameters are now parsed
with ff_eval2(), you can use the QP2LAMBDA constant to ease the change.

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

17 years agoRemove the "lmin" OptionDef. The equally named AVOption takes over its function.
Panagiotis Issaris [Thu, 28 Sep 2006 17:44:53 +0000 (17:44 +0000)]
Remove the "lmin" OptionDef. The equally named AVOption takes over its function.
A unit change is involved, but as AVOption parameters are now parsed with
ff_eval2(), you can use the QP2LAMBDA constant to ease the change, f.e.:
ffmpeg -i src.ext -lmin 21*QP2LAMBDA dst.ext

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

17 years agoRemove the "lmax" OptionDef. The equally named AVOption takes over its function.
Panagiotis Issaris [Thu, 28 Sep 2006 17:44:13 +0000 (17:44 +0000)]
Remove the "lmax" OptionDef. The equally named AVOption takes over its function.
A unit change is involved, but as AVOption parameters are now parsed with
ff_eval2(), you can use the QP2LAMBDA constant to ease the change:
ffmpeg -i src.ext -lmax 21*QP2LAMBDA dst.ext

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

17 years agoadd FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8%
Siarhei Siamashka [Thu, 28 Sep 2006 08:04:16 +0000 (08:04 +0000)]
add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8%
Patch by Siarhei Siamashka %siarhei P siamashka A gmail P com%
Original thread:
Date: Sep 28, 2006 2:26 AM
Subject: [Ffmpeg-devel] [PATCH] ARM implementation of FASTDIV

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

17 years agoHandle case of get_bits(0)
Kostya Shishkov [Thu, 28 Sep 2006 05:01:02 +0000 (05:01 +0000)]
Handle case of get_bits(0)

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

17 years agodc_val should be signed
Måns Rullgård [Wed, 27 Sep 2006 22:13:44 +0000 (22:13 +0000)]
dc_val should be signed

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

17 years agoreturn 0 from encode_picture() and estimate_qp() on success
Måns Rullgård [Wed, 27 Sep 2006 22:12:08 +0000 (22:12 +0000)]
return 0 from encode_picture() and estimate_qp() on success

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

17 years agomake sure we can create and execute files in $TMPDIR
Måns Rullgård [Wed, 27 Sep 2006 21:24:38 +0000 (21:24 +0000)]
make sure we can create and execute files in $TMPDIR

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

17 years agoprevent infinite loop with VORC012.WMA
Michael Niedermayer [Wed, 27 Sep 2006 21:19:47 +0000 (21:19 +0000)]
prevent infinite loop with VORC012.WMA

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

17 years agoput ARM feature tests next to other CPU tests
Måns Rullgård [Wed, 27 Sep 2006 20:49:29 +0000 (20:49 +0000)]
put ARM feature tests next to other CPU tests

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

17 years agotry to stop people blindly using --cross-compile
Måns Rullgård [Wed, 27 Sep 2006 20:30:23 +0000 (20:30 +0000)]
try to stop people blindly using --cross-compile

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

17 years agoBreak compatibility only when first part of version number changes, in this
Panagiotis Issaris [Wed, 27 Sep 2006 20:08:36 +0000 (20:08 +0000)]
Break compatibility only when first part of version number changes, in this
specific case for ff_eval deprecation.

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

17 years agoMake AVOption parsign code use ff_eval2()
Panagiotis Issaris [Wed, 27 Sep 2006 20:01:39 +0000 (20:01 +0000)]
Make AVOption parsign code use ff_eval2()

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

17 years agoadd some #ifdef CONFIG_ENCODERS/DECODERS
Måns Rullgård [Wed, 27 Sep 2006 19:54:07 +0000 (19:54 +0000)]
add some #ifdef CONFIG_ENCODERS/DECODERS

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

17 years agofix some signedness warnings
Måns Rullgård [Wed, 27 Sep 2006 19:47:39 +0000 (19:47 +0000)]
fix some signedness warnings

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

17 years agoMake ratecontrol use ff_eval2().
Panagiotis Issaris [Wed, 27 Sep 2006 19:46:19 +0000 (19:46 +0000)]
Make ratecontrol use ff_eval2().

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

17 years agoremove useless memset()
Måns Rullgård [Wed, 27 Sep 2006 19:39:41 +0000 (19:39 +0000)]
remove useless memset()

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

17 years agoAdd support for YUVJ formats
Luca Abeni [Wed, 27 Sep 2006 11:41:36 +0000 (11:41 +0000)]
Add support for YUVJ formats

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

17 years agoFix compilation by postponing deprecation of ff_eval() until the next version
Panagiotis Issaris [Wed, 27 Sep 2006 11:09:35 +0000 (11:09 +0000)]
Fix compilation by postponing deprecation of ff_eval() until the next version
increment.

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

17 years agofree memory before return
Kostya Shishkov [Wed, 27 Sep 2006 04:37:57 +0000 (04:37 +0000)]
free memory before return

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

17 years agobump lavc version for WavPack decoder
Kostya Shishkov [Wed, 27 Sep 2006 04:31:39 +0000 (04:31 +0000)]
bump lavc version for WavPack decoder

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

17 years agofix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000)
Michael Niedermayer [Tue, 26 Sep 2006 22:23:33 +0000 (22:23 +0000)]
fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000)

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

17 years agoIntroduce ff_eval2 which is equivalent to ff_eval but does not log anything.
Panagiotis Issaris [Tue, 26 Sep 2006 22:01:33 +0000 (22:01 +0000)]
Introduce ff_eval2 which is equivalent to ff_eval but does not log anything.
Instead, error messages are passed upward by means of a struct member variable.

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

17 years agoARMv5TE optimized IDCT
Måns Rullgård [Tue, 26 Sep 2006 20:26:22 +0000 (20:26 +0000)]
ARMv5TE optimized IDCT

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

17 years agofix decoding of bastard1.rm (rv ver=0x10003001 ver0=0x8000000)
Michael Niedermayer [Tue, 26 Sep 2006 20:24:13 +0000 (20:24 +0000)]
fix decoding of bastard1.rm (rv ver=0x10003001 ver0=0x8000000)

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

17 years agofix r_frame_rate init code for groundhog.vob
Michael Niedermayer [Tue, 26 Sep 2006 18:34:07 +0000 (18:34 +0000)]
fix r_frame_rate init code for groundhog.vob

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

17 years agofix MUL16 macro
Måns Rullgård [Tue, 26 Sep 2006 18:31:43 +0000 (18:31 +0000)]
fix MUL16 macro

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

17 years agodrop broken telecine detection code
Michael Niedermayer [Tue, 26 Sep 2006 18:03:17 +0000 (18:03 +0000)]
drop broken telecine detection code

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

17 years agoreindent
Michael Niedermayer [Tue, 26 Sep 2006 17:27:08 +0000 (17:27 +0000)]
reindent

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

17 years agodont ignore MAX_READ_SIZE
Michael Niedermayer [Tue, 26 Sep 2006 17:25:28 +0000 (17:25 +0000)]
dont ignore MAX_READ_SIZE

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

17 years agosupport forward seeking in non seekable streams
Michael Niedermayer [Tue, 26 Sep 2006 17:09:03 +0000 (17:09 +0000)]
support forward seeking in non seekable streams

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

17 years agosimplify seek() failure check
Michael Niedermayer [Tue, 26 Sep 2006 16:09:56 +0000 (16:09 +0000)]
simplify seek() failure check

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

17 years agoHandle possible failure of ff_eval.
Panagiotis Issaris [Tue, 26 Sep 2006 14:04:36 +0000 (14:04 +0000)]
Handle possible failure of ff_eval.

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

17 years agompeg1 b_strategy=2 segfault fix
Michael Niedermayer [Tue, 26 Sep 2006 08:49:24 +0000 (08:49 +0000)]
mpeg1 b_strategy=2 segfault fix

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

17 years agoWavPack lossless audio decoder
Kostya Shishkov [Tue, 26 Sep 2006 03:41:51 +0000 (03:41 +0000)]
WavPack lossless audio decoder

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

17 years agoremove get_le16 and get_le32, get_bits and get_bits_long can just be used directly.
Reimar Döffinger [Mon, 25 Sep 2006 22:57:34 +0000 (22:57 +0000)]
remove get_le16 and get_le32, get_bits and get_bits_long can just be used directly.

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

17 years agoGet rid of get_bits_long_le, get_bits_long was fixed and now behaves the same way.
Reimar Döffinger [Mon, 25 Sep 2006 22:54:19 +0000 (22:54 +0000)]
Get rid of get_bits_long_le, get_bits_long was fixed and now behaves the same way.

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

17 years agoChanges needed due to show_bits_long behaviour changes/fixes
Reimar Döffinger [Mon, 25 Sep 2006 22:53:11 +0000 (22:53 +0000)]
Changes needed due to show_bits_long behaviour changes/fixes

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

17 years agoFix get_bits_long to work with ALT_BITSTREAM_READER_LE.
Reimar Döffinger [Mon, 25 Sep 2006 22:47:55 +0000 (22:47 +0000)]
Fix get_bits_long to work with ALT_BITSTREAM_READER_LE.
Gives the same result as get_bits_long_le in vorbis.c instead
of some wild big-/little-endian mixture.

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

17 years agorename vector to vect to avoid clash with Apple gcc
Aurelien Jacobs [Mon, 25 Sep 2006 18:54:18 +0000 (18:54 +0000)]
rename vector to vect to avoid clash with Apple gcc

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

17 years agomove memory functions from avcodec to avutil
Luca Barbato [Mon, 25 Sep 2006 15:23:40 +0000 (15:23 +0000)]
move memory functions from avcodec to avutil

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

17 years agoRemove 404 link.
Diego Biurrun [Sun, 24 Sep 2006 16:53:03 +0000 (16:53 +0000)]
Remove 404 link.

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

17 years agofix to vorbis decoder for book==0
Oded Shimon [Sun, 24 Sep 2006 10:58:06 +0000 (10:58 +0000)]
fix to vorbis decoder for book==0

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

17 years agoMissing extern declaration for av_strtod.
Panagiotis Issaris [Sun, 24 Sep 2006 10:53:54 +0000 (10:53 +0000)]
Missing extern declaration for av_strtod.

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

17 years agocosmetic
Michael Niedermayer [Sun, 24 Sep 2006 10:41:25 +0000 (10:41 +0000)]
cosmetic

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

17 years agosegfault fix
Michael Niedermayer [Sun, 24 Sep 2006 10:38:14 +0000 (10:38 +0000)]
segfault fix
thanks to takis for finding the cause of this

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

17 years agoImprove swscale-example to test conversions between all the possible
Luca Abeni [Sun, 24 Sep 2006 09:55:18 +0000 (09:55 +0000)]
Improve swscale-example to test conversions between all the possible
pixel formats

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

17 years agoDefine NAN -if not already defined- as 0.0/0.0
Panagiotis Issaris [Sat, 23 Sep 2006 08:50:50 +0000 (08:50 +0000)]
Define NAN -if not already defined- as 0.0/0.0

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

17 years agoUse mathops
Luca Barbato [Fri, 22 Sep 2006 15:57:23 +0000 (15:57 +0000)]
Use mathops

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

17 years agoRemove the "error" OptionDef. The equally named AVOption takes over its
Panagiotis Issaris [Fri, 22 Sep 2006 15:05:27 +0000 (15:05 +0000)]
Remove the "error" OptionDef. The equally named AVOption takes over its
function.

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

17 years agoRemove the "mepc" OptionDef. The equally named AVOption takes over its function.
Panagiotis Issaris [Fri, 22 Sep 2006 15:04:56 +0000 (15:04 +0000)]
Remove the "mepc" OptionDef. The equally named AVOption takes over its function.

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

17 years agoRemove the "skip_exp" OptionDef. The equally named AVOption takes over its
Panagiotis Issaris [Fri, 22 Sep 2006 13:58:38 +0000 (13:58 +0000)]
Remove the "skip_exp" OptionDef. The equally named AVOption takes over its
function.

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

17 years agoRemove the "skip_factor" OptionDef. The equally named AVOption takes over its
Panagiotis Issaris [Fri, 22 Sep 2006 13:57:48 +0000 (13:57 +0000)]
Remove the "skip_factor" OptionDef. The equally named AVOption takes over its
function.

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

17 years agoRemove the "skip_threshold" OptionDef. The equally named AVOption takes over its
Panagiotis Issaris [Fri, 22 Sep 2006 13:56:59 +0000 (13:56 +0000)]
Remove the "skip_threshold" OptionDef. The equally named AVOption takes over its
function.

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

17 years agoRemove the "mb_threshold" OptionDef. The equally named AVOption takes over its
Panagiotis Issaris [Fri, 22 Sep 2006 13:55:56 +0000 (13:55 +0000)]
Remove the "mb_threshold" OptionDef. The equally named AVOption takes over its
function.

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

17 years agosimplify url_fseek()
Michael Niedermayer [Fri, 22 Sep 2006 10:03:04 +0000 (10:03 +0000)]
simplify url_fseek()

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

17 years agoremove a division from STOP_TIMER
Loren Merritt [Thu, 21 Sep 2006 18:00:05 +0000 (18:00 +0000)]
remove a division from STOP_TIMER

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

17 years agosimplify asm mid_pred, as suggested by michaelni.
Loren Merritt [Thu, 21 Sep 2006 17:48:45 +0000 (17:48 +0000)]
simplify asm mid_pred, as suggested by michaelni.

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

17 years agocosmetics (indentation)
Loren Merritt [Thu, 21 Sep 2006 17:43:09 +0000 (17:43 +0000)]
cosmetics (indentation)

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

17 years agotweak ff_imdct_calc_3dn2
Loren Merritt [Thu, 21 Sep 2006 17:42:23 +0000 (17:42 +0000)]
tweak ff_imdct_calc_3dn2

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

17 years agosse implementation of imdct.
Loren Merritt [Thu, 21 Sep 2006 16:37:39 +0000 (16:37 +0000)]
sse implementation of imdct.
patch mostly by Zuxy Meng (zuxy dot meng at gmail dot com)

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

17 years ago * Moving FifoBuffer out of libavformat/avformat.h and
Roman Shaposhnik [Thu, 21 Sep 2006 07:31:53 +0000 (07:31 +0000)]
   * Moving FifoBuffer out of libavformat/avformat.h and
     libavformat/utils.c into libavutil

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

17 years agoFinally enable B-frame decoding as all known samples work perfect
Kostya Shishkov [Thu, 21 Sep 2006 04:46:11 +0000 (04:46 +0000)]
Finally enable B-frame decoding as all known samples work perfect

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

17 years agoFor B-frames if the second reference frame signals intensity compensation
Kostya Shishkov [Thu, 21 Sep 2006 04:44:35 +0000 (04:44 +0000)]
For B-frames if the second reference frame signals intensity compensation
then the first reference frame should be intensity compensated.

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

17 years agoReorder MV order in B-frames so no swapping in vc1_b_mc() is needed
Kostya Shishkov [Thu, 21 Sep 2006 04:38:47 +0000 (04:38 +0000)]
Reorder MV order in B-frames so no swapping in vc1_b_mc() is needed

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

17 years agoZero number of current scan after decoding one picture.
Kostya Shishkov [Thu, 21 Sep 2006 04:28:46 +0000 (04:28 +0000)]
Zero number of current scan after decoding one picture.
This fixes grayscale JPEG-LS decoding.

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

17 years ago1000l copy and paste typo
Michael Niedermayer [Thu, 21 Sep 2006 01:08:05 +0000 (01:08 +0000)]
1000l copy and paste typo

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

17 years agoreduce scores if the mp3 frames dont start from the begin of the file (fixes flv...
Michael Niedermayer [Wed, 20 Sep 2006 21:23:32 +0000 (21:23 +0000)]
reduce scores if the mp3 frames dont start from the begin of the file (fixes flv deteted as mp3 issues)

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

17 years agoset supported pixel formats for a few encoders (fixes crashes with grayscale)
Michael Niedermayer [Wed, 20 Sep 2006 21:17:37 +0000 (21:17 +0000)]
set supported pixel formats for a few encoders (fixes crashes with grayscale)

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

17 years agoThe "video_rc_buffer_aggressivity" variable is not being used anymore in
Panagiotis Issaris [Wed, 20 Sep 2006 08:51:59 +0000 (08:51 +0000)]
The "video_rc_buffer_aggressivity" variable is not being used anymore in
ffmpeg.c.

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

17 years agoRemove the "sc_threshold" OptionDef variable.
Panagiotis Issaris [Wed, 20 Sep 2006 08:42:48 +0000 (08:42 +0000)]
Remove the "sc_threshold" OptionDef variable.

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

17 years agoRemove the "bug" OptionDef used for setting the workaround_bugs variable.
Panagiotis Issaris [Wed, 20 Sep 2006 08:42:09 +0000 (08:42 +0000)]
Remove the "bug" OptionDef used for setting the workaround_bugs variable.

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

17 years agoRemove the "qsquish" OptionDef. The AVOption min/max value is changed to match
Panagiotis Issaris [Wed, 20 Sep 2006 08:39:56 +0000 (08:39 +0000)]
Remove the "qsquish" OptionDef. The AVOption min/max value is changed to match
the removed range check in ffmpeg.c.

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

17 years agoRemove the "qmax" OptionDef.
Panagiotis Issaris [Wed, 20 Sep 2006 08:36:33 +0000 (08:36 +0000)]
Remove the "qmax" OptionDef.

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

17 years agoRemove the "qmin" OptionDef.
Panagiotis Issaris [Wed, 20 Sep 2006 08:34:58 +0000 (08:34 +0000)]
Remove the "qmin" OptionDef.

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

17 years agoRemove the "bf" OptionDef parameter so the equally named AVOption will take
Panagiotis Issaris [Wed, 20 Sep 2006 08:34:13 +0000 (08:34 +0000)]
Remove the "bf" OptionDef parameter so the equally named AVOption will take
over. Move over ffmpeg.c constraint checking, but allow value of zero to disable
B-frame.

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

17 years agoInform the user that a certain AVOption is out of range.
Panagiotis Issaris [Wed, 20 Sep 2006 08:28:24 +0000 (08:28 +0000)]
Inform the user that a certain AVOption is out of range.

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

17 years agoCorrect the constraints of some AVOptions. These had a default value of zero,
Panagiotis Issaris [Wed, 20 Sep 2006 08:27:18 +0000 (08:27 +0000)]
Correct the constraints of some AVOptions. These had a default value of zero,
while the minimum allowed value was set to FLT_MIN.

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

17 years agoMigrate the "packetsize" OptionDef option to become an AVOption.
Panagiotis Issaris [Wed, 20 Sep 2006 08:24:17 +0000 (08:24 +0000)]
Migrate the "packetsize" OptionDef option to become an AVOption.

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

17 years agoMigrate the "muxrate" OptionDef option to become an AVOption.
Panagiotis Issaris [Wed, 20 Sep 2006 08:23:01 +0000 (08:23 +0000)]
Migrate the "muxrate" OptionDef option to become an AVOption.

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

17 years agoNew single instruction math operation header
Luca Barbato [Tue, 19 Sep 2006 22:22:29 +0000 (22:22 +0000)]
New single instruction math operation header

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

17 years agouse correct rounding functions
Michael Niedermayer [Tue, 19 Sep 2006 09:31:00 +0000 (09:31 +0000)]
use correct rounding functions
this should fix a floating point exception on some systems
lets hope these arent missing anywhere, if so another solution must be found

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

17 years agoAdded qcelp faq.
Benjamin Larsson [Mon, 18 Sep 2006 20:19:11 +0000 (20:19 +0000)]
Added qcelp faq.

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

17 years agoRemove the "bufsize" OptionDef option from ffmpeg.c. The equally named "bufsize"
Panagiotis Issaris [Mon, 18 Sep 2006 19:27:12 +0000 (19:27 +0000)]
Remove the "bufsize" OptionDef option from ffmpeg.c. The equally named "bufsize"
AVOption takes over its function with a change in unit from kilobytes to bits.
Postfix "KiB" is available to ease the discomfort.

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

17 years agoAdd support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units.
Panagiotis Issaris [Mon, 18 Sep 2006 11:35:48 +0000 (11:35 +0000)]
Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units.

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

17 years agoRemove the dependency of libswscale on img_format.h
Luca Abeni [Sun, 17 Sep 2006 15:15:13 +0000 (15:15 +0000)]
Remove the dependency of libswscale on img_format.h

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

17 years agoFix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32)
Luca Abeni [Sun, 17 Sep 2006 14:59:55 +0000 (14:59 +0000)]
Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32)

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

17 years agoK prefix
Michael Niedermayer [Sun, 17 Sep 2006 10:22:01 +0000 (10:22 +0000)]
K prefix
add SI prefix selftest

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

17 years agoFLV seeking patch by Nazo. lovesyao at aol com.
Nazo [Sun, 17 Sep 2006 09:39:49 +0000 (09:39 +0000)]
FLV seeking patch by Nazo. lovesyao at aol com.

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

17 years agosupport SI and some non SI prefixes
Michael Niedermayer [Sun, 17 Sep 2006 08:52:41 +0000 (08:52 +0000)]
support SI and some non SI prefixes

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

17 years agowording/spelling
Diego Biurrun [Sun, 17 Sep 2006 07:34:54 +0000 (07:34 +0000)]
wording/spelling

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

17 years agoADI Blackfin optimizations
Michael Benjamin [Sat, 16 Sep 2006 22:26:09 +0000 (22:26 +0000)]
ADI Blackfin optimizations
patch by Michael Benjamin, neuroptik gmail com

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

17 years agoChange VHOOKSHFLAGS (which defaults to SHFLAGS) from a shell to a Makefile
Diego Biurrun [Sat, 16 Sep 2006 22:07:20 +0000 (22:07 +0000)]
Change VHOOKSHFLAGS (which defaults to SHFLAGS) from a shell to a Makefile
variable so that overriding SHFLAGS later in the configure script has the
desired effect.

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

17 years agoDocument how to read DirectShow files,
Víctor Paesa [Sat, 16 Sep 2006 12:40:18 +0000 (12:40 +0000)]
Document how to read DirectShow files,
Patch by Victor Paesa % wzrlpy A arsystel P com %
Original thread:
Date: Sep 15, 2006 5:12 PM
Subject: [Ffmpeg-devel] [PATCH] Add to FAQ how to read DirectShow files

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

17 years agoremove junk characters in comment
Måns Rullgård [Sat, 16 Sep 2006 00:51:49 +0000 (00:51 +0000)]
remove junk characters in comment

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

17 years agoclean up #ifdef HAVE_IPP
Måns Rullgård [Fri, 15 Sep 2006 23:20:58 +0000 (23:20 +0000)]
clean up #ifdef HAVE_IPP

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

17 years agoRemove the "rc_init_cplx" OptionDef option from ffmpeg.c. The equally named
Panagiotis Issaris [Fri, 15 Sep 2006 23:04:55 +0000 (23:04 +0000)]
Remove the "rc_init_cplx" OptionDef option from ffmpeg.c. The equally named
"rc_init_cplx" AVOption takes over its function and this occurs transparantly.

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

17 years agoRemove the "bt" OptionDef option from ffmpeg.c. The equally named
Panagiotis Issaris [Fri, 15 Sep 2006 22:32:30 +0000 (22:32 +0000)]
Remove the "bt" OptionDef option from ffmpeg.c. The equally named
"bt" AVOption takes over its function although the parameter unit
has changed from kilobits/sec to bits/sec.

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