Baptiste Coudurier [Mon, 7 Aug 2006 15:48:26 +0000 (15:48 +0000)]
use correct tag for h263 in mov
Originally committed as revision 5953 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 7 Aug 2006 15:04:15 +0000 (15:04 +0000)]
detailed infos about d263 atom
Originally committed as revision 5952 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 7 Aug 2006 14:36:26 +0000 (14:36 +0000)]
update regression tests for patches r5945-r5950 based on patch by Francois Draperi <ffmpeg@hp.com>
Originally committed as revision 5951 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 7 Aug 2006 14:19:33 +0000 (14:19 +0000)]
indention
Originally committed as revision 5950 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 7 Aug 2006 14:18:43 +0000 (14:18 +0000)]
only set fields for mov, reserved for 3gp, mp4
Originally committed as revision 5949 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 7 Aug 2006 14:15:05 +0000 (14:15 +0000)]
sampleSize field to 16, reserved for mp4 and 3gp
Originally committed as revision 5948 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 7 Aug 2006 14:11:17 +0000 (14:11 +0000)]
mp4, 3gp field is reserved and value is 2
Originally committed as revision 5947 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 7 Aug 2006 14:09:17 +0000 (14:09 +0000)]
use ternary
Originally committed as revision 5946 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 7 Aug 2006 14:06:23 +0000 (14:06 +0000)]
vbr compression id is only used in mov
Originally committed as revision 5945 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 7 Aug 2006 11:49:34 +0000 (11:49 +0000)]
Cygwin compilation and Cygwin/MinGW crosscompilation sections
based on patch by Víctor Paesa <wzrlpy@arsystel.com>
Originally committed as revision 5944 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 7 Aug 2006 10:52:14 +0000 (10:52 +0000)]
r5939 (flvenc.c) rotozoom regression update
Originally committed as revision 5943 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 7 Aug 2006 09:59:21 +0000 (09:59 +0000)]
editorial changes
Originally committed as revision 5942 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 7 Aug 2006 08:46:04 +0000 (08:46 +0000)]
things to take care of for the next soc
Originally committed as revision 5941 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Sun, 6 Aug 2006 23:15:32 +0000 (23:15 +0000)]
Cosmetics: 2->4 spaces and some braces
Originally committed as revision 5940 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 6 Aug 2006 15:29:50 +0000 (15:29 +0000)]
always write duration and file size, fix seeking, progress bar is now active
Originally committed as revision 5939 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sun, 6 Aug 2006 03:44:31 +0000 (03:44 +0000)]
Correct MC for B-frames and some improvements (not 100% complete though)
Originally committed as revision 5938 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sun, 6 Aug 2006 03:42:39 +0000 (03:42 +0000)]
Bicubic interpolation requires two additional pixels for block
Originally committed as revision 5937 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Sat, 5 Aug 2006 13:14:34 +0000 (13:14 +0000)]
Another PIX_FMT_ ---> IMGFMT_ conversion
Originally committed as revision 19342 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Luca Abeni [Sat, 5 Aug 2006 13:09:42 +0000 (13:09 +0000)]
Avoid segfaulting if the swscale context cannot be allocated
Originally committed as revision 5936 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Sat, 5 Aug 2006 12:54:16 +0000 (12:54 +0000)]
Fix "-aspect" when "-pad*" is used
Originally committed as revision 5935 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 5 Aug 2006 10:00:54 +0000 (10:00 +0000)]
Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.
Originally committed as revision 19339 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Mike Melanson [Fri, 4 Aug 2006 22:51:20 +0000 (22:51 +0000)]
printf -> av_log, only occurs in DEBUG cases
Originally committed as revision 5934 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Fri, 4 Aug 2006 19:11:12 +0000 (19:11 +0000)]
Yet another typo
Originally committed as revision 5933 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Fri, 4 Aug 2006 19:03:01 +0000 (19:03 +0000)]
Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo.org> for pointing out the issue and the patch
Originally committed as revision 5932 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 4 Aug 2006 10:33:16 +0000 (10:33 +0000)]
Shared libraries should go in $PREFIX on MinGW.
Originally committed as revision 5931 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 4 Aug 2006 10:23:06 +0000 (10:23 +0000)]
Remove MinGW specialcasing and make shared library installation compatible
with MinGW where ln is emulated by cp.
Originally committed as revision 5930 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 4 Aug 2006 10:13:10 +0000 (10:13 +0000)]
Add quotes where necessary.
Originally committed as revision 5929 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 4 Aug 2006 03:31:01 +0000 (03:31 +0000)]
100l: intensity compensation must be also done in 4-MV mode
Originally committed as revision 5928 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 3 Aug 2006 22:50:54 +0000 (22:50 +0000)]
Shared libraries now go in $(shlibdir), not $(libdir).
Originally committed as revision 5927 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 3 Aug 2006 22:27:38 +0000 (22:27 +0000)]
detect more broken shells
Originally committed as revision 5926 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 3 Aug 2006 22:27:19 +0000 (22:27 +0000)]
simplify command logging
Originally committed as revision 5925 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Thu, 3 Aug 2006 17:27:33 +0000 (17:27 +0000)]
Add $(EXESUF) where necessary, fixes regression tests under MinGW.
patch by Víctor Paesa, wzrlpy $@$ arsystel dot com
Originally committed as revision 5924 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Thu, 3 Aug 2006 16:55:36 +0000 (16:55 +0000)]
Move output_example.c and ffplay.c to the swscale interface
Originally committed as revision 5923 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 3 Aug 2006 16:34:22 +0000 (16:34 +0000)]
Don't hardcode .dll in the MinGW section, use $SLIBSUF instead.
Originally committed as revision 5922 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 3 Aug 2006 16:27:30 +0000 (16:27 +0000)]
Move MinGW special casing for shared lib creation to configure.
Originally committed as revision 5921 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 3 Aug 2006 16:22:01 +0000 (16:22 +0000)]
sample size is 1 if bits per sample is 8 and mono channel
Originally committed as revision 5920 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Thu, 3 Aug 2006 16:19:13 +0000 (16:19 +0000)]
standalone snow dsputil init
Originally committed as revision 5919 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Thu, 3 Aug 2006 16:13:50 +0000 (16:13 +0000)]
Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec:
- whitespace consistency 2->4 [dsputil_init_ppc]
- reorder struct initialization with dsputil_init_altivec [dsputil_init_ppc]
- use casts instead of temp variables [vorbis_inverse_coupling_altivec]
Originally committed as revision 5918 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 3 Aug 2006 15:33:48 +0000 (15:33 +0000)]
revert r5909, dont use non constant static variable, breaks multithreaded apps
Originally committed as revision 5917 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Thu, 3 Aug 2006 14:37:58 +0000 (14:37 +0000)]
Minor fix
Originally committed as revision 5916 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Thu, 3 Aug 2006 13:21:13 +0000 (13:21 +0000)]
avoid alignment hacks, luckly gcc does the right thing on arches different from x86
Originally committed as revision 5915 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Thu, 3 Aug 2006 13:19:32 +0000 (13:19 +0000)]
vorbis_inverse_coupling_altivec
Originally committed as revision 5914 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Thu, 3 Aug 2006 13:00:37 +0000 (13:00 +0000)]
Cleanup
Originally committed as revision 5913 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 3 Aug 2006 12:47:50 +0000 (12:47 +0000)]
VC-1/WMV3/WMV9 decoder
Originally committed as revision 5912 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 3 Aug 2006 12:31:15 +0000 (12:31 +0000)]
parse SONY hidden MPEG-4 extradata, fix C0023S01.mxf
Originally committed as revision 5910 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 3 Aug 2006 12:08:06 +0000 (12:08 +0000)]
skip run-in sequence before reading header
Originally committed as revision 5909 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 3 Aug 2006 11:59:38 +0000 (11:59 +0000)]
again, disable DEBUG
Originally committed as revision 5908 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 3 Aug 2006 11:57:28 +0000 (11:57 +0000)]
10l, check container_ul existence
Originally committed as revision 5907 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 3 Aug 2006 11:28:08 +0000 (11:28 +0000)]
remove duplicate code
Originally committed as revision 5906 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 3 Aug 2006 11:21:54 +0000 (11:21 +0000)]
attempt to demux clip wrapped content
Originally committed as revision 5905 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 3 Aug 2006 09:14:56 +0000 (09:14 +0000)]
add codec detection based on essence container ul
Originally committed as revision 5904 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Thu, 3 Aug 2006 07:09:29 +0000 (07:09 +0000)]
10l, vorbis_inverse_coupling_sse() was really 3dnow
Originally committed as revision 5903 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Thu, 3 Aug 2006 06:07:13 +0000 (06:07 +0000)]
another div -> fastdiv, another 2% faster vorbis.
Originally committed as revision 5902 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Thu, 3 Aug 2006 05:15:50 +0000 (05:15 +0000)]
Looks like to be a good time to re-enable WMV3 decoder
Originally committed as revision 5901 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Thu, 3 Aug 2006 05:09:36 +0000 (05:09 +0000)]
Don't try to decode P-frames from old WMV3 variant until their format is figured
Originally committed as revision 5900 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Thu, 3 Aug 2006 05:02:31 +0000 (05:02 +0000)]
Some AltiVec optimizations for VC-1
Originally committed as revision 5899 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Thu, 3 Aug 2006 03:18:47 +0000 (03:18 +0000)]
sse & sse2 implementations of vorbis channel coupling.
9% faster vorbis (on a K8).
Originally committed as revision 5898 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Thu, 3 Aug 2006 02:18:07 +0000 (02:18 +0000)]
int16_t is faster than int_fast16_t for division.
2% faster vorbis (on a K8).
Originally committed as revision 5897 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 2 Aug 2006 22:48:50 +0000 (22:48 +0000)]
set supported pixel formats correctly
Originally committed as revision 5896 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Wed, 2 Aug 2006 21:37:38 +0000 (21:37 +0000)]
avoid possible segfault situations
Originally committed as revision 5895 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 2 Aug 2006 16:50:53 +0000 (16:50 +0000)]
Change one itemized list to be bulletted, remove non-referenced node
killing a texi2html warning in the process.
Originally committed as revision 5894 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 2 Aug 2006 15:51:05 +0000 (15:51 +0000)]
Subversion allows renaming files.
Originally committed as revision 5893 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 2 Aug 2006 15:02:42 +0000 (15:02 +0000)]
resolve strong refs in parse_structural_metadata since objects may not be ordered, use object oriented approach
Originally committed as revision 5892 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Wed, 2 Aug 2006 11:50:38 +0000 (11:50 +0000)]
Move ffmpeg.c to the swscale interface
Originally committed as revision 5891 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Wed, 2 Aug 2006 11:18:10 +0000 (11:18 +0000)]
Cosmetics
Originally committed as revision 5890 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 2 Aug 2006 10:37:10 +0000 (10:37 +0000)]
remove unneeded audio fourcc as well
Originally committed as revision 5889 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Wed, 2 Aug 2006 09:59:10 +0000 (09:59 +0000)]
Minor resync optimization
Originally committed as revision 5888 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Wed, 2 Aug 2006 09:48:05 +0000 (09:48 +0000)]
Do not set the codec's pixel format in the format's write_header()
Originally committed as revision 5887 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 2 Aug 2006 08:45:10 +0000 (08:45 +0000)]
do not set unneeded fourcc
Originally committed as revision 5886 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 1 Aug 2006 22:30:15 +0000 (22:30 +0000)]
fix ending null entry in table
Originally committed as revision 5885 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 1 Aug 2006 19:24:14 +0000 (19:24 +0000)]
checking compiler output was a bad idea, revert to checking exit status
Originally committed as revision 5884 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 1 Aug 2006 17:00:27 +0000 (17:00 +0000)]
more codecs uls
Originally committed as revision 5883 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 1 Aug 2006 14:58:15 +0000 (14:58 +0000)]
move common code from mov.c and movenc.c to isom.c
Originally committed as revision 5882 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 1 Aug 2006 13:43:24 +0000 (13:43 +0000)]
add some useful debug info
Originally committed as revision 5881 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Tue, 1 Aug 2006 10:19:25 +0000 (10:19 +0000)]
Support for seeking, both with and without index and correct timestamps
Originally committed as revision 5880 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 1 Aug 2006 10:00:12 +0000 (10:00 +0000)]
negative to_pad won't provoke infinite loop
Originally committed as revision 5879 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 1 Aug 2006 09:56:27 +0000 (09:56 +0000)]
avoid reading beyond packet size
Originally committed as revision 5878 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 1 Aug 2006 04:00:14 +0000 (04:00 +0000)]
Forgot to update LIBAVCODEC_VERSION_INT
Originally committed as revision 5877 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 1 Aug 2006 00:32:47 +0000 (00:32 +0000)]
skip run-in sequence during probe
Originally committed as revision 5876 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 31 Jul 2006 22:34:51 +0000 (22:34 +0000)]
prettyprinting cosmetics
Originally committed as revision 5875 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 31 Jul 2006 22:30:32 +0000 (22:30 +0000)]
Create $(shlibdir), not $(libdir) for shared libs.
Originally committed as revision 5874 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 31 Jul 2006 20:56:15 +0000 (20:56 +0000)]
remove libtheora wrapper
Originally committed as revision 5873 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 31 Jul 2006 18:58:56 +0000 (18:58 +0000)]
ignore explicit #warnings in compiler tests
Originally committed as revision 5872 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 31 Jul 2006 15:26:33 +0000 (15:26 +0000)]
simplify using function table
Originally committed as revision 5871 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Mon, 31 Jul 2006 12:35:04 +0000 (12:35 +0000)]
Add support for ffmpeg's pixel format names in libswscale
Originally committed as revision 19276 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Baptiste Coudurier [Mon, 31 Jul 2006 09:46:05 +0000 (09:46 +0000)]
parse aes3 audio descriptor
Originally committed as revision 5870 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 31 Jul 2006 07:54:48 +0000 (07:54 +0000)]
can't trust the compiler exit status, check for messages instead
Originally committed as revision 5869 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Mon, 31 Jul 2006 03:32:59 +0000 (03:32 +0000)]
Fix overflows in bicubic interpolation.
Originally committed as revision 5868 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 30 Jul 2006 21:09:46 +0000 (21:09 +0000)]
video filter todo
Originally committed as revision 5867 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 30 Jul 2006 15:30:00 +0000 (15:30 +0000)]
use parenthesis around value
Originally committed as revision 5866 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 30 Jul 2006 14:44:38 +0000 (14:44 +0000)]
Fix typo in comment
Originally committed as revision 5865 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sun, 30 Jul 2006 03:50:31 +0000 (03:50 +0000)]
Use bicubic MC (should also remove those ringing artifacts) when needed
Originally committed as revision 5864 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sun, 30 Jul 2006 03:47:26 +0000 (03:47 +0000)]
Use functions from DSPContext in vc1.c
Originally committed as revision 5863 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sun, 30 Jul 2006 03:45:02 +0000 (03:45 +0000)]
New functions in DSPContext for VC-1 decoding
Originally committed as revision 5862 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 29 Jul 2006 23:32:10 +0000 (23:32 +0000)]
Use LC_ALL instead of LANG since the former overrides the latter.
Originally committed as revision 5861 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 29 Jul 2006 22:44:58 +0000 (22:44 +0000)]
Set custom SLIBNAME_WITH_MAJOR and SLIBNAME_WITH_VERSION for MinGW.
Originally committed as revision 5860 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 29 Jul 2006 21:43:24 +0000 (21:43 +0000)]
Cope with localized Subversion clients.
Originally committed as revision 5859 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 29 Jul 2006 20:47:47 +0000 (20:47 +0000)]
Remove spurious references to Ogg Theora encoder, such a thing never existed.
Originally committed as revision 5858 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kohn Emil Dan [Sat, 29 Jul 2006 16:07:19 +0000 (16:07 +0000)]
The reader ignores the size of the ASF data object and keeps on
reading even beyond it.
Therefore if the ASF file includes an index object at its end, the
reader will treat the index like data, but of course will fail since
it thinks that the data is corrupted.
When reading an asf file with an index object, ffmpeg will
complain at the end of the file that it read an invalid header.
Patch by Kohn Emil Dan, < emild A cs P technion P ac P il >
Original thead:
Date: Apr 18, 2006 4:11 PM
Subject: [Ffmpeg-devel] Two ASF related bugs and fixes
Originally committed as revision 5857 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 29 Jul 2006 15:36:13 +0000 (15:36 +0000)]
add information about codec uls
Originally committed as revision 5856 to svn://svn.ffmpeg.org/ffmpeg/trunk