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
Paul Kelly [Sun, 13 Jan 2008 13:33:37 +0000 (13:33 +0000)]
user specifyable maximum amount of memory to use for the index.
patch by Paul Kelly paul stjohnspoint co uk
with some changes by me
Originally committed as revision 11521 to svn://svn.ffmpeg.org/ffmpeg/trunk
Robert Swain [Sun, 13 Jan 2008 11:02:08 +0000 (11:02 +0000)]
Add variable alpha and size of half window for Kaiser-Bessel Derived window
generation. Hard code Bessel I0 approximation iterations to 50.
See thread for discussion:
[FFmpeg-devel] [PATCH] Move Kaiser-Bessel Derived window to mdct.c
Started on the 2008/01/10
Originally committed as revision 11520 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 13 Jan 2008 08:33:00 +0000 (08:33 +0000)]
Get rid of fft_rev table, use ff_reverse and a shift.
Reduces maximum allowed value for MDCT_NBITS to 10 (current value is 9)
Originally committed as revision 11519 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sat, 12 Jan 2008 17:37:36 +0000 (17:37 +0000)]
Use FFSWAP instead of "manual" swap
Originally committed as revision 11518 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 12 Jan 2008 12:34:55 +0000 (12:34 +0000)]
refer users to ffmpeg-user list in case of errors
Originally committed as revision 11517 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Sat, 12 Jan 2008 11:25:54 +0000 (11:25 +0000)]
Alignment
Originally committed as revision 11516 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Sat, 12 Jan 2008 11:17:37 +0000 (11:17 +0000)]
Link to libraries in dependency order.
Based on a patch by Gonzalo Garramuño, ggarra advancedsl com ar
Originally committed as revision 11515 to svn://svn.ffmpeg.org/ffmpeg/trunk
Robert Swain [Sat, 12 Jan 2008 11:11:19 +0000 (11:11 +0000)]
Make the Kaiser-Bessel window generator a common function
Patch by Robert Swain, robert d swain a gmail d com
Originally committed as revision 11514 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 12 Jan 2008 00:24:10 +0000 (00:24 +0000)]
Set pts/dts in raw (yuv,rgb,pcm) demuxers.
Originally committed as revision 11513 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 12 Jan 2008 00:15:05 +0000 (00:15 +0000)]
Write 0 instead of seeking forward (and leaving bytes uninitalized),
fixes odd regression test failure i had.
Originally committed as revision 11512 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Fri, 11 Jan 2008 23:33:32 +0000 (23:33 +0000)]
add a ff_ prefix to newly exported functions from avc.c
Originally committed as revision 11511 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Fri, 11 Jan 2008 23:21:22 +0000 (23:21 +0000)]
Matroska muxer needs to format all NAL units, not only extradata.
Originally committed as revision 11510 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 11 Jan 2008 21:34:05 +0000 (21:34 +0000)]
Factorize some code into functions, had this in my tree and will be
needed for mp3 encoding.
Originally committed as revision 11509 to svn://svn.ffmpeg.org/ffmpeg/trunk
Lars Täuber [Fri, 11 Jan 2008 19:45:09 +0000 (19:45 +0000)]
Nitpicks patch by Lars Täuber.
Originally committed as revision 11508 to svn://svn.ffmpeg.org/ffmpeg/trunk
Brian Brice [Fri, 11 Jan 2008 18:20:42 +0000 (18:20 +0000)]
Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com.
Originally committed as revision 11507 to svn://svn.ffmpeg.org/ffmpeg/trunk
Brian Brice [Fri, 11 Jan 2008 18:18:45 +0000 (18:18 +0000)]
Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com.
Originally committed as revision 11506 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Fri, 11 Jan 2008 12:24:46 +0000 (12:24 +0000)]
Do not install rtp.h (which should have never been part of the public API)
Originally committed as revision 11505 to svn://svn.ffmpeg.org/ffmpeg/trunk
Christophe Gisquet [Fri, 11 Jan 2008 08:29:58 +0000 (08:29 +0000)]
Factorize some duplicated code from CAVS and H.264 into a common file.
patch by Christophe Gisquet, christophe.gisquet free fr
Originally committed as revision 11504 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Fri, 11 Jan 2008 07:15:43 +0000 (07:15 +0000)]
Ministry of English Composition edits for SNOW spec-- introduction (many more to come)
Originally committed as revision 11503 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alessandro Sappia [Fri, 11 Jan 2008 02:13:32 +0000 (02:13 +0000)]
Enabling higher frame rates for dc1394, patch by Alessandro Sappia a dot sappia at ngi dot it
Originally committed as revision 11502 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alessandro Sappia [Fri, 11 Jan 2008 01:59:05 +0000 (01:59 +0000)]
Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ngi dot it
Originally committed as revision 11501 to svn://svn.ffmpeg.org/ffmpeg/trunk