Alex Beregszaszi
b135d9fb96
mjpegb support (need more samples)
...
Originally committed as revision 1258 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
829ac53d98
clean up of redirector code - first stage of RTP multicast support - added SDP redirector output for multicast
...
Originally committed as revision 1257 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
a941f3919d
export match_ext()
...
Originally committed as revision 1256 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
cb1fdc6104
match SDP based on content instead of extension
...
Originally committed as revision 1255 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
5d3cea3a86
aspect ratio cleanup
...
Originally committed as revision 1254 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
67d06418da
added handling of URL redirectors (needed for RTSP streaming client)
...
Originally committed as revision 1253 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
2fd0e8e630
supressed incorrect pts init (when the pts is not set, ffmpeg.c presumes the nominal frame rate is used
...
Originally committed as revision 1252 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
01e96fd1cd
suppressed PKT_FLAG_DROPPED_FRAME
...
Originally committed as revision 1251 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
6bcafa93d7
pkt->pts is already set, please fix audio if you modify this code - supressed unused PKT_FLAG_DROPPED_FRAME
...
Originally committed as revision 1250 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
bb28568364
* cut&paste fix
...
Originally committed as revision 1249 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
92e1cdae86
The problems of doing cvs add foo.*
...
Originally committed as revision 1248 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
10d104e4f6
* Add frame rate conversion when there is no audio channel. This makes
...
ffmpeg/ffserver work again when just capturing video from a live
source and you are streaming feeds of different frame rates.
* Fix a segfault in argument processing
* Add handling for -vhook argument
* Add logic to call video hooks if any have been specified.
Originally committed as revision 1247 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
142fc6b993
Build and install the vhook subdirectory if enabled (not by default).
...
Originally committed as revision 1246 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
6e1b47804e
Compile framehook.c
...
Originally committed as revision 1245 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
3b2cbbed21
Initial versions of code to all per-frame video processing in ffmpeg.
...
Originally committed as revision 1244 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
e752dc90c2
Set the pkt->pts field correctly so that frame rate reduction has a chance
...
of working
Originally committed as revision 1243 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
86f2b9d0c7
Set the pkt->pts field so that we have a chance of doing frame rate reduction
...
correctly in ffmpeg.c
Originally committed as revision 1242 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
b13a517f95
Get rid of a warning from asfcheck. Not sure that it really helps with WMP though!
...
Originally committed as revision 1241 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Brian Foley
f2677d6b26
altivec optimizations patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
...
Originally committed as revision 1240 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
deedfbdbca
10l
...
Originally committed as revision 1239 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
0699d2fe44
update
...
Originally committed as revision 1238 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
97373f2538
update
...
Originally committed as revision 1237 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
4745b5bf6c
update
...
Originally committed as revision 1236 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
fce16586a1
added CREDITS file (tell me if I forgot someone)
...
Originally committed as revision 1235 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
c70a211997
ffserver documentation update
...
Originally committed as revision 1234 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
47d944d2be
doc update
...
Originally committed as revision 1233 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
b242baa411
'-' can be used for standard input
...
Originally committed as revision 1232 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
7feb950a80
fixed output pts computation in case of pcm audio (fixes ffplay status display)
...
Originally committed as revision 1231 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
4364a3e016
better than nothing patch for correct audio output with ffplay
...
Originally committed as revision 1230 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
45dd5c69f9
a/v sync support: added correct pts handling
...
Originally committed as revision 1229 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
8949367ea5
factorized All In Wonder code (not tested) - Added AIW auto detect (not tested) - mute audio when leaving (maybe an option would be needed ?) - removed all global state
...
Originally committed as revision 1228 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
5940262772
* oops fixed bad initialization of ff vals.
...
- put FF_LIBMPEG2_IDCT_PERM into CVS - so it will work for now
Originally committed as revision 1227 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
d43b10ec7a
* fixed prototype
...
Originally committed as revision 1226 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
83f238cbf0
* compilation fix (ARM users please check)
...
Originally committed as revision 1225 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
231dd3f327
now raw mpeg4 video decoding is fully supported
...
Originally committed as revision 1224 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
93ced3e81a
added multicast SDP/RTP demux for multicast streams - added support for MPEG4 video decoding in SDP/RTP
...
Originally committed as revision 1223 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
5b25dfa708
do not read probe data if format is specified - match_ext() must be exported
...
Originally committed as revision 1222 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
772956c5d7
fixed multicast connect
...
Originally committed as revision 1221 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
87f9c9e091
fixing compilation of cs_test
...
Originally committed as revision 8232 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Michael Niedermayer
58bfafbed9
hurry_up=5 support
...
Originally committed as revision 1219 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
8a555875be
lower case div3
...
Originally committed as revision 1218 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
7c5ab7b88d
slices & encoding optim
...
Originally committed as revision 1217 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
22f3e8bea7
dr1
...
Originally committed as revision 1216 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
0626afe9b2
0.1l
...
Originally committed as revision 1215 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
152ba68cc9
YV12 support (warning this is experimental & wont work with offical huffyuv but there is a approx. 20% speed & compression gain)
...
10l flush_put_bits()
Originally committed as revision 1214 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
John Ryland
b24cf8283e
fixing mp3 detection patch by (John Ryland <jryland at trolltech dot com>)
...
Originally committed as revision 1213 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Joel Yliluoma
a32072d0e9
16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-create dot com>) (note, rare formats disabled)
...
Originally committed as revision 1212 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
11f18fafca
huffyuv
...
Originally committed as revision 1211 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
5844544064
* const warning fix
...
Originally committed as revision 1210 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
6a85ec8d9c
* minor warning fix
...
Originally committed as revision 1209 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago