summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Expand)AuthorAge
...
* 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
* * Make asf streaming work again. Now uses the output format asf_stream.Philip Gladstone2002-07-27
* added RTSP and RTP server support - added daemon mode as default (use -d for ...Fabrice Bellard2002-07-25
* renamed gettime() av_gettime() - same for register_all()Fabrice Bellard2002-07-25
* * Add code to restart ffmpeg if it crashesPhilip Gladstone2002-06-10
* * Give the max stream time configuration item a chance of workingPhilip Gladstone2002-06-05
* * Bad buffer management bug. Forgot to take care of the casePhilip Gladstone2002-05-30
* * New stuff and bug fixes:Philip Gladstone2002-05-30
* * Add first cut of code to handle Windows Media Player rate switchingPhilip Gladstone2002-05-26
* license/copyright change - fixed header messFabrice Bellard2002-05-25
* * Added yet more output to the status page to try and track down a problemPhilip Gladstone2002-05-24
* * Add support for time-limiting a live stream. (Some guy streamed one ofPhilip Gladstone2002-05-24
* use new api (NOT TESTED) - suppressed strlcpyFabrice Bellard2002-05-20
* Fix a segfault when handling errors or .asx or .ram files. Silly bugPhilip Gladstone2002-05-20
* use av memory functionsFabrice Bellard2002-05-18
* * If a stream gets stuck in WAIT_FEED, then disconnecting the other endPhilip Gladstone2002-05-18
* * Change the default behaviour to start streaming as soon as possible (i.e.Philip Gladstone2002-05-17
* * Add code to configure the following:Philip Gladstone2002-05-16
* * Improve logging -- now actually gives you the number of bytes sentPhilip Gladstone2002-05-10
* - HQ option for ffserver. Thanks to D Richard Felker III.Juanjo2002-05-09
* - Changed default qmin = 3 as ffmpeg.cJuanjo2002-05-09
* * Fix a nasty problem with output buffering not have enough (or large enough)Philip Gladstone2002-05-09
* - Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo2002-04-07