]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - ffserver.c
ffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at pogo dot...
[frescor/ffmpeg.git] / ffserver.c
2003-03-26 michaelniffserver deallocate ctx->streams on closing patch by...
2003-03-12 michaelniper context frame_rate_base, this should finally fix...
2003-03-09 al3xsimplified
2003-03-04 philipjsgTry to eliminate memory leak on stream termination...
2003-03-04 philipjsgThis should fix the negative bandwidth in use in ffserv...
2003-02-23 philipjsgMake ACLs work correctly for streams. Try comparing...
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-02-10 kabi* static,const,compiler warning cleanup
2003-01-23 bellardzero sized malloc patch by Roman Shaposhnick
2003-01-11 bellardadded av_set_parameters()
2003-01-05 philipjsgImprove bind failure message to indicate the port that...
2003-01-03 philipjsgFix a crash in ffserver when streaming to WMP from...
2002-12-21 philipjsgMake asf files work again -- the match against the...
2002-12-20 michaelnimimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh...
2002-12-11 philipjsg* Try and fix the crashes in ffserver associated with...
2002-12-09 michaelniAVVideoFrame -> AVFrame
2002-12-04 michaelnicleanup
2002-11-30 philipjsgTry to make this compile on platforms with dlfcn.h
2002-11-26 philipjsgMore fixes to compile and build on more platforms.
2002-11-20 bellardminimum handling for mpeg4 video multicast from avi...
2002-11-20 bellardRTP multicast begins to work in MPEG1 - simplified...
2002-11-20 bellardclean up of redirector code - first stage of RTP multic...
2002-11-14 kabi* const warning fix
2002-11-10 michaelnireversing header game
2002-11-05 michaelniMIN/MAX sys/param.h patch by (François Revol <revol...
2002-10-30 philipjsgAdded VideoBitRateRange and VideoBitRAteTolerance settings
2002-10-21 bellardchanged write_packet API - should work as before
2002-10-21 michaelninew ffserver options patch by (D Richard Felker III...
2002-09-19 michaelnifixing i_quant_factor, this should finally fix the...
2002-09-12 philipjsg* Add code to pace sending a stream when it is being...
2002-09-01 michaelnioggvorbis support patch by (Mark Hills <mark at pogo...
2002-07-28 philipjsg* Now we do not delete the feed file if it was created...
2002-07-27 philipjsg* Removed a debug printf
2002-07-27 philipjsg* Make asf streaming work again. Now uses the output...
2002-07-25 bellardadded RTSP and RTP server support - added daemon mode...
2002-07-25 bellardrenamed gettime() av_gettime() - same for register_all()
2002-06-10 philipjsg* Add code to restart ffmpeg if it crashes
2002-06-05 philipjsg* Give the max stream time configuration item a chance...
2002-05-30 philipjsg* Bad buffer management bug. Forgot to take care of...
2002-05-30 philipjsg* New stuff and bug fixes:
2002-05-26 philipjsg* Add first cut of code to handle Windows Media Player...
2002-05-25 glantaulicense/copyright change - fixed header mess
2002-05-24 philipjsg* Added yet more output to the status page to try and...
2002-05-24 philipjsg* Add support for time-limiting a live stream. (Some...
2002-05-20 glantauuse new api (NOT TESTED) - suppressed strlcpy
2002-05-20 philipjsgFix a segfault when handling errors or .asx or .ram...
2002-05-18 glantauuse av memory functions
2002-05-18 philipjsg* If a stream gets stuck in WAIT_FEED, then disconnecti...
2002-05-17 philipjsg* Change the default behaviour to start streaming as...
2002-05-16 philipjsg* Add code to configure the following:
2002-05-10 philipjsg* Improve logging -- now actually gives you the number...
2002-05-09 pulento- HQ option for ffserver. Thanks to D Richard Felker...
2002-05-09 pulento- Changed default qmin = 3 as ffmpeg.c
2002-05-09 philipjsg* Fix a nasty problem with output buffering not have...
2002-04-07 pulento- Added force_pts to av_write_packet() to be able to...
2002-03-19 michaelnitrying to fix qscale==0
2002-02-26 michaelnifixing warning
2002-02-18 kabi* Also include time.h for nanosleep()
2002-02-15 michaelnioptimized the normal bitstream writer, its faster than...
2001-09-25 glantaufixed prototype change
2001-08-15 glantaujpeg hack
2001-07-22 glantaumerge
2001-07-19 glantauremoving old files
2000-12-20 glantauInitial revision