]> git.sesse.net Git - ffmpeg/history - ffserver.c
typo
[ffmpeg] / ffserver.c
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...
2003-09-11 Fabrice Bellardsimplified version handling
2003-09-08 Fabrice Bellardremoved ctype.h
2003-08-24 Fabrice Bellardmore sections in help - copyright fixes
2003-07-29 Michael Niedermayerrate distortion mb decision support
2003-07-17 Fabrice Bellardadded RTP/TCP protocol support
2003-07-11 Giancarlo Formicuccia- Gracefully handle the case where not all the streams...
2003-07-03 Michael NiedermayerMissing ffserver.c format parameter fix by (Giancarlo...
2003-07-03 Michael Niedermayersegfault fix by (Giancarlo Formicuccia <ilsensine at...
2003-06-29 Giancarlo Formicuccia*** fix for read()
2003-04-12 Philip GladstoneFix a horrible bug with the launch keyword not handling...
2003-04-12 Philip GladstoneApplied Roumen Petrov patch to fix crash/memory leak
2003-04-11 Roman Shaposhnikbunch of small thing patch by (Roman Shaposhnick <rvs...
2003-04-09 Philip Gladstone* Add Video4MotionVector in a stream description to...
2003-04-04 Andriy RysinRTSP "OPTIONS" command patch by (Andriy Rysin <arysin...
2003-03-26 Mark Hillsffserver deallocate ctx->streams on closing patch by...
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-03-09 Alex Beregszaszisimplified
2003-03-04 Philip GladstoneTry to eliminate memory leak on stream termination...
2003-03-04 Philip GladstoneThis should fix the negative bandwidth in use in ffserv...
2003-02-23 Philip GladstoneMake ACLs work correctly for streams. Try comparing...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2003-01-23 Roman Shaposhnikzero sized malloc patch by Roman Shaposhnick
2003-01-11 Fabrice Bellardadded av_set_parameters()
2003-01-05 Philip GladstoneImprove bind failure message to indicate the port that...
2003-01-03 Philip GladstoneFix a crash in ffserver when streaming to WMP from...
next