summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Expand)AuthorAge
* Changed a bunch of calls to sprintf to snprintf to protect against bufferPhilip Gladstone2003-11-19
* simpler bandwidth allocation for RTSP streaming - use av_read_frame() - initi...Fabrice Bellard2003-11-10
* Minor bugfix to prevent segfault if a malloc fails. I have no idea whatPhilip Gladstone2003-09-27
* simplified version handlingFabrice Bellard2003-09-11
* removed ctype.hFabrice Bellard2003-09-08
* more sections in help - copyright fixesFabrice Bellard2003-08-24
* rate distortion mb decision supportMichael Niedermayer2003-07-29
* added RTP/TCP protocol supportFabrice Bellard2003-07-17
* - Gracefully handle the case where not all the streams are requested/wantedGiancarlo Formicuccia2003-07-11
* Missing ffserver.c format parameter fix by (Giancarlo Formicuccia <ilsensine ...Michael Niedermayer2003-07-03
* segfault fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)Michael Niedermayer2003-07-03
* *** fix for read()Giancarlo Formicuccia2003-06-29
* Fix a horrible bug with the launch keyword not handling arguments of length 1!Philip Gladstone2003-04-12
* Applied Roumen Petrov patch to fix crash/memory leakPhilip Gladstone2003-04-12
* bunch of small thing patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-04-11
* * Add Video4MotionVector in a stream description to behave like the -4mv flagPhilip Gladstone2003-04-09
* RTSP "OPTIONS" command patch by (Andriy Rysin <arysin at bcsii dot net>)Andriy Rysin2003-04-04
* ffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at pog...Mark Hills2003-03-26
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-12
* simplifiedAlex Beregszaszi2003-03-09
* Try to eliminate memory leak on stream termination. It doesn't crash, but I'mPhilip Gladstone2003-03-04
* This should fix the negative bandwidth in use in ffserver. Turned out thatPhilip Gladstone2003-03-04
* Make ACLs work correctly for streams. Try comparing the addresses inPhilip Gladstone2003-02-23
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
* zero sized malloc patch by Roman ShaposhnickRoman Shaposhnik2003-01-23
* added av_set_parameters()Fabrice Bellard2003-01-11
* Improve bind failure message to indicate the port that failedPhilip Gladstone2003-01-05
* Fix a crash in ffserver when streaming to WMP from a file. However, itPhilip Gladstone2003-01-03
* Make asf files work again -- the match against the URL was being done incorre...Philip Gladstone2002-12-21
* mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech...Ryutaroh Matsumoto2002-12-20
* * Try and fix the crashes in ffserver associated with the coded_frame stuff.Philip Gladstone2002-12-11
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-09
* cleanupMichael Niedermayer2002-12-04
* Try to make this compile on platforms with dlfcn.hPhilip Gladstone2002-11-30
* More fixes to compile and build on more platforms.Philip Gladstone2002-11-26
* minimum handling for mpeg4 video multicast from avi filesFabrice Bellard2002-11-20
* RTP multicast begins to work in MPEG1 - simplified stream bandwidth computati...Fabrice Bellard2002-11-20
* clean up of redirector code - first stage of RTP multicast support - added SD...Fabrice Bellard2002-11-20
* * const warning fixZdenek Kabelac2002-11-14
* reversing header gameMichael Niedermayer2002-11-10
* MIN/MAX sys/param.h patch by (François Revol <revol at free dot fr>)François Revol2002-11-05
* Added VideoBitRateRange and VideoBitRAteTolerance settingsPhilip Gladstone2002-10-30
* changed write_packet API - should work as beforeFabrice Bellard2002-10-21
* new ffserver options patch by (D Richard Felker III <dalias at aerifal dot cx>)D Richard Felker III2002-10-21
* fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ...Michael Niedermayer2002-09-19
* * Add code to pace sending a stream when it is being sent from a file.Philip Gladstone2002-09-12
* oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-09-01
* * Now we do not delete the feed file if it was created with the samePhilip Gladstone2002-07-28
* * Removed a debug printfPhilip Gladstone2002-07-27