]> git.sesse.net Git - ffmpeg/history - libavformat/rtsp.c
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
[ffmpeg] / libavformat / rtsp.c
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-07-16 Alex Beregszaszi.memleak fix by Ronald Bultje. OK'd by Luca.
2007-07-12 Luca Barbatortsp multicast fix by Thijs Vermeir $1$2@gmail.com
2007-07-06 Ronald S. BultjeUse AV_RB* macros where appropriate.
2007-07-05 Eric Paulcheck udp_read_packet return value not to access uninit...
2007-06-24 Måns Rullgårdreplace the uses of old string functions that Reimar...
2007-06-23 Måns Rullgårduse new string functions
2007-05-22 Thijs VermeirAdd transport method options
2007-05-22 Thijs VermeirAdd support for options
2007-04-26 Alex BeregszasziDon't compile RTSP_DEMUXER if not requested
2007-04-26 Alex Beregszasziproperly compile code for REDIR_DEMUXER
2007-04-26 Alex Beregszasziremove unused rtsp_callback
2007-03-05 Panagiotis IssarisMove unaltered rtsp.c comments to the header file.
2007-02-22 Marc HoffmanFix compilation on Mac OS X, patch by Marc Hoffman...
2007-02-04 Ramiro Pollamove networking #includes into separate file
2007-01-18 François RevolThe long awaited BeOS cleanup, phase 1
2006-11-16 Ryan Martellremove duplicate code, patch by Ryan Martell rdm4 A...
2006-11-09 Baptiste Coudurierget rid of CODEC_ID_MPEG4AAC after next version bump...
2006-11-06 Ryan MartellAdd support for getting duration of a RTP stream (for...
2006-10-29 Ryan Martellfix more dynamic protocol stuff, needed by the forthcom...
2006-10-27 Thijsmake ffmpeg able to send back a RTCP receiver report.
2006-10-27 Ryan Martellindentation fix, patch by Ryan Martell % rdm4 A martell...
2006-10-26 Ryan MartellAdd support for H264 over RTP
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-18 Stefan HuehnerAdd const to (mostly) char* and make some functions...
2006-03-11 Michael Niedermayersimplify AVFormatParameters NULL checks
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 Romain DegezRTP/RTSP and MPEG4-AAC audio
2005-03-16 Michael Niedermayerbuffer overflow in sdp_probe() fix by (Gildas Bazin...
2004-11-13 Michael Niedermayerallocate a few bytes more for extradata so the bitstrea...
2004-10-11 Michael Niedermayer100l (forgoten seeking functions)
2004-08-12 Petr DoubekHTTP Authentication Patch by (Petr Doubek <doubek at...
2004-03-20 Leon van Stuivenbergsupport url_read which reads less then requested patch...
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-11-10 Fabrice Bellardinitial seek support - more generic play/pause support
2003-10-29 Fabrice Bellardadded MPEG2TS support in RTP, SDP and RTSP - replaced...
2003-09-08 Fabrice Bellardremoved ctype.h header
2003-07-24 François RevolOSX and BeOS networking fix (socklen_t)
2003-07-17 Fabrice Bellardsuppressed RTSP abort hack - added PLAY/PAUSE
2003-07-15 Fabrice Bellardfixed RTP/TCP client support
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2002-11-25 Fabrice Bellardrenamed libav to libavformat