]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - ffserver.c
log to stderr
[frescor/ffmpeg.git] / ffserver.c
2008-06-22 bcoudurierlog to stderr
2008-06-22 bcoudurieradd callback for av_log
2008-06-22 bcoudurierno need to print date anymore since done in http_log
2008-06-22 bcoudurieruse ctime1
2008-06-22 bcoudurierprint date in http_log
2008-06-22 bcoudurierremove useless init
2008-06-22 bcouduriermerge declaration and init
2008-06-22 bcoudurierreindent
2008-06-22 bcoudurierhttp or rstp only support
2008-06-22 bcoudurierfix open return check
2008-06-22 bcoudurierfix feed_filename test, field is char [1024], patch...
2008-06-22 bcoudurieruse av_seek_frame to flush demxu pending packets, fixes...
2008-06-21 bcoudurierfree c->pb_buffer before overwriting it, fix memleak
2008-06-21 bcoudurierreturn 1 when error during write frame, state changed
2008-06-21 bcoudurierset default preload and max_delay for muxer to avoid...
2008-06-21 bcoudurierchange bandwith to unsigned
2008-06-21 bcoudurierremove useless init, logfilename is static
2008-06-21 bcoudurieruse http_log when log file is setup
2008-06-21 bcoudurieralways use stdout to log when running in debug mode
2008-06-21 bcoudurierrescale duration when outputing packet
2008-06-21 bcoudurierlog accept error
2008-06-21 bcoudurieruse http_log when log file is setup
2008-06-21 bcoudurierupgrade bandwith config to use int64_t, raise limit
2008-06-21 bcoudurierupgrade bandwidth to uint64_t
2008-06-21 bcoudurieradd static
2008-06-19 stefanoCosmetics: s/stats/status/ in ffserver.c.
2008-06-09 bcoudurieradd AVOption support in ffserver configuration file
2008-06-07 bcoudurieruse unsetenv, fix warning, patch by Stefano Sabatini...
2008-06-07 bcoudurieruse program_name to be more consistent with the banner...
2008-06-01 bcoudurieradd \n to error message
2008-05-30 bcoudurier2nd try fix got_key_frame when video+audio
2008-05-30 bcoudurierfix got_key_frame when stream is audio
2008-05-30 bcoudurierset got_key_frame when packet is video, fix first video...
2008-05-30 bcoudurierlog error when writing frame to output
2008-05-30 bcoudurierwake up connections to stop waiting when feed is being...
2008-05-30 bcoudurierfix timestamps rescaling, index in source format might...
2008-05-30 bcoudurierlog some errors
2008-05-30 bcoudurierset is_streamed before writing data to output file
2008-05-29 bcouduriercosmetics, reindent
2008-05-29 bcouduriercosmetics, move declaration where it is used, remove...
2008-05-29 bcoudurieruse av_parse_video_frame_rate
2008-05-29 diegoRemove unnecessary #include.
2008-05-29 diegoRemove unnecessary header #includes.
2008-05-29 diegoSimplify show_banner() so that it does not require...
2008-05-29 bcoudurierreindent
2008-05-29 bcouduriercheck that redirect is set, fixes CID13 RUN2
2008-05-29 bcoudurierreindent
2008-05-29 bcouduriercheck that stream is set, fixes CID13 RUN2
2008-05-29 bcouduriercheck if stream has been set, fixes CID15 RUN2
2008-05-29 bcoudurierinit h, fixes CID54 RUN2
2008-05-28 bcoudurierremove dummy coded frame, no muxer should use it anyway
2008-05-25 bcoudurierbetter error message
2008-05-24 bcoudurierbetter error message
2008-05-24 bcoudurierlatest libavc svn requires at least this value for...
2008-05-23 benoitAdd -formats option to ffserver.
2008-05-22 takisImplement ffserver -version.
2008-05-21 michaelGet rid of more senseless wraper functions and use...
2008-05-21 michaelDo not pass program_name as argument to show_version...
2008-05-21 bcoudurieropen logfile in append mode, don't overwrite it
2008-05-21 bcoudurierdont forget to free packet, fix memleak
2008-05-21 benoitMake ffserver use parse_options().
2008-05-16 diegocosmetics: Make 'ffserver -h' output consistent with...
2008-05-09 diegoUse full path for #includes from another directory.
2008-02-13 lucabeInclude poll.h instead of sys/poll.h
2008-02-02 aurelnon-const 2nd parameter for strtol/strtod
2007-12-21 diegocomment typo fixes
2007-12-19 aurelpb->buf_end is already set by url_open_buf()
2007-12-12 michaelavoid using first_avcodec
2007-12-01 michaelstupid code (casting of void*) found by checktree.sh
2007-11-27 diegoAdd #include "os_support.h" to restore OS/2 support.
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-10-29 lucabeRemove the inclusion of rtsp.h and rtp.h from avformat...
2007-09-30 diegoRemove redundant banner output from ffserver.
2007-09-28 benoitMake ffserver show a banner at startup.
2007-09-27 benoitImplement common show version and banner.
2007-09-19 benoitMake parse_date return INT64_MIN in case of unparsable...
2007-09-17 lucabeFix an ffserver crash when a non-existing rtsp: url...
2007-09-17 lucabeUse AVFMT_FLAG_GENPTS for the input file (the RTP outpu...
2007-09-10 aurelrtp and rtsp demuxer declarations are not part of publi...
2007-08-22 benoitMake ffserver use cmdutils.c show_license function
2007-08-20 lucabeCall av_find_stream_info() immediately after opening...
2007-08-20 lucabeUse avf_sdp_create() in ffserver
2007-08-13 diegoMake ffserver -h exit 0.
2007-08-11 diegoMake show-license exit 0.
2007-08-08 alexuse proper closesocket defines
2007-08-08 alexcosmetic: remove a huge number of useless braces
2007-08-08 alexcosmetic: simply some constructs
2007-08-08 alexcosmetic: extra space
2007-08-08 alexcosmetic: indentation
2007-08-08 alexcosmetic: remove extra parenthesis
2007-07-13 alex10l to Benoit, poll.h is already included below, and...
2007-07-05 diegolicense header consistency cosmetics
2007-07-02 benoitto be able to compile without HAVE_AV_CONFIG_H
2007-06-24 mrureplace the uses of old string functions that Reimar...
2007-06-18 benoitreplace calls to deprecated parsing functions to calls...
2007-06-12 diegomisc spelling fixes
2007-06-10 diegoMove HAVE_AV_CONFIG_H definition to the Makefile like...
2007-04-27 aleximplement ff_socket_nonblock and use it in networking...
2007-04-27 alexuse ff_neterrno() and FF_NETERROR() for networking...
2007-04-27 alexuse network.h instead network includes
next