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-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
2008-06-25revert r13867, - reference stdout, I was drunkBaptiste Coudurier
Originally committed as revision 13978 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-25use http_log now that logfile is setupBaptiste Coudurier
Originally committed as revision 13975 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-25move logfile setup right after config parsingBaptiste Coudurier
Originally committed as revision 13974 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-25remove useless initBaptiste Coudurier
Originally committed as revision 13973 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-25Reindent.Stefano Sabatini
Originally committed as revision 13956 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-25Make ffserver show launched commandlines not only in debug-mode.Stefano Sabatini
Originally committed as revision 13955 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-25Use http_log() rather than printing on stdout to show the launchedStefano Sabatini
commandlines. Originally committed as revision 13954 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-25Make ffserver show each launched commandline just before to launchStefano Sabatini
them rather than print them when parsing the configuration file. This way those commandlines are not showed anymore in no-launch mode. Originally committed as revision 13950 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-24log when feed is already being receivedBaptiste Coudurier
Originally committed as revision 13939 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-24reindentBaptiste Coudurier
Originally committed as revision 13938 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-23copy extradata if presentBaptiste Coudurier
Originally committed as revision 13913 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-23Make ffserver daemon chdir()s just after log init. This way aStefano Sabatini
relative path for the logfile is resolved according to the directory where ffserver has been launched, as the user expects. Originally committed as revision 13911 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-23fix segv, fmt_ctx is not set for rtspBaptiste Coudurier
Originally committed as revision 13910 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-23cosmetics, braces placementBaptiste Coudurier
Originally committed as revision 13908 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-2310l, do not use ctx before being set, fix segvBaptiste Coudurier
Originally committed as revision 13906 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-23fix compilation, this should be betterBaptiste Coudurier
Originally committed as revision 13905 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-2310l, move init after possible gotoBaptiste Coudurier
Originally committed as revision 13904 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-23simplify, use istBaptiste Coudurier
Originally committed as revision 13903 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-23fix source stream, source_index is refering to fmt_in, needs testingBaptiste Coudurier
Originally committed as revision 13902 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-23simplifyBaptiste Coudurier
Originally committed as revision 13901 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-23no need to print date anymore since done in http_logBaptiste Coudurier
Originally committed as revision 13900 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22move code setting output parameters after possible failureBaptiste Coudurier
Originally committed as revision 13876 to svn://svn.ffmpeg.org/ffmpeg/trunk