Michael Niedermayer [Mon, 15 Jan 2007 23:47:53 +0000 (23:47 +0000)]
fix segfault with sam.zoy.org/zzuf/lol-ffplay.wmv
Originally committed as revision 7539 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 15 Jan 2007 23:26:09 +0000 (23:26 +0000)]
fix segfault with sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.org/zzuf/lol-ffplay.m2v
Originally committed as revision 7538 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 15 Jan 2007 22:56:46 +0000 (22:56 +0000)]
fixing segfault with sam.zoy.org/zzuf/lol-ffplay.avi
Originally committed as revision 7537 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 15 Jan 2007 22:45:50 +0000 (22:45 +0000)]
check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz test
Originally committed as revision 7536 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 15 Jan 2007 22:05:22 +0000 (22:05 +0000)]
save/restore number of streams
Originally committed as revision 7535 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 15 Jan 2007 13:45:48 +0000 (13:45 +0000)]
merge shift into mix
this need -fno-strict-aliasing to work (needs to be fixed of course)
Originally committed as revision 7534 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 15 Jan 2007 10:37:34 +0000 (10:37 +0000)]
make aes_en/decrypt() static until we decided on the public API
Originally committed as revision 7533 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 15 Jan 2007 07:56:15 +0000 (07:56 +0000)]
Revert broken removal of variable indirection.
Originally committed as revision 7532 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Mon, 15 Jan 2007 07:41:28 +0000 (07:41 +0000)]
* Fixing a bug with incorrect bits set in AAUX source pack
* Making DV codec release a buffer on exit
* Flagging accepted pix_fmts for DV encoder
Originally committed as revision 7531 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 15 Jan 2007 05:46:42 +0000 (05:46 +0000)]
spelling, formatting
Originally committed as revision 7530 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 15 Jan 2007 01:33:56 +0000 (01:33 +0000)]
move #include log.h into the selftesting code where it belongs
Originally committed as revision 7529 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 15 Jan 2007 01:32:06 +0000 (01:32 +0000)]
remove dependancy on *malloc()
Originally committed as revision 7528 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 15 Jan 2007 01:05:40 +0000 (01:05 +0000)]
check the last? entry written for detecting already initalized tables
Originally committed as revision 7527 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 15 Jan 2007 01:04:43 +0000 (01:04 +0000)]
cosmetics, function -> metadata
Originally committed as revision 7526 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 15 Jan 2007 01:01:56 +0000 (01:01 +0000)]
replace / by >> this makes the .o ~150 bytes smaller
Originally committed as revision 7525 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 15 Jan 2007 00:55:51 +0000 (00:55 +0000)]
cosmetic
Originally committed as revision 7524 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 15 Jan 2007 00:27:04 +0000 (00:27 +0000)]
Remove leftover variable.
Originally committed as revision 7523 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 15 Jan 2007 00:23:58 +0000 (00:23 +0000)]
Remove unnecessary variable indirection.
Originally committed as revision 7522 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 15 Jan 2007 00:10:25 +0000 (00:10 +0000)]
av_aes_init()
Originally committed as revision 7521 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 15 Jan 2007 00:07:39 +0000 (00:07 +0000)]
the missing header ...
Originally committed as revision 7520 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 14 Jan 2007 23:55:54 +0000 (23:55 +0000)]
merge fragmented mpeg4adv section in regression.sh
Originally committed as revision 7519 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 23:50:06 +0000 (23:50 +0000)]
avcodec_decode_audio2()
difference to avcodec_decode_audio() is that the user can pass the allocated size of the output buffer to the decoder and the decoder can check if theres enough space
Originally committed as revision 7518 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 14 Jan 2007 23:44:55 +0000 (23:44 +0000)]
100l: Fix damage from a buggy emacs macro.
Originally committed as revision 7517 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 14 Jan 2007 23:32:51 +0000 (23:32 +0000)]
remove useless essence container data sets for now
Originally committed as revision 7516 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 14 Jan 2007 23:31:30 +0000 (23:31 +0000)]
remove useless preface parsing for now, will reintroduce it if needed
Originally committed as revision 7515 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 14 Jan 2007 23:31:01 +0000 (23:31 +0000)]
Merge redundant comments.
Originally committed as revision 7514 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 14 Jan 2007 23:23:06 +0000 (23:23 +0000)]
merge multiple descriptor parsing with generic one
Originally committed as revision 7513 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 14 Jan 2007 23:22:49 +0000 (23:22 +0000)]
Add two more variables for temporary files.
Originally committed as revision 7512 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 14 Jan 2007 23:20:05 +0000 (23:20 +0000)]
comment grammar fixes
Originally committed as revision 7511 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 23:19:22 +0000 (23:19 +0000)]
er and strict also apply to audio theoretically
Originally committed as revision 7510 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 14 Jan 2007 23:17:10 +0000 (23:17 +0000)]
remove warning, key is const
Originally committed as revision 7509 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 14 Jan 2007 23:16:20 +0000 (23:16 +0000)]
indention
Originally committed as revision 7508 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 14 Jan 2007 23:14:36 +0000 (23:14 +0000)]
follow michael suggestion and simplify code at object level
Originally committed as revision 7507 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Sun, 14 Jan 2007 22:07:19 +0000 (22:07 +0000)]
makes the filename member of the URLContext a pointer, so that the
structure can be extended in the future without breaking ABI.
patch by Ronald S. Bultje % rbultje A ronald P bitfreak P net %
Original thread:
Date: Jan 1, 2007 6:01 PM
Subject: [Ffmpeg-devel] make URLContext->filename a pointer
Originally committed as revision 7506 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Sun, 14 Jan 2007 22:02:38 +0000 (22:02 +0000)]
add support for HTTP seeking
patch by Ronald S. Bultje % rbultje A ronald P bitfreak P net %
Original thread:
Date: Jan 4, 2007 5:42 AM
Subject: [Ffmpeg-devel] [PATCH/RFC] http seeking
Originally committed as revision 7505 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 21:40:21 +0000 (21:40 +0000)]
simplify
Originally committed as revision 7504 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 21:30:54 +0000 (21:30 +0000)]
simplify multiply table init
Originally committed as revision 7503 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 14 Jan 2007 21:23:32 +0000 (21:23 +0000)]
Make seeking work in files that contain encrypted tracks.
Originally committed as revision 7502 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 21:20:15 +0000 (21:20 +0000)]
simplify selftest
Originally committed as revision 7501 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 21:13:14 +0000 (21:13 +0000)]
revert simplification (broke 192 bit keys)
Originally committed as revision 7500 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 21:03:15 +0000 (21:03 +0000)]
simplify
Originally committed as revision 7499 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 19:58:41 +0000 (19:58 +0000)]
fix 2 warnings
Originally committed as revision 7498 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 19:51:23 +0000 (19:51 +0000)]
seems i didnt copy anything from aes128.c so this should be more correct ?
Originally committed as revision 7497 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 19:45:27 +0000 (19:45 +0000)]
unneeded
Originally committed as revision 7496 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 19:41:57 +0000 (19:41 +0000)]
unused think
Originally committed as revision 7495 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 19:39:38 +0000 (19:39 +0000)]
merge encrypt and decrypt so the source is simpler and the compiler can choose with inlining if it wants speed or small size
Originally committed as revision 7494 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 19:24:34 +0000 (19:24 +0000)]
indent
Originally committed as revision 7493 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 19:24:06 +0000 (19:24 +0000)]
remove duplicate round_key
one context is now either for encoding or decoding (makes more sense in reality too)
Originally committed as revision 7492 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 19:02:59 +0000 (19:02 +0000)]
make decode look more like encode
Originally committed as revision 7491 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 19:01:17 +0000 (19:01 +0000)]
dont use encode tables for decoding
Originally committed as revision 7490 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 18:58:45 +0000 (18:58 +0000)]
remove no longer corret comment
Originally committed as revision 7489 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 18:51:09 +0000 (18:51 +0000)]
unused stuff removial
Originally committed as revision 7488 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 18:47:01 +0000 (18:47 +0000)]
merge inv_sbox into inv_mix
Originally committed as revision 7487 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 14 Jan 2007 18:18:14 +0000 (18:18 +0000)]
cosmetics: reindent
Originally committed as revision 7486 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 18:17:45 +0000 (18:17 +0000)]
merge sbox with mix on the encryption side
add one more test vector
yes this needs a cleanup ...
Originally committed as revision 7485 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 14 Jan 2007 18:17:15 +0000 (18:17 +0000)]
add support for another variant of vp6
with block coeffs coded separatly from other parts of the frame
Originally committed as revision 7484 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 17:43:45 +0000 (17:43 +0000)]
1 test vector
Originally committed as revision 7483 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 17:19:04 +0000 (17:19 +0000)]
fix CONFIG_SMALL case
Originally committed as revision 7482 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 16:49:35 +0000 (16:49 +0000)]
simplify special round
Originally committed as revision 7481 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 16:45:34 +0000 (16:45 +0000)]
benchmark
Originally committed as revision 7480 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 16:43:32 +0000 (16:43 +0000)]
init multbl
code can now decrypt its own encryption correctly
can anyone provide me with a correct test AES key + cyphertext + plaintext?
Originally committed as revision 7479 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 16:19:51 +0000 (16:19 +0000)]
ascii
Originally committed as revision 7478 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 14 Jan 2007 16:11:10 +0000 (16:11 +0000)]
Buffer for get_bits must be padded because readers may overread.
Originally committed as revision 7477 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 14 Jan 2007 16:10:05 +0000 (16:10 +0000)]
10l, > vs. >= typo, caused crashes on last mpc frame
Originally committed as revision 7476 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 14 Jan 2007 16:02:22 +0000 (16:02 +0000)]
Simplify klv_decode_ber_length
Originally committed as revision 7475 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 14 Jan 2007 14:08:02 +0000 (14:08 +0000)]
128bit-only AES implementation under development.
Originally committed as revision 7474 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 14 Jan 2007 13:57:26 +0000 (13:57 +0000)]
seek back at the end of file after updating header
Originally committed as revision 7473 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 13:47:15 +0000 (13:47 +0000)]
cosmetic
Originally committed as revision 7472 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 13:46:20 +0000 (13:46 +0000)]
simplify round_key generation by writing over the end but ensuring that theres some irrelevant stuff afterwards
Originally committed as revision 7471 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 13:38:10 +0000 (13:38 +0000)]
cosmetics
Originally committed as revision 7470 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 13:37:19 +0000 (13:37 +0000)]
memcpy
Originally committed as revision 7469 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 13:30:37 +0000 (13:30 +0000)]
seems the larger rcon values are never accessed
Originally committed as revision 7468 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 13:16:29 +0000 (13:16 +0000)]
copyright fix
Originally committed as revision 7467 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 13:15:26 +0000 (13:15 +0000)]
stealing multbl trick from reimar
Originally committed as revision 7466 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 14 Jan 2007 12:47:32 +0000 (12:47 +0000)]
simplify
Originally committed as revision 7465 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 12:40:32 +0000 (12:40 +0000)]
stealing reimars XOR_BLOCK
Originally committed as revision 7464 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 09:27:11 +0000 (09:27 +0000)]
cosmetic
Originally committed as revision 7463 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 09:25:52 +0000 (09:25 +0000)]
memleak
Originally committed as revision 7462 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 09:14:05 +0000 (09:14 +0000)]
simplify sbox init
Originally committed as revision 7461 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Jan 2007 09:06:13 +0000 (09:06 +0000)]
aes support (unfinished)
Originally committed as revision 7460 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 14 Jan 2007 02:21:28 +0000 (02:21 +0000)]
priv_data is allocated internally
Originally committed as revision 7459 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 14 Jan 2007 01:57:43 +0000 (01:57 +0000)]
enable mjpeg in swf
Originally committed as revision 7458 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 14 Jan 2007 01:20:24 +0000 (01:20 +0000)]
simplify
Originally committed as revision 7457 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 14 Jan 2007 01:14:31 +0000 (01:14 +0000)]
swf can contain only one audio track, simplify
Originally committed as revision 7456 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 14 Jan 2007 01:07:14 +0000 (01:07 +0000)]
use ch_id as AVStream id and simplify
Originally committed as revision 7455 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 14 Jan 2007 00:54:03 +0000 (00:54 +0000)]
always export audiostreams
Originally committed as revision 7454 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 14 Jan 2007 00:47:22 +0000 (00:47 +0000)]
I will maintain swf.c
Originally committed as revision 7453 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 14 Jan 2007 00:46:37 +0000 (00:46 +0000)]
always export videostreams
Originally committed as revision 7452 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 14 Jan 2007 00:32:25 +0000 (00:32 +0000)]
AnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptor
Originally committed as revision 7451 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 14 Jan 2007 00:08:45 +0000 (00:08 +0000)]
allow --cpu=core2 for Intel Core2 tuning with gcc 4.3 snapshots
Originally committed as revision 7450 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sat, 13 Jan 2007 21:13:26 +0000 (21:13 +0000)]
Use macros to eliminate code duplication in MXF metadata read functions.
Originally committed as revision 7449 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sat, 13 Jan 2007 18:54:48 +0000 (18:54 +0000)]
Extend mxf_resolve_strong_ref by a type parameter, to avoid modify something
that actually has a different type.
Originally committed as revision 7448 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sat, 13 Jan 2007 18:21:55 +0000 (18:21 +0000)]
Fix error message, it's package ref that can not be found, not track in this case
Originally committed as revision 7447 to svn://svn.ffmpeg.org/ffmpeg/trunk
Axel Holzinger [Sat, 13 Jan 2007 17:10:34 +0000 (17:10 +0000)]
Allow to uninstall a custom log callback
patch by Axel Holzinger % aholzinger A gmx P de %
original thread:
date: Jan 11, 2007 4:54 PM
subject: [Ffmpeg-devel] [PATCH] uninstall custom log callback
Originally committed as revision 7446 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sat, 13 Jan 2007 16:51:42 +0000 (16:51 +0000)]
Segmentation fault fix when no video device is specified.
patch by Ramiro Polla % ramiro A lisha P ufsc P br %
Originally committed as revision 7445 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 13 Jan 2007 04:32:14 +0000 (04:32 +0000)]
cosmetics: typo pallete --> palette
Originally committed as revision 21892 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Sat, 13 Jan 2007 04:19:45 +0000 (04:19 +0000)]
typo: pallete --> palette
Originally committed as revision 7444 to svn://svn.ffmpeg.org/ffmpeg/trunk
Christophe Mutricy [Sat, 13 Jan 2007 04:01:35 +0000 (04:01 +0000)]
Avoid "HAVE_CMOV not defined" warning.
patch by Christophe Mutricy, xtophe nxtelevision com
Originally committed as revision 7443 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 13 Jan 2007 02:45:05 +0000 (02:45 +0000)]
some interlaced direct sanity checks
Originally committed as revision 7442 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 13 Jan 2007 01:00:37 +0000 (01:00 +0000)]
replace a few hardcoded numbers with their correct named ones
Originally committed as revision 7441 to svn://svn.ffmpeg.org/ffmpeg/trunk