Age | Commit message (Expand) | Author |
2007-08-22 | Make ffserver use cmdutils.c show_license function | Stefano Sabatini |
2007-08-20 | Call av_find_stream_info() immediately after opening an input file. | Luca Abeni |
2007-08-20 | Use avf_sdp_create() in ffserver | Luca Abeni |
2007-08-13 | Make ffserver -h exit 0. | Stefano Sabatini |
2007-08-11 | Make show-license exit 0. | Stefano Sabatini |
2007-08-08 | use proper closesocket defines | Alex Beregszaszi |
2007-08-08 | cosmetic: remove a huge number of useless braces | Alex Beregszaszi |
2007-08-08 | cosmetic: simplify some constructs | Alex Beregszaszi |
2007-08-08 | cosmetic: extra space | Alex Beregszaszi |
2007-08-08 | cosmetic: indentation | Alex Beregszaszi |
2007-08-08 | cosmetic: remove extra parenthesis | Alex Beregszaszi |
2007-07-13 | 10l to Benoit, poll.h is already included below, and this broke compilation o... | Alex Beregszaszi |
2007-07-05 | license header consistency cosmetics | Diego Biurrun |
2007-07-02 | to be able to compile without HAVE_AV_CONFIG_H | Ronald S. Bultje |
2007-06-24 | replace the uses of old string functions that Reimar missed | Måns Rullgård |
2007-06-18 | replace calls to deprecated parsing functions to calls to new ones | Stefano Sabatini |
2007-06-12 | misc spelling fixes | Diego Biurrun |
2007-06-10 | Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg. | Diego Biurrun |
2007-04-27 | implement ff_socket_nonblock and use it in networking code | Alex Beregszaszi |
2007-04-27 | use ff_neterrno() and FF_NETERROR() for networking error handling | Alex Beregszaszi |
2007-04-27 | use network.h instead network includes | Alex Beregszaszi |
2007-04-26 | cosmetics: Remove trailing whitespace and tabs. | Diego Biurrun |
2007-04-25 | use resolve_host in acl handlign too, simplificates the code | Alex Beregszaszi |
2007-04-25 | make the last globals static | Alex Beregszaszi |
2007-04-25 | support for hostnames instead ip addresses in ffserver conf (using resolve_ho... | Alex Beregszaszi |
2007-04-24 | Fix ffserver crash when closing the second RTP session | Luca Abeni |
2007-04-22 | check ip port range from config | Alex Beregszaszi |
2007-04-22 | simplificate | Alex Beregszaszi |
2007-04-22 | use av_strdup instead malloc/strcpy | Alex Beregszaszi |
2007-04-22 | fixed InputFormat option, which was never working | Alex Beregszaszi |
2007-04-22 | remove useless code, file removal is handled elsewhere | Alex Beregszaszi |
2007-04-19 | Fix an use-after-free bug | Luca Abeni |
2007-04-19 | Remove unused callbacks from ffserver | Luca Abeni |
2007-04-10 | Fix the poll() loop (ret == 0 means that a timeout expired, so it must be | Luca Abeni |
2007-04-10 | Fix the generation of RTSP reply headers (the "DEF()" macro is not used | Luca Abeni |
2007-03-31 | Fix warning: | Stanislav Brabec |
2007-03-31 | fix x-octet-stream mime type | Alex Beregszaszi |
2007-03-31 | use av_strdup | Alex Beregszaszi |
2007-03-31 | remove dead code | Alex Beregszaszi |
2007-03-27 | prevent exit missuse | Michael Niedermayer |
2007-03-12 | Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() | Panagiotis Issaris |
2007-03-09 | print codec parameters for audio too | Alex Beregszaszi |
2007-03-06 | disconnect new feeder if feed is already being received | Alex Beregszaszi |
2007-02-24 | redirect http get requests of / to index.html (note, the http_parse_request m... | Alex Beregszaszi |
2007-02-24 | store internal timestamps in int64_t instead long | Alex Beregszaszi |
2007-02-24 | rescale pts/dts for output format | Alex Beregszaszi |
2007-02-24 | return error if av_write_header failed (it fails on some containers when code... | Alex Beregszaszi |
2007-02-24 | disconnect client if trailer is sent | Alex Beregszaszi |
2007-02-22 | if feeder is disconnected, clear the feed registration, thus a new feeder can... | Alex Beregszaszi |
2007-02-22 | codec_tag settable via VideoTag, and transmit codec_tag in ffm | Alex Beregszaszi |