summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Expand)AuthorAge
* Cosmetics: s/stats/status/ in ffserver.c.Stefano Sabatini2008-06-19
* add AVOption support in ffserver configuration fileBaptiste Coudurier2008-06-09
* use unsetenv, fix warning, patch by Stefano Sabatini, stefano dot sabatini-la...Stefano Sabatini2008-06-07
* use program_name to be more consistent with the banner, patch by Stefano Saba...Stefano Sabatini2008-06-07
* add \n to error messageBaptiste Coudurier2008-06-01
* 2nd try fix got_key_frame when video+audioBaptiste Coudurier2008-05-30
* fix got_key_frame when stream is audioBaptiste Coudurier2008-05-30
* set got_key_frame when packet is video, fix first video packet with index 0 a...Baptiste Coudurier2008-05-30
* log error when writing frame to outputBaptiste Coudurier2008-05-30
* wake up connections to stop waiting when feed is being closedBaptiste Coudurier2008-05-30
* fix timestamps rescaling, index in source format might be differentBaptiste Coudurier2008-05-30
* log some errorsBaptiste Coudurier2008-05-30
* set is_streamed before writing data to output fileBaptiste Coudurier2008-05-30
* cosmetics, reindentBaptiste Coudurier2008-05-29
* cosmetics, move declaration where it is used, remove now useless blockBaptiste Coudurier2008-05-29
* use av_parse_video_frame_rateBaptiste Coudurier2008-05-29
* Remove unnecessary #include.Diego Biurrun2008-05-29
* Remove unnecessary header #includes.Erik Hovland2008-05-29
* Simplify show_banner() so that it does not require arguments, similarStefano Sabatini2008-05-29
* reindentBaptiste Coudurier2008-05-29
* check that redirect is set, fixes CID13 RUN2Baptiste Coudurier2008-05-29
* reindentBaptiste Coudurier2008-05-29
* check that stream is set, fixes CID13 RUN2Baptiste Coudurier2008-05-29
* check if stream has been set, fixes CID15 RUN2Baptiste Coudurier2008-05-29
* init h, fixes CID54 RUN2Baptiste Coudurier2008-05-29
* remove dummy coded frame, no muxer should use it anywayBaptiste Coudurier2008-05-28
* better error messageBaptiste Coudurier2008-05-25
* better error messageBaptiste Coudurier2008-05-24
* latest libavc svn requires at least this value for bit_rate_tolerance, not us...Baptiste Coudurier2008-05-24
* Add -formats option to ffserver.Stefano Sabatini2008-05-23
* Implement ffserver -version.Stefano Sabatini2008-05-22
* Get rid of more senseless wrapper functions and use OPT_EXIT instead.Michael Niedermayer2008-05-21
* Do not pass program_name as argument to show_version(), this allows someMichael Niedermayer2008-05-21
* open logfile in append mode, don't overwrite itBaptiste Coudurier2008-05-21
* do not forget to free packet, fix memleakBaptiste Coudurier2008-05-21
* Make ffserver use parse_options().Stefano Sabatini2008-05-21
* cosmetics: Make 'ffserver -h' output consistent with other ff* tools.Stefano Sabatini2008-05-16
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* 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