Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-13Include poll.h instead of sys/poll.hLuca Abeni
2008-02-02non-const 2nd parameter for strtol/strtodAurelien Jacobs
2007-12-21comment typo fixesDiego Biurrun
2007-12-20pb->buf_end is already set by url_open_buf()Aurelien Jacobs
2007-12-12avoid using first_avcodecMichael Niedermayer
2007-12-01stupid code (casting of void*) found by checktree.shMichael Niedermayer
2007-11-27Add #include "os_support.h" to restore OS/2 support.Dave Yeo
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-10-29Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni
2007-09-30Remove redundant banner output from ffserver.Stefano Sabatini
2007-09-28Make ffserver show a banner at startup.Stefano Sabatini
2007-09-27Implement common show version and banner.Stefano Sabatini
2007-09-19Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini
2007-09-17Fix an ffserver crash when a non-existing rtsp: url is requestedLuca Abeni
2007-09-17Use AVFMT_FLAG_GENPTS for the input file (the RTP output format needs all theLuca Abeni
2007-09-11rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs
2007-08-22Make ffserver use cmdutils.c show_license functionStefano Sabatini
2007-08-20Call av_find_stream_info() immediately after opening an input file.Luca Abeni
2007-08-20Use avf_sdp_create() in ffserverLuca Abeni
2007-08-13Make ffserver -h exit 0.Stefano Sabatini
2007-08-11Make show-license exit 0.Stefano Sabatini
2007-08-09use proper closesocket definesAlex Beregszaszi
2007-08-08cosmetic: remove a huge number of useless bracesAlex Beregszaszi
2007-08-08cosmetic: simplify some constructsAlex Beregszaszi
2007-08-08cosmetic: extra spaceAlex Beregszaszi
2007-08-08cosmetic: indentationAlex Beregszaszi
2007-08-08cosmetic: remove extra parenthesisAlex Beregszaszi
2007-07-1310l to Benoit, poll.h is already included below, and this broke compilation o...Alex Beregszaszi
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-07-02to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje
2007-06-24replace the uses of old string functions that Reimar missedMåns Rullgård
2007-06-18replace calls to deprecated parsing functions to calls to new onesStefano Sabatini
2007-06-12misc spelling fixesDiego Biurrun
2007-06-10Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun
2007-04-27implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi
2007-04-27use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi
2007-04-27use network.h instead network includesAlex Beregszaszi
2007-04-26cosmetics: Remove trailing whitespace and tabs.Diego Biurrun
2007-04-26use resolve_host in acl handlign too, simplificates the codeAlex Beregszaszi
2007-04-26make the last globals staticAlex Beregszaszi
2007-04-26support for hostnames instead ip addresses in ffserver conf (using resolve_ho...Alex Beregszaszi
2007-04-24Fix ffserver crash when closing the second RTP sessionLuca Abeni
2007-04-22check ip port range from configAlex Beregszaszi
2007-04-22simplificateAlex Beregszaszi
2007-04-22use av_strdup instead malloc/strcpyAlex Beregszaszi
2007-04-22fixed InputFormat option, which was never workingAlex Beregszaszi
2007-04-22remove useless code, file removal is handled elsewhereAlex Beregszaszi
2007-04-19Fix an use-after-free bugLuca Abeni
2007-04-19Remove unused callbacks from ffserverLuca Abeni
2007-04-10Fix the poll() loop (ret == 0 means that a timeout expired, so it must beLuca Abeni