summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAge
* 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
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* RTP/RTSP and MPEG4-AAC audioRomain Degez2005-05-26
* buffer overflow in sdp_probe() fix by (Gildas Bazin )gbazin altern org)Michael Niedermayer2005-03-16
* allocate a few bytes more for extradata so the bitstream reader if its used b...Michael Niedermayer2004-11-13
* 100l (forgoten seeking functions)Michael Niedermayer2004-10-11
* HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d...Petr Doubek2004-08-12
* support url_read which reads less then requested patch by (Leon van Stuivenbe...Leon van Stuivenberg2004-03-20
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
* initial seek support - more generic play/pause supportFabrice Bellard2003-11-10
* added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a spe...Fabrice Bellard2003-10-29
* removed ctype.h headerFabrice Bellard2003-09-08
* OSX and BeOS networking fix (socklen_t)François Revol2003-07-24
* suppressed RTSP abort hack - added PLAY/PAUSEFabrice Bellard2003-07-17
* fixed RTP/TCP client supportFabrice Bellard2003-07-15
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
* renamed libav to libavformatFabrice Bellard2002-11-25