Michel Bardiaux
bc874daea8
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
...
Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Henning Haaland Kulander
46026f4e5b
VideoBufferSize option patch by ("Henning Haaland Kulander" <hennikul at ifi dot uio dot no>)
...
Originally committed as revision 2749 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Philip Gladstone
d445a7e9cc
Changed a bunch of calls to sprintf to snprintf to protect against buffer
...
overflows.
Fix streaming from non-streaming ffm files. It turned out that you
always got 'index & id do not match' errors.
Add some more error detection on getting FFM feeds
Originally committed as revision 2523 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
e240a0bbe0
simpler bandwidth allocation for RTSP streaming - use av_read_frame() - initial support for raw MPEG2 transport stream streaming using RTSP
...
Originally committed as revision 2506 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Philip Gladstone
8bc80f8b24
Minor bugfix to prevent segfault if a malloc fails. I have no idea what
...
will happen, but at least this crash is gone.
Originally committed as revision 2307 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
7b7d86f120
simplified version handling
...
Originally committed as revision 2264 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
33f25681ae
removed ctype.h
...
Originally committed as revision 2234 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
02d504a7d3
more sections in help - copyright fixes
...
Originally committed as revision 2143 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
7d1c3fc1d6
rate distortion mb decision support
...
fix decoding of old %16!=0 divx
fix assertion failure in motion_est.c
Originally committed as revision 2094 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
bc3513865a
added RTP/TCP protocol support
...
Originally committed as revision 2063 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Giancarlo Formicuccia
1bc1cfdddf
- Gracefully handle the case where not all the streams are requested/wanted
...
from the client. Simply ignore the unwanted/unasked streams.
- Don't need to pool() for every input character! (the socket is nonblocking,
so the loop is ok).
- Partially resurrect compute_send_delay for avoiding udp flood. Without a
similar patch, udp transmission is seriously unreliable.
(note that we don't link to a specific input reference stream, it's not needed
as the pts values should be coherent anyway. Also, non-monotonic pts
progression is unimportant in the long term).
- rtsp_cmd_pause must reset the time reference
patch by (Giancarlo Formicuccia <ilsensine at inwind dot it>)
Originally committed as revision 2034 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
17705a3420
Missing ffserver.c format parameter fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)
...
Originally committed as revision 2005 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
1b52b6bd6b
segfault fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)
...
Originally committed as revision 2003 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Giancarlo Formicuccia
94d9ad5f80
*** fix for read()
...
Reading 1-char per read() is the less intrusive way to fix the behaviour I observed.
Not a nice fix, but the client requests shouldn't steal so much bandwidth
*** fix for find_rtp_session_with_url.
Note that mplayer send one PLAY request per stream, I don't know if this should be handled
more gracefully
patch by (Giancarlo Formicuccia <ilsensine at inwind dot it>)
Originally committed as revision 1998 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
03ff071af9
Fix a horrible bug with the launch keyword not handling arguments of length 1!
...
Originally committed as revision 1761 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
f0ef624057
Applied Roumen Petrov patch to fix crash/memory leak
...
Originally committed as revision 1758 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
a7beab731d
bunch of small thing patch by (Roman Shaposhnick <rvs at sun dot com>)
...
Originally committed as revision 1753 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
e322ea480b
* Add Video4MotionVector in a stream description to behave like the -4mv flag
...
* Add ReadOnlyFile which behaves like File, but does not permit changing of the
file. This can be used to prevent deleting of saved ffm files.
Originally committed as revision 1743 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Andriy Rysin
0df65975ba
RTSP "OPTIONS" command patch by (Andriy Rysin <arysin at bcsii dot net>)
...
Originally committed as revision 1728 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mark Hills
b88ba82315
ffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at pogo dot org dot uk>)
...
Originally committed as revision 1704 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
14bea432f1
per context frame_rate_base, this should finally fix frame_rate related av sync issues
...
Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
ce2749d2c4
simplified
...
Originally committed as revision 1655 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
87638494ca
Try to eliminate memory leak on stream termination. It doesn't crash, but I'm
...
not sure if it fixes the problem.
Originally committed as revision 1620 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
cb275dd9eb
This should fix the negative bandwidth in use in ffserver. Turned out that
...
when WMP reports in, then we didn't increment the bandwidth, but we did
decrement it.
Originally committed as revision 1619 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
efa04ce296
Make ACLs work correctly for streams. Try comparing the addresses in
...
host order rather than network order.
Originally committed as revision 1597 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
0c1a9edad4
* UINTX -> uintx_t INTX -> intx_t
...
Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
b29f97d136
* static,const,compiler warning cleanup
...
Originally committed as revision 1571 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
98486a6bc0
zero sized malloc patch by Roman Shaposhnick
...
Originally committed as revision 1501 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
3c27199b8f
added av_set_parameters()
...
Originally committed as revision 1441 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
b17d099db4
Improve bind failure message to indicate the port that failed
...
Originally committed as revision 1399 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
001bcd2955
Fix a crash in ffserver when streaming to WMP from a file. However, it
...
still doesn't seem to work for me anyway.
Originally committed as revision 1391 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
c2ce254cab
Make asf files work again -- the match against the URL was being done incorrectly.
...
Originally committed as revision 1353 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Ryutaroh Matsumoto
c6c11cb6c6
mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech dot ac dot jp>)
...
Originally committed as revision 1352 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
a4d70941cd
* Try and fix the crashes in ffserver associated with the coded_frame stuff.
...
This code is wrong, but it is not obvious what the right code is.
* Make sure that we reset SIGPIPE before execing ffmpeg.
Originally committed as revision 1330 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
492cd3a920
AVVideoFrame -> AVFrame
...
Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
1e491e29c2
cleanup
...
adding AVVideoFrame
moving quality, pict_type, key_frame, qscale_table, ... to AVVideoFrame
removing obsolete variables in AVCodecContext
skiping of MBs in b frames
correctly initalizing AVCodecContext
picture buffer cleanup
Originally committed as revision 1302 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
6638d424d4
Try to make this compile on platforms with dlfcn.h
...
Originally committed as revision 1296 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
9c938e77e8
More fixes to compile and build on more platforms.
...
Originally committed as revision 1280 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
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
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
Zdenek Kabelac
5844544064
* const warning fix
...
Originally committed as revision 1210 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
b8a78f419d
reversing header game
...
MIN/MAX -> FFMIN/FFMAX
Originally committed as revision 1184 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
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
22 years ago
Philip Gladstone
d6562d2cfa
Added VideoBitRateRange and VideoBitRAteTolerance settings
...
Also made the Launch directive work again if you invoke ffserver with a relative
path.
Originally committed as revision 1111 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
90dca1411d
changed write_packet API - should work as before
...
Originally committed as revision 1060 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
D Richard Felker III
6b10e6e48c
new ffserver options patch by (D Richard Felker III <dalias at aerifal dot cx>)
...
Originally committed as revision 1057 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
b3a391e8b8
fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully
...
Originally committed as revision 959 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
a782f209df
* Add code to pace sending a stream when it is being sent from a file.
...
We limit the datarate to twice the average datarate (however the first
few seconds are sent flat out to help with prebuffering).
* Add the initialization of the rc_eq fields and the like for VIDEO codecs.
* Add the missing get_arg calls for VideoQxxxx
Originally committed as revision 920 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mark Hills
81e0d0b412
oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)
...
Originally committed as revision 896 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago