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
2010-03-08Move resolve_host() to ffserver.cMåns Rullgård
2010-03-08Rename url_split to ff_url_splitMartin Storsjö
2010-03-08ffserver: remove bogus commentMåns Rullgård
2010-03-08Remove hacks not required since HAVE_AV_CONFIG_H was unset for the appsMåns Rullgård
2010-03-08ffserver: do not use intreadwrite.hMåns Rullgård
2010-03-06ffserver: use av_stristr()Måns Rullgård
2010-03-03Update to work with chunked encoding HTTP streams (as served by FFmpeg sinceRonald S. Bultje
2010-02-23Prefix non-static RTSP functions with ff_.Ronald S. Bultje
2010-01-04Mark http_log() as static; it is only used in this file.Diego Biurrun
2010-01-02Use av_match_ext() in place of the deprecated match_ext() function.Stefano Sabatini
2010-01-01Use av_guess_format() in place of the deprecated guess_format().Stefano Sabatini
2009-12-31Deprecate and mark for deletion the function guess_stream_format(),Stefano Sabatini
2009-11-30Factorize common commandline options definition.Stefano Sabatini
2009-11-19Split show_formats().Michael Niedermayer
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