]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/rtsp.c
Use full path for #includes from another directory.
[frescor/ffmpeg.git] / libavformat / rtsp.c
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-06 diegoRemove unnecessary parentheses from return calls.
2008-04-15 lucabeFix receiving from SDP with unicast destinations
2008-04-15 lucabeRemove the "multicast=" tag from UDP and RTP URLs
2008-04-03 lu_zerouse FF_NETERROR to make winsock happy, patch from pross...
2008-03-19 rbultjeReindent after rtsp-alternate-protocol* patches.
2008-03-19 rbultjeChange protocol_mask into protocol, since we always...
2008-03-19 rbultjeAllow cycling between different protocols (TCP, UDP...
2008-03-17 rbultjeSplit the SETUP request into a separate function, as...
2008-01-02 diegoDrop RTSP default protocol.
2007-12-28 lu_zeroReal RTSP support, from Ronald S. Bultje rsbultje gmail...
2007-12-28 lu_zeroReal RTSP support, from Ronald S. Bultje rsbultje gmail...
2007-12-28 lu_zeroReal RTSP support, from Ronald S. Bultje rsbultje gmail...
2007-11-29 lucabeSuppress the "redirector hack" from libavformat/utils...
2007-11-22 lu_zeroMake av_read_frame with rtsp client return EINTR on...
2007-11-21 lu_zeroMake av_read_frame with rtsp client return EINTR on...
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-16 lucabeRemove the "AVRtpPayloadTypes[i].pt == i" assumption...
2007-11-07 lucabeSpecify the server address when opening an rtp:// URL...
2007-10-30 lucabeIf local port n is not available, try n + 2 instead...
2007-10-29 lucabeRemove the inclusion of rtsp.h and rtp.h from avformat...
2007-08-25 lucabeUse correct timescale in RTSP seeking
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-07-19 takisReplace all occurrances of AVERROR_NOMEM with AVERROR...
2007-07-16 alex.memleak fix by Ronald Bultje. OK'd by Luca.
2007-07-12 lu_zerortsp multicast fix by Thijs Vermeir $1$2@gmail.com
2007-07-06 diegoUse AV_RB* macros where appropriate.
2007-07-05 benoitcheck udp_read_packet return value not to access uninit...
2007-06-24 mrureplace the uses of old string functions that Reimar...
2007-06-23 mruuse new string functions
2007-05-22 benoitAdd transport method options
2007-05-22 benoitAdd support for options
2007-04-26 alexDon't compile RTSP_DEMUXER if not requested
2007-04-26 alexproperly compile code for REDIR_DEMUXER
2007-04-26 alexremove unused rtsp_callback
2007-03-05 takisMove unaltered rtsp.c comments to the header file.
2007-02-22 diegoFix compilation on Mac OS X, patch by Marc Hoffman...
2007-02-04 mrumove networking #includes into separate file
2007-01-18 mmu_manThe long awaited BeOS cleanup, phase 1
2006-11-16 gpoirierremove duplicate code, patch by Ryan Martell rdm4 A...
2006-11-09 bcoudurierget rid of CODEC_ID_MPEG4AAC after next version bump...
2006-11-06 gpoirierAdd support for getting duration of a RTP stream (for...
2006-10-29 gpoirierfix more dynamic protocol stuff, needed by the forthcom...
2006-10-27 gpoiriermake ffmpeg able to send back a RTCP receiver report.
2006-10-27 gpoirierindentation fix, patch by Ryan Martell % rdm4 A martell...
2006-10-26 gpoirierAdd support for H264 over RTP
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-06-18 diegoAdd const to (mostly) char* and make some functions...
2006-03-11 michaelsimplify AVFormatParameters NULL checks
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 michaelRTP/RTSP and MPEG4-AAC audio
2005-03-16 michaelbuffer overflow in sdp_probe() fix by (Gildas Bazin...
2004-11-13 michaelallocate a few bytes more for extradata so the bitstrea...
2004-10-11 michael100l (forgoten seeking functions)
2004-08-12 michaelHTTP Authentication Patch by (Petr Doubek <doubek at...
2004-03-20 michaelsupport url_read which reads less then requested patch...
2004-03-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-11-10 bellardinitial seek support - more generic play/pause support
2003-10-29 bellardadded MPEG2TS support in RTP, SDP and RTSP - replaced...
2003-09-08 bellardremoved ctype.h header
2003-07-24 mmu_manOSX and BeOS networking fix (socklen_t)
2003-07-17 bellardsuppressed RTSP abort hack - added PLAY/PAUSE
2003-07-15 bellardfixed RTP/TCP client support
2003-02-10 kabi* static,const,compiler warning cleanup
2002-11-25 bellardrenamed libav to libavformat