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
2009-10-02Prefer "loglevel" over "logging level number or string" as argname ofStefano Sabatini
2009-09-30Remove disabled code cruft.Diego Biurrun
2009-09-27Add a -loglevel command line option to ffserver.Stefano Sabatini
2009-09-10Move get_arg to avoid future declaration of function whenBenjamin Larsson
2009-07-19Consistently lowercase all HTML tags.Diego Biurrun
2009-03-21check if feed max file size is too smallBaptiste Coudurier
2009-03-21cosmetics, reindent and remove empty lineBaptiste Coudurier
2009-03-21new Truncate option which will make feeder truncate feed fileBaptiste Coudurier
2009-03-21do not call av_find_stream_info if stream is ffm, should fix stallingBaptiste Coudurier
2009-03-21send busy reply if max connections number is exceededBaptiste Coudurier
2009-03-21adjust write index if not setBaptiste Coudurier
2009-03-20check av_find_stream_info return valueBaptiste Coudurier
2009-03-20uniformize log messages and add some moreBaptiste Coudurier
2009-03-20use lfg and ff_random_get_seed instead of deprecated av_randomBaptiste Coudurier
2009-03-20check if feed and stream already exist before registering new oneBaptiste Coudurier
2009-03-08Bump major version of libavutil due to FIFO fixes.Michael Niedermayer
2009-03-01convert ffserver to new metadata APIAurelien Jacobs
2009-02-22add bandwidth before failing if feed is already being receivedBaptiste Coudurier
2009-02-22do not set error if an unknown parameter is in config file, just skipBaptiste Coudurier
2009-02-22Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what theRonald S. Bultje
2009-02-21Change sizeof(struct_type) to sizeof(variable).Ronald S. Bultje
2009-02-12Check return value of ffm_write_write_index and ffm_read_write_index.Patrik Kullman
2009-02-08Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini
2009-02-06Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni
2009-02-05Delete an enum and a function typedef that aren't used anywhere, andRonald S. Bultje
2009-01-30Add 'void' keyword to parameterless function declaration.Diego Biurrun
2009-01-19Replace calls to the deprecated function av_init_random() withStefano Sabatini
2009-01-17remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-14Include libavformat/avformat.h before all the other libav* headers.Stefano Sabatini
2009-01-09initialize AVFormatContext before calling av_write_header()Aurelien Jacobs
2008-12-30Silence two icc warnings:Carl Eugen Hoyos
2008-12-20Cosmetics, change variable name "o2" to "o" in ffserver_opt_default().Stefano Sabatini
2008-12-20Remove calls to deprecated av_set_string2() with calls toStefano Sabatini
2008-11-29s/FFserver/ffserver/ in the help message invocation synopsis.Stefano Sabatini
2008-10-25cosmetics: ffserver -> FFserverBaptiste Coudurier
2008-10-25cosmetics, indentationBaptiste Coudurier
2008-10-25check if stream is set, fix potential segvBaptiste Coudurier
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
2008-10-02cosmetics, remove useless spacesBaptiste Coudurier
2008-09-30Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells usRonald S. Bultje
2008-09-29Remove some format string warnings.Diego Pettenò
2008-09-28Rename opt_default() so it will not conflict with the one from ffmpeg.cMichael Niedermayer
2008-09-24only write trailer when state says so, should fix issue #646Baptiste Coudurier
2008-09-07add missing html start tag to ffserver status html pageBaptiste Coudurier
2008-09-07cleanup, merge snprintf callsBaptiste Coudurier
2008-09-07100l, compute correctly poll_table size when allocatingBaptiste Coudurier
2008-09-04Make the nb_max_connections and nb_connections int variables unsigned.Stefano Sabatini
2008-09-03Make the maximum number of simultaneous HTTP connections handled byStefano Sabatini
2008-08-13strcasecmp() requires #include <strings.h>Aurelien Jacobs