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-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
2008-08-13ffserver: SA_RESTART and unsetenv require _XOPEN_SOURCEAurelien Jacobs
2008-07-25cosmetics: typo fixesDiego Biurrun
2008-07-16print AVCodecContext address instead of AVClass, better when multiple instanc...Baptiste Coudurier
2008-07-10Fix a warning in ffserver.c caused by the use of the functionStefano Sabatini
2008-06-25revert r13867, - reference stdout, I was drunkBaptiste Coudurier
2008-06-25use http_log now that logfile is setupBaptiste Coudurier
2008-06-25move logfile setup right after config parsingBaptiste Coudurier
2008-06-25remove useless initBaptiste Coudurier
2008-06-25Reindent.Stefano Sabatini
2008-06-25Make ffserver show launched commandlines not only in debug-mode.Stefano Sabatini
2008-06-25Use http_log() rather than printing on stdout to show the launchedStefano Sabatini
2008-06-25Make ffserver show each launched commandline just before to launchStefano Sabatini
2008-06-24log when feed is already being receivedBaptiste Coudurier
2008-06-24reindentBaptiste Coudurier
2008-06-23copy extradata if presentBaptiste Coudurier
2008-06-23Make ffserver daemon chdir()s just after log init. This way aStefano Sabatini
2008-06-23fix segv, fmt_ctx is not set for rtspBaptiste Coudurier
2008-06-23cosmetics, braces placementBaptiste Coudurier
2008-06-2310l, do not use ctx before being set, fix segvBaptiste Coudurier
2008-06-23fix compilation, this should be betterBaptiste Coudurier
2008-06-2310l, move init after possible gotoBaptiste Coudurier
2008-06-23simplify, use istBaptiste Coudurier
2008-06-23fix source stream, source_index is refering to fmt_in, needs testingBaptiste Coudurier
2008-06-23simplifyBaptiste Coudurier
2008-06-23no need to print date anymore since done in http_logBaptiste Coudurier
2008-06-22move code setting output parameters after possible failureBaptiste Coudurier