summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Collapse)AuthorAge
* implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use network.h instead network includesAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove trailing whitespace and tabs.Diego Biurrun2007-04-26
| | | | Originally committed as revision 8838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use resolve_host in acl handlign too, simplificates the codeAlex Beregszaszi2007-04-25
| | | | Originally committed as revision 8819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make the last globals staticAlex Beregszaszi2007-04-25
| | | | Originally committed as revision 8818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for hostnames instead ip addresses in ffserver conf (using ↵Alex Beregszaszi2007-04-25
| | | | | | resolve_host now) Originally committed as revision 8815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix ffserver crash when closing the second RTP sessionLuca Abeni2007-04-24
| | | | Originally committed as revision 8799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check ip port range from configAlex Beregszaszi2007-04-22
| | | | Originally committed as revision 8787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplificateAlex Beregszaszi2007-04-22
| | | | Originally committed as revision 8786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_strdup instead malloc/strcpyAlex Beregszaszi2007-04-22
| | | | Originally committed as revision 8785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed InputFormat option, which was never workingAlex Beregszaszi2007-04-22
| | | | Originally committed as revision 8784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless code, file removal is handled elsewhereAlex Beregszaszi2007-04-22
| | | | Originally committed as revision 8782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix an use-after-free bugLuca Abeni2007-04-19
| | | | Originally committed as revision 8759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused callbacks from ffserverLuca Abeni2007-04-19
| | | | Originally committed as revision 8758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the poll() loop (ret == 0 means that a timeout expired, so it must beLuca Abeni2007-04-10
| | | | | | handled) Originally committed as revision 8711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the generation of RTSP reply headers (the "DEF()" macro is not usedLuca Abeni2007-04-10
| | | | | | anymore in rtspcodes.h) Originally committed as revision 8710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix warning:Stanislav Brabec2007-03-31
| | | | | | | ffserver.c:4303: warning: 'acl.next' is used uninitialized in this function patch by Stanislav Brabec, sbrabec suse cz Originally committed as revision 8573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix x-octet-stream mime typeAlex Beregszaszi2007-03-31
| | | | Originally committed as revision 8568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_strdupAlex Beregszaszi2007-03-31
| | | | Originally committed as revision 8567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove dead codeAlex Beregszaszi2007-03-31
| | | | Originally committed as revision 8566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent exit missuseMichael Niedermayer2007-03-27
| | | | Originally committed as revision 8536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-12
| | | | | | which use av_log() for logging instead of fprintf(). Originally committed as revision 8339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print codec parameters for audio tooAlex Beregszaszi2007-03-09
| | | | Originally committed as revision 8303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disconnect new feeder if feed is already being receivedAlex Beregszaszi2007-03-06
| | | | Originally committed as revision 8271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* redirect http get requests of / to index.html (note, the http_parse_request ↵Alex Beregszaszi2007-02-24
| | | | | | may worth a rewrite) Originally committed as revision 8113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store internal timestamps in int64_t instead longAlex Beregszaszi2007-02-24
| | | | Originally committed as revision 8112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rescale pts/dts for output formatAlex Beregszaszi2007-02-24
| | | | Originally committed as revision 8111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return error if av_write_header failed (it fails on some containers when ↵Alex Beregszaszi2007-02-24
| | | | | | codec is not supported) Originally committed as revision 8110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disconnect client if trailer is sentAlex Beregszaszi2007-02-24
| | | | Originally committed as revision 8109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* if feeder is disconnected, clear the feed registration, thus a new feeder ↵Alex Beregszaszi2007-02-22
| | | | | | can connect Originally committed as revision 8072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* codec_tag settable via VideoTag, and transmit codec_tag in ffmAlex Beregszaszi2007-02-22
| | | | Originally committed as revision 8071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change write/read to send/recv on socket operationsAlex Beregszaszi2007-02-22
| | | | Originally committed as revision 8069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change close() to closesocket() on sockets (compatible with libavformat)Alex Beregszaszi2007-02-22
| | | | Originally committed as revision 8068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove gettime_ms and use av_gettime instead of itAlex Beregszaszi2007-02-21
| | | | Originally committed as revision 8052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_random instead random/srandomAlex Beregszaszi2007-02-21
| | | | Originally committed as revision 8051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* poll() emulation for BeOS, and maybe MinGW.François Revol2007-02-15
| | | | Originally committed as revision 7987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename HAVE_DLFCN to HAVE_DLFCN_HMåns Rullgård2006-11-14
| | | | Originally committed as revision 7078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPENMåns Rullgård2006-11-13
| | | | Originally committed as revision 7018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
| | | | | | patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update copyright year and mention other copyright holders.Diego Biurrun2006-10-01
| | | | Originally committed as revision 6408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-20
| | | | | | based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr Originally committed as revision 5502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
| | | | | | | outside their declaring source file and which have no corresponding prototype. patch by Stefan Huehner stefan^^@^^huehner^^.^^org Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update ffserver regression tests:Aurelien Jacobs2006-03-09
| | | | | | | | | - really produce readable files (instead of 0 byte files or headers only) - use bitexact, fastint dct, simple idct and qscale - gives consistent results across several archs - still fails on altivec ppc Originally committed as revision 5129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make those nasty variables static, also fix a html bugAlex Beregszaszi2006-02-21
| | | | Originally committed as revision 5044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused function get_longterm_datarate()Måns Rullgård2006-02-02
| | | | Originally committed as revision 4928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk