aboutsummaryrefslogtreecommitdiffstats
path: root/ffserver.c
Commit message (Expand)AuthorAgeFilesLines
* add AVOption support in ffserver configuration fileBaptiste Coudurier2008-06-091-1/+39
* use unsetenv, fix warning, patch by Stefano Sabatini, stefano dot sabatini-la...Stefano Sabatini2008-06-071-1/+1
* use program_name to be more consistent with the banner, patch by Stefano Saba...Stefano Sabatini2008-06-071-2/+2
* add \n to error messageBaptiste Coudurier2008-06-011-1/+1
* 2nd try fix got_key_frame when video+audioBaptiste Coudurier2008-05-301-3/+3
* fix got_key_frame when stream is audioBaptiste Coudurier2008-05-301-3/+4
* set got_key_frame when packet is video, fix first video packet with index 0 a...Baptiste Coudurier2008-05-301-11/+5
* log error when writing frame to outputBaptiste Coudurier2008-05-301-1/+3
* wake up connections to stop waiting when feed is being closedBaptiste Coudurier2008-05-301-0/+6
* fix timestamps rescaling, index in source format might be differentBaptiste Coudurier2008-05-301-2/+3
* log some errorsBaptiste Coudurier2008-05-301-3/+10
* set is_streamed before writing data to output fileBaptiste Coudurier2008-05-301-0/+2
* cosmetics, reindentBaptiste Coudurier2008-05-291-134/+134
* cosmetics, move declaration where it is used, remove now useless blockBaptiste Coudurier2008-05-291-4/+1
* use av_parse_video_frame_rateBaptiste Coudurier2008-05-291-2/+8
* Remove unnecessary #include.Diego Biurrun2008-05-291-1/+0
* Remove unnecessary header #includes.Erik Hovland2008-05-291-1/+0
* Simplify show_banner() so that it does not require arguments, similarStefano Sabatini2008-05-291-2/+2
* reindentBaptiste Coudurier2008-05-291-6/+6
* check that redirect is set, fixes CID13 RUN2Baptiste Coudurier2008-05-291-1/+2
* reindentBaptiste Coudurier2008-05-291-12/+12
* check that stream is set, fixes CID13 RUN2Baptiste Coudurier2008-05-291-1/+2
* check if stream has been set, fixes CID15 RUN2Baptiste Coudurier2008-05-291-0/+2
* init h, fixes CID54 RUN2Baptiste Coudurier2008-05-291-1/+1
* remove dummy coded frame, no muxer should use it anywayBaptiste Coudurier2008-05-281-8/+0
* 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