]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - ffserver.c
Update copyright and text
[frescor/ffmpeg.git] / ffserver.c
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...
2007-02-24 alexstore internal timestamps in int64_t instead long
2007-02-24 alexrescale pts/dts for output format
2007-02-24 alexreturn error if av_write_header failed (it fails on...
2007-02-24 alexdisconnect client if trailer is sent
2007-02-22 alexif feeder is disconnected, clear the feed registration...
2007-02-22 alexcodec_tag settable via VideoTag, and transmit codec_tag...
2007-02-22 alexchange write/read to send/recv on socket operations
2007-02-22 alexchange close() to closesocket() on sockets (compatible...
2007-02-21 alexremove gettime_ms and use av_gettime instead of it
2007-02-21 alexuse av_random instead random/srandom
2007-02-15 mmu_manpoll() emulation for BeOS, and maybe MinGW.
2006-11-14 mrurename HAVE_DLFCN to HAVE_DLFCN_H
2006-11-13 mrurename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to...
2006-11-01 diegoReplace most of the %lld and %llx by their (cleaner...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-01 diegoUpdate copyright year and mention other copyright holders.
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-06-20 diegoUse Subversion revision for FFMPEG_VERSION.
2006-06-18 diegoAdd const to (mostly) char* and make some functions...
2006-03-09 aurelUpdate ffserver regression tests:
2006-02-21 alexmake those nasty variables static, also fix a html bug
2006-02-02 mruremove unused function get_longterm_datarate()
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-12-12 mruuse PRIxN, %zd, %td formats where needed
2005-11-13 alexsupport for unlimited feed size
2005-11-13 alexdebug the launch commandline and new connections
2005-11-13 alexMake Launch more appropriate with support for full...
2005-11-13 alexSupport Launch when BindAddress is not INADDR_ANY or...
2005-10-14 alex10l, dont make bandwidth statistics negative when feed...
2005-07-18 michaelffserver segfault & other fatal failure fixes
next