OSDN Git Service

coroid/ffmpeg_saccubus.git
16 years agosimplify with matching len
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

16 years agosimplify and detect better non frame wrapped mappings
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

16 years agocosmetics: read_metadata -> read
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

16 years agocosmetics
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

16 years agoremove unused crypto context uid
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

16 years agosupport dynamically allocated local tags, used by encrypted files
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

16 years agocheck malloc return
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

16 years agoadd some dv container uls
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

16 years agosimplify by checking min matching len
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

16 years agosimplify 4-point transform part a bit
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

16 years agoFactor out constant addition
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

16 years agoAdd a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).
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

16 years agoMore verbose error log message.
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

16 years agoSave quantizer values as well
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

16 years agoSave coded block patterns for future loop filtering.
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

16 years agoAdd system-specific network link flags to inet_aton test. This should fix
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

16 years agoFix forgotten braces from r11039
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

16 years agoClarify the error message when video width, height, or framerate are not
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

16 years agoChange (a == NULL) condition to (!a) and (a != NULL) condition to (a).
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

16 years agoConsider initial EOR in the back_ptr calculation.
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

16 years agoRemove some useless parentheses.
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

16 years agoCosmetics: whitespaces
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

16 years agoRemove non cosmetic spaces inside parentheses.
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

16 years agoSimplify preprocessor expression as suggested by Mans.
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

16 years agoDisallow puts(), av_log() should be used instead.
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

16 years agoReplace puts() by dprintf where appropriate.
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

16 years agoDescription: remove superfluous parentheses.
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

16 years agoCheck param in sws_getCachedContext().
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

16 years agoReplace idiotic (what moron wrote that code?) "buffer overflow" message by
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

16 years agoUse check_lib2 instead of check_lib in SDL test. This is helpful in
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

16 years agoRemove some spaces to keep certain people's eyes from hurting.
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

16 years agoMake .vhookdep depend on version.h, same as .depend.
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

16 years agomisc spelling/grammar fixes
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

16 years agoRename illegal identifiers, _ followed by capital is reserved for the system.
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

16 years agopqindex=0 is forbidden
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

16 years agoqscale==0 is invalid
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

16 years agopentium4m is a valid CPU name, add it to the list.
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

16 years agoMove "Creating config.mak and config.h..." message down to the point where
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

16 years agoAdd const qualifiers to unmodified function parameters, fixes the warning:
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

16 years agoRemove bogus cast.
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

16 years agoPrint removing of nodes in the test code.
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

16 years agosimplify
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

16 years agoMake avc_find_startcode non-static, so that it can be used from other
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

16 years agoAdd compilation rule for tools/pktdumper.
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

16 years agoAdd '#undef strcat' to fix compilation.
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

16 years agoAdd a couple of missing consts.
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

16 years agoSuppress runaway index on streamed input
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

16 years agoBuild both static and shared libs from the same object.
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

16 years agoSelect scan tables for 8x4 and 4x8 blocks only once.
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

16 years agoRemove green clouds.
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

16 years agogcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret cisc...broadpark___no
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

16 years agoAdd support for S8 PCM (codec 2)
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

16 years agouser specifyable maximum amount of memory to use for the index.
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

16 years agoAdd variable alpha and size of half window for Kaiser-Bessel Derived window
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

16 years agoGet rid of fft_rev table, use ff_reverse and a shift.
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

16 years agoUse FFSWAP instead of "manual" swap
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

16 years agorefer users to ffmpeg-user list in case of errors
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

16 years agoAlignment
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

16 years agoLink to libraries in dependency order.
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

16 years agoMake the Kaiser-Bessel window generator a common function
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

16 years agoSet pts/dts in raw (yuv,rgb,pcm) demuxers.
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

16 years agoWrite 0 instead of seeking forward (and leaving bytes uninitalized),
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

16 years agoadd a ff_ prefix to newly exported functions from avc.c
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

16 years agoMatroska muxer needs to format all NAL units, not only extradata.
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

16 years agoFactorize some code into functions, had this in my tree and will be
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

16 years agoNitpicks patch by Lars Täuber.
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

16 years agoClear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com.
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

16 years agoFlush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com.
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

16 years agoDo not install rtp.h (which should have never been part of the public API)
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

16 years agoFactorize some duplicated code from CAVS and H.264 into a common file.
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

16 years agoMinistry of English Composition edits for SNOW spec-- introduction (many more to...
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

16 years agoEnabling higher frame rates for dc1394, patch by Alessandro Sappia a dot sappia at...
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

16 years agoAdding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ngi...
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

16 years agomatroskaenc now depends on avc.o
Aurelien Jacobs [Fri, 11 Jan 2008 01:37:38 +0000 (01:37 +0000)]
matroskaenc now depends on avc.o

Originally committed as revision 11500 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUse the isom avcc formatting for h264 extradata in matroska.
Aurelien Jacobs [Fri, 11 Jan 2008 01:32:45 +0000 (01:32 +0000)]
Use the isom avcc formatting for h264 extradata in matroska.

Originally committed as revision 11499 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMove isom_write_avcc() and related functions into a separate file.
Aurelien Jacobs [Fri, 11 Jan 2008 01:24:55 +0000 (01:24 +0000)]
Move isom_write_avcc() and related functions into a separate file.

Originally committed as revision 11498 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoextract isom_write_avcc into a function
Aurelien Jacobs [Fri, 11 Jan 2008 01:04:01 +0000 (01:04 +0000)]
extract isom_write_avcc into a function

Originally committed as revision 11497 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd one more parameter to avc_parse_nal_units so that it allows not to
Aurelien Jacobs [Fri, 11 Jan 2008 01:00:04 +0000 (01:00 +0000)]
Add one more parameter to avc_parse_nal_units so that it allows not to
free the input buffer.
This is required by upcoming extraction of isom_write_avcc to a function.

Originally committed as revision 11496 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCheck return value of avc_parse_nal_units().
Aurelien Jacobs [Fri, 11 Jan 2008 00:47:02 +0000 (00:47 +0000)]
Check return value of avc_parse_nal_units().

Originally committed as revision 11495 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoReindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()),
Ronald S. Bultje [Thu, 10 Jan 2008 13:54:30 +0000 (13:54 +0000)]
Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()),
see "[PATCH] Realmedia / RTSP (RDT)" thread on ML.

Originally committed as revision 11494 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake rtp_parse_packet() always call the vfunc of the dynamic payload handler
Ronald S. Bultje [Thu, 10 Jan 2008 13:52:35 +0000 (13:52 +0000)]
Make rtp_parse_packet() always call the vfunc of the dynamic payload handler
if there is one. See "[PATCH] Realmedia / RTSP (RDT)" thread on ML.

Originally committed as revision 11493 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agounused
Michael Niedermayer [Thu, 10 Jan 2008 11:05:12 +0000 (11:05 +0000)]
unused

Originally committed as revision 11492 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix a couple of 'return type defaults to int' and 'control reaches end of
Diego Biurrun [Thu, 10 Jan 2008 10:35:37 +0000 (10:35 +0000)]
Fix a couple of 'return type defaults to int' and 'control reaches end of
non-void function' warnings in test code.

Originally committed as revision 11491 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd LGPL license header.
Diego Biurrun [Thu, 10 Jan 2008 10:26:57 +0000 (10:26 +0000)]
Add LGPL license header.

Originally committed as revision 11490 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd "genre" command line option
kweiner@spamcop.net [Thu, 10 Jan 2008 10:25:15 +0000 (10:25 +0000)]
Add "genre" command line option
Patch by kweiner spamcop net
closes Issue318

Originally committed as revision 11489 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake MMX vectors constants.
Diego Pettenò [Thu, 10 Jan 2008 10:18:00 +0000 (10:18 +0000)]
Make MMX vectors constants.
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com

Originally committed as revision 11488 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake pp_help a constant array of characters to move it to .rodata.
Diego Pettenò [Thu, 10 Jan 2008 10:16:36 +0000 (10:16 +0000)]
Make pp_help a constant array of characters to move it to .rodata.
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com

Originally committed as revision 11487 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoReduce the size of the replaceTable entries.
Diego Pettenò [Thu, 10 Jan 2008 10:15:07 +0000 (10:15 +0000)]
Reduce the size of the replaceTable entries.
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com

Originally committed as revision 11486 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoPass a proper context to av_log()
Luca Abeni [Thu, 10 Jan 2008 08:34:37 +0000 (08:34 +0000)]
Pass a proper context to av_log()

Originally committed as revision 11485 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoPrint libavdevice version.
Michael Niedermayer [Thu, 10 Jan 2008 01:02:52 +0000 (01:02 +0000)]
Print libavdevice version.

Originally committed as revision 11484 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoInitialize correctly optind.
Eduardo Bragatto [Wed, 9 Jan 2008 20:48:02 +0000 (20:48 +0000)]
Initialize correctly optind.
Patch by Eduardo Bragatto, his name at his surname dot com

Thread http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-January/039835.html

Originally committed as revision 11483 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix a bug causing the generated stream to be corrupt if the buffer
Andreas Öman [Wed, 9 Jan 2008 08:38:28 +0000 (08:38 +0000)]
Fix a bug causing the generated stream to be corrupt if the buffer
contains NAL units previous to the IDR where the SPS/PPS was inserted.

Ok:ed by Benoit on irc.

Originally committed as revision 11482 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCorrectly use output format stream index for bitstream filter when doing stream copy.
Andreas Öman [Wed, 9 Jan 2008 06:22:32 +0000 (06:22 +0000)]
Correctly use output format stream index for bitstream filter when doing stream copy.

Originally committed as revision 11480 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoError checking: make sure that there are 3 parameters and that the
Mike Melanson [Wed, 9 Jan 2008 00:29:49 +0000 (00:29 +0000)]
Error checking: make sure that there are 3 parameters and that the
file open operation succeeds.

Originally committed as revision 11479 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoused defined name for testing error resilience level
Justin Ruggles [Tue, 8 Jan 2008 23:44:48 +0000 (23:44 +0000)]
used defined name for testing error resilience level

Originally committed as revision 11478 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix random typos.
Diego Biurrun [Tue, 8 Jan 2008 23:08:51 +0000 (23:08 +0000)]
Fix random typos.

Originally committed as revision 11477 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix illegal identifiers, names starting with _ and uppercase are reserved.
Diego Biurrun [Tue, 8 Jan 2008 23:07:55 +0000 (23:07 +0000)]
Fix illegal identifiers, names starting with _ and uppercase are reserved.

Originally committed as revision 11476 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd compilation rule for tools/trasher.
Diego Biurrun [Tue, 8 Jan 2008 23:02:39 +0000 (23:02 +0000)]
Add compilation rule for tools/trasher.

Originally committed as revision 11475 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove unused variable i.
Diego Biurrun [Tue, 8 Jan 2008 22:57:03 +0000 (22:57 +0000)]
Remove unused variable i.

Originally committed as revision 11474 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAllow compilation of test programs when TEST is defined.
Diego Biurrun [Tue, 8 Jan 2008 22:54:49 +0000 (22:54 +0000)]
Allow compilation of test programs when TEST is defined.

Originally committed as revision 11473 to svn://svn.ffmpeg.org/ffmpeg/trunk