2007-04-27 |
Alex Beregszaszi | implement ff_socket_nonblock and use it in networking... |
blob | commitdiff | raw |
2007-04-27 |
Alex Beregszaszi | use ff_neterrno() and FF_NETERROR() for networking... |
blob | commitdiff | raw | diff to current |
2007-04-27 |
Alex Beregszaszi | use network.h instead network includes |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Diego Biurrun | cosmetics: Remove trailing whitespace and tabs. |
blob | commitdiff | raw | diff to current |
2007-04-25 |
Alex Beregszaszi | use resolve_host in acl handlign too, simplificates... |
blob | commitdiff | raw | diff to current |
2007-04-25 |
Alex Beregszaszi | make the last globals static |
blob | commitdiff | raw | diff to current |
2007-04-25 |
Alex Beregszaszi | support for hostnames instead ip addresses in ffserver... |
blob | commitdiff | raw | diff to current |
2007-04-24 |
Luca Abeni | Fix ffserver crash when closing the second RTP session |
blob | commitdiff | raw | diff to current |
2007-04-22 |
Alex Beregszaszi | check ip port range from config |
blob | commitdiff | raw | diff to current |
2007-04-22 |
Alex Beregszaszi | simplificate |
blob | commitdiff | raw | diff to current |
2007-04-22 |
Alex Beregszaszi | use av_strdup instead malloc/strcpy |
blob | commitdiff | raw | diff to current |
2007-04-22 |
Alex Beregszaszi | fixed InputFormat option, which was never working |
blob | commitdiff | raw | diff to current |
2007-04-22 |
Alex Beregszaszi | remove useless code, file removal is handled elsewhere |
blob | commitdiff | raw | diff to current |
2007-04-19 |
Luca Abeni | Fix an use-after-free bug |
blob | commitdiff | raw | diff to current |
2007-04-19 |
Luca Abeni | Remove unused callbacks from ffserver |
blob | commitdiff | raw | diff to current |
2007-04-10 |
Luca Abeni | Fix the poll() loop (ret == 0 means that a timeout... |
blob | commitdiff | raw | diff to current |
2007-04-10 |
Luca Abeni | Fix the generation of RTSP reply headers (the "DEF... |
blob | commitdiff | raw | diff to current |
2007-03-31 |
Stanislav Brabec | Fix warning: |
blob | commitdiff | raw | diff to current |
2007-03-31 |
Alex Beregszaszi | fix x-octet-stream mime type |
blob | commitdiff | raw | diff to current |
2007-03-31 |
Alex Beregszaszi | use av_strdup |
blob | commitdiff | raw | diff to current |
2007-03-31 |
Alex Beregszaszi | remove dead code |
blob | commitdiff | raw | diff to current |
2007-03-27 |
Michael Niedermayer | prevent exit missuse |
blob | commitdiff | raw | diff to current |
2007-03-12 |
Panagiotis Issaris | Introduce two new logging functions av_hex_dump_log... |
blob | commitdiff | raw | diff to current |
2007-03-09 |
Alex Beregszaszi | print codec parameters for audio too |
blob | commitdiff | raw | diff to current |
2007-03-06 |
Alex Beregszaszi | disconnect new feeder if feed is already being received |
blob | commitdiff | raw | diff to current |
2007-02-24 |
Alex Beregszaszi | redirect http get requests of / to index.html (note... |
blob | commitdiff | raw | diff to current |
2007-02-24 |
Alex Beregszaszi | store internal timestamps in int64_t instead long |
blob | commitdiff | raw | diff to current |
2007-02-24 |
Alex Beregszaszi | rescale pts/dts for output format |
blob | commitdiff | raw | diff to current |
2007-02-24 |
Alex Beregszaszi | return error if av_write_header failed (it fails on... |
blob | commitdiff | raw | diff to current |
2007-02-24 |
Alex Beregszaszi | disconnect client if trailer is sent |
blob | commitdiff | raw | diff to current |
2007-02-22 |
Alex Beregszaszi | if feeder is disconnected, clear the feed registration... |
blob | commitdiff | raw | diff to current |
2007-02-22 |
Alex Beregszaszi | codec_tag settable via VideoTag, and transmit codec_tag... |
blob | commitdiff | raw | diff to current |
2007-02-22 |
Alex Beregszaszi | change write/read to send/recv on socket operations |
blob | commitdiff | raw | diff to current |
2007-02-22 |
Alex Beregszaszi | change close() to closesocket() on sockets (compatible... |
blob | commitdiff | raw | diff to current |
2007-02-21 |
Alex Beregszaszi | remove gettime_ms and use av_gettime instead of it |
blob | commitdiff | raw | diff to current |
2007-02-21 |
Alex Beregszaszi | use av_random instead random/srandom |
blob | commitdiff | raw | diff to current |
2007-02-15 |
François Revol | poll() emulation for BeOS, and maybe MinGW. |
blob | commitdiff | raw | diff to current |
2006-11-14 |
Måns Rullgård | rename HAVE_DLFCN to HAVE_DLFCN_H |
blob | commitdiff | raw | diff to current |
2006-11-13 |
Måns Rullgård | rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to... |
blob | commitdiff | raw | diff to current |
2006-11-01 |
Steve L'Homme | Replace most of the %lld and %llx by their (cleaner... |
blob | commitdiff | raw | diff to current |
2006-10-07 |
Diego Biurrun | Change license headers to say 'FFmpeg' instead of ... |
blob | commitdiff | raw | diff to current |
2006-10-01 |
Diego Biurrun | Update copyright year and mention other copyright holders. |
blob | commitdiff | raw | diff to current |
2006-07-09 |
Måns Rullgård | give AVInput/OutputFormat structs consistent names |
blob | commitdiff | raw | diff to current |
2006-06-20 |
Diego Biurrun | Use Subversion revision for FFMPEG_VERSION. |
blob | commitdiff | raw | diff to current |
2006-06-18 |
Stefan Huehner | Add const to (mostly) char* and make some functions... |
blob | commitdiff | raw | diff to current |
2006-03-09 |
Aurelien Jacobs | Update ffserver regression tests: |
blob | commitdiff | raw | diff to current |
2006-02-21 |
Alex Beregszaszi | make those nasty variables static, also fix a html bug |
blob | commitdiff | raw | diff to current |
2006-02-02 |
Måns Rullgård | remove unused function get_longterm_datarate() |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Diego Biurrun | Update licensing information: The FSF changed postal... |
blob | commitdiff | raw | diff to current |
2005-12-22 |
Diego Biurrun | COSMETICS: tabs --> spaces, some prettyprinting |
blob | commitdiff | raw | diff to current |
2005-12-17 |
Diego Biurrun | COSMETICS: Remove all trailing whitespace. |
blob | commitdiff | raw | diff to current |
2005-12-12 |
Måns Rullgård | use PRIxN, %zd, %td formats where needed |
blob | commitdiff | raw | diff to current |
2005-11-13 |
Alex Beregszaszi | support for unlimited feed size |
blob | commitdiff | raw | diff to current |
2005-11-13 |
Alex Beregszaszi | debug the launch commandline and new connections |
blob | commitdiff | raw | diff to current |
2005-11-13 |
Alex Beregszaszi | Make Launch more appropriate with support for full... |
blob | commitdiff | raw | diff to current |
2005-11-13 |
Alex Beregszaszi | Support Launch when BindAddress is not INADDR_ANY or... |
blob | commitdiff | raw | diff to current |
2005-10-14 |
Alex Beregszaszi | 10l, dont make bandwidth statistics negative when feed... |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Michael Niedermayer | ffserver segfault & other fatal failure fixes |
blob | commitdiff | raw | diff to current |
2005-07-17 |
Michael Niedermayer | changing AVCodecContext codec -> *codec in AVStream... |
blob | commitdiff | raw | diff to current |
2005-05-07 |
Philip Gladstone | Turn on the seeking support for ffm streams. Now means... |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Philip Gladstone | Fill out some mandatory fields in the Codec structure... |
blob | commitdiff | raw | diff to current |
2005-04-30 |
Michael Niedermayer | switch to native time bases |
blob | commitdiff | raw | diff to current |
2005-01-03 |
Philip Gladstone | ffserver now runs again (sort of). |
blob | commitdiff | raw | diff to current |
2004-08-12 |
Petr Doubek | HTTP Authentication Patch by (Petr Doubek <doubek at... |
blob | commitdiff | raw | diff to current |
2004-07-28 |
Michael Niedermayer | min rate should be 0 by default |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Michael Niedermayer | ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all... |
blob | commitdiff | raw | diff to current |
2004-05-29 |
Michael Niedermayer | pass AVPacket into av_write_frame() |
blob | commitdiff | raw | diff to current |
2004-04-06 |
Roman Shaposhnik | * making it possible to specify recording date and... |
blob | commitdiff | raw | diff to current |
2004-03-24 |
Falk Hüffner | warning patrol |
blob | commitdiff | raw | diff to current |
2004-03-03 |
Michel Bardiaux | av_log() patch by (Michel Bardiaux <mbardiaux at peakti... |
blob | commitdiff | raw | diff to current |
2004-02-05 |
Henning Haaland... | VideoBufferSize option patch by ("Henning Haaland Kulan... |
blob | commitdiff | raw | diff to current |
2003-11-19 |
Philip Gladstone | Changed a bunch of calls to sprintf to snprintf to... |
blob | commitdiff | raw | diff to current |
2003-11-10 |
Fabrice Bellard | simpler bandwidth allocation for RTSP streaming - use... |
blob | commitdiff | raw | diff to current |
2003-09-27 |
Philip Gladstone | Minor bugfix to prevent segfault if a malloc fails... |
blob | commitdiff | raw | diff to current |
2003-09-11 |
Fabrice Bellard | simplified version handling |
blob | commitdiff | raw | diff to current |
2003-09-08 |
Fabrice Bellard | removed ctype.h |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Fabrice Bellard | more sections in help - copyright fixes |
blob | commitdiff | raw | diff to current |
2003-07-29 |
Michael Niedermayer | rate distortion mb decision support |
blob | commitdiff | raw | diff to current |
2003-07-17 |
Fabrice Bellard | added RTP/TCP protocol support |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Giancarlo Formicuccia | - Gracefully handle the case where not all the streams... |
blob | commitdiff | raw | diff to current |
2003-07-03 |
Michael Niedermayer | Missing ffserver.c format parameter fix by (Giancarlo... |
blob | commitdiff | raw | diff to current |
2003-07-03 |
Michael Niedermayer | segfault fix by (Giancarlo Formicuccia <ilsensine at... |
blob | commitdiff | raw | diff to current |
2003-06-29 |
Giancarlo Formicuccia | *** fix for read() |
blob | commitdiff | raw | diff to current |
2003-04-12 |
Philip Gladstone | Fix a horrible bug with the launch keyword not handling... |
blob | commitdiff | raw | diff to current |
2003-04-12 |
Philip Gladstone | Applied Roumen Petrov patch to fix crash/memory leak |
blob | commitdiff | raw | diff to current |
2003-04-11 |
Roman Shaposhnik | bunch of small thing patch by (Roman Shaposhnick <rvs... |
blob | commitdiff | raw | diff to current |
2003-04-09 |
Philip Gladstone | * Add Video4MotionVector in a stream description to... |
blob | commitdiff | raw | diff to current |
2003-04-04 |
Andriy Rysin | RTSP "OPTIONS" command patch by (Andriy Rysin <arysin... |
blob | commitdiff | raw | diff to current |
2003-03-26 |
Mark Hills | ffserver deallocate ctx->streams on closing patch by... |
blob | commitdiff | raw | diff to current |
2003-03-12 |
Michael Niedermayer | per context frame_rate_base, this should finally fix... |
blob | commitdiff | raw | diff to current |
2003-03-09 |
Alex Beregszaszi | simplified |
blob | commitdiff | raw | diff to current |
2003-03-04 |
Philip Gladstone | Try to eliminate memory leak on stream termination... |
blob | commitdiff | raw | diff to current |
2003-03-04 |
Philip Gladstone | This should fix the negative bandwidth in use in ffserv... |
blob | commitdiff | raw | diff to current |
2003-02-23 |
Philip Gladstone | Make ACLs work correctly for streams. Try comparing... |
blob | commitdiff | raw | diff to current |
2003-02-11 |
Zdenek Kabelac | * UINTX -> uintx_t INTX -> intx_t |
blob | commitdiff | raw | diff to current |
2003-02-10 |
Zdenek Kabelac | * static,const,compiler warning cleanup |
blob | commitdiff | raw | diff to current |
2003-01-23 |
Roman Shaposhnik | zero sized malloc patch by Roman Shaposhnick |
blob | commitdiff | raw | diff to current |
2003-01-11 |
Fabrice Bellard | added av_set_parameters() |
blob | commitdiff | raw | diff to current |
2003-01-05 |
Philip Gladstone | Improve bind failure message to indicate the port that... |
blob | commitdiff | raw | diff to current |
2003-01-03 |
Philip Gladstone | Fix a crash in ffserver when streaming to WMP from... |
blob | commitdiff | raw | diff to current |
next |