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 (Collapse)Author
2009-07-19Consistently lowercase all HTML tags.Diego Biurrun
Originally committed as revision 19464 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-21check if feed max file size is too smallBaptiste Coudurier
Originally committed as revision 18109 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-21cosmetics, reindent and remove empty lineBaptiste Coudurier
Originally committed as revision 18108 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-21new Truncate option which will make feeder truncate feed fileBaptiste Coudurier
Originally committed as revision 18107 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-21do not call av_find_stream_info if stream is ffm, should fix stallingBaptiste Coudurier
Originally committed as revision 18104 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-21send busy reply if max connections number is exceededBaptiste Coudurier
Originally committed as revision 18103 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-21adjust write index if not setBaptiste Coudurier
Originally committed as revision 18097 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-20check av_find_stream_info return valueBaptiste Coudurier
Originally committed as revision 18060 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-20uniformize log messages and add some moreBaptiste Coudurier
Originally committed as revision 18059 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-20use lfg and ff_random_get_seed instead of deprecated av_randomBaptiste Coudurier
Originally committed as revision 18058 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-20check if feed and stream already exist before registering new oneBaptiste Coudurier
Originally committed as revision 18057 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-08Bump major version of libavutil due to FIFO fixes.Michael Niedermayer
The current API/ABI should not be considered stable yet, further ABI/API breakage is possible without major bumps. Originally committed as revision 17871 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-01convert ffserver to new metadata APIAurelien Jacobs
Originally committed as revision 17685 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-22add bandwidth before failing if feed is already being receivedBaptiste Coudurier
Originally committed as revision 17516 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-22do not set error if an unknown parameter is in config file, just skipBaptiste Coudurier
Originally committed as revision 17515 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-22Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what theRonald S. Bultje
structure is meant to represent. See "[PATCH] rtsp.[ch]: RTSPHeader -> RTSPServerResponse" and "[PATCH] document rtsp.h" threads on ML. Originally committed as revision 17504 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-21Change sizeof(struct_type) to sizeof(variable).Ronald S. Bultje
Originally committed as revision 17474 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-12Check return value of ffm_write_write_index and ffm_read_write_index.Patrik Kullman
Patch by Patrik Kullman, patrik at yes dot nu Originally committed as revision 17174 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-08Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini
corresponding calls to avformat_alloc_context(). Originally committed as revision 17048 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-06Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni
Originally committed as revision 17016 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-05Delete an enum and a function typedef that aren't used anywhere, andRonald S. Bultje
move move a struct/typedef in rtsp.h that is only used in ffserver.c into ffserver.c. See "[PATCH] rtsp.h: move/remove unused thingies" thread on ML. Originally committed as revision 17005 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-30Add 'void' keyword to parameterless function declaration.Diego Biurrun
Originally committed as revision 16861 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-19Replace calls to the deprecated function av_init_random() withStefano Sabatini
corresponding calls to av_random_init(). Originally committed as revision 16682 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-17remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs
Originally committed as revision 16654 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-14Include libavformat/avformat.h before all the other libav* headers.Stefano Sabatini
This is safer since they may use the symbol LIBAVFORMAT_BUILD defined in avformat.h. Originally committed as revision 16589 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-09initialize AVFormatContext before calling av_write_header()Aurelien Jacobs
Originally committed as revision 16505 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-30Silence two icc warnings:Carl Eugen Hoyos
/home/melanson/fate/source/ffserver.c(4349): warning #188: enumerated type mixed with another type audio_enc.codec_id = audio_id; ^ /home/melanson/fate/source/ffserver.c(4354): warning #188: enumerated type mixed with another type video_enc.codec_id = video_id; ^ Originally committed as revision 16397 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-20Cosmetics, change variable name "o2" to "o" in ffserver_opt_default().Stefano Sabatini
Originally committed as revision 16242 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-20Remove calls to deprecated av_set_string2() with calls toStefano Sabatini
av_set_string3(). Originally committed as revision 16241 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-29s/FFserver/ffserver/ in the help message invocation synopsis.Stefano Sabatini
See the thread: "Define cmdline_program_name and use it in show_help". Originally committed as revision 15952 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-25cosmetics: ffserver -> FFserverBaptiste Coudurier
Originally committed as revision 15695 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-25cosmetics, indentationBaptiste Coudurier
Originally committed as revision 15694 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-25check if stream is set, fix potential segvBaptiste Coudurier
Originally committed as revision 15693 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
Originally committed as revision 15662 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-02cosmetics, remove useless spacesBaptiste Coudurier
Originally committed as revision 15506 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-30Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells usRonald S. Bultje
that it only describes the lower-level transport (TCP vs. UDP) and not the actual data layout (e.g. RDT vs. RTP). See discussion in "Realmedia patch" thread on ML. Originally committed as revision 15481 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-29Remove some format string warnings.Diego Pettenò
patch by Diego Pettenò, flameeyes gmail com Originally committed as revision 15461 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-28Rename opt_default() so it will not conflict with the one from ffmpeg.cMichael Niedermayer
when it is moved to cmdutils.c/h. Originally committed as revision 15449 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-24only write trailer when state says so, should fix issue #646Baptiste Coudurier
Originally committed as revision 15398 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-07add missing html start tag to ffserver status html pageBaptiste Coudurier
Originally committed as revision 15241 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-07cleanup, merge snprintf callsBaptiste Coudurier
Originally committed as revision 15240 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-07100l, compute correctly poll_table size when allocatingBaptiste Coudurier
Originally committed as revision 15238 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-04Make the nb_max_connections and nb_connections int variables unsigned.Stefano Sabatini
Originally committed as revision 15191 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-03Make the maximum number of simultaneous HTTP connections handled byStefano Sabatini
ffserver a configuration parameter. The name of the new parameter introduced is MaxHTTPConnections. Originally committed as revision 15182 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-13strcasecmp() requires #include <strings.h>Aurelien Jacobs
Originally committed as revision 14728 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-13ffserver: SA_RESTART and unsetenv require _XOPEN_SOURCEAurelien Jacobs
Originally committed as revision 14724 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-25cosmetics: typo fixesDiego Biurrun
Originally committed as revision 14376 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-16print AVCodecContext address instead of AVClass, better when multiple ↵Baptiste Coudurier
instances of same codecs are used, based on r14237 Originally committed as revision 14255 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-10Fix a warning in ffserver.c caused by the use of the functionStefano Sabatini
av_set_string() deprecated since r14134. Originally committed as revision 14145 to svn://svn.ffmpeg.org/ffmpeg/trunk