OSDN Git Service

coroid/libav_saccubus.git
17 years agoremove senseless and wrong direct access to ByteIOContext internals
Michael Niedermayer [Wed, 7 Feb 2007 23:32:51 +0000 (23:32 +0000)]
remove senseless and wrong direct access to ByteIOContext internals

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

17 years agoset pts_wrap_bits to 32 since timestamps in packets are 32 bit
Reimar Döffinger [Wed, 7 Feb 2007 23:22:53 +0000 (23:22 +0000)]
set pts_wrap_bits to 32 since timestamps in packets are 32 bit

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

17 years agoiam pretty sure send time is dts and not pts ...
Michael Niedermayer [Wed, 7 Feb 2007 23:06:13 +0000 (23:06 +0000)]
iam pretty sure send time is dts and not pts ...

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

17 years ago10l, forgot to skip payload description in UMF packet parsing
Reimar Döffinger [Wed, 7 Feb 2007 22:51:42 +0000 (22:51 +0000)]
10l, forgot to skip payload description in UMF packet parsing

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

17 years agomuxing packets with unknown timestamps is not allowed
Michael Niedermayer [Wed, 7 Feb 2007 22:26:48 +0000 (22:26 +0000)]
muxing packets with unknown timestamps is not allowed

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

17 years agosupporting files with A,V,I,0x19 header
Michael Niedermayer [Wed, 7 Feb 2007 17:56:31 +0000 (17:56 +0000)]
supporting files with A,V,I,0x19  header

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

17 years agoFix incorrect use of ff_get_fourcc that made mjpgb not play on big endian.
Reimar Döffinger [Wed, 7 Feb 2007 17:35:36 +0000 (17:35 +0000)]
Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian.
Fixes bug 739.

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

17 years agovorbis regression test
Michael Niedermayer [Wed, 7 Feb 2007 17:04:30 +0000 (17:04 +0000)]
vorbis regression test
(using .asf as our .ogg muxer depends on libogg, nut muxer depends on libnut and vorbis in avi/mpeg is not really a good idea)

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

17 years agovorbis suffers from the same sign flip issue as wma (so this lame workaround, though...
Michael Niedermayer [Wed, 7 Feb 2007 16:59:10 +0000 (16:59 +0000)]
vorbis suffers from the same sign flip issue as wma (so this lame workaround, though it arguably doesnt matter much where the sign is fliped back)

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

17 years agodoxygenize
Michael Niedermayer [Wed, 7 Feb 2007 14:53:25 +0000 (14:53 +0000)]
doxygenize

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

17 years agoAdd a comment about swapped numerator and denominator.
Diego Biurrun [Wed, 7 Feb 2007 14:10:50 +0000 (14:10 +0000)]
Add a comment about swapped numerator and denominator.

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

17 years agomissing spaces
Diego Biurrun [Wed, 7 Feb 2007 12:38:47 +0000 (12:38 +0000)]
missing spaces

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

17 years agofix regression tests due to pixel format name changes
Baptiste Coudurier [Wed, 7 Feb 2007 11:25:50 +0000 (11:25 +0000)]
fix regression tests due to pixel format name changes

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

17 years ago1000l: Revert accidentally committed change.
Diego Biurrun [Wed, 7 Feb 2007 10:54:10 +0000 (10:54 +0000)]
1000l: Revert accidentally committed change.

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

17 years agoReplace deprecated PIX_FMT names by the newer variants.
Diego Biurrun [Wed, 7 Feb 2007 01:48:09 +0000 (01:48 +0000)]
Replace deprecated PIX_FMT names by the newer variants.

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

17 years agoFix to loss of sync in ffplay when paused patch by (Michael McConnell /// soruk put...
Michael McConnell [Wed, 7 Feb 2007 00:52:35 +0000 (00:52 +0000)]
Fix to loss of sync in ffplay when paused patch by (Michael McConnell /// soruk put at here eridani and here a dot co.uk)

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

17 years agowma regression test
Michael Niedermayer [Tue, 6 Feb 2007 23:59:10 +0000 (23:59 +0000)]
wma regression test

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

17 years agoworkaround sign bug
Michael Niedermayer [Tue, 6 Feb 2007 23:58:02 +0000 (23:58 +0000)]
workaround sign bug

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

17 years ago10l use of uninitalized var
Michael Niedermayer [Tue, 6 Feb 2007 22:20:55 +0000 (22:20 +0000)]
10l use of uninitalized var

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

17 years agoindent
Måns Rullgård [Tue, 6 Feb 2007 22:20:21 +0000 (22:20 +0000)]
indent

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

17 years agoreorder setting of defaults by category
Måns Rullgård [Tue, 6 Feb 2007 22:09:46 +0000 (22:09 +0000)]
reorder setting of defaults by category

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

17 years agoAdd seektest to list of PHONY targets.
Diego Biurrun [Tue, 6 Feb 2007 21:31:05 +0000 (21:31 +0000)]
Add seektest to list of PHONY targets.

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

17 years agospelling/wording
Diego Biurrun [Tue, 6 Feb 2007 21:28:18 +0000 (21:28 +0000)]
spelling/wording

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

17 years agoWMA encoding
Diego Biurrun [Tue, 6 Feb 2007 21:27:18 +0000 (21:27 +0000)]
WMA encoding

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

17 years agoWMA encoder
Diego Biurrun [Tue, 6 Feb 2007 21:23:33 +0000 (21:23 +0000)]
WMA encoder

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

17 years agokill debuging code
Michael Niedermayer [Tue, 6 Feb 2007 21:12:48 +0000 (21:12 +0000)]
kill debuging code

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

17 years agowma encoder
Michael Niedermayer [Tue, 6 Feb 2007 20:19:04 +0000 (20:19 +0000)]
wma encoder

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

17 years agoEven powerpc/power needs PIC for shared objects today
Luca Barbato [Tue, 6 Feb 2007 19:29:15 +0000 (19:29 +0000)]
Even powerpc/power needs PIC for shared objects today

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

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