aboutsummaryrefslogtreecommitdiffstats
path: root/ffserver.c
Commit message (Expand)AuthorAgeFilesLines
* better error messageBaptiste Coudurier2008-05-251-4/+4
* better error messageBaptiste Coudurier2008-05-241-4/+4
* latest libavc svn requires at least this value for bit_rate_tolerance, not us...Baptiste Coudurier2008-05-241-1/+2
* Add -formats option to ffserver.Stefano Sabatini2008-05-231-0/+1
* Implement ffserver -version.Stefano Sabatini2008-05-221-0/+1
* Get rid of more senseless wrapper functions and use OPT_EXIT instead.Michael Niedermayer2008-05-211-9/+2
* Do not pass program_name as argument to show_version(), this allows someMichael Niedermayer2008-05-211-1/+1
* open logfile in append mode, don't overwrite itBaptiste Coudurier2008-05-211-1/+1
* do not forget to free packet, fix memleakBaptiste Coudurier2008-05-211-1/+3
* Make ffserver use parse_options().Stefano Sabatini2008-05-211-39/+34
* cosmetics: Make 'ffserver -h' output consistent with other ff* tools.Stefano Sabatini2008-05-161-3/+3
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-7/+7
* 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