| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Support seeking as defined by the rfc | Luca Barbato | 2009-06-10 | 1 | -0/+1 |
* | Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should | Stefano Sabatini | 2009-06-06 | 1 | -1/+1 |
* | Send dummy requests over the TCP connection (WMS wants GET_PARAMETER, | Ronald S. Bultje | 2009-04-15 | 1 | -0/+18 |
* | Add a @todo item to use ByteIOContext instead of URLContext at some point in | Ronald S. Bultje | 2009-03-21 | 1 | -0/+2 |
* | Add RTP/ASF header parsing, which is part of the SDP of these streams. See | Ronald S. Bultje | 2009-03-17 | 1 | -0/+6 |
* | Document rtsp.h, see "[PATCH] document rtsp.h" thread. | Ronald S. Bultje | 2009-02-26 | 1 | -30/+172 |
* | Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the | Ronald S. Bultje | 2009-02-21 | 1 | -3/+3 |
* | Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH] | Ronald S. Bultje | 2009-02-16 | 1 | -3/+3 |
* | Don't install rtsp.h. It is intended to be private, it depends on rtp code | Ronald S. Bultje | 2009-02-16 | 1 | -3/+0 |
* | Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h | Luca Abeni | 2009-02-06 | 1 | -1/+1 |
* | Rename "tx_ctx" and "cur_tx" variables to "transport_priv" and | Ronald S. Bultje | 2009-02-05 | 1 | -2/+2 |
* | Delete an enum and a function typedef that aren't used anywhere, and | Ronald S. Bultje | 2009-02-05 | 1 | -18/+0 |
* | Move enum RTSPTransport up a bit, so that all fields that are assigned a value | Ronald S. Bultje | 2009-02-04 | 1 | -7/+7 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by | Ronald S. Bultje | 2009-01-07 | 1 | -1/+1 |
* | Fix doxy comments missing one '*'. | Ronald S. Bultje | 2009-01-07 | 1 | -3/+3 |
* | Use the "server" RTSP field to detect whether the server that we're talking | Ronald S. Bultje | 2009-01-07 | 1 | -0/+2 |
* | Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows future | Ronald S. Bultje | 2009-01-07 | 1 | -0/+60 |
* | Implement a RTSPTransport field, which allows proper separation of server | Ronald S. Bultje | 2008-09-30 | 1 | -0/+1 |
* | Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us | Ronald S. Bultje | 2008-09-30 | 1 | -6/+6 |
* | Read RealChallenge1 field from the server. | Ronald S. Bultje | 2008-08-31 | 1 | -0/+1 |
* | Revert back to old version (r15103). | Ronald S. Bultje | 2008-08-31 | 1 | -4/+3 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch" | Ronald S. Bultje | 2008-08-31 | 1 | -0/+1 |
* | Allow cycling between different protocols (TCP, UDP or multicast) so that if | Ronald S. Bultje | 2008-03-19 | 1 | -0/+4 |
* | Drop RTSP default protocol. | Ronald S. Bultje | 2008-01-02 | 1 | -0/+2 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | rtp and rtsp demuxer declarations are not part of public API | Aurelien Jacobs | 2007-09-10 | 1 | -1/+0 |
* | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 1 | -0/+2 |
* | remove unused rtsp_callback | Alex Beregszaszi | 2007-04-26 | 1 | -4/+0 |
* | Make rtsp_set_callback() comments available to Doxygen | Panagiotis Issaris | 2007-03-05 | 1 | -1/+1 |
* | Move unaltered rtsp.c comments to the header file. | Panagiotis Issaris | 2007-03-05 | 1 | -0/+1 |
* | Doxygenize comments in rtsp.h | Panagiotis Issaris | 2007-03-05 | 1 | -10/+10 |
* | Convert macro+enum into a simple enum: Currently the enum was filled using a | Panagiotis Issaris | 2007-03-05 | 1 | -5/+0 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -2/+2 |
* | RTP/RTSP and MPEG4-AAC audio | Romain Degez | 2005-05-26 | 1 | -0/+4 |
* | initial seek support - more generic play/pause support | Fabrice Bellard | 2003-11-10 | 1 | -0/+2 |
* | suppressed RTSP abort hack - added PLAY/PAUSE | Fabrice Bellard | 2003-07-17 | 1 | -1/+5 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -2/+2 |
* | renamed libav to libavformat | Fabrice Bellard | 2002-11-25 | 1 | -0/+86 |