109 Commits (f28660eb3f3faa14672c7e89c2bf861ece581965)

Author SHA1 Message Date
Diego Biurrun f1cc88a5d6 Use Subversion revision for FFMPEG_VERSION. 19 years ago
Stefan Huehner 7b49ce2e34 Add const to (mostly) char* and make some functions static, which aren't used 19 years ago
Aurelien Jacobs 267b0e5754 Update ffserver regression tests: 19 years ago
Alex Beregszaszi 33f5e2ec3e make those nasty variables static, also fix a html bug 19 years ago
Måns Rullgård b2b77b9c23 remove unused function get_longterm_datarate() 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Måns Rullgård 4733abcbf3 use PRIxN, %zd, %td formats where needed 19 years ago
Alex Beregszaszi 6b0bdc754b support for unlimited feed size 19 years ago
Alex Beregszaszi 90f9c440e8 debug the launch commandline and new connections 19 years ago
Alex Beregszaszi ac6a655b8a Make Launch more appropriate with support for full paths for the ffmpeg binary 19 years ago
Alex Beregszaszi 4b4f38e42e Support Launch when BindAddress is not INADDR_ANY or localhost. Also fix a possible buffer overflow 19 years ago
Alex Beregszaszi edfdd7986d 10l, dont make bandwidth statistics negative when feed stops being sent (it was decreased every time feed sending was aborted) 19 years ago
Michael Niedermayer 8d931070fc ffserver segfault & other fatal failure fixes 19 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 19 years ago
Philip Gladstone e8d27bc302 Turn on the seeking support for ffm streams. Now means that streams are 20 years ago
Philip Gladstone 291fe90ae8 Fill out some mandatory fields in the Codec structure. Also add fields in 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
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