aboutsummaryrefslogtreecommitdiffstats
path: root/ffserver.c
Commit message (Expand)AuthorAgeFilesLines
* Include poll.h instead of sys/poll.hLuca Abeni2008-02-131-2/+2
* non-const 2nd parameter for strtol/strtodAurelien Jacobs2008-02-021-2/+2
* comment typo fixesDiego Biurrun2007-12-211-2/+2
* pb->buf_end is already set by url_open_buf()Aurelien Jacobs2007-12-191-1/+0
* avoid using first_avcodecMichael Niedermayer2007-12-121-16/+4
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-011-2/+2
* Add #include "os_support.h" to restore OS/2 support.Dave Yeo2007-11-271-0/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-18/+15
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-291-0/+2
* Remove redundant banner output from ffserver.Stefano Sabatini2007-09-301-2/+0
* Make ffserver show a banner at startup.Stefano Sabatini2007-09-281-0/+2
* Implement common show version and banner.Stefano Sabatini2007-09-271-7/+5
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-191-0/+8
* Fix an ffserver crash when a non-existing rtsp: url is requestedLuca Abeni2007-09-171-4/+6
* Use AVFMT_FLAG_GENPTS for the input file (the RTP output format needs all theLuca Abeni2007-09-171-0/+1
* rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs2007-09-101-5/+5
* Make ffserver use cmdutils.c show_license functionStefano Sabatini2007-08-221-20/+2
* Call av_find_stream_info() immediately after opening an input file.Luca Abeni2007-08-201-0/+1
* Use avf_sdp_create() in ffserverLuca Abeni2007-08-201-80/+24
* Make ffserver -h exit 0.Stefano Sabatini2007-08-131-1/+1
* Make show-license exit 0.Stefano Sabatini2007-08-111-1/+1
* use proper closesocket definesAlex Beregszaszi2007-08-081-1/+1
* cosmetic: remove a huge number of useless bracesAlex Beregszaszi2007-08-081-206/+128
* cosmetic: simplify some constructsAlex Beregszaszi2007-08-081-11/+5
* cosmetic: extra spaceAlex Beregszaszi2007-08-081-1/+1
* cosmetic: indentationAlex Beregszaszi2007-08-081-4/+4
* cosmetic: remove extra parenthesisAlex Beregszaszi2007-08-081-3/+1
* 10l to Benoit, poll.h is already included below, and this broke compilation o...Alex Beregszaszi2007-07-131-1/+0
* 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