Zdenek Kabelac
eb4b3dd3c3
* using DSPContext - so each codec could use its local (sub)set of CPU extension
...
Originally committed as revision 1194 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-11 09:40:17 +00:00
Zdenek Kabelac
fb602cd15e
* useless commit - ignore
...
Originally committed as revision 1193 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-11 09:37:40 +00:00
Zdenek Kabelac
c6af86c240
* avcodec_init could be removed I guess...
...
Originally committed as revision 1192 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-11 09:31:17 +00:00
Zdenek Kabelac
2602c84635
* consts
...
Originally committed as revision 1191 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-11 09:30:07 +00:00
Zdenek Kabelac
8350df9704
* added dsp_mask
...
* using frame_bits for wav bits_per_sample
Originally committed as revision 1190 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-11 09:24:15 +00:00
Zdenek Kabelac
1101abfe77
* cleanup statics & const
...
* 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
2002-11-11 09:21:59 +00:00
Zdenek Kabelac
0570bf06d4
* cleanup statics & const
...
Originally committed as revision 1188 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-11 09:20:53 +00:00
Zdenek Kabelac
e8c0008912
* cleanup statics & const
...
* 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
2002-11-11 09:09:06 +00:00
Zdenek Kabelac
c18a2692d2
* cleanup statics & const
...
Originally committed as revision 1186 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-11 09:07:32 +00:00
Arpi
df1c67adda
10l - set pixelfmt (colorspace) _before_ calling get_buffer() callback
...
Originally committed as revision 1185 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-10 18:45:36 +00:00
Michael Niedermayer
b8a78f419d
reversing header game
...
MIN/MAX -> FFMIN/FFMAX
Originally committed as revision 1184 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-10 11:46:59 +00:00
Michael Niedermayer
f11d3f2310
avoid duplicate ";" warnings (based upon a patch by mru at users dot sourceforge dot net (Måns Rullgård))
...
Originally committed as revision 1183 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-10 11:24:27 +00:00
Michael Niedermayer
347ae22ecf
hurry_up>=5 -> skip everything except header & set pict_type&key_frame
...
Originally committed as revision 1182 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-10 10:54:07 +00:00
Michael Niedermayer
8cd5be983b
use FF_INPUT_BUFFER_PADDING_SIZE
...
Originally committed as revision 1181 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-09 15:53:52 +00:00
Måns Rullgård
b1d89f82b4
c standard style / warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård))
...
Originally committed as revision 1180 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-09 15:37:19 +00:00
Michael Niedermayer
c2d418f1e6
fixing -sameq with mpeg2
...
Originally committed as revision 1179 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-09 13:57:54 +00:00
Michael Niedermayer
f01a189455
cleanup
...
Originally committed as revision 1178 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-09 10:38:34 +00:00
François Revol
3810fbf561
ringbuffer patch by (François Revol <revol at free dot fr>)
...
Originally committed as revision 1177 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-08 20:54:44 +00:00
Måns Rullgård
9ce2f2b133
fixes the frame number counter for -vcodec copy patch by (mru at users dot sourceforge.net (Måns Rullgård))
...
Originally committed as revision 1176 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-08 20:33:46 +00:00
Michael Niedermayer
d7425f59d5
cleanup (breaks compatibility, requested by fabrice)
...
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
2002-11-08 18:35:39 +00:00
Arpi
005ba71884
*HUGE* set of compiler warning fixes, unused variables removal
...
based on patch by Dominik Mierzejewski <dominik@rangers.eu.org>
Originally committed as revision 8124 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-11-06 23:54:29 +00:00
Zdenek Kabelac
41568e4a09
* put there more reasnable 15fps speed (though it's probably meaningless)
...
Originally committed as revision 1174 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-06 20:39:17 +00:00
Michael Niedermayer
218baf10f8
cleanup
...
Originally committed as revision 1173 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-06 11:59:17 +00:00
Michael Niedermayer
81ada1ce9d
cleanup
...
Originally committed as revision 1172 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-06 09:30:47 +00:00
Michael Niedermayer
3d71589f27
cleanup
...
Originally committed as revision 1171 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-05 17:31:26 +00:00
Zdenek Kabelac
acbe6cfa47
* calculating with the full packet size
...
Originally committed as revision 1170 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-05 17:16:41 +00:00
Zdenek Kabelac
ff29712a3d
* use larger buffer - the size should be calculcated from the bitstream
...
data rate and outgoing samples (i.e. WMA could generate a lot of samples
from 4096KB chunks)
FIXME
Originally committed as revision 1169 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-05 12:38:50 +00:00
Zdenek Kabelac
e2e6cfd021
* allocate slightly more data - so decoders won't be touching memory
...
out of allocated range (would be 4 bytes enough here ???)
Originally committed as revision 1168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-05 12:06:37 +00:00
Zdenek Kabelac
4c3dff6de5
* free extradata
...
Originally committed as revision 1167 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-05 12:04:59 +00:00
Zdenek Kabelac
4fca59f2ab
* fix leak with output file closing
...
Originally committed as revision 1166 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-05 11:59:47 +00:00
Zdenek Kabelac
5acdd6e6e2
* don't show header errors when eof is reached
...
Originally committed as revision 1165 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-05 10:14:48 +00:00
François Revol
9eb826478c
MIN/MAX sys/param.h patch by (François Revol <revol at free dot fr>)
...
Originally committed as revision 1164 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-05 00:56:08 +00:00
François Revol
dfdfa47cd1
BeOS Audio ouput patch by (François Revol <revol at free dot fr>)
...
Originally committed as revision 1163 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-05 00:38:06 +00:00
Michael Niedermayer
95e2ce4aa0
lrintf detection (based upon a patch by François Revol <revol at free dot fr>)
...
Originally committed as revision 1162 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-05 00:07:05 +00:00
Michael Niedermayer
70d4f2da7f
dont use fastmemcpy for PIC
...
Originally committed as revision 8108 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-11-04 22:45:34 +00:00
Michael Niedermayer
b587a7cb2b
vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>)
...
Originally committed as revision 1160 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-04 20:57:08 +00:00
Fabrice Bellard
3b783b6b58
added faq.html
...
Originally committed as revision 1159 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-04 18:50:27 +00:00
Fabrice Bellard
7ff56c72b2
updated FAQ - converted it to texinfo
...
Originally committed as revision 1158 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-04 18:50:04 +00:00
Zdenek Kabelac
b0397e0e00
* DR1 support
...
Originally committed as revision 1157 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-04 18:03:10 +00:00
Michael Niedermayer
8664c807e6
10l
...
Originally committed as revision 8100 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-11-04 15:56:38 +00:00
Michael Niedermayer
8cb097d4a6
fixing dependancies
...
removing stray tabs
Originally committed as revision 8099 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-11-04 10:01:15 +00:00
Michael Niedermayer
b01be12120
pp docs
...
Originally committed as revision 8077 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-11-03 10:05:19 +00:00
Michael Niedermayer
fcd43156ce
-p
...
Originally committed as revision 1154 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-03 01:39:20 +00:00
Alex Beregszaszi
145956deee
fixed some bugs in app parser - some jfif and adobe jpgs fixed
...
Originally committed as revision 1153 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-02 22:49:13 +00:00
Michael Niedermayer
d20343b3cb
use cp ; strip instead of strip -o
...
Originally committed as revision 1152 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-02 22:16:13 +00:00
François Revol
31ba0b4d7f
gcc optimization on BeOS (patch by François Revol <revol at free dot fr>)
...
Originally committed as revision 1151 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-02 21:05:54 +00:00
Michael Niedermayer
9f9c322930
support forcing low_delay during decoding
...
Originally committed as revision 1150 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-02 18:47:51 +00:00
Michael Niedermayer
326d40af06
cleanup
...
Originally committed as revision 8041 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-11-02 14:20:05 +00:00
Michael Niedermayer
c41d972d9c
cleanup
...
Originally committed as revision 8039 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-11-02 13:58:14 +00:00
Michael Niedermayer
05c4072b45
Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>)
...
Originally committed as revision 1147 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-02 11:28:08 +00:00