- 13 Nov, 2002 1 commit
-
-
Zdenek Kabelac authored
Originally committed as revision 1206 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Nov, 2002 1 commit
-
-
François Revol authored
Originally committed as revision 1201 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Nov, 2002 4 commits
-
-
Zdenek Kabelac authored
* some minor initial parsing fixes (yet it's very simple parser at this moment) Originally committed as revision 1189 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 1188 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
* using frame_bits to store bits_per_sample (to be able to recontruct exactly wav header) Originally committed as revision 1187 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 1186 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Nov, 2002 1 commit
-
-
Michael Niedermayer authored
MIN/MAX -> FFMIN/FFMAX Originally committed as revision 1184 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Nov, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 1181 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 1180 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Nov, 2002 2 commits
-
-
François Revol authored
Originally committed as revision 1177 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
remove CODEC_FLAG_NOT_TRUNCATED & add CODEC_FLAG_TRUNCATED add CODEC_CAP_TRUNCATED add alpha plane to AVPicture remove CODEC_ID_MSMPEG4 remove various unused stuff support "truncated" mpeg4 streams Originally committed as revision 1175 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Nov, 2002 1 commit
-
-
Zdenek Kabelac authored
Originally committed as revision 1174 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Nov, 2002 6 commits
-
-
Zdenek Kabelac authored
Originally committed as revision 1170 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
out of allocated range (would be 4 bytes enough here ???) Originally committed as revision 1168 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 1167 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 1165 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
François Revol authored
Originally committed as revision 1164 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
François Revol authored
Originally committed as revision 1163 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Nov, 2002 2 commits
-
-
François Revol authored
contribution by Laszlo Torok <torokl@alpha.dfmk.hu> 4CC 'MAC3' and 'MAC6' in Quicktime. It works for mono streams, needs to be fixed for stereo when I get my hands on a stereo sample :) patch by (François Revol <revol at free dot fr>) Originally committed as revision 1145 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
François Revol authored
problems as with winsock (sockets != fd), and the broken select(). based on older patch by Andrew Bachmann. patch by (François Revol <revol at free dot fr>) Originally committed as revision 1144 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Oct, 2002 2 commits
-
-
Zdenek Kabelac authored
Originally committed as revision 1129 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
* removed pts*1000 for paket timing (using ms) Originally committed as revision 1128 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Oct, 2002 1 commit
-
-
Philip Gladstone authored
stream id that AVI wants for MSMPEG4V3 doesn't work for ASF. I have added a flag to indicate that certain tags should not be used in ASF streams. I think that this is the wrong solution (just adding a flag for ASF), but it does work. Originally committed as revision 1112 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Oct, 2002 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 1092 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Oct, 2002 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 1062 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Oct, 2002 5 commits
-
-
Fabrice Bellard authored
Originally committed as revision 1061 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 1058 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 1056 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
use consistant PTS handling - fixed MPEG2 Pack header generation (clock_ref value is still slightly inaccurate) Originally committed as revision 1055 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 1054 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Oct, 2002 1 commit
-
-
Michael Niedermayer authored
new video grab device for ATI All-In-Wonder cards based on the GATOS km driver patch by (Fred <foohoo at shaw dot ca>) Originally committed as revision 1053 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Oct, 2002 2 commits
-
-
Fabrice Bellard authored
better framework for specific mpeg mux options such as vcd - added (incomplete) mpeg2 vob muxer for dvd creation Originally committed as revision 1042 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 1041 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Oct, 2002 2 commits
-
-
Fabrice Bellard authored
Originally committed as revision 1036 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 1033 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Oct, 2002 3 commits
-
-
Alex Beregszaszi authored
Originally committed as revision 1028 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 1024 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 1023 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Oct, 2002 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 1021 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Oct, 2002 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 1017 to svn://svn.ffmpeg.org/ffmpeg/trunk
-