Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-09-27Minor bugfix to prevent segfault if a malloc fails. I have no idea whatPhilip Gladstone
2003-09-12simplified version handlingFabrice Bellard
2003-09-09removed ctype.hFabrice Bellard
2003-08-24more sections in help - copyright fixesFabrice Bellard
2003-07-29rate distortion mb decision supportMichael Niedermayer
2003-07-17added RTP/TCP protocol supportFabrice Bellard
2003-07-12- Gracefully handle the case where not all the streams are requested/wantedGiancarlo Formicuccia
2003-07-04Missing ffserver.c format parameter fix by (Giancarlo Formicuccia <ilsensine ...Michael Niedermayer
2003-07-04segfault fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)Michael Niedermayer
2003-06-29*** fix for read()Giancarlo Formicuccia
2003-04-12Fix a horrible bug with the launch keyword not handling arguments of length 1!Philip Gladstone
2003-04-12Applied Roumen Petrov patch to fix crash/memory leakPhilip Gladstone
2003-04-11bunch of small thing patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik
2003-04-09* Add Video4MotionVector in a stream description to behave like the -4mv flagPhilip Gladstone
2003-04-04RTSP "OPTIONS" command patch by (Andriy Rysin <arysin at bcsii dot net>)Andriy Rysin
2003-03-26ffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at pog...Mark Hills
2003-03-12per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer
2003-03-09simplifiedAlex Beregszaszi
2003-03-04Try to eliminate memory leak on stream termination. It doesn't crash, but I'mPhilip Gladstone
2003-03-04This should fix the negative bandwidth in use in ffserver. Turned out thatPhilip Gladstone
2003-02-23Make ACLs work correctly for streams. Try comparing the addresses inPhilip Gladstone
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2003-01-24zero sized malloc patch by Roman ShaposhnickRoman Shaposhnik
2003-01-11added av_set_parameters()Fabrice Bellard
2003-01-06Improve bind failure message to indicate the port that failedPhilip Gladstone
2003-01-03Fix a crash in ffserver when streaming to WMP from a file. However, itPhilip Gladstone
2002-12-21Make asf files work again -- the match against the URL was being done incorre...Philip Gladstone
2002-12-21mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech...Ryutaroh Matsumoto
2002-12-11* Try and fix the crashes in ffserver associated with the coded_frame stuff.Philip Gladstone
2002-12-09AVVideoFrame -> AVFrameMichael Niedermayer
2002-12-04cleanupMichael Niedermayer
2002-11-30Try to make this compile on platforms with dlfcn.hPhilip Gladstone
2002-11-26More fixes to compile and build on more platforms.Philip Gladstone
2002-11-20minimum handling for mpeg4 video multicast from avi filesFabrice Bellard
2002-11-20RTP multicast begins to work in MPEG1 - simplified stream bandwidth computati...Fabrice Bellard
2002-11-20clean up of redirector code - first stage of RTP multicast support - added SD...Fabrice Bellard
2002-11-14* const warning fixZdenek Kabelac
2002-11-10reversing header gameMichael Niedermayer
2002-11-05MIN/MAX sys/param.h patch by (François Revol <revol at free dot fr>)François Revol
2002-10-30Added VideoBitRateRange and VideoBitRAteTolerance settingsPhilip Gladstone
2002-10-21changed write_packet API - should work as beforeFabrice Bellard
2002-10-21new ffserver options patch by (D Richard Felker III <dalias at aerifal dot cx>)D Richard Felker III
2002-09-20fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ...Michael Niedermayer
2002-09-12* Add code to pace sending a stream when it is being sent from a file.Philip Gladstone
2002-09-01oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills
2002-07-28* Now we do not delete the feed file if it was created with the samePhilip Gladstone
2002-07-27* Removed a debug printfPhilip Gladstone
2002-07-27* Make asf streaming work again. Now uses the output format asf_stream.Philip Gladstone
2002-07-25added RTSP and RTP server support - added daemon mode as default (use -d for ...Fabrice Bellard