summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Collapse)AuthorAge
...
* move code setting output parameters after possible failureBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move code after possible failure, so no need to freeBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check av_open_input_stream errorBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove return 1, we don't change state, we are still sending dataBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free pbBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_open_input_streamBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not allocate st->codec, it will be overwritten later; fix memleakBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log to stderrBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add callback for av_logBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no need to print date anymore since done in http_logBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ctime1Baptiste Coudurier2008-06-22
| | | | Originally committed as revision 13864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print date in http_logBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless initBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge declaration and initBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* http or rtsp only supportBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix open return checkBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix feed_filename test, field is char [1024], patch by Erik Hovland, erik at ↵Erik Hovland2008-06-22
| | | | | | hovland dot org Originally committed as revision 13857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_seek_frame to flush demxu pending packets, fixes seeking, should have ↵Baptiste Coudurier2008-06-22
| | | | | | been done when av_find_stream_info was added Originally committed as revision 13855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free c->pb_buffer before overwriting it, fix memleakBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return 1 when error during write frame, state changedBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set default preload and max_delay for muxer to avoid mpeg ps muxer to spit ↵Baptiste Coudurier2008-06-21
| | | | | | many underflow errors, use ffmpeg default values Originally committed as revision 13850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change bandwidth to unsignedBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless init, logfilename is staticBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use http_log when log file is setupBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always use stdout to log when running in debug modeBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rescale duration when outputting packetBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log accept errorBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use http_log when log file is setupBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* upgrade bandwidth config to use int64_t, raise limitBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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