Diego Biurrun [Sat, 26 Jan 2008 12:23:24 +0000 (12:23 +0000)]
Clarify some FAQ entries.
Originally committed as revision 11615 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 26 Jan 2008 12:18:28 +0000 (12:18 +0000)]
Split general problems section into general questions and usage.
Originally committed as revision 11614 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 26 Jan 2008 12:04:56 +0000 (12:04 +0000)]
Update AC-3 FAQ entry.
Originally committed as revision 11613 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 26 Jan 2008 02:24:35 +0000 (02:24 +0000)]
comment vorbis objectype id
Originally committed as revision 11612 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 26 Jan 2008 02:22:45 +0000 (02:22 +0000)]
this one is not standardized either
Originally committed as revision 11611 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 26 Jan 2008 01:35:51 +0000 (01:35 +0000)]
remove non standard object type ids, if you find samples, report them
Originally committed as revision 11610 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 25 Jan 2008 21:14:17 +0000 (21:14 +0000)]
clean up dynamic loading of libfaad
Originally committed as revision 11609 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Fri, 25 Jan 2008 07:37:46 +0000 (07:37 +0000)]
Correctly clean up IntraX8Context upon codec close.
patch by Zdenek Kabelac, zdenek d kabelac a gmail d com
Originally committed as revision 11608 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 24 Jan 2008 19:51:31 +0000 (19:51 +0000)]
cosmetic: libfaad.c indentation
Originally committed as revision 11607 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 24 Jan 2008 19:51:29 +0000 (19:51 +0000)]
fix dynamic loading of libfaad 2.6
Originally committed as revision 11606 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 24 Jan 2008 19:31:59 +0000 (19:31 +0000)]
Fix crash for CAVLC->CABAC switch caused by writing into NULL tables.
(iam not sure if this might have been exploitable)
fixes issue332 / CVCANLMA2_Sony_C.jsv
Other solutions which waste a few bytes less are welcome ...
Originally committed as revision 11605 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 23 Jan 2008 21:27:07 +0000 (21:27 +0000)]
Add #undef printf and disable non-functional code to make test program compile.
Originally committed as revision 11604 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 23 Jan 2008 21:03:21 +0000 (21:03 +0000)]
Comment to explain how the add/remove core works.
Originally committed as revision 11603 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 23 Jan 2008 10:23:24 +0000 (10:23 +0000)]
Fix test program compilation: Add missing #include and update the call
of ff_init_cabac_states() to account for API changes.
Originally committed as revision 11602 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 23 Jan 2008 10:19:39 +0000 (10:19 +0000)]
Put some disabled functions that are only used in the test program in cabac.c
under TEST as preprocessor conditional, same as the test program.
Originally committed as revision 11601 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 23 Jan 2008 10:18:08 +0000 (10:18 +0000)]
Add #undef random and call the right function to fix test program compilation.
Originally committed as revision 11600 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 22 Jan 2008 23:47:59 +0000 (23:47 +0000)]
Remove unused variables in test code.
Originally committed as revision 11599 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Tue, 22 Jan 2008 21:57:19 +0000 (21:57 +0000)]
clarify previous revision on optimization justification
Originally committed as revision 11598 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Tue, 22 Jan 2008 18:21:12 +0000 (18:21 +0000)]
Ministry of English Composition edits
Originally committed as revision 11597 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 22 Jan 2008 14:48:02 +0000 (14:48 +0000)]
Cosmetics to speed up finding sections of interest.
Originally committed as revision 11596 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 22 Jan 2008 14:45:20 +0000 (14:45 +0000)]
"What speedup justifies an optimization" section
Originally committed as revision 11595 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 22 Jan 2008 09:20:25 +0000 (09:20 +0000)]
Fix warnings in test code:
eval.c:454: warning: return type defaults to 'int'
eval.c:464: warning: control reaches end of non-void function
Originally committed as revision 11594 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 22 Jan 2008 08:52:57 +0000 (08:52 +0000)]
cosmetics: Fix Benoit's ugly formatting.
Originally committed as revision 11593 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 21 Jan 2008 23:43:25 +0000 (23:43 +0000)]
ensure av_rescale_q() can be calculated (won't divide by zero)
Originally committed as revision 11592 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Mon, 21 Jan 2008 20:46:28 +0000 (20:46 +0000)]
Fix typo in comment
Originally committed as revision 25829 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Baptiste Coudurier [Mon, 21 Jan 2008 18:06:45 +0000 (18:06 +0000)]
mention avm2 (flash 9) muxer in documentation and changelog
Originally committed as revision 11591 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Mon, 21 Jan 2008 14:28:58 +0000 (14:28 +0000)]
Support out-of-band parameter sets in SDP for H.264 video
Originally committed as revision 11590 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Mon, 21 Jan 2008 14:01:57 +0000 (14:01 +0000)]
Add support for H.264 video in the RTP muxer
Originally committed as revision 11589 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 21 Jan 2008 13:43:40 +0000 (13:43 +0000)]
unset extension, so code path, and guess format do not choose
avm2/flash 9 by default, not sure this is adequate though,
this fixes regression tests.
Originally committed as revision 11588 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Mon, 21 Jan 2008 13:36:20 +0000 (13:36 +0000)]
Inform user when bitstream filter fails.
Originally committed as revision 11587 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 21 Jan 2008 13:33:18 +0000 (13:33 +0000)]
Faster ff_sqrt()
Originally committed as revision 11586 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Mon, 21 Jan 2008 11:09:06 +0000 (11:09 +0000)]
Add minimal support for H.264 video in the SDP generator
Originally committed as revision 11585 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 21 Jan 2008 00:29:22 +0000 (00:29 +0000)]
Remove two unused variables.
Originally committed as revision 11584 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 21 Jan 2008 00:28:29 +0000 (00:28 +0000)]
Remove unnecessary forward declaration.
Originally committed as revision 11583 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 20 Jan 2008 23:55:40 +0000 (23:55 +0000)]
small grammar fix
Originally committed as revision 11582 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 20 Jan 2008 23:53:51 +0000 (23:53 +0000)]
Consistently use TEST as the preprocessor condition to enable test code.
Originally committed as revision 11581 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 20 Jan 2008 21:38:21 +0000 (21:38 +0000)]
add proper matroskaenc dependency over xiph.o
Originally committed as revision 11580 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 20 Jan 2008 21:24:25 +0000 (21:24 +0000)]
add missing Makefile rules for pcm muxers/demuxers
Originally committed as revision 11579 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 20 Jan 2008 20:55:28 +0000 (20:55 +0000)]
add missing Makefile rules for zork pcm encoder/decoder
Originally committed as revision 11578 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 20 Jan 2008 20:51:19 +0000 (20:51 +0000)]
and thus, nellymoser obviously also depens on fft.o
Originally committed as revision 11577 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 20 Jan 2008 20:45:43 +0000 (20:45 +0000)]
nellymoser uses mdct functions
Originally committed as revision 11576 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 20 Jan 2008 18:31:56 +0000 (18:31 +0000)]
reorder alphabetically
Originally committed as revision 11575 to svn://svn.ffmpeg.org/ffmpeg/trunk
Paul Egan [Sun, 20 Jan 2008 18:30:04 +0000 (18:30 +0000)]
new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com
Originally committed as revision 11574 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 20:00:09 +0000 (20:00 +0000)]
init uid to 0
Originally committed as revision 11573 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 19:59:04 +0000 (19:59 +0000)]
indentation
Originally committed as revision 11572 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 19:58:48 +0000 (19:58 +0000)]
correctly handle sony mpeg4 extradata
Originally committed as revision 11571 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 19:51:55 +0000 (19:51 +0000)]
check if read child returned error
Originally committed as revision 11570 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sat, 19 Jan 2008 19:27:39 +0000 (19:27 +0000)]
Add mfspr-based AltiVec detection code.
Currently not enabled in FFmpeg, because it crashes if the OS does not
emulate mfspr.
Originally committed as revision 11569 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 17:28:49 +0000 (17:28 +0000)]
simplify with matching len
Originally committed as revision 11568 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 17:25:12 +0000 (17:25 +0000)]
simplify and detect better non frame wrapped mappings
Originally committed as revision 11567 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 16:20:06 +0000 (16:20 +0000)]
cosmetics: read_metadata -> read
Originally committed as revision 11566 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 16:19:06 +0000 (16:19 +0000)]
cosmetics
Originally committed as revision 11565 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 16:18:32 +0000 (16:18 +0000)]
remove unused crypto context uid
Originally committed as revision 11564 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 16:17:39 +0000 (16:17 +0000)]
support dynamically allocated local tags, used by encrypted files
Originally committed as revision 11563 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 15:21:30 +0000 (15:21 +0000)]
check malloc return
Originally committed as revision 11562 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 13:16:35 +0000 (13:16 +0000)]
add some dv container uls
Originally committed as revision 11561 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 13:16:00 +0000 (13:16 +0000)]
simplify by checking min matching len
Originally committed as revision 11560 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 19 Jan 2008 11:04:02 +0000 (11:04 +0000)]
simplify 4-point transform part a bit
Originally committed as revision 11559 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 19 Jan 2008 06:52:29 +0000 (06:52 +0000)]
Factor out constant addition
Originally committed as revision 11558 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Fri, 18 Jan 2008 20:48:32 +0000 (20:48 +0000)]
Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).
This can be used later by RDT to get the flags from the RTP packet and
use that for the RealMedia packet (such as whether this RTP packet
represents a keyframe or not). For discussion, see "[PATCH] Realmedia
/ RTSP (RDT)".
Originally committed as revision 11557 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Fri, 18 Jan 2008 11:27:28 +0000 (11:27 +0000)]
More verbose error log message.
Originally committed as revision 11556 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 18 Jan 2008 07:04:58 +0000 (07:04 +0000)]
Save quantizer values as well
Originally committed as revision 11555 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 18 Jan 2008 07:04:11 +0000 (07:04 +0000)]
Save coded block patterns for future loop filtering.
Originally committed as revision 11554 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Kostylev [Fri, 18 Jan 2008 01:47:34 +0000 (01:47 +0000)]
Add system-specific network link flags to inet_aton test. This should fix
the check on platforms that require those flags.
patch by Michael Kostylev, mik niipt ru
Originally committed as revision 11553 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Thu, 17 Jan 2008 20:48:07 +0000 (20:48 +0000)]
Fix forgotten braces from r11039
Originally committed as revision 11552 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michel Bardiaux [Thu, 17 Jan 2008 16:27:26 +0000 (16:27 +0000)]
Clarify the error message when video width, height, or framerate are not
specified.
Patch by Michel Bardiaux (mbardiaux AT mediaxim DOT be)
Originally committed as revision 11551 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Thu, 17 Jan 2008 15:49:31 +0000 (15:49 +0000)]
Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).
Originally committed as revision 25780 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Michael Niedermayer [Thu, 17 Jan 2008 13:59:52 +0000 (13:59 +0000)]
Consider initial EOR in the back_ptr calculation.
Originally committed as revision 11550 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Thu, 17 Jan 2008 11:07:27 +0000 (11:07 +0000)]
Remove some useless parentheses.
Originally committed as revision 25779 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Benoit Fouet [Thu, 17 Jan 2008 10:24:14 +0000 (10:24 +0000)]
Cosmetics: whitespaces
Originally committed as revision 25778 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Benoit Fouet [Thu, 17 Jan 2008 08:57:15 +0000 (08:57 +0000)]
Remove non cosmetic spaces inside parentheses.
Originally committed as revision 25777 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Thu, 17 Jan 2008 08:34:53 +0000 (08:34 +0000)]
Simplify preprocessor expression as suggested by Mans.
Originally committed as revision 11549 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 17 Jan 2008 08:32:31 +0000 (08:32 +0000)]
Disallow puts(), av_log() should be used instead.
Originally committed as revision 11548 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 17 Jan 2008 08:30:06 +0000 (08:30 +0000)]
Replace puts() by dprintf where appropriate.
Originally committed as revision 11547 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Thu, 17 Jan 2008 08:12:23 +0000 (08:12 +0000)]
Description: remove superfluous parentheses.
Originally committed as revision 25776 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
KO Myung-Hun [Thu, 17 Jan 2008 08:06:09 +0000 (08:06 +0000)]
Check param in sws_getCachedContext().
Patch by KO Myung-Hun komh chollian net
Original thread: [FFmpeg-devel] [PATCH] param check in sws_getCachedContext()
Date: Wed Jan 9 11:15:19 CET 2008
Originally committed as revision 25775 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Michael Niedermayer [Thu, 17 Jan 2008 00:12:04 +0000 (00:12 +0000)]
Replace idiotic (what moron wrote that code?) "buffer overflow" message by
abort()
Originally committed as revision 11546 to svn://svn.ffmpeg.org/ffmpeg/trunk
KO Myung-Hun [Wed, 16 Jan 2008 23:00:18 +0000 (23:00 +0000)]
Use check_lib2 instead of check_lib in SDL test. This is helpful in
combination with different calling/naming conventions as used in the
OS/2 port of SDL.
patch by Myung-Hun, komh a chollian d net
Originally committed as revision 11545 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 16 Jan 2008 22:47:51 +0000 (22:47 +0000)]
Remove some spaces to keep certain people's eyes from hurting.
Originally committed as revision 11544 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Pettenò [Wed, 16 Jan 2008 22:43:04 +0000 (22:43 +0000)]
Make .vhookdep depend on version.h, same as .depend.
patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com
Originally committed as revision 11543 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 16 Jan 2008 22:14:26 +0000 (22:14 +0000)]
misc spelling/grammar fixes
Originally committed as revision 11542 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 16 Jan 2008 21:21:30 +0000 (21:21 +0000)]
Rename illegal identifiers, _ followed by capital is reserved for the system.
Originally committed as revision 11541 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Wed, 16 Jan 2008 17:07:34 +0000 (17:07 +0000)]
pqindex=0 is forbidden
Originally committed as revision 11540 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 16 Jan 2008 12:42:52 +0000 (12:42 +0000)]
qscale==0 is invalid
Originally committed as revision 11539 to svn://svn.ffmpeg.org/ffmpeg/trunk
Igor Mozolevsky [Wed, 16 Jan 2008 09:09:40 +0000 (09:09 +0000)]
pentium4m is a valid CPU name, add it to the list.
patch by Igor Mozolevsky, igor hybrid-lab.co uk
Originally committed as revision 11538 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 16 Jan 2008 09:08:19 +0000 (09:08 +0000)]
Move "Creating config.mak and config.h..." message down to the point where
those two files are actually created.
Originally committed as revision 11537 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 16 Jan 2008 09:02:22 +0000 (09:02 +0000)]
Add const qualifiers to unmodified function parameters, fixes the warning:
svq1dec.c:584: warning: passing argument 1 of 'svq1_packet_checksum' discards qualifiers from pointer target type
Originally committed as revision 11536 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 16 Jan 2008 08:59:12 +0000 (08:59 +0000)]
Remove bogus cast.
Originally committed as revision 11535 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 16 Jan 2008 01:54:56 +0000 (01:54 +0000)]
Print removing of nodes in the test code.
Originally committed as revision 11534 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 16 Jan 2008 01:54:18 +0000 (01:54 +0000)]
simplify
Originally committed as revision 11533 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Tue, 15 Jan 2008 08:05:58 +0000 (08:05 +0000)]
Make avc_find_startcode non-static, so that it can be used from other
files (and add the ff_ prefix, to avoid polluting the namespace)
Originally committed as revision 11532 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 14 Jan 2008 22:23:53 +0000 (22:23 +0000)]
Add compilation rule for tools/pktdumper.
Originally committed as revision 11530 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 14 Jan 2008 22:22:19 +0000 (22:22 +0000)]
Add '#undef strcat' to fix compilation.
Originally committed as revision 11529 to svn://svn.ffmpeg.org/ffmpeg/trunk
Sigbjørn Skjæret [Mon, 14 Jan 2008 22:10:19 +0000 (22:10 +0000)]
Add a couple of missing consts.
patch by Sigbjørn Skjæret, cisc broadpark no
Originally committed as revision 11528 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michel Bardiaux [Mon, 14 Jan 2008 16:11:08 +0000 (16:11 +0000)]
Suppress runaway index on streamed input
Originally committed as revision 11527 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Pettenò [Mon, 14 Jan 2008 14:42:29 +0000 (14:42 +0000)]
Build both static and shared libs from the same object.
This makes libpostproc consistent with all the other libraries.
patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com
Originally committed as revision 11526 to svn://svn.ffmpeg.org/ffmpeg/trunk
Christophe Gisquet [Mon, 14 Jan 2008 06:10:02 +0000 (06:10 +0000)]
Select scan tables for 8x4 and 4x8 blocks only once.
Patch by Christophe GISQUET ([christophe][gisquet] <whirlpool sign> free <spot> fr)
Thread [PATCH] Determine once and for all zz scan tables to use in VC-1 VLD
Originally committed as revision 11525 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 14 Jan 2008 04:27:03 +0000 (04:27 +0000)]
Remove green clouds.
fixes issue263
Originally committed as revision 11524 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Sun, 13 Jan 2008 23:58:12 +0000 (23:58 +0000)]
gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret cisc...broadpark___no
Originally committed as revision 11523 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Sun, 13 Jan 2008 15:08:33 +0000 (15:08 +0000)]
Add support for S8 PCM (codec 2)
Fix samples/au/vrooom.au
Originally committed as revision 11522 to svn://svn.ffmpeg.org/ffmpeg/trunk