summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Collapse)AuthorAge
...
* upgrade bandwidth to uint64_tBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add staticBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: s/stats/status/ in ffserver.c.Stefano Sabatini2008-06-19
| | | | Originally committed as revision 13809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add AVOption support in ffserver configuration fileBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use unsetenv, fix warning, patch by Stefano Sabatini, stefano dot ↵Stefano Sabatini2008-06-07
| | | | | | sabatini-lala at poste dot it Originally committed as revision 13707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use program_name to be more consistent with the banner, patch by Stefano ↵Stefano Sabatini2008-06-07
| | | | | | Sabatini, stefano dot sabatini-lala at poste dot it Originally committed as revision 13706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add \n to error messageBaptiste Coudurier2008-06-01
| | | | Originally committed as revision 13592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2nd try fix got_key_frame when video+audioBaptiste Coudurier2008-05-30
| | | | Originally committed as revision 13559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix got_key_frame when stream is audioBaptiste Coudurier2008-05-30
| | | | Originally committed as revision 13552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set got_key_frame when packet is video, fix first video packet with index 0 ↵Baptiste Coudurier2008-05-30
| | | | | | and 2 streams Originally committed as revision 13551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log error when writing frame to outputBaptiste Coudurier2008-05-30
| | | | Originally committed as revision 13548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wake up connections to stop waiting when feed is being closedBaptiste Coudurier2008-05-30
| | | | Originally committed as revision 13547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix timestamps rescaling, index in source format might be differentBaptiste Coudurier2008-05-30
| | | | Originally committed as revision 13546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log some errorsBaptiste Coudurier2008-05-30
| | | | Originally committed as revision 13544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set is_streamed before writing data to output fileBaptiste Coudurier2008-05-30
| | | | Originally committed as revision 13543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, reindentBaptiste Coudurier2008-05-29
| | | | Originally committed as revision 13541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, move declaration where it is used, remove now useless blockBaptiste Coudurier2008-05-29
| | | | Originally committed as revision 13540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_parse_video_frame_rateBaptiste Coudurier2008-05-29
| | | | Originally committed as revision 13537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary #include.Diego Biurrun2008-05-29
| | | | Originally committed as revision 13532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary header #includes.Erik Hovland2008-05-29
| | | | | | Extracted from a patch by Erik Hovland, erik hovland org. Originally committed as revision 13531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify show_banner() so that it does not require arguments, similarStefano Sabatini2008-05-29
| | | | | | | to what was previously done with show_version(). patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2008-05-29
| | | | Originally committed as revision 13525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check that redirect is set, fixes CID13 RUN2Baptiste Coudurier2008-05-29
| | | | Originally committed as revision 13524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2008-05-29
| | | | Originally committed as revision 13523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check that stream is set, fixes CID13 RUN2Baptiste Coudurier2008-05-29
| | | | Originally committed as revision 13522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check if stream has been set, fixes CID15 RUN2Baptiste Coudurier2008-05-29
| | | | Originally committed as revision 13521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init h, fixes CID54 RUN2Baptiste Coudurier2008-05-29
| | | | Originally committed as revision 13520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove dummy coded frame, no muxer should use it anywayBaptiste Coudurier2008-05-28
| | | | Originally committed as revision 13497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better error messageBaptiste Coudurier2008-05-25
| | | | Originally committed as revision 13370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better error messageBaptiste Coudurier2008-05-24
| | | | Originally committed as revision 13272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* latest libavc svn requires at least this value for bit_rate_tolerance, not ↵Baptiste Coudurier2008-05-24
| | | | | | using av_q2d because of float Originally committed as revision 13271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -formats option to ffserver.Stefano Sabatini2008-05-23
| | | | | | Patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 13245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement ffserver -version.Stefano Sabatini2008-05-22
| | | | | | Patch by: Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of more senseless wrapper functions and use OPT_EXIT instead.Michael Niedermayer2008-05-21
| | | | Originally committed as revision 13233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not pass program_name as argument to show_version(), this allows someMichael Niedermayer2008-05-21
| | | | | | future simplifications. Originally committed as revision 13232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* open logfile in append mode, don't overwrite itBaptiste Coudurier2008-05-21
| | | | Originally committed as revision 13223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not forget to free packet, fix memleakBaptiste Coudurier2008-05-21
| | | | Originally committed as revision 13222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffserver use parse_options().Stefano Sabatini2008-05-21
| | | | | | Patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 13219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Make 'ffserver -h' output consistent with other ff* tools.Stefano Sabatini2008-05-16
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include poll.h instead of sys/poll.hLuca Abeni2008-02-13
| | | | Originally committed as revision 11924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* non-const 2nd parameter for strtol/strtodAurelien Jacobs2008-02-02
| | | | Originally committed as revision 11803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment typo fixesDiego Biurrun2007-12-21
| | | | Originally committed as revision 11294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pb->buf_end is already set by url_open_buf()Aurelien Jacobs2007-12-19
| | | | Originally committed as revision 11277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid using first_avcodecMichael Niedermayer2007-12-12
| | | | Originally committed as revision 11205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-01
| | | | Originally committed as revision 11117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add #include "os_support.h" to restore OS/2 support.Dave Yeo2007-11-27
| | | | | | patch by Dave Yeo, daveryeo telus net Originally committed as revision 11096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-29
| | | | | | explicitly include such headers where needed Originally committed as revision 10871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant banner output from ffserver.Stefano Sabatini2007-09-30
| | | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Date: Sat, 29 Sep 2007 13:45:12 +0200 Subject: [FFmpeg-devel] [PATCH] Remove redundant banner output from ffserver Originally committed as revision 10629 to svn://svn.ffmpeg.org/ffmpeg/trunk