summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAge
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* Fix receiving from SDP with unicast destinationsLuca Abeni2008-04-15
* Remove the "multicast=" tag from UDP and RTP URLsLuca Abeni2008-04-15
* use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorgLuca Barbato2008-04-03
* Reindent after rtsp-alternate-protocol* patches.Ronald S. Bultje2008-03-19
* Change protocol_mask into protocol, since we always just try a single one perRonald S. Bultje2008-03-19
* Allow cycling between different protocols (TCP, UDP or multicast) so that ifRonald S. Bultje2008-03-19
* Split the SETUP request into a separate function, as a prelude into allowingRonald S. Bultje2008-03-17
* Drop RTSP default protocol.Ronald S. Bultje2008-01-02
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 ReindentLuca Barbato2007-12-28
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng sup...Luca Barbato2007-12-28
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 CommentLuca Barbato2007-12-28
* Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(),Luca Abeni2007-11-29
* Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato2007-11-22
* Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato2007-11-21
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni2007-11-16
* Specify the server address when opening an rtp:// URL in rtsp.c, soRonald S. Bultje2007-11-07
* If local port n is not available, try n + 2 instead of continuing to bindLuca Abeni2007-10-30
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-29
* Use correct timescale in RTSP seekingLuca Abeni2007-08-25
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* .memleak fix by Ronald Bultje. OK'd by Luca.Alex Beregszaszi2007-07-16
* rtsp multicast fix by Thijs Vermeir $1$2@gmail.comLuca Barbato2007-07-12
* Use AV_RB* macros where appropriate.Ronald S. Bultje2007-07-06
* check udp_read_packet return value not to access uninitialized memoryEric Paul2007-07-05
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
* use new string functionsMåns Rullgård2007-06-23
* Add transport method optionsThijs Vermeir2007-05-22
* Add support for optionsThijs Vermeir2007-05-22
* Don't compile RTSP_DEMUXER if not requestedAlex Beregszaszi2007-04-26
* properly compile code for REDIR_DEMUXERAlex Beregszaszi2007-04-26
* remove unused rtsp_callbackAlex Beregszaszi2007-04-26
* Move unaltered rtsp.c comments to the header file.Panagiotis Issaris2007-03-05
* Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com.Marc Hoffman2007-02-22
* move networking #includes into separate fileRamiro Polla2007-02-04
* The long awaited BeOS cleanup, phase 1François Revol2007-01-18
* remove duplicate code, patch by Ryan Martell rdm4 A martellventures P comRyan Martell2006-11-16
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier2006-11-09
* Add support for getting duration of a RTP stream (for seeking in stream)Ryan Martell2006-11-06
* fix more dynamic protocol stuff, needed by the forthcoming h264Ryan Martell2006-10-29
* make ffmpeg able to send back a RTCP receiver report.Thijs2006-10-27
* indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %Ryan Martell2006-10-27
* Add support for H264 over RTPRyan Martell2006-10-26
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-11