summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Collapse)AuthorAge
* Make ffserver use cmdutils.c show_license functionStefano Sabatini2007-08-22
| | | | | | patch by Stefano Sabatini: [stefano sabatini minus lala ! poste it] Originally committed as revision 10183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Call av_find_stream_info() immediately after opening an input file.Luca Abeni2007-08-20
| | | | | | | | Needed to avoid reading the same TS two times at the beginning of the file (whic resulted in an "error, non monotone timestamps..." when streaming RTP from a file) Originally committed as revision 10148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use avf_sdp_create() in ffserverLuca Abeni2007-08-20
| | | | Originally committed as revision 10147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffserver -h exit 0.Stefano Sabatini2007-08-13
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make show-license exit 0.Stefano Sabatini2007-08-11
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use proper closesocket definesAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: remove a huge number of useless bracesAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: simplify some constructsAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: extra spaceAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: indentationAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: remove extra parenthesisAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to Benoit, poll.h is already included below, and this broke compilation ↵Alex Beregszaszi2007-07-13
| | | | | | on mingw Originally committed as revision 9620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje2007-07-02
| | | | | | | | patch by Ronald S. Bultje: [rsbultje gmail com] original thread: [FFmpeg-devel] ffmpeg.c/cmdutils.c compilation date: 06/23/2007 03:15 AM Originally committed as revision 9453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
| | | | Originally committed as revision 9406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace calls to deprecated parsing functions to calls to new onesStefano Sabatini2007-06-18
| | | | | | patch by Stefano Sabatini: [stefano sabatini-lala poste it] Originally committed as revision 9359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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