Philip Gladstone
b55e4ef43d
Try to get this to build on more platforms (especially Darwin)
...
Originally committed as revision 1278 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Agent Smith
2aa29681c9
dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>)
...
Originally committed as revision 1277 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
abac617591
renamed libav to libavformat
...
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Francisco Javier Cabello Torres
57fc257642
via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>)
...
Originally committed as revision 1275 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
525e51e8a3
10l
...
Originally committed as revision 1274 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
58b0b0dd93
fixing aspect
...
Originally committed as revision 1273 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Dominik Mierzejewski
c9f99fef4f
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
...
Originally committed as revision 8255 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Michael Niedermayer
f8fd15e03f
moving init of some variables (hurry_up,...) to MPV_frame_start()
...
Originally committed as revision 1271 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
47930f093e
Applied changes to make it compile on darwin
...
Originally committed as revision 1270 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Brian Foley
9c76bd48aa
* altivec and pix_norm patch by Brian Foley
...
Originally committed as revision 1269 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mark Hills
3aca208a7b
* Ogg/Vorbis patch by Mark Hills
...
Originally committed as revision 1268 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
9a7b310d06
* remaining part of John Ryland's patch
...
Originally committed as revision 1267 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
ae98a91509
Updated to reflect the current state of ffserver (as I understand it).
...
Originally committed as revision 1266 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
26b4bb70c2
Added three sample video hooks. See the (rudimentary) documentation on what
...
they do and their capabilities.
Originally committed as revision 1265 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
65e70450de
experimental mpeg4 video support (currently no slice/timestamp handling)
...
Originally committed as revision 1264 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
50d5d129b4
use codec_id so that the codec does not need to be opened
...
Originally committed as revision 1263 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
0fa45e19ce
minimum handling for mpeg4 video multicast from avi files
...
Originally committed as revision 1262 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
6891b9d458
added example to hack with SDP/multicast streaming
...
Originally committed as revision 1261 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
6edd6884b5
RTP multicast begins to work in MPEG1 - simplified stream bandwidth computation (no need to recompute it at each request)
...
Originally committed as revision 1260 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
d2f48f3555
update
...
Originally committed as revision 1259 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
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