| Commit message (Expand) | Author | Age | Files | Lines |
* | rate distortion mb decision support | Michael Niedermayer | 2003-07-29 | 1 | -2/+2 |
* | added RTP/TCP protocol support | Fabrice Bellard | 2003-07-17 | 1 | -106/+225 |
* | - Gracefully handle the case where not all the streams are requested/wanted | Giancarlo Formicuccia | 2003-07-11 | 1 | -6/+19 |
* | Missing ffserver.c format parameter fix by (Giancarlo Formicuccia <ilsensine ... | Michael Niedermayer | 2003-07-03 | 1 | -1/+1 |
* | segfault fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>) | Michael Niedermayer | 2003-07-03 | 1 | -0/+4 |
* | *** fix for read() | Giancarlo Formicuccia | 2003-06-29 | 1 | -5/+14 |
* | Fix a horrible bug with the launch keyword not handling arguments of length 1! | Philip Gladstone | 2003-04-12 | 1 | -5/+2 |
* | Applied Roumen Petrov patch to fix crash/memory leak | Philip Gladstone | 2003-04-12 | 1 | -3/+3 |
* | bunch of small thing patch by (Roman Shaposhnick <rvs at sun dot com>) | Roman Shaposhnik | 2003-04-11 | 1 | -2/+5 |
* | * Add Video4MotionVector in a stream description to behave like the -4mv flag | Philip Gladstone | 2003-04-09 | 1 | -1/+30 |
* | RTSP "OPTIONS" command patch by (Andriy Rysin <arysin at bcsii dot net>) | Andriy Rysin | 2003-04-04 | 1 | -0/+12 |
* | ffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at pog... | Mark Hills | 2003-03-26 | 1 | -1/+5 |
* | per context frame_rate_base, this should finally fix frame_rate related av sy... | Michael Niedermayer | 2003-03-12 | 1 | -6/+11 |
* | simplified | Alex Beregszaszi | 2003-03-09 | 1 | -0/+1 |
* | Try to eliminate memory leak on stream termination. It doesn't crash, but I'm | Philip Gladstone | 2003-03-04 | 1 | -0/+11 |
* | This should fix the negative bandwidth in use in ffserver. Turned out that | Philip Gladstone | 2003-03-04 | 1 | -0/+1 |
* | Make ACLs work correctly for streams. Try comparing the addresses in | Philip Gladstone | 2003-02-23 | 1 | -3/+5 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -40/+40 |
* | * static,const,compiler warning cleanup | Zdenek Kabelac | 2003-02-10 | 1 | -17/+16 |
* | zero sized malloc patch by Roman Shaposhnick | Roman Shaposhnik | 2003-01-23 | 1 | -3/+6 |
* | added av_set_parameters() | Fabrice Bellard | 2003-01-11 | 1 | -0/+3 |
* | Improve bind failure message to indicate the port that failed | Philip Gladstone | 2003-01-05 | 1 | -1/+3 |
* | Fix a crash in ffserver when streaming to WMP from a file. However, it | Philip Gladstone | 2003-01-03 | 1 | -0/+4 |
* | Make asf files work again -- the match against the URL was being done incorre... | Philip Gladstone | 2002-12-21 | 1 | -1/+1 |
* | mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech... | Ryutaroh Matsumoto | 2002-12-20 | 1 | -1/+0 |
* | * Try and fix the crashes in ffserver associated with the coded_frame stuff. | Philip Gladstone | 2002-12-11 | 1 | -0/+9 |
* | AVVideoFrame -> AVFrame | Michael Niedermayer | 2002-12-09 | 1 | -2/+2 |
* | cleanup | Michael Niedermayer | 2002-12-04 | 1 | -2/+2 |
* | Try to make this compile on platforms with dlfcn.h | Philip Gladstone | 2002-11-30 | 1 | -0/+10 |
* | More fixes to compile and build on more platforms. | Philip Gladstone | 2002-11-26 | 1 | -1/+1 |
* | minimum handling for mpeg4 video multicast from avi files | Fabrice Bellard | 2002-11-20 | 1 | -4/+85 |
* | RTP multicast begins to work in MPEG1 - simplified stream bandwidth computati... | Fabrice Bellard | 2002-11-20 | 1 | -53/+165 |
* | clean up of redirector code - first stage of RTP multicast support - added SD... | Fabrice Bellard | 2002-11-20 | 1 | -88/+160 |
* | * const warning fix | Zdenek Kabelac | 2002-11-14 | 1 | -4/+4 |
* | reversing header game | Michael Niedermayer | 2002-11-10 | 1 | -6/+2 |
* | MIN/MAX sys/param.h patch by (François Revol <revol at free dot fr>) | François Revol | 2002-11-05 | 1 | -2/+6 |
* | Added VideoBitRateRange and VideoBitRAteTolerance settings | Philip Gladstone | 2002-10-30 | 1 | -1/+29 |
* | changed write_packet API - should work as before | Fabrice Bellard | 2002-10-21 | 1 | -1/+1 |
* | new ffserver options patch by (D Richard Felker III <dalias at aerifal dot cx>) | D Richard Felker III | 2002-10-21 | 1 | -0/+20 |
* | fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ... | Michael Niedermayer | 2002-09-19 | 1 | -1/+1 |
* | * Add code to pace sending a stream when it is being sent from a file. | Philip Gladstone | 2002-09-12 | 1 | -1/+29 |
* | oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>) | Mark Hills | 2002-09-01 | 1 | -0/+5 |
* | * Now we do not delete the feed file if it was created with the same | Philip Gladstone | 2002-07-28 | 1 | -2/+71 |
* | * Removed a debug printf | Philip Gladstone | 2002-07-27 | 1 | -2/+1 |
* | * Make asf streaming work again. Now uses the output format asf_stream. | Philip Gladstone | 2002-07-27 | 1 | -14/+116 |
* | added RTSP and RTP server support - added daemon mode as default (use -d for ... | Fabrice Bellard | 2002-07-25 | 1 | -437/+1680 |
* | renamed gettime() av_gettime() - same for register_all() | Fabrice Bellard | 2002-07-25 | 1 | -3/+3 |
* | * Add code to restart ffmpeg if it crashes | Philip Gladstone | 2002-06-10 | 1 | -19/+99 |
* | * Give the max stream time configuration item a chance of working | Philip Gladstone | 2002-06-05 | 1 | -24/+77 |
* | * Bad buffer management bug. Forgot to take care of the case | Philip Gladstone | 2002-05-30 | 1 | -1/+9 |