summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Expand)AuthorAge
* remove unused function get_longterm_datarate()Måns Rullgård2006-02-02
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* support for unlimited feed sizeAlex Beregszaszi2005-11-13
* debug the launch commandline and new connectionsAlex Beregszaszi2005-11-13
* Make Launch more appropriate with support for full paths for the ffmpeg binaryAlex Beregszaszi2005-11-13
* Support Launch when BindAddress is not INADDR_ANY or localhost. Also fix a po...Alex Beregszaszi2005-11-13
* 10l, dont make bandwidth statistics negative when feed stops being sent (it w...Alex Beregszaszi2005-10-14
* ffserver segfault & other fatal failure fixesMichael Niedermayer2005-07-18
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* Turn on the seeking support for ffm streams. Now means that streams arePhilip Gladstone2005-05-07
* Fill out some mandatory fields in the Codec structure. Also add fields inPhilip Gladstone2005-05-06
* switch to native time basesMichael Niedermayer2005-04-30
* ffserver now runs again (sort of).Philip Gladstone2005-01-03
* HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d...Petr Doubek2004-08-12
* min rate should be 0 by defaultMichael Niedermayer2004-07-28
* ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>)Michael Niedermayer2004-07-25
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* * making it possible to specify recording date and time in a streamRoman Shaposhnik2004-04-06
* warning patrolFalk Hüffner2004-03-24
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
* VideoBufferSize option patch by ("Henning Haaland Kulander" <hennikul at ifi ...Henning Haaland Kulander2004-02-05
* 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