summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Collapse)AuthorAge
* Include poll.h instead of sys/poll.hLuca Abeni2008-02-13
| | | | Originally committed as revision 11924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* non-const 2nd parameter for strtol/strtodAurelien Jacobs2008-02-02
| | | | Originally committed as revision 11803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment typo fixesDiego Biurrun2007-12-21
| | | | Originally committed as revision 11294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pb->buf_end is already set by url_open_buf()Aurelien Jacobs2007-12-19
| | | | Originally committed as revision 11277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid using first_avcodecMichael Niedermayer2007-12-12
| | | | Originally committed as revision 11205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-01
| | | | Originally committed as revision 11117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add #include "os_support.h" to restore OS/2 support.Dave Yeo2007-11-27
| | | | | | patch by Dave Yeo, daveryeo telus net Originally committed as revision 11096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-29
| | | | | | explicitly include such headers where needed Originally committed as revision 10871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant banner output from ffserver.Stefano Sabatini2007-09-30
| | | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Date: Sat, 29 Sep 2007 13:45:12 +0200 Subject: [FFmpeg-devel] [PATCH] Remove redundant banner output from ffserver Originally committed as revision 10629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffserver show a banner at startup.Stefano Sabatini2007-09-28
| | | | | | Patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 10607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement common show version and banner.Stefano Sabatini2007-09-27
| | | | | | Patch by Stefano Sabatini [stefano sabatini-lala poste it] Originally committed as revision 10600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-19
| | | | | | | | | Patch by Stefano Sabatini: [stefano sabatini-lala poste it] Original thread: [FFmpeg-devel] [PATCH] Enhace documentation forlibavformat/utils.c:parse_date Date: 08/17/2007 09:40 PM Originally committed as revision 10533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix an ffserver crash when a non-existing rtsp: url is requestedLuca Abeni2007-09-17
| | | | Originally committed as revision 10519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AVFMT_FLAG_GENPTS for the input file (the RTP output format needs all theLuca Abeni2007-09-17
| | | | | | PTSs to be set) Originally committed as revision 10514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs2007-09-10
| | | | Originally committed as revision 10474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffserver use cmdutils.c show_license functionStefano Sabatini2007-08-22
| | | | | | patch by Stefano Sabatini: [stefano sabatini minus lala ! poste it] Originally committed as revision 10183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Call av_find_stream_info() immediately after opening an input file.Luca Abeni2007-08-20
| | | | | | | | Needed to avoid reading the same TS two times at the beginning of the file (whic resulted in an "error, non monotone timestamps..." when streaming RTP from a file) Originally committed as revision 10148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use avf_sdp_create() in ffserverLuca Abeni2007-08-20
| | | | Originally committed as revision 10147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffserver -h exit 0.Stefano Sabatini2007-08-13
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make show-license exit 0.Stefano Sabatini2007-08-11
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use proper closesocket definesAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: remove a huge number of useless bracesAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: simplify some constructsAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: extra spaceAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: indentationAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: remove extra parenthesisAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to Benoit, poll.h is already included below, and this broke compilation ↵Alex Beregszaszi2007-07-13
| | | | | | on mingw Originally committed as revision 9620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje2007-07-02
| | | | | | | | patch by Ronald S. Bultje: [rsbultje gmail com] original thread: [FFmpeg-devel] ffmpeg.c/cmdutils.c compilation date: 06/23/2007 03:15 AM Originally committed as revision 9453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
| | | | Originally committed as revision 9406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace calls to deprecated parsing functions to calls to new onesStefano Sabatini2007-06-18
| | | | | | patch by Stefano Sabatini: [stefano sabatini-lala poste it] Originally committed as revision 9359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use network.h instead network includesAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove trailing whitespace and tabs.Diego Biurrun2007-04-26
| | | | Originally committed as revision 8838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use resolve_host in acl handlign too, simplificates the codeAlex Beregszaszi2007-04-25
| | | | Originally committed as revision 8819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make the last globals staticAlex Beregszaszi2007-04-25
| | | | Originally committed as revision 8818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for hostnames instead ip addresses in ffserver conf (using ↵Alex Beregszaszi2007-04-25
| | | | | | resolve_host now) Originally committed as revision 8815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix ffserver crash when closing the second RTP sessionLuca Abeni2007-04-24
| | | | Originally committed as revision 8799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check ip port range from configAlex Beregszaszi2007-04-22
| | | | Originally committed as revision 8787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplificateAlex Beregszaszi2007-04-22
| | | | Originally committed as revision 8786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_strdup instead malloc/strcpyAlex Beregszaszi2007-04-22
| | | | Originally committed as revision 8785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed InputFormat option, which was never workingAlex Beregszaszi2007-04-22
| | | | Originally committed as revision 8784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless code, file removal is handled elsewhereAlex Beregszaszi2007-04-22
| | | | Originally committed as revision 8782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix an use-after-free bugLuca Abeni2007-04-19
| | | | Originally committed as revision 8759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused callbacks from ffserverLuca Abeni2007-04-19
| | | | Originally committed as revision 8758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the poll() loop (ret == 0 means that a timeout expired, so it must beLuca Abeni2007-04-10
| | | | | | handled) Originally committed as revision 8711 to svn://svn.ffmpeg.org/ffmpeg/trunk