summaryrefslogtreecommitdiffstats
path: root/ffserver.c
Commit message (Expand)AuthorAgeFilesLines
* added RTP/TCP protocol supportFabrice Bellard2003-07-171-106/+225
* - Gracefully handle the case where not all the streams are requested/wantedGiancarlo Formicuccia2003-07-111-6/+19
* Missing ffserver.c format parameter fix by (Giancarlo Formicuccia <ilsensine ...Michael Niedermayer2003-07-031-1/+1
* segfault fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)Michael Niedermayer2003-07-031-0/+4
* *** fix for read()Giancarlo Formicuccia2003-06-291-5/+14
* Fix a horrible bug with the launch keyword not handling arguments of length 1!Philip Gladstone2003-04-121-5/+2
* Applied Roumen Petrov patch to fix crash/memory leakPhilip Gladstone2003-04-121-3/+3
* bunch of small thing patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-04-111-2/+5
* * Add Video4MotionVector in a stream description to behave like the -4mv flagPhilip Gladstone2003-04-091-1/+30
* RTSP "OPTIONS" command patch by (Andriy Rysin <arysin at bcsii dot net>)Andriy Rysin2003-04-041-0/+12
* ffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at pog...Mark Hills2003-03-261-1/+5
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-121-6/+11
* simplifiedAlex Beregszaszi2003-03-091-0/+1
* Try to eliminate memory leak on stream termination. It doesn't crash, but I'mPhilip Gladstone2003-03-041-0/+11
* This should fix the negative bandwidth in use in ffserver. Turned out thatPhilip Gladstone2003-03-041-0/+1
* Make ACLs work correctly for streams. Try comparing the addresses inPhilip Gladstone2003-02-231-3/+5
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-40/+40
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-101-17/+16
* zero sized malloc patch by Roman ShaposhnickRoman Shaposhnik2003-01-231-3/+6
* added av_set_parameters()Fabrice Bellard2003-01-111-0/+3
* Improve bind failure message to indicate the port that failedPhilip Gladstone2003-01-051-1/+3
* Fix a crash in ffserver when streaming to WMP from a file. However, itPhilip Gladstone2003-01-031-0/+4
* Make asf files work again -- the match against the URL was being done incorre...Philip Gladstone2002-12-211-1/+1
* mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech...Ryutaroh Matsumoto2002-12-201-1/+0
* * Try and fix the crashes in ffserver associated with the coded_frame stuff.Philip Gladstone2002-12-111-0/+9
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-091-2/+2
* cleanupMichael Niedermayer2002-12-041-2/+2
* Try to make this compile on platforms with dlfcn.hPhilip Gladstone2002-11-301-0/+10
* More fixes to compile and build on more platforms.Philip Gladstone2002-11-261-1/+1
* minimum handling for mpeg4 video multicast from avi filesFabrice Bellard2002-11-201-4/+85
* RTP multicast begins to work in MPEG1 - simplified stream bandwidth computati...Fabrice Bellard2002-11-201-53/+165
* clean up of redirector code - first stage of RTP multicast support - added SD...Fabrice Bellard2002-11-201-88/+160
* * const warning fixZdenek Kabelac2002-11-141-4/+4
* reversing header gameMichael Niedermayer2002-11-101-6/+2
* MIN/MAX sys/param.h patch by (François Revol <revol at free dot fr>)François Revol2002-11-051-2/+6
* Added VideoBitRateRange and VideoBitRAteTolerance settingsPhilip Gladstone2002-10-301-1/+29
* changed write_packet API - should work as beforeFabrice Bellard2002-10-211-1/+1
* new ffserver options patch by (D Richard Felker III <dalias at aerifal dot cx>)D Richard Felker III2002-10-211-0/+20
* fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ...Michael Niedermayer2002-09-191-1/+1
* * Add code to pace sending a stream when it is being sent from a file.Philip Gladstone2002-09-121-1/+29
* oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-09-011-0/+5
* * Now we do not delete the feed file if it was created with the samePhilip Gladstone2002-07-281-2/+71
* * Removed a debug printfPhilip Gladstone2002-07-271-2/+1
* * Make asf streaming work again. Now uses the output format asf_stream.Philip Gladstone2002-07-271-14/+116
* added RTSP and RTP server support - added daemon mode as default (use -d for ...Fabrice Bellard2002-07-251-437/+1680
* renamed gettime() av_gettime() - same for register_all()Fabrice Bellard2002-07-251-3/+3
* * Add code to restart ffmpeg if it crashesPhilip Gladstone2002-06-101-19/+99
* * Give the max stream time configuration item a chance of workingPhilip Gladstone2002-06-051-24/+77
* * Bad buffer management bug. Forgot to take care of the casePhilip Gladstone2002-05-301-1/+9
* * New stuff and bug fixes:Philip Gladstone2002-05-301-111/+385
OpenPOWER on IntegriCloud