summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Collapse)AuthorAge
* 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
* Fix the generation of RTSP reply headers (the "DEF()" macro is not usedLuca Abeni2007-04-10
| | | | | | anymore in rtspcodes.h) Originally committed as revision 8710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix warning:Stanislav Brabec2007-03-31
| | | | | | | ffserver.c:4303: warning: 'acl.next' is used uninitialized in this function patch by Stanislav Brabec, sbrabec suse cz Originally committed as revision 8573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix x-octet-stream mime typeAlex Beregszaszi2007-03-31
| | | | Originally committed as revision 8568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_strdupAlex Beregszaszi2007-03-31
| | | | Originally committed as revision 8567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove dead codeAlex Beregszaszi2007-03-31
| | | | Originally committed as revision 8566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent exit missuseMichael Niedermayer2007-03-27
| | | | Originally committed as revision 8536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-12
| | | | | | which use av_log() for logging instead of fprintf(). Originally committed as revision 8339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print codec parameters for audio tooAlex Beregszaszi2007-03-09
| | | | Originally committed as revision 8303 to svn://svn.ffmpeg.org/ffmpeg/trunk