]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - ffserver.c
Makefile.omk sucks in config generated by config4omk.
[frescor/ffmpeg.git] / ffserver.c
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
2007-04-26 diegocosmetics: Remove trailing whitespace and tabs.
2007-04-25 alexuse resolve_host in acl handlign too, simplificates...
2007-04-25 alexmake the last globals static
2007-04-25 alexsupport for hostnames instead ip addresses in ffserver...
2007-04-24 lucabeFix ffserver crash when closing the second RTP session
2007-04-22 alexcheck ip port range from config
2007-04-22 alexsimplificate
2007-04-22 alexuse av_strdup instead malloc/strcpy
2007-04-22 alexfixed InputFormat option, which was never working
2007-04-22 alexremove useless code, file removal is handled elsewhere
2007-04-19 lucabeFix an use-after-free bug
2007-04-19 lucabeRemove unused callbacks from ffserver
2007-04-10 lucabeFix the poll() loop (ret == 0 means that a timeout...
2007-04-10 lucabeFix the generation of RTSP reply headers (the "DEF...
2007-03-31 diegoFix warning:
2007-03-31 alexfix x-octet-stream mime type
2007-03-31 alexuse av_strdup
2007-03-31 alexremove dead code
2007-03-27 michaelprevent exit missuse
2007-03-12 takisIntroduce two new logging functions av_hex_dump_log...
2007-03-09 alexprint codec parameters for audio too
2007-03-06 alexdisconnect new feeder if feed is already being received
2007-02-24 alexredirect http get requests of / to index.html (note...
next