summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Expand)AuthorAge
* convert ffserver to new metadata APIAurelien Jacobs2009-03-01
* add bandwidth before failing if feed is already being receivedBaptiste Coudurier2009-02-22
* do not set error if an unknown parameter is in config file, just skipBaptiste Coudurier2009-02-22
* Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what theRonald S. Bultje2009-02-21
* Change sizeof(struct_type) to sizeof(variable).Ronald S. Bultje2009-02-21
* Check return value of ffm_write_write_index and ffm_read_write_index.Patrik Kullman2009-02-12
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-08
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-06
* Delete an enum and a function typedef that aren't used anywhere, andRonald S. Bultje2009-02-05
* Add 'void' keyword to parameterless function declaration.Diego Biurrun2009-01-30
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-18
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-17
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Include libavformat/avformat.h before all the other libav* headers.Stefano Sabatini2009-01-13
* initialize AVFormatContext before calling av_write_header()Aurelien Jacobs2009-01-09
* Silence two icc warnings:Carl Eugen Hoyos2008-12-30
* Cosmetics, change variable name "o2" to "o" in ffserver_opt_default().Stefano Sabatini2008-12-19
* Remove calls to deprecated av_set_string2() with calls toStefano Sabatini2008-12-19
* s/FFserver/ffserver/ in the help message invocation synopsis.Stefano Sabatini2008-11-29
* cosmetics: ffserver -> FFserverBaptiste Coudurier2008-10-25
* cosmetics, indentationBaptiste Coudurier2008-10-25
* check if stream is set, fix potential segvBaptiste Coudurier2008-10-25
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* cosmetics, remove useless spacesBaptiste Coudurier2008-10-01
* Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells usRonald S. Bultje2008-09-30
* Remove some format string warnings.Diego Pettenò2008-09-29
* Rename opt_default() so it will not conflict with the one from ffmpeg.cMichael Niedermayer2008-09-28
* only write trailer when state says so, should fix issue #646Baptiste Coudurier2008-09-24
* add missing html start tag to ffserver status html pageBaptiste Coudurier2008-09-07
* cleanup, merge snprintf callsBaptiste Coudurier2008-09-07
* 100l, compute correctly poll_table size when allocatingBaptiste Coudurier2008-09-07
* Make the nb_max_connections and nb_connections int variables unsigned.Stefano Sabatini2008-09-03
* Make the maximum number of simultaneous HTTP connections handled byStefano Sabatini2008-09-03
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-13
* ffserver: SA_RESTART and unsetenv require _XOPEN_SOURCEAurelien Jacobs2008-08-13
* cosmetics: typo fixesDiego Biurrun2008-07-24
* print AVCodecContext address instead of AVClass, better when multiple instanc...Baptiste Coudurier2008-07-16
* Fix a warning in ffserver.c caused by the use of the functionStefano Sabatini2008-07-09
* revert r13867, - reference stdout, I was drunkBaptiste Coudurier2008-06-25
* use http_log now that logfile is setupBaptiste Coudurier2008-06-25
* move logfile setup right after config parsingBaptiste Coudurier2008-06-25
* remove useless initBaptiste Coudurier2008-06-25
* Reindent.Stefano Sabatini2008-06-24
* Make ffserver show launched commandlines not only in debug-mode.Stefano Sabatini2008-06-24
* Use http_log() rather than printing on stdout to show the launchedStefano Sabatini2008-06-24
* Make ffserver show each launched commandline just before to launchStefano Sabatini2008-06-24
* log when feed is already being receivedBaptiste Coudurier2008-06-24
* reindentBaptiste Coudurier2008-06-24
* copy extradata if presentBaptiste Coudurier2008-06-23
* Make ffserver daemon chdir()s just after log init. This way aStefano Sabatini2008-06-23