]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/rtsp.c
Change license headers to say 'FFmpeg' instead of 'this program/this library'
[frescor/ffmpeg.git] / libavformat / rtsp.c
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