summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Collapse)AuthorAge
...
* 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
* 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