| Commit message (Expand) | Author | Age | Files | Lines |
* | replace the uses of old string functions that Reimar missed | Måns Rullgård | 2007-06-24 | 1 | -27/+28 |
* | replace calls to deprecated parsing functions to calls to new ones | Stefano Sabatini | 2007-06-18 | 1 | -1/+1 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -1/+1 |
* | Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg. | Diego Biurrun | 2007-06-10 | 1 | -1/+1 |
* | implement ff_socket_nonblock and use it in networking code | Alex Beregszaszi | 2007-04-27 | 1 | -2/+2 |
* | use ff_neterrno() and FF_NETERROR() for networking error handling | Alex Beregszaszi | 2007-04-27 | 1 | -7/+14 |
* | use network.h instead network includes | Alex Beregszaszi | 2007-04-27 | 1 | -5/+1 |
* | cosmetics: Remove trailing whitespace and tabs. | Diego Biurrun | 2007-04-26 | 1 | -1/+1 |
* | use resolve_host in acl handlign too, simplificates the code | Alex Beregszaszi | 2007-04-25 | 1 | -12/+4 |
* | make the last globals static | Alex Beregszaszi | 2007-04-25 | 1 | -2/+2 |
* | support for hostnames instead ip addresses in ffserver conf (using resolve_ho... | Alex Beregszaszi | 2007-04-25 | 1 | -6/+6 |
* | Fix ffserver crash when closing the second RTP session | Luca Abeni | 2007-04-24 | 1 | -0/+1 |
* | check ip port range from config | Alex Beregszaszi | 2007-04-22 | 1 | -2/+14 |
* | simplificate | Alex Beregszaszi | 2007-04-22 | 1 | -5/+3 |
* | use av_strdup instead malloc/strcpy | Alex Beregszaszi | 2007-04-22 | 1 | -2/+1 |
* | fixed InputFormat option, which was never working | Alex Beregszaszi | 2007-04-22 | 1 | -0/+1 |
* | remove useless code, file removal is handled elsewhere | Alex Beregszaszi | 2007-04-22 | 1 | -10/+0 |
* | Fix an use-after-free bug | Luca Abeni | 2007-04-19 | 1 | -1/+4 |
* | Remove unused callbacks from ffserver | Luca Abeni | 2007-04-19 | 1 | -18/+0 |
* | Fix the poll() loop (ret == 0 means that a timeout expired, so it must be | Luca Abeni | 2007-04-10 | 1 | -1/+1 |
* | Fix the generation of RTSP reply headers (the "DEF()" macro is not used | Luca Abeni | 2007-04-10 | 1 | -3/+33 |
* | Fix warning: | Stanislav Brabec | 2007-03-31 | 1 | -1/+1 |
* | fix x-octet-stream mime type | Alex Beregszaszi | 2007-03-31 | 1 | -1/+1 |
* | use av_strdup | Alex Beregszaszi | 2007-03-31 | 1 | -5/+1 |
* | remove dead code | Alex Beregszaszi | 2007-03-31 | 1 | -25/+0 |
* | prevent exit missuse | Michael Niedermayer | 2007-03-27 | 1 | -0/+2 |
* | Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() | Panagiotis Issaris | 2007-03-12 | 1 | -1/+1 |
* | print codec parameters for audio too | Alex Beregszaszi | 2007-03-09 | 1 | -0/+1 |
* | disconnect new feeder if feed is already being received | Alex Beregszaszi | 2007-03-06 | 1 | -0/+6 |
* | redirect http get requests of / to index.html (note, the http_parse_request m... | Alex Beregszaszi | 2007-02-24 | 1 | -8/+10 |
* | store internal timestamps in int64_t instead long | Alex Beregszaszi | 2007-02-24 | 1 | -7/+7 |
* | rescale pts/dts for output format | Alex Beregszaszi | 2007-02-24 | 1 | -0/+8 |
* | return error if av_write_header failed (it fails on some containers when code... | Alex Beregszaszi | 2007-02-24 | 1 | -2/+6 |
* | disconnect client if trailer is sent | Alex Beregszaszi | 2007-02-24 | 1 | -0/+3 |
* | if feeder is disconnected, clear the feed registration, thus a new feeder can... | Alex Beregszaszi | 2007-02-22 | 1 | -0/+7 |
* | codec_tag settable via VideoTag, and transmit codec_tag in ffm | Alex Beregszaszi | 2007-02-22 | 1 | -0/+5 |
* | change write/read to send/recv on socket operations | Alex Beregszaszi | 2007-02-22 | 1 | -9/+9 |
* | change close() to closesocket() on sockets (compatible with libavformat) | Alex Beregszaszi | 2007-02-22 | 1 | -4/+4 |
* | remove gettime_ms and use av_gettime instead of it | Alex Beregszaszi | 2007-02-21 | 1 | -10/+2 |
* | use av_random instead random/srandom | Alex Beregszaszi | 2007-02-21 | 1 | -6/+9 |
* | poll() emulation for BeOS, and maybe MinGW. | François Revol | 2007-02-15 | 1 | -0/+2 |
* | rename HAVE_DLFCN to HAVE_DLFCN_H | Måns Rullgård | 2006-11-14 | 1 | -1/+1 |
* | rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPEN | Måns Rullgård | 2006-11-13 | 1 | -3/+3 |
* | Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. | Steve L'Homme | 2006-11-01 | 1 | -3/+3 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -8/+10 |
* | Update copyright year and mention other copyright holders. | Diego Biurrun | 2006-10-01 | 1 | -1/+1 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -5/+5 |
* | Use Subversion revision for FFMPEG_VERSION. | Diego Biurrun | 2006-06-20 | 1 | -0/+1 |
* | Add const to (mostly) char* and make some functions static, which aren't used | Stefan Huehner | 2006-06-18 | 1 | -1/+1 |
* | Update ffserver regression tests: | Aurelien Jacobs | 2006-03-09 | 1 | -0/+18 |