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
Michael Niedermayer [Sat, 13 Jan 2007 00:56:43 +0000 (00:56 +0000)]
fix 16 CABAC_BIT * 10l bug introduced in r6578
Originally committed as revision 7440 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Fri, 12 Jan 2007 15:45:47 +0000 (15:45 +0000)]
deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()
Originally committed as revision 21888 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Luca Abeni [Fri, 12 Jan 2007 15:40:08 +0000 (15:40 +0000)]
Add "support for both orderings of the slices (top->down / bottom->up)"
(r15249) to sws_scale() too (until now, it only was in sws_scale_ordered())
Originally committed as revision 21887 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Roman Shaposhnik [Thu, 11 Jan 2007 22:32:19 +0000 (22:32 +0000)]
* Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)
Originally committed as revision 7439 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 10 Jan 2007 20:40:02 +0000 (20:40 +0000)]
Bail out immediately with software scaler instead of failing the tests.
Originally committed as revision 7438 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 10 Jan 2007 14:38:08 +0000 (14:38 +0000)]
Add a FIXME note about paths in pkgconfig files.
Originally committed as revision 7437 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 10 Jan 2007 14:23:28 +0000 (14:23 +0000)]
print error when decoding fails
Originally committed as revision 7436 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 10 Jan 2007 14:19:33 +0000 (14:19 +0000)]
Unconditionally enable Theora decoder. It works fine now and there is no
Theora support through libtheora in FFmpeg.
Originally committed as revision 7435 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 10 Jan 2007 10:30:03 +0000 (10:30 +0000)]
add official VC1 fourcc
Originally committed as revision 7434 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 9 Jan 2007 15:28:08 +0000 (15:28 +0000)]
change regression tests for swf, use same as flv, swf muxer only supports mp3
Originally committed as revision 7433 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 9 Jan 2007 15:27:56 +0000 (15:27 +0000)]
change regression tests for swf, use same as flv, swf muxer only supports mp3
Originally committed as revision 7432 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 9 Jan 2007 11:58:06 +0000 (11:58 +0000)]
fix av_reduce() with things like 1/0 and 0/0
Originally committed as revision 7431 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 8 Jan 2007 14:44:13 +0000 (14:44 +0000)]
removed unused av_frac_set
Originally committed as revision 7430 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 8 Jan 2007 14:42:01 +0000 (14:42 +0000)]
remove #if obsoleted after last major version bump
Originally committed as revision 7429 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 8 Jan 2007 14:22:00 +0000 (14:22 +0000)]
10l, only allocate priv_data if not already done
Originally committed as revision 7428 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 8 Jan 2007 12:57:08 +0000 (12:57 +0000)]
humm, actually do what's in the doxy
Originally committed as revision 7427 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 8 Jan 2007 12:33:16 +0000 (12:33 +0000)]
priv_data is allocated/freed internally
Originally committed as revision 7426 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Sun, 7 Jan 2007 23:39:56 +0000 (23:39 +0000)]
links to ARM optimization manuals
Originally committed as revision 7425 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Sun, 7 Jan 2007 23:34:01 +0000 (23:34 +0000)]
add missing bit from commit r7423
Originally committed as revision 7424 to svn://svn.ffmpeg.org/ffmpeg/trunk
Siarhei Siamashka [Sun, 7 Jan 2007 23:24:14 +0000 (23:24 +0000)]
Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)
patch by Siarhei Siamashka % siarhei P siamashka A gmail P com %
Original thread:
Date: Jan 6, 2007 5:07 PM
Subject: [Ffmpeg-devel] [PATCH] Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) (try2)
and
Date: Jan 2, 2007 6:13 PM
Subject: [Ffmpeg-devel] [PATCH] Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)
Originally committed as revision 7423 to svn://svn.ffmpeg.org/ffmpeg/trunk
Robert Swain [Sun, 7 Jan 2007 18:04:11 +0000 (18:04 +0000)]
enable bidirectional me with x264
patch by Robert Swain <robert =dot= swain =at= gmail =dot= com>
Originally committed as revision 7422 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Sun, 7 Jan 2007 11:11:49 +0000 (11:11 +0000)]
__attribute__((unused)) works with gcc 2.95 too
Originally committed as revision 7421 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sun, 7 Jan 2007 00:22:32 +0000 (00:22 +0000)]
Disable threading support by default on all platforms, add individual
enabling options and hook this up in configure output.
patch by Ramiro Polla, ramiro lisha.ufsc br
Originally committed as revision 7420 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 7 Jan 2007 00:14:57 +0000 (00:14 +0000)]
ordering cosmetics
Originally committed as revision 7419 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 7 Jan 2007 00:07:10 +0000 (00:07 +0000)]
cosmetics: Reorder external libraries.
Originally committed as revision 7418 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 7 Jan 2007 00:02:15 +0000 (00:02 +0000)]
variable renaming: mp3lame --> libmp3lame
Originally committed as revision 7417 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 6 Jan 2007 23:54:01 +0000 (23:54 +0000)]
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin
Originally committed as revision 7416 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 6 Jan 2007 23:44:48 +0000 (23:44 +0000)]
variable renaming: dts --> libdts
Originally committed as revision 7415 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 6 Jan 2007 23:33:43 +0000 (23:33 +0000)]
Rename variables: a52 --> liba52, a52bin --> liba52bin
Originally committed as revision 7414 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 6 Jan 2007 23:14:38 +0000 (23:14 +0000)]
Reorder configure output.
Originally committed as revision 7413 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 6 Jan 2007 23:05:56 +0000 (23:05 +0000)]
one more naming consistency change
Originally committed as revision 7412 to svn://svn.ffmpeg.org/ffmpeg/trunk