summaryrefslogtreecommitdiffstats
path: root/ffserver.c
Commit message (Expand)AuthorAgeFilesLines
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-3/+3
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-8/+10
* Update copyright year and mention other copyright holders.Diego Biurrun2006-10-011-1/+1
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-5/+5
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-201-0/+1
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-181-1/+1
* Update ffserver regression tests:Aurelien Jacobs2006-03-091-0/+18
* make those nasty variables static, also fix a html bugAlex Beregszaszi2006-02-211-10/+10
* remove unused function get_longterm_datarate()Måns Rullgård2006-02-021-8/+0
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-2/+2
* 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
OpenPOWER on IntegriCloud