55 Commits (aaa1e4cd48968131fa02d470f61a7aef7ddc7eea)

Author SHA1 Message Date
Fabrice Bellard 3c27199b8f added av_set_parameters() 22 years ago
Philip Gladstone b17d099db4 Improve bind failure message to indicate the port that failed 22 years ago
Philip Gladstone 001bcd2955 Fix a crash in ffserver when streaming to WMP from a file. However, it 22 years ago
Philip Gladstone c2ce254cab Make asf files work again -- the match against the URL was being done incorrectly. 22 years ago
Ryutaroh Matsumoto c6c11cb6c6 mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech dot ac dot jp>) 22 years ago
Philip Gladstone a4d70941cd * Try and fix the crashes in ffserver associated with the coded_frame stuff. 22 years ago
Michael Niedermayer 492cd3a920 AVVideoFrame -> AVFrame 22 years ago
Michael Niedermayer 1e491e29c2 cleanup 22 years ago
Philip Gladstone 6638d424d4 Try to make this compile on platforms with dlfcn.h 22 years ago
Philip Gladstone 9c938e77e8 More fixes to compile and build on more platforms. 22 years ago
Fabrice Bellard 0fa45e19ce minimum handling for mpeg4 video multicast from avi files 22 years ago
Fabrice Bellard 6edd6884b5 RTP multicast begins to work in MPEG1 - simplified stream bandwidth computation (no need to recompute it at each request) 22 years ago
Fabrice Bellard 829ac53d98 clean up of redirector code - first stage of RTP multicast support - added SDP redirector output for multicast 22 years ago
Zdenek Kabelac 5844544064 * const warning fix 22 years ago
Michael Niedermayer b8a78f419d reversing header game 22 years ago
François Revol 9eb826478c MIN/MAX sys/param.h patch by (François Revol <revol at free dot fr>) 22 years ago
Philip Gladstone d6562d2cfa Added VideoBitRateRange and VideoBitRAteTolerance settings 22 years ago
Fabrice Bellard 90dca1411d changed write_packet API - should work as before 22 years ago
D Richard Felker III 6b10e6e48c new ffserver options patch by (D Richard Felker III <dalias at aerifal dot cx>) 22 years ago
Michael Niedermayer b3a391e8b8 fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully 22 years ago
Philip Gladstone a782f209df * Add code to pace sending a stream when it is being sent from a file. 22 years ago
Mark Hills 81e0d0b412 oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>) 22 years ago
Philip Gladstone 59eb2ed1f3 * Now we do not delete the feed file if it was created with the same 22 years ago
Philip Gladstone f853bb1128 * Removed a debug printf 22 years ago
Philip Gladstone 8256c0a341 * Make asf streaming work again. Now uses the output format asf_stream. 23 years ago
Fabrice Bellard 2effd27446 added RTSP and RTP server support - added daemon mode as default (use -d for foreground mode) - added module support 23 years ago
Fabrice Bellard 2c4ae653af renamed gettime() av_gettime() - same for register_all() 23 years ago
Philip Gladstone 5eb765ef34 * Add code to restart ffmpeg if it crashes 23 years ago
Philip Gladstone 2ac887bae9 * Give the max stream time configuration item a chance of working 23 years ago
Philip Gladstone 31def22984 * Bad buffer management bug. Forgot to take care of the case 23 years ago
Philip Gladstone cde25790ec * New stuff and bug fixes: 23 years ago
Philip Gladstone 3120d2a265 * Add first cut of code to handle Windows Media Player rate switching 23 years ago
Fabrice Bellard 773a21b8fe license/copyright change - fixed header mess 23 years ago
Philip Gladstone b582f314f7 * Added yet more output to the status page to try and track down a problem 23 years ago
Philip Gladstone ec3b22326d * Add support for time-limiting a live stream. (Some guy streamed one of 23 years ago
Fabrice Bellard bd7cf6ad3a use new api (NOT TESTED) - suppressed strlcpy 23 years ago
Philip Gladstone 2e04edb36e Fix a segfault when handling errors or .asx or .ram files. Silly bug 23 years ago
Fabrice Bellard 0f1578afcc use av memory functions 23 years ago
Philip Gladstone a6e14edde0 * If a stream gets stuck in WAIT_FEED, then disconnecting the other end 23 years ago
Philip Gladstone 79c4ea3c6c * Change the default behaviour to start streaming as soon as possible (i.e. 23 years ago
Philip Gladstone 42a63c6a02 * Add code to configure the following: 23 years ago
Philip Gladstone 7434ba6d53 * Improve logging -- now actually gives you the number of bytes sent 23 years ago
Juanjo e7f9c67417 - HQ option for ffserver. Thanks to D Richard Felker III. 23 years ago
Juanjo ba9b374f89 - Changed default qmin = 3 as ffmpeg.c 23 years ago
Philip Gladstone f747e6d343 * Fix a nasty problem with output buffering not have enough (or large enough) 23 years ago
Juanjo 10bb7023a2 - Added force_pts to av_write_packet() to be able to force PTS, this helps 23 years ago
Michael Niedermayer 68d7eef971 trying to fix qscale==0 23 years ago
Michael Niedermayer f5d1f41b11 fixing warning 23 years ago
Zdenek Kabelac 608d0dee6f * Also include time.h for nanosleep() 23 years ago
Michael Niedermayer d8cf5aea49 optimized the normal bitstream writer, its faster than the alternative one on p3 now ... lets hope its at least not slower on p4 & k7 23 years ago