summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.h
Commit message (Collapse)AuthorAge
...
* Drop RTSP default protocol.Ronald S. Bultje2008-01-02
| | | | | | patch by Ronald S. Bultje, rsbultje gmail com Originally committed as revision 11377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs2007-09-10
| | | | Originally committed as revision 10474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include all prerequisites in header filesMåns Rullgård2007-06-16
| | | | Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused rtsp_callbackAlex Beregszaszi2007-04-26
| | | | Originally committed as revision 8832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make rtsp_set_callback() comments available to DoxygenPanagiotis Issaris2007-03-05
| | | | Originally committed as revision 8257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move unaltered rtsp.c comments to the header file.Panagiotis Issaris2007-03-05
| | | | Originally committed as revision 8256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize comments in rtsp.hPanagiotis Issaris2007-03-05
| | | | Originally committed as revision 8255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert macro+enum into a simple enum: Currently the enum was filled using aPanagiotis Issaris2007-03-05
| | | | | | | | | macro that also contained a description for every field, but, that description was not being used anywhere. This changes it, to make the description available as a Doxygen comment. Furthermore, it is now easily parsable by Doxygen, while before it messed up the documentation. Originally committed as revision 8254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTP/RTSP and MPEG4-AAC audioRomain Degez2005-05-26
| | | | | | | | | | - preliminary support for mpeg4-aac rtp payload (no interleaving support) - use udp transport as default (makes more sense with rtp, doesn't it ?) - some code factorization, so adding support for new rtp payload will be easier (I hope ;-) patch by (Romain DEGEZ: romain degez, smartjog com) Originally committed as revision 4306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial seek support - more generic play/pause supportFabrice Bellard2003-11-10
| | | | Originally committed as revision 2495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed RTSP abort hack - added PLAY/PAUSEFabrice Bellard2003-07-17
| | | | Originally committed as revision 2060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-25
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk