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-08-15ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs
Originally committed as revision 14766 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-13strcasecmp() requires #include <strings.h>Aurelien Jacobs
Originally committed as revision 14728 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-27Do not free the priv_data field of AVStream on close (it is alreadyLuca Abeni
freed by av_close_input_stream()) Originally committed as revision 14006 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-09Use full path for #includes from another directory.Diego Biurrun
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
Originally committed as revision 13069 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-15Fix receiving from SDP with unicast destinationsLuca Abeni
Originally committed as revision 12831 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-15Remove the "multicast=" tag from UDP and RTP URLsLuca Abeni
Originally committed as revision 12830 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-04use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorgLuca Barbato
Originally committed as revision 12678 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-19Reindent after rtsp-alternate-protocol* patches.Ronald S. Bultje
Originally committed as revision 12506 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-19Change protocol_mask into protocol, since we always just try a single one perRonald S. Bultje
iteration in make_setup_request(), and cycling between the different protocols is now done in the calling function, therefore the need for a mask goes away. This also makes the function somewhat simpler to read. Discussed and approved in "[PATCH] RTSP alternate protocol 3/4". Originally committed as revision 12505 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-19Allow cycling between different protocols (TCP, UDP or multicast) so that ifRonald S. Bultje
one doesn't work, we can try the next one (i.e. trial-error protocol auto- probing). Discussed and approved in "[PATCH] RTSP alternate protocol 2-3/3". Originally committed as revision 12504 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-17Split the SETUP request into a separate function, as a prelude into allowingRonald S. Bultje
multiple SETUPs to be send to cycle protocols rather than bailing if one fails. Discussed and approved in "[PATCH] RTSP alternate protocol 1/3". Originally committed as revision 12476 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-02Drop RTSP default protocol.Ronald S. Bultje
patch by Ronald S. Bultje, rsbultje gmail com Originally committed as revision 11377 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-28Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 ReindentLuca Barbato
Originally committed as revision 11341 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-28Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng ↵Luca Barbato
support Originally committed as revision 11340 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-28Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 CommentLuca Barbato
Originally committed as revision 11339 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-29Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(),Luca Abeni
and implement the redirector format more properly. Originally committed as revision 11112 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-22Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato
patch from elupusateccedotse (missing hunk from r11072) Originally committed as revision 11076 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-21Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato
patch from elupusateccedotse Originally committed as revision 11072 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-11-16Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni
code (this is needed for supporting MPEG2 video in the RTP muxer) Originally committed as revision 11046 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-07Specify the server address when opening an rtp:// URL in rtsp.c, soRonald S. Bultje
that the correct local address can be used for binding the socket. Fixes rtsp:// URLs in ffplay on MacOS X Patch by Ronald Bultje (rsbultje at gmail dot com) Originally committed as revision 10940 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-30If local port n is not available, try n + 2 instead of continuing to bindLuca Abeni
on n (allow to receive 2 rtsp streams simultaneously with libavformat) Originally committed as revision 10876 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-08-25Use correct timescale in RTSP seekingLuca Abeni
Originally committed as revision 10222 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-16.memleak fix by Ronald Bultje. OK'd by Luca.Alex Beregszaszi
Originally committed as revision 9697 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-13rtsp multicast fix by Thijs Vermeir $1$2@gmail.comLuca Barbato
Originally committed as revision 9611 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-06Use AV_RB* macros where appropriate.Ronald S. Bultje
patch by Ronald S. Bultje, rsbultje gmail com thread: Re: [FFmpeg-devel] remove int readers date: Sat, 23 Jun 2007 09:32:12 -0400 Originally committed as revision 9499 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-06check udp_read_packet return value not to access uninitialized memoryEric Paul
patch by Eric Paul: [eric paul gmail com] original thread: [FFmpeg-devel] [PATCH] : libavformat segfault when a RTSP reading is interrupted date: 07/05/2007 03:13 PM Originally committed as revision 9492 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-24use new string functionsMåns Rullgård
based on patch by Reimar Döffinger Originally committed as revision 9401 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-22Add transport method optionsThijs Vermeir
patch by Thijs Vermeir thijs vermeir chez barco com original thread: [FFmpeg-devel] [PATCH] Add rtsp options support ( added option) Originally committed as revision 9099 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-22Add support for optionsThijs Vermeir
patch by Thijs Vermeir thijs vermeir chez barco com original thread: [FFmpeg-devel] [PATCH] Add rtsp options support ( added option) Originally committed as revision 9098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-27Don't compile RTSP_DEMUXER if not requestedAlex Beregszaszi
Originally committed as revision 8841 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-27properly compile code for REDIR_DEMUXERAlex Beregszaszi
Originally committed as revision 8840 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-26remove unused rtsp_callbackAlex Beregszaszi
Originally committed as revision 8832 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05Move unaltered rtsp.c comments to the header file.Panagiotis Issaris
Originally committed as revision 8256 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-22Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com.Marc Hoffman
Originally committed as revision 8067 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-04move networking #includes into separate fileRamiro Polla
patch by Ramiro Polla angustia =a= arrozcru =d= no-ip =d= org Originally committed as revision 7817 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-18The long awaited BeOS cleanup, phase 1François Revol
Originally committed as revision 7581 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-16remove duplicate code, patch by Ryan Martell rdm4 A martellventures P comRyan Martell
Original thread: Date: 11/15/2006 05:15 PM Subject: [Ffmpeg-devel] [PATCH] rtsp.c minor cleanup Originally committed as revision 7095 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-09get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to ↵Baptiste Coudurier
CODEC_ID_AAC where used Originally committed as revision 6954 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-07Add support for getting duration of a RTP stream (for seeking in stream)Ryan Martell
Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Nov 6, 2006 6:39 PM Subject: [Ffmpeg-devel] [PATCH] RTP/Get Duration of file (for seeking in stream) Originally committed as revision 6921 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-29fix more dynamic protocol stuff, needed by the forthcoming h264Ryan Martell
streaming patch. (Minor additions to give more information to the dynamic protocol handlers, and a slight rearrangement of code.) Patch by Ryan Martell %rdm4 A martellventures P com% Original thread: Date: Oct 29, 2006 2:30 AM Subject: Re: [Ffmpeg-devel] RTP patches & RFC Originally committed as revision 6831 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-27make ffmpeg able to send back a RTCP receiver report.Thijs
Patch by Thijs thijsvermeir A telenet P be Original thread: Date: Oct 27, 2006 12:58 PM Subject: [Ffmpeg-devel] [PATCH proposal] RTCP receiver report Originally committed as revision 6805 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-27indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %Ryan Martell
Original thread: Date: Oct 27, 2006 6:17 AM Subject: Re: [Ffmpeg-devel] RTP patches & RFC Originally committed as revision 6804 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-26Add support for H264 over RTPRyan Martell
Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Oct 9, 2006 4:55 PM Subject: [Ffmpeg-devel] RTP patches & RFC Actual committed patch: Date: Oct 26, 2006 4:29 PM Originally committed as revision 6798 to svn://svn.ffmpeg.org/ffmpeg/trunk