summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Expand)AuthorAge
* replace calls to deprecated parsing functions to calls to new onesStefano Sabatini2007-06-18
* misc spelling fixesDiego Biurrun2007-06-12
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-10
* implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi2007-04-27
* use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi2007-04-27
* use network.h instead network includesAlex Beregszaszi2007-04-27
* cosmetics: Remove trailing whitespace and tabs.Diego Biurrun2007-04-26
* use resolve_host in acl handlign too, simplificates the codeAlex Beregszaszi2007-04-25
* make the last globals staticAlex Beregszaszi2007-04-25
* support for hostnames instead ip addresses in ffserver conf (using resolve_ho...Alex Beregszaszi2007-04-25
* Fix ffserver crash when closing the second RTP sessionLuca Abeni2007-04-24
* check ip port range from configAlex Beregszaszi2007-04-22
* simplificateAlex Beregszaszi2007-04-22
* use av_strdup instead malloc/strcpyAlex Beregszaszi2007-04-22
* fixed InputFormat option, which was never workingAlex Beregszaszi2007-04-22
* remove useless code, file removal is handled elsewhereAlex Beregszaszi2007-04-22
* Fix an use-after-free bugLuca Abeni2007-04-19
* Remove unused callbacks from ffserverLuca Abeni2007-04-19
* Fix the poll() loop (ret == 0 means that a timeout expired, so it must beLuca Abeni2007-04-10
* Fix the generation of RTSP reply headers (the "DEF()" macro is not usedLuca Abeni2007-04-10
* Fix warning:Stanislav Brabec2007-03-31
* fix x-octet-stream mime typeAlex Beregszaszi2007-03-31
* use av_strdupAlex Beregszaszi2007-03-31
* remove dead codeAlex Beregszaszi2007-03-31
* prevent exit missuseMichael Niedermayer2007-03-27
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-12
* print codec parameters for audio tooAlex Beregszaszi2007-03-09
* disconnect new feeder if feed is already being receivedAlex Beregszaszi2007-03-06
* redirect http get requests of / to index.html (note, the http_parse_request m...Alex Beregszaszi2007-02-24
* store internal timestamps in int64_t instead longAlex Beregszaszi2007-02-24
* rescale pts/dts for output formatAlex Beregszaszi2007-02-24
* return error if av_write_header failed (it fails on some containers when code...Alex Beregszaszi2007-02-24
* disconnect client if trailer is sentAlex Beregszaszi2007-02-24
* if feeder is disconnected, clear the feed registration, thus a new feeder can...Alex Beregszaszi2007-02-22
* codec_tag settable via VideoTag, and transmit codec_tag in ffmAlex Beregszaszi2007-02-22
* change write/read to send/recv on socket operationsAlex Beregszaszi2007-02-22
* change close() to closesocket() on sockets (compatible with libavformat)Alex Beregszaszi2007-02-22
* remove gettime_ms and use av_gettime instead of itAlex Beregszaszi2007-02-21
* use av_random instead random/srandomAlex Beregszaszi2007-02-21
* poll() emulation for BeOS, and maybe MinGW.François Revol2007-02-15
* rename HAVE_DLFCN to HAVE_DLFCN_HMåns Rullgård2006-11-14
* rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPENMåns Rullgård2006-11-13
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update copyright year and mention other copyright holders.Diego Biurrun2006-10-01
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-20
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
* Update ffserver regression tests:Aurelien Jacobs2006-03-09
* make those nasty variables static, also fix a html bugAlex Beregszaszi2006-02-21