summaryrefslogtreecommitdiffstats
path: root/ffserver.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the poll() loop (ret == 0 means that a timeout expired, so it must beLuca Abeni2007-04-101-1/+1
* Fix the generation of RTSP reply headers (the "DEF()" macro is not usedLuca Abeni2007-04-101-3/+33
* Fix warning:Stanislav Brabec2007-03-311-1/+1
* fix x-octet-stream mime typeAlex Beregszaszi2007-03-311-1/+1
* use av_strdupAlex Beregszaszi2007-03-311-5/+1
* remove dead codeAlex Beregszaszi2007-03-311-25/+0
* prevent exit missuseMichael Niedermayer2007-03-271-0/+2
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-121-1/+1
* print codec parameters for audio tooAlex Beregszaszi2007-03-091-0/+1
* disconnect new feeder if feed is already being receivedAlex Beregszaszi2007-03-061-0/+6
* redirect http get requests of / to index.html (note, the http_parse_request m...Alex Beregszaszi2007-02-241-8/+10
* store internal timestamps in int64_t instead longAlex Beregszaszi2007-02-241-7/+7
* rescale pts/dts for output formatAlex Beregszaszi2007-02-241-0/+8
* return error if av_write_header failed (it fails on some containers when code...Alex Beregszaszi2007-02-241-2/+6
* disconnect client if trailer is sentAlex Beregszaszi2007-02-241-0/+3
* if feeder is disconnected, clear the feed registration, thus a new feeder can...Alex Beregszaszi2007-02-221-0/+7
* codec_tag settable via VideoTag, and transmit codec_tag in ffmAlex Beregszaszi2007-02-221-0/+5
* change write/read to send/recv on socket operationsAlex Beregszaszi2007-02-221-9/+9
* change close() to closesocket() on sockets (compatible with libavformat)Alex Beregszaszi2007-02-221-4/+4
* remove gettime_ms and use av_gettime instead of itAlex Beregszaszi2007-02-211-10/+2
* use av_random instead random/srandomAlex Beregszaszi2007-02-211-6/+9
* poll() emulation for BeOS, and maybe MinGW.François Revol2007-02-151-0/+2
* rename HAVE_DLFCN to HAVE_DLFCN_HMåns Rullgård2006-11-141-1/+1
* rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPENMåns Rullgård2006-11-131-3/+3
* 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
OpenPOWER on IntegriCloud