summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Expand)AuthorAge
* Include poll.h instead of sys/poll.hLuca Abeni2008-02-13
* non-const 2nd parameter for strtol/strtodAurelien Jacobs2008-02-02
* comment typo fixesDiego Biurrun2007-12-21
* pb->buf_end is already set by url_open_buf()Aurelien Jacobs2007-12-19
* avoid using first_avcodecMichael Niedermayer2007-12-12
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-01
* Add #include "os_support.h" to restore OS/2 support.Dave Yeo2007-11-27
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-29
* Remove redundant banner output from ffserver.Stefano Sabatini2007-09-30
* Make ffserver show a banner at startup.Stefano Sabatini2007-09-28
* Implement common show version and banner.Stefano Sabatini2007-09-27
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-19
* Fix an ffserver crash when a non-existing rtsp: url is requestedLuca Abeni2007-09-17
* Use AVFMT_FLAG_GENPTS for the input file (the RTP output format needs all theLuca Abeni2007-09-17
* rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs2007-09-10
* Make ffserver use cmdutils.c show_license functionStefano Sabatini2007-08-22
* Call av_find_stream_info() immediately after opening an input file.Luca Abeni2007-08-20
* Use avf_sdp_create() in ffserverLuca Abeni2007-08-20
* Make ffserver -h exit 0.Stefano Sabatini2007-08-13
* Make show-license exit 0.Stefano Sabatini2007-08-11
* use proper closesocket definesAlex Beregszaszi2007-08-08
* cosmetic: remove a huge number of useless bracesAlex Beregszaszi2007-08-08
* cosmetic: simplify some constructsAlex Beregszaszi2007-08-08
* cosmetic: extra spaceAlex Beregszaszi2007-08-08
* cosmetic: indentationAlex Beregszaszi2007-08-08
* cosmetic: remove extra parenthesisAlex Beregszaszi2007-08-08
* 10l to Benoit, poll.h is already included below, and this broke compilation o...Alex Beregszaszi2007-07-13
* license header consistency cosmeticsDiego Biurrun2007-07-05
* to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje2007-07-02
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
* 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