summaryrefslogtreecommitdiffstats
path: root/ffserver.c
Commit message (Expand)AuthorAgeFilesLines
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-22/+22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-184/+184
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-2/+2
* support for unlimited feed sizeAlex Beregszaszi2005-11-131-3/+3
* debug the launch commandline and new connectionsAlex Beregszaszi2005-11-131-0/+12
* Make Launch more appropriate with support for full paths for the ffmpeg binaryAlex Beregszaszi2005-11-131-4/+1
* Support Launch when BindAddress is not INADDR_ANY or localhost. Also fix a po...Alex Beregszaszi2005-11-131-2/+5
* 10l, dont make bandwidth statistics negative when feed stops being sent (it w...Alex Beregszaszi2005-10-141-7/+7
* ffserver segfault & other fatal failure fixesMichael Niedermayer2005-07-181-1/+5
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-53/+53
* Turn on the seeking support for ffm streams. Now means that streams arePhilip Gladstone2005-05-071-2/+2
* Fill out some mandatory fields in the Codec structure. Also add fields inPhilip Gladstone2005-05-061-4/+23
* switch to native time basesMichael Niedermayer2005-04-301-14/+14
* ffserver now runs again (sort of).Philip Gladstone2005-01-031-4/+11
* HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d...Petr Doubek2004-08-121-3/+3
* min rate should be 0 by defaultMichael Niedermayer2004-07-281-2/+0
* ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>)Michael Niedermayer2004-07-251-1/+3
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-1/+1
* * making it possible to specify recording date and time in a streamRoman Shaposhnik2004-04-061-0/+1
* warning patrolFalk Hüffner2004-03-241-1/+1
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-031-1/+1
* VideoBufferSize option patch by ("Henning Haaland Kulander" <hennikul at ifi ...Henning Haaland Kulander2004-02-051-0/+5
* Changed a bunch of calls to sprintf to snprintf to protect against bufferPhilip Gladstone2003-11-191-57/+66
* simpler bandwidth allocation for RTSP streaming - use av_read_frame() - initi...Fabrice Bellard2003-11-101-262/+134
* Minor bugfix to prevent segfault if a malloc fails. I have no idea whatPhilip Gladstone2003-09-271-3/+3
* simplified version handlingFabrice Bellard2003-09-111-1/+0
* removed ctype.hFabrice Bellard2003-09-081-1/+0
* more sections in help - copyright fixesFabrice Bellard2003-08-241-9/+13
* rate distortion mb decision supportMichael Niedermayer2003-07-291-2/+2
* 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
OpenPOWER on IntegriCloud