summaryrefslogtreecommitdiffstats
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
* Do not free the priv_data field of AVStream on close (it is alreadyLuca Abeni2008-06-271-1/+0
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-3/+3
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-1/+1
* Fix receiving from SDP with unicast destinationsLuca Abeni2008-04-151-1/+2
* Remove the "multicast=" tag from UDP and RTP URLsLuca Abeni2008-04-151-2/+2
* use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorgLuca Barbato2008-04-031-1/+1
* Reindent after rtsp-alternate-protocol* patches.Ronald S. Bultje2008-03-191-4/+3
* Change protocol_mask into protocol, since we always just try a single one perRonald S. Bultje2008-03-191-7/+7
* Allow cycling between different protocols (TCP, UDP or multicast) so that ifRonald S. Bultje2008-03-191-3/+22
* Split the SETUP request into a separate function, as a prelude into allowingRonald S. Bultje2008-03-171-68/+89
* Drop RTSP default protocol.Ronald S. Bultje2008-01-021-0/+2
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 ReindentLuca Barbato2007-12-281-8/+10
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng sup...Luca Barbato2007-12-281-0/+5
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 CommentLuca Barbato2007-12-281-1/+1
* Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(),Luca Abeni2007-11-291-6/+8
* Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato2007-11-221-1/+1
* Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato2007-11-211-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-1/+1
* Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni2007-11-161-6/+2
* Specify the server address when opening an rtp:// URL in rtsp.c, soRonald S. Bultje2007-11-071-1/+1
* If local port n is not available, try n + 2 instead of continuing to bindLuca Abeni2007-10-301-1/+1
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-291-0/+1
* Use correct timescale in RTSP seekingLuca Abeni2007-08-251-1/+1
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-3/+3
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-2/+2
* .memleak fix by Ronald Bultje. OK'd by Luca.Alex Beregszaszi2007-07-161-0/+2
* rtsp multicast fix by Thijs Vermeir $1$2@gmail.comLuca Barbato2007-07-121-7/+5
* Use AV_RB* macros where appropriate.Ronald S. Bultje2007-07-061-2/+2
* check udp_read_packet return value not to access uninitialized memoryEric Paul2007-07-051-1/+1
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-241-15/+15
* use new string functionsMåns Rullgård2007-06-231-16/+17
* Add transport method optionsThijs Vermeir2007-05-221-3/+10
* Add support for optionsThijs Vermeir2007-05-221-1/+16
* Don't compile RTSP_DEMUXER if not requestedAlex Beregszaszi2007-04-261-0/+2
* properly compile code for REDIR_DEMUXERAlex Beregszaszi2007-04-261-0/+2
* remove unused rtsp_callbackAlex Beregszaszi2007-04-261-23/+0
* Move unaltered rtsp.c comments to the header file.Panagiotis Issaris2007-03-051-1/+0
* Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com.Marc Hoffman2007-02-221-0/+1
* move networking #includes into separate fileRamiro Polla2007-02-041-4/+1
* The long awaited BeOS cleanup, phase 1François Revol2007-01-181-5/+1
* remove duplicate code, patch by Ryan Martell rdm4 A martellventures P comRyan Martell2006-11-161-11/+2
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier2006-11-091-1/+1
* Add support for getting duration of a RTP stream (for seeking in stream)Ryan Martell2006-11-061-21/+34
* fix more dynamic protocol stuff, needed by the forthcoming h264Ryan Martell2006-10-291-0/+35
* make ffmpeg able to send back a RTCP receiver report.Thijs2006-10-271-5/+7
* indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %Ryan Martell2006-10-271-1/+1
* Add support for H264 over RTPRyan Martell2006-10-261-6/+35
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-11/+3
OpenPOWER on IntegriCloud