summaryrefslogtreecommitdiffstats
path: root/ffserver.c
Commit message (Expand)AuthorAgeFilesLines
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje2007-07-021-5/+12
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-241-27/+28
* replace calls to deprecated parsing functions to calls to new onesStefano Sabatini2007-06-181-1/+1
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-101-1/+1
* implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi2007-04-271-2/+2
* use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi2007-04-271-7/+14
* use network.h instead network includesAlex Beregszaszi2007-04-271-5/+1
* cosmetics: Remove trailing whitespace and tabs.Diego Biurrun2007-04-261-1/+1
* use resolve_host in acl handlign too, simplificates the codeAlex Beregszaszi2007-04-251-12/+4
* make the last globals staticAlex Beregszaszi2007-04-251-2/+2
* support for hostnames instead ip addresses in ffserver conf (using resolve_ho...Alex Beregszaszi2007-04-251-6/+6
* Fix ffserver crash when closing the second RTP sessionLuca Abeni2007-04-241-0/+1
* check ip port range from configAlex Beregszaszi2007-04-221-2/+14
* simplificateAlex Beregszaszi2007-04-221-5/+3
* use av_strdup instead malloc/strcpyAlex Beregszaszi2007-04-221-2/+1
* fixed InputFormat option, which was never workingAlex Beregszaszi2007-04-221-0/+1
* remove useless code, file removal is handled elsewhereAlex Beregszaszi2007-04-221-10/+0
* Fix an use-after-free bugLuca Abeni2007-04-191-1/+4
* Remove unused callbacks from ffserverLuca Abeni2007-04-191-18/+0
* 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
OpenPOWER on IntegriCloud