]> git.sesse.net Git - ffmpeg/log
ffmpeg
17 years agoMove lzo decompression to libavutil
Reimar Döffinger [Wed, 31 Jan 2007 22:58:53 +0000 (22:58 +0000)]
Move lzo decompression to libavutil

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

17 years agoMake sure we do not accidentially "fix" cnt to something < 0
Reimar Döffinger [Wed, 31 Jan 2007 21:20:31 +0000 (21:20 +0000)]
Make sure we do not accidentially "fix" cnt to something < 0

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

17 years agoSimplify checks, use that we know that cnt will not be < 0
Reimar Döffinger [Wed, 31 Jan 2007 21:00:48 +0000 (21:00 +0000)]
Simplify checks, use that we know that cnt will not be < 0

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

17 years agoRemove boundary checks that are actually done "well enough"
Reimar Döffinger [Wed, 31 Jan 2007 20:57:30 +0000 (20:57 +0000)]
Remove boundary checks that are actually done "well enough"
in copy function

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

17 years agoDocumentation fix: Copy functions should "work" fine for cnt == 0
Reimar Döffinger [Wed, 31 Jan 2007 20:26:32 +0000 (20:26 +0000)]
Documentation fix: Copy functions should "work" fine for cnt == 0

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

17 years agoOptimize LZO copy operations
Reimar Döffinger [Wed, 31 Jan 2007 17:16:13 +0000 (17:16 +0000)]
Optimize LZO copy operations

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

17 years agoExit on failed libfaad check.
Diego Biurrun [Wed, 31 Jan 2007 14:46:07 +0000 (14:46 +0000)]
Exit on failed libfaad check.

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

17 years agoMove libfaad2 check out of the GPL check.
Ramiro Polla [Wed, 31 Jan 2007 11:52:47 +0000 (11:52 +0000)]
Move libfaad2 check out of the GPL check.
patch by Ramiro Polla, ramiro lisha.ufsc br, simplifications by me

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

17 years ago10l to whoever wrote this (wrong fps, fixes nirvana.nuv)
Michael Niedermayer [Wed, 31 Jan 2007 11:24:04 +0000 (11:24 +0000)]
10l to whoever wrote this (wrong fps, fixes nirvana.nuv)

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

17 years agoFix memcpy out-of-bounds.
Michel Bardiaux [Wed, 31 Jan 2007 11:19:48 +0000 (11:19 +0000)]
Fix memcpy out-of-bounds.
patch by Michel Bardiaux, mbardiaux mediaxim be

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

17 years agoanother >> vs >
Michael Niedermayer [Wed, 31 Jan 2007 10:48:08 +0000 (10:48 +0000)]
another >> vs >

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

17 years agosimpify state and make code 2% faster
Michael Niedermayer [Wed, 31 Jan 2007 10:34:13 +0000 (10:34 +0000)]
simpify state and make code 2% faster
reimar, dont hesitate to flame me for not sending patches and feel free to revert any or all of my changes to lzo.c if you dont like them

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

17 years agoAdd two extra needed bounds checks
Reimar Döffinger [Wed, 31 Jan 2007 10:29:58 +0000 (10:29 +0000)]
Add two extra needed bounds checks

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

17 years agoreplace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have my doubts...
Michael Niedermayer [Wed, 31 Jan 2007 10:07:22 +0000 (10:07 +0000)]
replace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have my doubts that gcc can replace the shifts as x is signed, it could in theory but well its gcc ...

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

17 years agoAdd code to testcode to ease comparing with liblzo.
Reimar Döffinger [Wed, 31 Jan 2007 09:37:02 +0000 (09:37 +0000)]
Add code to testcode to ease comparing with liblzo.

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

17 years agoAdd some context to av_log calls.
Michel Bardiaux [Wed, 31 Jan 2007 08:29:24 +0000 (08:29 +0000)]
Add some context to av_log calls.
patch by Michel Bardiaux, mbardiaux mediaxim be

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

17 years agoMake BMP decoder use bytestream. Patch by Michel Bardiaux
Michel Bardiaux [Wed, 31 Jan 2007 00:34:56 +0000 (00:34 +0000)]
Make BMP decoder use bytestream. Patch by Michel Bardiaux
mbardiaux mediaxim dot be.

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

17 years agoslightly reformat --help output for ease of understanding
Diego Biurrun [Tue, 30 Jan 2007 22:51:05 +0000 (22:51 +0000)]
slightly reformat --help output for ease of understanding

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

17 years agoClarify usage of external libs whose functionality exists natively.
Diego Biurrun [Tue, 30 Jan 2007 22:12:02 +0000 (22:12 +0000)]
Clarify usage of external libs whose functionality exists natively.

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

17 years agoClarify that libogg is for muxing only.
Diego Biurrun [Tue, 30 Jan 2007 22:05:21 +0000 (22:05 +0000)]
Clarify that libogg is for muxing only.

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

17 years agoClarify --help output about Vorbis and Theora.
Diego Biurrun [Tue, 30 Jan 2007 21:57:26 +0000 (21:57 +0000)]
Clarify --help output about Vorbis and Theora.

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

17 years agoRemove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian
Panagiotis Issaris [Tue, 30 Jan 2007 14:24:12 +0000 (14:24 +0000)]
Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian
Caulfield, ian dot caulfield gmail dot com.

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

17 years agoFix a bug in the DVD subtitle decoder where subtitles with odd heights would not
Ian Caulfield [Tue, 30 Jan 2007 14:19:43 +0000 (14:19 +0000)]
Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not
have the last line decoded, leaving the bottom line of the bitmap array
uninitialised. Patch by Ian Caulfield, ian dot caulfield gmail dot com.

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

17 years agoFix misbehaviour in url_fseek() when seeking fails.
Ronald S. Bultje [Tue, 30 Jan 2007 10:48:39 +0000 (10:48 +0000)]
Fix misbehaviour in url_fseek() when seeking fails.
The return value of the seek function is -1 on error, not -EPIPE (the return value in url_seek() if no seek function pointer is set)
Patch by Ronald S. Bultje % rbultje A ronald P bitfreak P net %
Original thread:
date: Dec 31, 2006 9:25 PM
subject: [Ffmpeg-devel] Re: [PATCH] file length handling

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

17 years agoprotect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the
Ronald S. Bultje [Tue, 30 Jan 2007 10:37:52 +0000 (10:37 +0000)]
protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the
return value may still end up being zero (if the seek returns -1, which is
e.g. what file.c will return on error), which is a valid (but incorrect)
filesize.
Patch by Ronald S. Bultje % rbultje A ronald P bitfreak P net %
Original thread:
date: Jan 2, 2007 2:11 AM
subject: [Ffmpeg-devel] Re: [PATCH] file length handling

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

17 years agoAdd the const specifier as needed to reduce the number of warnings.
Panagiotis Issaris [Tue, 30 Jan 2007 10:31:34 +0000 (10:31 +0000)]
Add the const specifier as needed to reduce the number of warnings.

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

17 years agotypo fix by Dmitry Antipov dmantipov =a= yandex =d= ru
Måns Rullgård [Mon, 29 Jan 2007 22:27:27 +0000 (22:27 +0000)]
typo fix by Dmitry Antipov dmantipov =a= yandex =d= ru

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

17 years agotheoretically save one cycle
Måns Rullgård [Mon, 29 Jan 2007 22:25:54 +0000 (22:25 +0000)]
theoretically save one cycle

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

17 years agotrigger for the audio scope vissualization
Michael Niedermayer [Mon, 29 Jan 2007 22:06:55 +0000 (22:06 +0000)]
trigger for the audio scope vissualization

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

17 years agoMissing prototype added
Luca Barbato [Mon, 29 Jan 2007 15:02:57 +0000 (15:02 +0000)]
Missing prototype added

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

17 years agofix seeking in wma
Michael Niedermayer [Mon, 29 Jan 2007 14:54:55 +0000 (14:54 +0000)]
fix seeking in wma

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

17 years agoFix BI-frames decoding for Adv. profile
Kostya Shishkov [Mon, 29 Jan 2007 14:23:00 +0000 (14:23 +0000)]
Fix BI-frames decoding for Adv. profile

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

17 years agoFix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be.
Michel Bardiaux [Mon, 29 Jan 2007 14:07:12 +0000 (14:07 +0000)]
Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be.

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

17 years agoCheck that js_vlc_bits from the extradata is in a valid range.
Benjamin Larsson [Mon, 29 Jan 2007 10:42:36 +0000 (10:42 +0000)]
Check that js_vlc_bits from the extradata is in a valid range.

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

17 years agoGet rid of the COOKextradata struct. And use valid C to parse the extradata.
Benjamin Larsson [Mon, 29 Jan 2007 10:32:14 +0000 (10:32 +0000)]
Get rid of the COOKextradata struct. And use valid C to parse the extradata.

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

17 years agoKill a warning and don't use modulus.
Benjamin Larsson [Mon, 29 Jan 2007 08:58:03 +0000 (08:58 +0000)]
Kill a warning and don't use modulus.

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

17 years agodecode_subpacket cleanup by Ian Braithwaite ian braithwaite dot dk.
Benjamin Larsson [Mon, 29 Jan 2007 08:37:22 +0000 (08:37 +0000)]
decode_subpacket cleanup by Ian Braithwaite ian braithwaite dot dk.

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

17 years agoARMv6 SIMD IDCT
Måns Rullgård [Sun, 28 Jan 2007 21:32:08 +0000 (21:32 +0000)]
ARMv6 SIMD IDCT

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

17 years agostray fflush spotted by Aurel
Luca Barbato [Sun, 28 Jan 2007 20:38:35 +0000 (20:38 +0000)]
stray fflush spotted by Aurel

Originally committed as revision 22051 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agoMake example and test build and link correctly
Luca Barbato [Sun, 28 Jan 2007 17:52:59 +0000 (17:52 +0000)]
Make example and test build and link correctly

Originally committed as revision 22048 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agoav_logify
Luca Barbato [Sun, 28 Jan 2007 17:51:41 +0000 (17:51 +0000)]
av_logify

Originally committed as revision 22047 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agosimplify condition
Diego Biurrun [Sun, 28 Jan 2007 17:29:32 +0000 (17:29 +0000)]
simplify condition

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

17 years agoSeeking support in WavPack
Kostya Shishkov [Sun, 28 Jan 2007 17:23:28 +0000 (17:23 +0000)]
Seeking support in WavPack

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

17 years agoUse a function for repeated AltiVec output and condition check.
Diego Biurrun [Sun, 28 Jan 2007 16:54:58 +0000 (16:54 +0000)]
Use a function for repeated AltiVec output and condition check.

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

17 years agoFix wrong condition check in the memalign error output.
Diego Biurrun [Sun, 28 Jan 2007 16:50:05 +0000 (16:50 +0000)]
Fix wrong condition check in the memalign error output.

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

17 years agoLZO optimization: check input buffer bounds less frequently if padded
Reimar Döffinger [Sun, 28 Jan 2007 16:49:51 +0000 (16:49 +0000)]
LZO optimization: check input buffer bounds less frequently if padded

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

17 years agospelling and formatting cosmetics
Diego Biurrun [Sun, 28 Jan 2007 16:37:40 +0000 (16:37 +0000)]
spelling and formatting cosmetics

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

17 years agoUse ! disabled() where appropriate.
Diego Biurrun [Sun, 28 Jan 2007 16:34:47 +0000 (16:34 +0000)]
Use ! disabled() where appropriate.

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

17 years agoUse disabled() to check for GPL.
Diego Biurrun [Sun, 28 Jan 2007 16:28:03 +0000 (16:28 +0000)]
Use disabled() to check for GPL.

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

17 years agoMake use of enabled_any().
Diego Biurrun [Sun, 28 Jan 2007 16:22:07 +0000 (16:22 +0000)]
Make use of enabled_any().

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

17 years agoMake use of disabled(), disabled_all() and enabled_all().
Diego Biurrun [Sun, 28 Jan 2007 16:20:11 +0000 (16:20 +0000)]
Make use of disabled(), disabled_all() and enabled_all().

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

17 years agoAdd disabled_any() and disabled_all() functions.
Diego Biurrun [Sun, 28 Jan 2007 16:16:49 +0000 (16:16 +0000)]
Add disabled_any() and disabled_all() functions.

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

17 years agoAdd disabled() function and make use of it.
Ramiro Polla [Sun, 28 Jan 2007 16:04:55 +0000 (16:04 +0000)]
Add disabled() function and make use of it.
patch by Ramiro Polla, ramiro lisha.ufsc br

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

17 years agoSort out the diffrent cook versions.
Benjamin Larsson [Sun, 28 Jan 2007 10:17:48 +0000 (10:17 +0000)]
Sort out the diffrent cook versions.

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

17 years agoCook stereo (MONO_COOK2) bugfix, by Ian Braithwaite.
Benjamin Larsson [Sun, 28 Jan 2007 10:05:21 +0000 (10:05 +0000)]
Cook stereo (MONO_COOK2) bugfix, by Ian Braithwaite.
ian at braithwaite dot dk.

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

17 years agoan alloc func failing should give ENOMEM anyway.
François Revol [Sun, 28 Jan 2007 09:07:49 +0000 (09:07 +0000)]
an alloc func failing should give ENOMEM anyway.

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

17 years agoproper error handling in file size retrieval, patch by Ronald S. Bultje rbultje at...
Ronald S. Bultje [Sun, 28 Jan 2007 02:38:02 +0000 (02:38 +0000)]
proper error handling in file size retrieval, patch by Ronald S. Bultje rbultje at ronald bitfreak net

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

17 years agoGet rid of one warning.
Benjamin Larsson [Sat, 27 Jan 2007 17:30:54 +0000 (17:30 +0000)]
Get rid of one warning.

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

17 years agoSimplify and avoid a warning (should be faster on Cell and certain G4 revisions)
Luca Barbato [Sat, 27 Jan 2007 15:09:34 +0000 (15:09 +0000)]
Simplify and avoid a warning (should be faster on Cell and certain G4 revisions)

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

17 years agoCoded residual in WavPack may be > 0xFFFF
Kostya Shishkov [Sat, 27 Jan 2007 14:24:40 +0000 (14:24 +0000)]
Coded residual in WavPack may be > 0xFFFF

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

17 years agoFix _LZO_H vs. LZO_H typo
Reimar Döffinger [Sat, 27 Jan 2007 14:23:55 +0000 (14:23 +0000)]
Fix _LZO_H vs. LZO_H typo

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

17 years agoFix buffer end checks in lzo copy code to work in all cases.
Reimar Döffinger [Sat, 27 Jan 2007 14:15:03 +0000 (14:15 +0000)]
Fix buffer end checks in lzo copy code to work in all cases.

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

17 years agonobody uses TARGET_CMOV
Måns Rullgård [Sat, 27 Jan 2007 14:11:50 +0000 (14:11 +0000)]
nobody uses TARGET_CMOV

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

17 years agorename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configure
Måns Rullgård [Sat, 27 Jan 2007 14:10:57 +0000 (14:10 +0000)]
rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configure

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

17 years agosimplify setting of TARGET_* variables
Måns Rullgård [Sat, 27 Jan 2007 14:02:10 +0000 (14:02 +0000)]
simplify setting of TARGET_* variables

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

17 years agoAdd lzo test code
Reimar Döffinger [Sat, 27 Jan 2007 13:48:27 +0000 (13:48 +0000)]
Add lzo test code

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

17 years agoFix warnings and simplify/reorder the code
Luca Barbato [Sat, 27 Jan 2007 12:35:12 +0000 (12:35 +0000)]
Fix warnings and simplify/reorder the code

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

17 years agostealing a few field names from mplayers asf demuxer
Michael Niedermayer [Sat, 27 Jan 2007 12:07:16 +0000 (12:07 +0000)]
stealing a few field names from mplayers asf demuxer

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

17 years agoChange occurences of 'test $foo != "no"' to 'enabled foo' for
Ramiro Polla [Sat, 27 Jan 2007 07:59:43 +0000 (07:59 +0000)]
Change occurences of 'test $foo != "no"' to 'enabled foo' for
values which can only be set to "no" or "yes".
patch by Ramiro Polla, ramiro lisha.ufsc br

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

17 years agoChange one occurence of 'test $foo = yes -o test $bar = yes' to
Ramiro Polla [Sat, 27 Jan 2007 07:58:21 +0000 (07:58 +0000)]
Change one occurence of 'test $foo = yes -o test $bar = yes' to
'enabled_any foo bar', and one occurence of
'test $foo = yes && test $bar = yes' to 'enabled_all foo bar'.
patch by Ramiro Polla, ramiro lisha.ufsc br

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

17 years agoChange all straight 'test $foo = "yes"' to 'enabled foo'.
Ramiro Polla [Sat, 27 Jan 2007 07:54:52 +0000 (07:54 +0000)]
Change all straight 'test $foo = "yes"' to 'enabled foo'.
patch by Ramiro Polla, ramiro lisha.ufsc br

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

17 years agoSegregate code common to BMP decoder and future encoder
Michel Bardiaux [Sat, 27 Jan 2007 07:39:16 +0000 (07:39 +0000)]
Segregate code common to BMP decoder and future encoder
patch by Michel Bardiaux, mbardiaux mediaxim be

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

17 years agoSet aspect ratio if present (for AP only)
Kostya Shishkov [Sat, 27 Jan 2007 06:57:11 +0000 (06:57 +0000)]
Set aspect ratio if present (for AP only)

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

17 years agocheck for ARMv6 instruction set support
Måns Rullgård [Sat, 27 Jan 2007 00:51:57 +0000 (00:51 +0000)]
check for ARMv6 instruction set support

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

17 years agofix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpg
Michael Niedermayer [Fri, 26 Jan 2007 15:26:08 +0000 (15:26 +0000)]
fix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpg

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

17 years agoTypo
Panagiotis Issaris [Fri, 26 Jan 2007 15:11:10 +0000 (15:11 +0000)]
Typo

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

17 years agoremove void * used in arithmetic warnings
Baptiste Coudurier [Fri, 26 Jan 2007 12:32:23 +0000 (12:32 +0000)]
remove void * used in arithmetic warnings

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

17 years agocosmetics / remove #if 0 code
Michael Niedermayer [Fri, 26 Jan 2007 02:29:23 +0000 (02:29 +0000)]
cosmetics / remove #if 0 code

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

17 years agoadd waveformatextensible support
Baptiste Coudurier [Thu, 25 Jan 2007 21:56:06 +0000 (21:56 +0000)]
add waveformatextensible support

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

17 years agoadd -Wno-pointer-sign to CFLAGS
Måns Rullgård [Thu, 25 Jan 2007 21:07:12 +0000 (21:07 +0000)]
add -Wno-pointer-sign to CFLAGS

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

17 years agoUpdate gcc sections.
Diego Biurrun [Thu, 25 Jan 2007 17:34:08 +0000 (17:34 +0000)]
Update gcc sections.

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

17 years agoSilence GCC when incorrectly complaining that the "line" variable could be used
Panagiotis Issaris [Thu, 25 Jan 2007 15:23:22 +0000 (15:23 +0000)]
Silence GCC when incorrectly complaining that the "line" variable could be used
without having been initialized.

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

17 years agoDo not run (broken) ffserver test by default and warn about its brokenness.
Diego Biurrun [Thu, 25 Jan 2007 12:56:14 +0000 (12:56 +0000)]
Do not run (broken) ffserver test by default and warn about its brokenness.

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

17 years agoRemove installstrip in favor of explicit strip; better for cross-compilation.
Ramiro Polla [Thu, 25 Jan 2007 12:29:48 +0000 (12:29 +0000)]
Remove installstrip in favor of explicit strip; better for cross-compilation.
patch by Ramiro Ribeiro Polla, ramiro lisha.ufsc br

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

17 years agocomment typo
Diego Biurrun [Thu, 25 Jan 2007 12:13:15 +0000 (12:13 +0000)]
comment typo

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

17 years agouse more portable PRIu64
Guillaume Poirier [Thu, 25 Jan 2007 10:01:28 +0000 (10:01 +0000)]
use more portable PRIu64

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

17 years agoBring down the number of snow.c warnings from 27 to 17 by using the const
Panagiotis Issaris [Thu, 25 Jan 2007 09:54:22 +0000 (09:54 +0000)]
Bring down the number of snow.c warnings from 27 to 17 by using the const
keyword.

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

17 years agodo not force output audio channels
Baptiste Coudurier [Thu, 25 Jan 2007 09:46:59 +0000 (09:46 +0000)]
do not force output audio channels

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

17 years agoBrings down the number of snow.c warnings from 33 to 27 by putting parentheses
Panagiotis Issaris [Thu, 25 Jan 2007 09:43:52 +0000 (09:43 +0000)]
Brings down the number of snow.c warnings from 33 to 27 by putting parentheses
around + or - inside shift.

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

17 years agoFlash screen video encoding support.
Benjamin Larsson [Thu, 25 Jan 2007 08:26:18 +0000 (08:26 +0000)]
Flash screen video encoding support.

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

17 years agoDon't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot com and...
Benjamin Larsson [Thu, 25 Jan 2007 08:21:02 +0000 (08:21 +0000)]
Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot com and Michel Bardiaux mbardiaux at mediaxim dot be.

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

17 years agoSome TIFFs do not set rows per strip for single strip.
Kostya Shishkov [Thu, 25 Jan 2007 06:44:53 +0000 (06:44 +0000)]
Some TIFFs do not set rows per strip for single strip.

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

17 years agoPROGS depends on PROGS_G so depending on just PROGS is enough.
Diego Biurrun [Thu, 25 Jan 2007 00:39:32 +0000 (00:39 +0000)]
PROGS depends on PROGS_G so depending on just PROGS is enough.

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

17 years agoSimplify conditional compilation handling.
Diego Biurrun [Thu, 25 Jan 2007 00:35:29 +0000 (00:35 +0000)]
Simplify conditional compilation handling.

Originally committed as revision 22009 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agoMove conditional CFLAGS and OBJS setting to common place.
Diego Biurrun [Thu, 25 Jan 2007 00:34:38 +0000 (00:34 +0000)]
Move conditional CFLAGS and OBJS setting to common place.

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

17 years agoTheora encoding via libtheora.
Diego Biurrun [Thu, 25 Jan 2007 00:16:28 +0000 (00:16 +0000)]
Theora encoding via libtheora.
courtesy of Paul Richards, paul.richards gmail com

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

17 years agocosmetics: sort
Diego Biurrun [Thu, 25 Jan 2007 00:10:10 +0000 (00:10 +0000)]
cosmetics: sort

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

17 years agoTODO update
Baptiste Coudurier [Wed, 24 Jan 2007 23:15:12 +0000 (23:15 +0000)]
TODO update

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

17 years agoAdd debug messages for AP headers
Kostya Shishkov [Wed, 24 Jan 2007 17:50:28 +0000 (17:50 +0000)]
Add debug messages for AP headers

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

17 years agoOff-by-one error fix
Kostya Shishkov [Wed, 24 Jan 2007 17:49:26 +0000 (17:49 +0000)]
Off-by-one error fix

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