90 Commits (56b31a8ee2fa07d2a26e4fe2976157da6c1af637)

Author SHA1 Message Date
Philip Gladstone 7c054ea7e2 ffserver now runs again (sort of). 20 years ago
Petr Doubek 6ba5cbc699 HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>) 20 years ago
Michael Niedermayer 668fe04e39 min rate should be 0 by default 20 years ago
Michael Niedermayer 53e2f9caf8 ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>) 20 years ago
Michael Niedermayer e928649b0b pass AVPacket into av_write_frame() 21 years ago
Roman Shaposhnik 4568325a18 * making it possible to specify recording date and time in a stream 21 years ago
Falk Hüffner 7906085fcc warning patrol 21 years ago
Michel Bardiaux bc874daea8 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Henning Haaland Kulander 46026f4e5b VideoBufferSize option patch by ("Henning Haaland Kulander" <hennikul at ifi dot uio dot no>) 21 years ago
Philip Gladstone d445a7e9cc Changed a bunch of calls to sprintf to snprintf to protect against buffer 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 21 years ago
Philip Gladstone 8bc80f8b24 Minor bugfix to prevent segfault if a malloc fails. I have no idea what 21 years ago
Fabrice Bellard 7b7d86f120 simplified version handling 21 years ago
Fabrice Bellard 33f25681ae removed ctype.h 21 years ago
Fabrice Bellard 02d504a7d3 more sections in help - copyright fixes 21 years ago
Michael Niedermayer 7d1c3fc1d6 rate distortion mb decision support 21 years ago
Fabrice Bellard bc3513865a added RTP/TCP protocol support 22 years ago
Giancarlo Formicuccia 1bc1cfdddf - Gracefully handle the case where not all the streams are requested/wanted 22 years ago
Michael Niedermayer 17705a3420 Missing ffserver.c format parameter fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>) 22 years ago
Michael Niedermayer 1b52b6bd6b segfault fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>) 22 years ago
Giancarlo Formicuccia 94d9ad5f80 *** fix for read() 22 years ago
Philip Gladstone 03ff071af9 Fix a horrible bug with the launch keyword not handling arguments of length 1! 22 years ago
Philip Gladstone f0ef624057 Applied Roumen Petrov patch to fix crash/memory leak 22 years ago
Roman Shaposhnik a7beab731d bunch of small thing patch by (Roman Shaposhnick <rvs at sun dot com>) 22 years ago
Philip Gladstone e322ea480b * Add Video4MotionVector in a stream description to behave like the -4mv flag 22 years ago
Andriy Rysin 0df65975ba RTSP "OPTIONS" command patch by (Andriy Rysin <arysin at bcsii dot net>) 22 years ago
Mark Hills b88ba82315 ffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at pogo dot org dot uk>) 22 years ago
Michael Niedermayer 14bea432f1 per context frame_rate_base, this should finally fix frame_rate related av sync issues 22 years ago
Alex Beregszaszi ce2749d2c4 simplified 22 years ago
Philip Gladstone 87638494ca Try to eliminate memory leak on stream termination. It doesn't crash, but I'm 22 years ago
Philip Gladstone cb275dd9eb This should fix the negative bandwidth in use in ffserver. Turned out that 22 years ago
Philip Gladstone efa04ce296 Make ACLs work correctly for streams. Try comparing the addresses in 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Zdenek Kabelac b29f97d136 * static,const,compiler warning cleanup 22 years ago
Roman Shaposhnik 98486a6bc0 zero sized malloc patch by Roman Shaposhnick 22 years ago
Fabrice Bellard 3c27199b8f added av_set_parameters() 22 years ago
Philip Gladstone b17d099db4 Improve bind failure message to indicate the port that failed 22 years ago
Philip Gladstone 001bcd2955 Fix a crash in ffserver when streaming to WMP from a file. However, it 22 years ago
Philip Gladstone c2ce254cab Make asf files work again -- the match against the URL was being done incorrectly. 22 years ago
Ryutaroh Matsumoto c6c11cb6c6 mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech dot ac dot jp>) 22 years ago
Philip Gladstone a4d70941cd * Try and fix the crashes in ffserver associated with the coded_frame stuff. 22 years ago
Michael Niedermayer 492cd3a920 AVVideoFrame -> AVFrame 22 years ago
Michael Niedermayer 1e491e29c2 cleanup 22 years ago
Philip Gladstone 6638d424d4 Try to make this compile on platforms with dlfcn.h 22 years ago
Philip Gladstone 9c938e77e8 More fixes to compile and build on more platforms. 22 years ago
Fabrice Bellard 0fa45e19ce minimum handling for mpeg4 video multicast from avi files 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) 22 years ago
Fabrice Bellard 829ac53d98 clean up of redirector code - first stage of RTP multicast support - added SDP redirector output for multicast 22 years ago
Zdenek Kabelac 5844544064 * const warning fix 22 years ago
Michael Niedermayer b8a78f419d reversing header game 22 years ago