February 26, 2009
View 26d6b3e

Document rtsp.h, see "[PATCH] document rtsp.h" thread.

Ronald S. Bultje authored on 2009/02/26 23:15:41
February 22, 2009
View a9e534d

Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the structure is meant to represent. See "[PATCH] rtsp.[ch]: RTSPHeader -> RTSPServerResponse" and "[PATCH] document rtsp.h" threads on ML.

Ronald S. Bultje authored on 2009/02/22 07:26:44
February 17, 2009
View 2a1d51c

Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH] document rtsp.h" mailinglist thread.

Ronald S. Bultje authored on 2009/02/17 01:27:35
View 3b0fc60

Don't install rtsp.h. It is intended to be private, it depends on rtp code which isn't installed anyway (so it doesn't work).

Ronald S. Bultje authored on 2009/02/17 01:24:01
February 6, 2009
View 302879c

Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h

Luca Abeni authored on 2009/02/06 19:35:52
View 0a861b6

Rename "tx_ctx" and "cur_tx" variables to "transport_priv" and "cur_transport_priv", as discussed in the "[PATCH] rtsp.h: rename tx variables" thread.

Ronald S. Bultje authored on 2009/02/06 07:34:55
View b516ecd

Delete an enum and a function typedef that aren't used anywhere, and move move a struct/typedef in rtsp.h that is only used in ffserver.c into ffserver.c. See "[PATCH] rtsp.h: move/remove unused thingies" thread on ML.

Ronald S. Bultje authored on 2009/02/06 02:00:10
February 5, 2009
View 1262d63

Move enum RTSPTransport up a bit, so that all fields that are assigned a value of this type can be properly attributed as such (in this case, transport in the RTSPTransportField struct). See "[PATCH] RTSP-MS 10/15: ASF header parsing" thread on mailinglist.

Ronald S. Bultje authored on 2009/02/05 02:17:20
January 20, 2009
View 406792e

cosmetics: Remove pointless period after copyright statement non-sentences.

Diego Biurrun authored on 2009/01/20 00:46:40
January 8, 2009
View 6e5f27c

Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by Diego.

Ronald S. Bultje authored on 2009/01/08 01:01:15
View 70d4b8c

Fix doxy comments missing one '*'.

Ronald S. Bultje authored on 2009/01/08 00:13:27
January 7, 2009
View 7a86baf

Use the "server" RTSP field to detect whether the server that we're talking to is a Microsoft Windows Media Server (the field will be "WMServer/version"). See "[PATCH] RTSP-MS 3/15: Add Windows Media Server type" thread on mailinglist.

Ronald S. Bultje authored on 2009/01/07 23:55:47
View 74272b1

Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows future access to these structures in functions that will be located in rtp_asf.c. See "[PATCH] RTSP-MS 2/15: export RTSPState and RTSPStream" mailinglist thread.

Ronald S. Bultje authored on 2009/01/07 23:53:04
September 30, 2008
View 119b466

Implement a RTSPTransport field, which allows proper separation of server types and their non-standard extensions, and the data they serve. Practically, this patch allows Real servers to serve normal non-RDT (standard RTP) data. See discussion on ML in "Realmedia patch" thread.

Ronald S. Bultje authored on 2008/09/30 22:26:20
View 90abbdb

Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us that it only describes the lower-level transport (TCP vs. UDP) and not the actual data layout (e.g. RDT vs. RTP). See discussion in "Realmedia patch" thread on ML.

Ronald S. Bultje authored on 2008/09/30 22:18:41