OSDN Git Service

coroid/libav_saccubus.git
17 years agoRevised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated...
Michael Niedermayer [Tue, 6 Feb 2007 19:14:16 +0000 (19:14 +0000)]
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>)

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

17 years agosimplify and remove useless index in AV_W*
Michael Niedermayer [Tue, 6 Feb 2007 19:10:17 +0000 (19:10 +0000)]
simplify and remove useless index in AV_W*

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

17 years agoa few words about libavutil
Michael Niedermayer [Tue, 6 Feb 2007 13:16:25 +0000 (13:16 +0000)]
a few words about libavutil

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

17 years agoSimplify libvorbis/libtheora check for libogg dependency.
Ramiro Polla [Tue, 6 Feb 2007 07:57:56 +0000 (07:57 +0000)]
Simplify libvorbis/libtheora check for libogg dependency.
patch by Ramiro Polla, ramiro lisha.ufsc br

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

17 years agoProgressive frames disguised as interlaced are supported
Kostya Shishkov [Tue, 6 Feb 2007 07:16:52 +0000 (07:16 +0000)]
Progressive frames disguised as interlaced are supported

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

17 years agoB-frames could not be determined from broken_link/closed_entry, use fixed value
Kostya Shishkov [Tue, 6 Feb 2007 07:11:20 +0000 (07:11 +0000)]
B-frames could not be determined from broken_link/closed_entry, use fixed value

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

17 years agoWrong flag tested
Kostya Shishkov [Tue, 6 Feb 2007 07:07:29 +0000 (07:07 +0000)]
Wrong flag tested

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

17 years agoensure that data[0] is set to NULL for next frame
Aurelien Jacobs [Tue, 6 Feb 2007 00:35:51 +0000 (00:35 +0000)]
ensure that data[0] is set to NULL for next frame
to please avcodec_default_get_buffer()

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

17 years agoindent
Michael Niedermayer [Mon, 5 Feb 2007 23:16:01 +0000 (23:16 +0000)]
indent

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

17 years agoindent
Michael Niedermayer [Mon, 5 Feb 2007 23:14:58 +0000 (23:14 +0000)]
indent

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

17 years agodont output information about what is demuxed after a seek failure
Michael Niedermayer [Mon, 5 Feb 2007 23:14:23 +0000 (23:14 +0000)]
dont output information about what is demuxed after a seek failure

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

17 years agodynamic index building so forward and backward seeking in avi without an index is...
Michael Niedermayer [Mon, 5 Feb 2007 23:06:08 +0000 (23:06 +0000)]
dynamic index building so forward and backward seeking in avi without an index is possible

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

17 years agobetter generic index building and seeking code
Michael Niedermayer [Mon, 5 Feb 2007 23:04:48 +0000 (23:04 +0000)]
better generic index building and seeking code

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

17 years agooops, revert accidental checkin
Måns Rullgård [Mon, 5 Feb 2007 21:18:11 +0000 (21:18 +0000)]
oops, revert accidental checkin

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

17 years agofix multichannel decoding
Måns Rullgård [Mon, 5 Feb 2007 21:16:31 +0000 (21:16 +0000)]
fix multichannel decoding

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

17 years agomove static variables to private context struct
Måns Rullgård [Mon, 5 Feb 2007 20:17:02 +0000 (20:17 +0000)]
move static variables to private context struct

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

17 years agoremove preprocessor cruft
Måns Rullgård [Mon, 5 Feb 2007 19:56:31 +0000 (19:56 +0000)]
remove preprocessor cruft

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

17 years agocosmetics: don't needlessly open new blocks
Måns Rullgård [Mon, 5 Feb 2007 19:55:15 +0000 (19:55 +0000)]
cosmetics: don't needlessly open new blocks

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

17 years agocosmetic: indent sensibly so code can be read at all
Måns Rullgård [Mon, 5 Feb 2007 19:35:36 +0000 (19:35 +0000)]
cosmetic: indent sensibly so code can be read at all

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

17 years agoUse enabled/disabled functions where possible.
Diego Biurrun [Mon, 5 Feb 2007 18:52:51 +0000 (18:52 +0000)]
Use enabled/disabled functions where possible.

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

17 years ago10l uninitalized cola
Michael Niedermayer [Mon, 5 Feb 2007 18:36:28 +0000 (18:36 +0000)]
10l uninitalized cola
seek regression tests are now deterministic

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

17 years agoseek regression tests
Michael Niedermayer [Mon, 5 Feb 2007 18:15:03 +0000 (18:15 +0000)]
seek regression tests

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

17 years agoa bit more consistency for for the imlib2 check
Diego Biurrun [Mon, 5 Feb 2007 17:04:15 +0000 (17:04 +0000)]
a bit more consistency for for the imlib2 check

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

17 years agocosmetics: indentation
Diego Biurrun [Mon, 5 Feb 2007 17:03:30 +0000 (17:03 +0000)]
cosmetics: indentation

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

17 years agoRemove hardcoded dependency of imlib2 on Xlib.
Víctor Paesa [Mon, 5 Feb 2007 17:03:03 +0000 (17:03 +0000)]
Remove hardcoded dependency of imlib2 on Xlib.
patch by Víctor Paesa, wzrlpy arsystel com

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

17 years agoLink to the FFmpeg Windows Help website.
Diego Biurrun [Mon, 5 Feb 2007 16:45:36 +0000 (16:45 +0000)]
Link to the FFmpeg Windows Help website.

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

17 years agoPut Visual C++ question in a better location.
Diego Biurrun [Mon, 5 Feb 2007 16:38:47 +0000 (16:38 +0000)]
Put Visual C++ question in a better location.

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

17 years agoForce stereo in target vcd.
Michel Bardiaux [Mon, 5 Feb 2007 16:07:26 +0000 (16:07 +0000)]
Force stereo in target vcd.
Patch by Michel Bardiaux, mbardiaux mediaxim be.

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

17 years agoSimplify and speedup FFMPEG_CONFIGURATION.
Diego Biurrun [Mon, 5 Feb 2007 15:10:46 +0000 (15:10 +0000)]
Simplify and speedup FFMPEG_CONFIGURATION.

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

17 years agoBMP encoder by Michel Bardiaux, mbardiaux mediaxim be
Diego Biurrun [Mon, 5 Feb 2007 15:05:29 +0000 (15:05 +0000)]
BMP encoder by Michel Bardiaux, mbardiaux mediaxim be

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

17 years agoSimplify quoting.
Diego Biurrun [Mon, 5 Feb 2007 13:58:36 +0000 (13:58 +0000)]
Simplify quoting.

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

17 years agofix use of uninitialized variables
Sascha Sommer [Mon, 5 Feb 2007 11:57:36 +0000 (11:57 +0000)]
fix use of uninitialized variables

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

17 years agoRemove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com.
Benoit Fouet [Mon, 5 Feb 2007 09:11:10 +0000 (09:11 +0000)]
Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com.

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

17 years agoSet codec dimensions in extradata parsing
Kostya Shishkov [Mon, 5 Feb 2007 06:58:02 +0000 (06:58 +0000)]
Set codec dimensions in extradata parsing

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

17 years agotable fix
Kostya Shishkov [Mon, 5 Feb 2007 06:56:49 +0000 (06:56 +0000)]
table fix

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

17 years agoFix audio corruption when cutting.
Wolfram Gloger [Mon, 5 Feb 2007 02:08:57 +0000 (02:08 +0000)]
Fix audio corruption when cutting.
Patch by Wolfram Gloger, wmglo dent dot med dot uni-muenchen dot de.

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

17 years agomove networking #includes into separate file
Ramiro Polla [Sun, 4 Feb 2007 17:05:44 +0000 (17:05 +0000)]
move networking #includes into separate file
patch by Ramiro Polla angustia =a= arrozcru =d= no-ip =d= org

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

17 years agouseless as this file wont be compiled if this is not true
Michael Niedermayer [Sun, 4 Feb 2007 11:20:32 +0000 (11:20 +0000)]
useless as this file wont be compiled if this is not true

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

17 years agoSave frame header info in context variables
Kostya Shishkov [Sun, 4 Feb 2007 10:46:28 +0000 (10:46 +0000)]
Save frame header info in context variables

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

17 years agoSet frame rate from extradata
Kostya Shishkov [Sun, 4 Feb 2007 10:45:01 +0000 (10:45 +0000)]
Set frame rate from extradata

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

17 years agofactorize switch_buffer()
Michael Niedermayer [Sat, 3 Feb 2007 13:15:55 +0000 (13:15 +0000)]
factorize switch_buffer()

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

17 years agofix decoding of takethat.mp3
Michael Niedermayer [Sat, 3 Feb 2007 12:42:12 +0000 (12:42 +0000)]
fix decoding of takethat.mp3

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

17 years agoThese messages are just for debug purposes
Kostya Shishkov [Sat, 3 Feb 2007 06:43:06 +0000 (06:43 +0000)]
These messages are just for debug purposes

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

17 years agoSet codec dimensions if provided by extradata
Kostya Shishkov [Sat, 3 Feb 2007 06:41:14 +0000 (06:41 +0000)]
Set codec dimensions if provided by extradata

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

17 years agoVC-1 parser
Kostya Shishkov [Sat, 3 Feb 2007 06:39:50 +0000 (06:39 +0000)]
VC-1 parser

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

17 years agoMake x11grab output its warning that it couldn't find the mouse pointer only
Panagiotis Issaris [Fri, 2 Feb 2007 17:54:50 +0000 (17:54 +0000)]
Make x11grab output its warning that it couldn't find the mouse pointer only
once. This prevents flooding of the terminal when grabbing from a different
X-screen.

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

17 years ago0x00000103 is not an escape marker
Kostya Shishkov [Fri, 2 Feb 2007 15:14:13 +0000 (15:14 +0000)]
0x00000103 is not an escape marker

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

17 years agoSet correct aspect ratio (it's sample aspect, not display aspect)
Zuxy Meng [Fri, 2 Feb 2007 14:33:25 +0000 (14:33 +0000)]
Set correct aspect ratio (it's sample aspect, not display aspect)

Patch by Zuxy Meng
(mail = `echo "Zuxy Meng" | tr "[A-Z] " "[a-z]." | sed "s/$/@gmail.com/"`)

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

17 years agopackets must be correctly interleaved
Michael Niedermayer [Fri, 2 Feb 2007 11:19:58 +0000 (11:19 +0000)]
packets must be correctly interleaved

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

17 years agoadd FIXME
Michael Niedermayer [Fri, 2 Feb 2007 10:25:30 +0000 (10:25 +0000)]
add FIXME

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

17 years agoGeneral approach to parsing chunks in VC-1 AP
Kostya Shishkov [Fri, 2 Feb 2007 06:45:21 +0000 (06:45 +0000)]
General approach to parsing chunks in VC-1 AP

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

17 years agosome (probably exploitable) out of array write fixes
Michael Niedermayer [Fri, 2 Feb 2007 02:58:01 +0000 (02:58 +0000)]
some (probably exploitable) out of array write fixes

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

17 years agomissed a redundant load
Måns Rullgård [Fri, 2 Feb 2007 00:23:19 +0000 (00:23 +0000)]
missed a redundant load

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

17 years agorevert accidental checkin
Måns Rullgård [Thu, 1 Feb 2007 23:30:33 +0000 (23:30 +0000)]
revert accidental checkin

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

17 years agosave one cycle
Måns Rullgård [Thu, 1 Feb 2007 22:50:38 +0000 (22:50 +0000)]
save one cycle

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

17 years agoremove redundant loads
Måns Rullgård [Thu, 1 Feb 2007 22:44:42 +0000 (22:44 +0000)]
remove redundant loads

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

17 years agoCheck for out-of-bounds access
Kostya Shishkov [Thu, 1 Feb 2007 18:39:49 +0000 (18:39 +0000)]
Check for out-of-bounds access

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

17 years agoAdd decode_end method to bmp decoder. Patch by Michel Bardiaux,
Michel Bardiaux [Thu, 1 Feb 2007 09:48:09 +0000 (09:48 +0000)]
Add decode_end method to bmp decoder. Patch by Michel Bardiaux,
mbardiaux mediaxim dot be.

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

17 years agocorrectly set profile/level for hd
Baptiste Coudurier [Thu, 1 Feb 2007 09:47:36 +0000 (09:47 +0000)]
correctly set profile/level for hd

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

17 years agoActivate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux,
Michel Bardiaux [Thu, 1 Feb 2007 09:45:05 +0000 (09:45 +0000)]
Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux,
mbardiaux mediaxim dot be.

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

17 years agoSimplify GPl check.
Ramiro Polla [Thu, 1 Feb 2007 00:52:39 +0000 (00:52 +0000)]
Simplify GPl check.
patch by Ramiro Polla, ramiro lisha.ufsc br

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

17 years agouse avcodec_decode_audio2()
Michael Niedermayer [Thu, 1 Feb 2007 00:34:09 +0000 (00:34 +0000)]
use avcodec_decode_audio2()

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

17 years agoextract aspect ratio
Michael Niedermayer [Wed, 31 Jan 2007 23:32:01 +0000 (23:32 +0000)]
extract aspect ratio

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

17 years agooptimize IDCT of rows with mostly zero coefficients
Måns Rullgård [Wed, 31 Jan 2007 23:04:56 +0000 (23:04 +0000)]
optimize IDCT of rows with mostly zero coefficients

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

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