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