Oded Shimon [Sun, 1 Oct 2006 13:53:08 +0000 (13:53 +0000)]
prevent warning in vorbis_data.c
Originally committed as revision 6404 to svn://svn.ffmpeg.org/ffmpeg/trunk
Oded Shimon [Sun, 1 Oct 2006 13:45:17 +0000 (13:45 +0000)]
100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_data.c
Originally committed as revision 6403 to svn://svn.ffmpeg.org/ffmpeg/trunk
Oded Shimon [Sun, 1 Oct 2006 11:59:33 +0000 (11:59 +0000)]
make some more functions global so they can be shared with vorbis_enc.c
Originally committed as revision 6402 to svn://svn.ffmpeg.org/ffmpeg/trunk
Oded Shimon [Sun, 1 Oct 2006 11:11:30 +0000 (11:11 +0000)]
make ready_floor1_list() shared for vorbis_enc.c
Originally committed as revision 6401 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sun, 1 Oct 2006 05:09:20 +0000 (05:09 +0000)]
1l: correct argument order in avcodec_check_dimensions
Originally committed as revision 6400 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 30 Sep 2006 23:49:09 +0000 (23:49 +0000)]
palette (if we memcpy it into AVFrame) must be uint32_t
Originally committed as revision 6399 to svn://svn.ffmpeg.org/ffmpeg/trunk
Oded Shimon [Sat, 30 Sep 2006 18:47:15 +0000 (18:47 +0000)]
vorbis.h -> vorbis_data.c
move tables from vorbis.h to a C file so they can be used later in
vorbis_enc.c
Originally committed as revision 6398 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 30 Sep 2006 18:16:38 +0000 (18:16 +0000)]
marking AVPaletteControl as deprecated due to thread saftey amongth other issues (it doesnt work if theres any delay between demuxer and decoder)
Originally committed as revision 6397 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 30 Sep 2006 16:06:07 +0000 (16:06 +0000)]
move things from my todo to the unassigned one so my lazyness doesnt prevent others from working on them
Originally committed as revision 6396 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 30 Sep 2006 16:00:27 +0000 (16:00 +0000)]
seems only 3 bits are used for the number of resolutions, some rv30 files have this set to 10 even though there are just 2 resolutions in the extradata
Originally committed as revision 6395 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 30 Sep 2006 13:27:29 +0000 (13:27 +0000)]
f*cking windows confuses itself by adding .exe to filenames
Originally committed as revision 6394 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 30 Sep 2006 11:50:03 +0000 (11:50 +0000)]
dont set sub_id as its completly redundant and silly
Originally committed as revision 6393 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 30 Sep 2006 11:45:09 +0000 (11:45 +0000)]
ignore sub_id
Originally committed as revision 6392 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 30 Sep 2006 11:35:14 +0000 (11:35 +0000)]
big endian fix
Originally committed as revision 6391 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 30 Sep 2006 11:31:15 +0000 (11:31 +0000)]
support resolution switching, fixes rv20errors.rm
Originally committed as revision 6390 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 29 Sep 2006 23:57:03 +0000 (23:57 +0000)]
simplify
Originally committed as revision 6389 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 29 Sep 2006 23:34:42 +0000 (23:34 +0000)]
fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv)
Originally committed as revision 6388 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Fri, 29 Sep 2006 19:48:27 +0000 (19:48 +0000)]
Add forgotten eval.h...
Originally committed as revision 6387 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Fri, 29 Sep 2006 19:39:19 +0000 (19:39 +0000)]
Move the ratecontrol related code from mpegvideo.h to a separate header file.
Originally committed as revision 6386 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Fri, 29 Sep 2006 19:36:12 +0000 (19:36 +0000)]
Reformat the output of the list of available AVOptions, by indenting the
parameters of certain options and displaying them _right after_ the actual
option taking the parameter.
Originally committed as revision 6385 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Fri, 29 Sep 2006 19:34:53 +0000 (19:34 +0000)]
Remove the override of lmin and lmax, so the actual option value provided will
be used.
Originally committed as revision 6384 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Fri, 29 Sep 2006 19:33:04 +0000 (19:33 +0000)]
Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and
put it in a separate file.
Originally committed as revision 6383 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 29 Sep 2006 14:28:55 +0000 (14:28 +0000)]
rudimentary binary seek
Originally committed as revision 6382 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 29 Sep 2006 12:25:44 +0000 (12:25 +0000)]
add another data definition ul
Originally committed as revision 6381 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 29 Sep 2006 12:23:38 +0000 (12:23 +0000)]
use a data definition uls table to fetch codec type
Originally committed as revision 6380 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 29 Sep 2006 11:25:40 +0000 (11:25 +0000)]
add string param to PRINT_KEY for debug
Originally committed as revision 6379 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 29 Sep 2006 10:38:27 +0000 (10:38 +0000)]
shut up gcc about incompatible pointer type
Originally committed as revision 6378 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 29 Sep 2006 10:30:52 +0000 (10:30 +0000)]
remove useless casts
Originally committed as revision 6377 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 29 Sep 2006 10:28:11 +0000 (10:28 +0000)]
remove gcc warnings about void * used in arithmetic
Originally committed as revision 6376 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 28 Sep 2006 22:03:52 +0000 (22:03 +0000)]
remove extraneous #ifdef CONFIG_ENCODERS/DECODERS
Originally committed as revision 6375 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Thu, 28 Sep 2006 19:06:57 +0000 (19:06 +0000)]
-interlace -> -ilme This has been wrong in the docs for years,
the description might not be totally correct though.
Originally committed as revision 6374 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 28 Sep 2006 17:59:26 +0000 (17:59 +0000)]
move sample size adjusting code after audio stsd v2 parsing to let v2 set correct channel number, fix Sony-hdv2.mov
Originally committed as revision 6373 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 28 Sep 2006 17:54:59 +0000 (17:54 +0000)]
add lpcm fourcc
Originally committed as revision 6372 to svn://svn.ffmpeg.org/ffmpeg/trunk
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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