]> git.sesse.net Git - ffmpeg/history - ffserver.c
Give better names to multicast functions (they are not IPv6-only)
[ffmpeg] / ffserver.c
2007-10-29 Luca AbeniRemove the inclusion of rtsp.h and rtp.h from avformat...
2007-09-30 Stefano SabatiniRemove redundant banner output from ffserver.
2007-09-28 Stefano SabatiniMake ffserver show a banner at startup.
2007-09-27 Stefano SabatiniImplement common show version and banner.
2007-09-19 Stefano SabatiniMake parse_date return INT64_MIN in case of unparsable...
2007-09-17 Luca AbeniFix an ffserver crash when a non-existing rtsp: url...
2007-09-17 Luca AbeniUse AVFMT_FLAG_GENPTS for the input file (the RTP outpu...
2007-09-10 Aurelien Jacobsrtp and rtsp demuxer declarations are not part of publi...
2007-08-22 Stefano SabatiniMake ffserver use cmdutils.c show_license function
2007-08-20 Luca AbeniCall av_find_stream_info() immediately after opening...
2007-08-20 Luca AbeniUse avf_sdp_create() in ffserver
2007-08-13 Stefano SabatiniMake ffserver -h exit 0.
2007-08-11 Stefano SabatiniMake show-license exit 0.
2007-08-08 Alex Beregszasziuse proper closesocket defines
2007-08-08 Alex Beregszaszicosmetic: remove a huge number of useless braces
2007-08-08 Alex Beregszaszicosmetic: simplify some constructs
2007-08-08 Alex Beregszaszicosmetic: extra space
2007-08-08 Alex Beregszaszicosmetic: indentation
2007-08-08 Alex Beregszaszicosmetic: remove extra parenthesis
2007-07-13 Alex Beregszaszi10l to Benoit, poll.h is already included below, and...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-07-02 Ronald S. Bultjeto be able to compile without HAVE_AV_CONFIG_H
2007-06-24 Måns Rullgårdreplace the uses of old string functions that Reimar...
2007-06-18 Stefano Sabatinireplace calls to deprecated parsing functions to calls...
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-10 Diego BiurrunMove HAVE_AV_CONFIG_H definition to the Makefile like...
2007-04-27 Alex Beregszasziimplement ff_socket_nonblock and use it in networking...
2007-04-27 Alex Beregszasziuse ff_neterrno() and FF_NETERROR() for networking...
2007-04-27 Alex Beregszasziuse network.h instead network includes
2007-04-26 Diego Biurruncosmetics: Remove trailing whitespace and tabs.
2007-04-25 Alex Beregszasziuse resolve_host in acl handlign too, simplificates...
2007-04-25 Alex Beregszaszimake the last globals static
2007-04-25 Alex Beregszaszisupport for hostnames instead ip addresses in ffserver...
2007-04-24 Luca AbeniFix ffserver crash when closing the second RTP session
2007-04-22 Alex Beregszaszicheck ip port range from config
2007-04-22 Alex Beregszaszisimplificate
2007-04-22 Alex Beregszasziuse av_strdup instead malloc/strcpy
2007-04-22 Alex Beregszaszifixed InputFormat option, which was never working
2007-04-22 Alex Beregszasziremove useless code, file removal is handled elsewhere
2007-04-19 Luca AbeniFix an use-after-free bug
2007-04-19 Luca AbeniRemove unused callbacks from ffserver
2007-04-10 Luca AbeniFix the poll() loop (ret == 0 means that a timeout...
2007-04-10 Luca AbeniFix the generation of RTSP reply headers (the "DEF...
2007-03-31 Stanislav BrabecFix warning:
2007-03-31 Alex Beregszaszifix x-octet-stream mime type
2007-03-31 Alex Beregszasziuse av_strdup
2007-03-31 Alex Beregszasziremove dead code
2007-03-27 Michael Niedermayerprevent exit missuse
2007-03-12 Panagiotis IssarisIntroduce two new logging functions av_hex_dump_log...
2007-03-09 Alex Beregszasziprint codec parameters for audio too
2007-03-06 Alex Beregszaszidisconnect new feeder if feed is already being received
2007-02-24 Alex Beregszasziredirect http get requests of / to index.html (note...
2007-02-24 Alex Beregszaszistore internal timestamps in int64_t instead long
2007-02-24 Alex Beregszaszirescale pts/dts for output format
2007-02-24 Alex Beregszaszireturn error if av_write_header failed (it fails on...
2007-02-24 Alex Beregszaszidisconnect client if trailer is sent
2007-02-22 Alex Beregszasziif feeder is disconnected, clear the feed registration...
2007-02-22 Alex Beregszaszicodec_tag settable via VideoTag, and transmit codec_tag...
2007-02-22 Alex Beregszaszichange write/read to send/recv on socket operations
2007-02-22 Alex Beregszaszichange close() to closesocket() on sockets (compatible...
2007-02-21 Alex Beregszasziremove gettime_ms and use av_gettime instead of it
2007-02-21 Alex Beregszasziuse av_random instead random/srandom
2007-02-15 François Revolpoll() emulation for BeOS, and maybe MinGW.
2006-11-14 Måns Rullgårdrename HAVE_DLFCN to HAVE_DLFCN_H
2006-11-13 Måns Rullgårdrename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to...
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-01 Diego BiurrunUpdate copyright year and mention other copyright holders.
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-20 Diego BiurrunUse Subversion revision for FFMPEG_VERSION.
2006-06-18 Stefan HuehnerAdd const to (mostly) char* and make some functions...
2006-03-09 Aurelien JacobsUpdate ffserver regression tests:
2006-02-21 Alex Beregszaszimake those nasty variables static, also fix a html bug
2006-02-02 Måns Rullgårdremove unused function get_longterm_datarate()
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-12 Måns Rullgårduse PRIxN, %zd, %td formats where needed
2005-11-13 Alex Beregszaszisupport for unlimited feed size
2005-11-13 Alex Beregszaszidebug the launch commandline and new connections
2005-11-13 Alex BeregszasziMake Launch more appropriate with support for full...
2005-11-13 Alex BeregszasziSupport Launch when BindAddress is not INADDR_ANY or...
2005-10-14 Alex Beregszaszi10l, dont make bandwidth statistics negative when feed...
2005-07-18 Michael Niedermayerffserver segfault & other fatal failure fixes
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-07 Philip GladstoneTurn on the seeking support for ffm streams. Now means...
2005-05-06 Philip GladstoneFill out some mandatory fields in the Codec structure...
2005-04-30 Michael Niedermayerswitch to native time bases
2005-01-03 Philip Gladstoneffserver now runs again (sort of).
2004-08-12 Petr DoubekHTTP Authentication Patch by (Petr Doubek <doubek at...
2004-07-28 Michael Niedermayermin rate should be 0 by default
2004-07-25 Michael Niedermayerffserver fixes by (Koos Vriezen <koos.vriezen at xs4all...
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2004-04-06 Roman Shaposhnik * making it possible to specify recording date and...
2004-03-24 Falk Hüffnerwarning patrol
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2004-02-05 Henning Haaland... VideoBufferSize option patch by ("Henning Haaland Kulan...
2003-11-19 Philip GladstoneChanged a bunch of calls to sprintf to snprintf to...
2003-11-10 Fabrice Bellardsimpler bandwidth allocation for RTSP streaming - use...
2003-09-27 Philip GladstoneMinor bugfix to prevent segfault if a malloc fails...
next