2015-11-25 |
Luca Barbato | rtsp: Log getaddrinfo failures |
blob | commitdiff | raw |
2015-04-01 |
Luca Barbato | rtsp: Add a buffer_size option |
blob | commitdiff | raw | diff to current |
2015-02-21 |
Gilles Chanteperdrix | rtsp: parse lang attribute in SDP |
blob | commitdiff | raw | diff to current |
2014-10-10 |
Luca Barbato | rtsp: Support tls-encapsulated RTSP |
blob | commitdiff | raw | diff to current |
2013-11-01 |
Martin Storsjö | rtspenc: Make sure BYE packets are sent before TEARDOWN |
blob | commitdiff | raw | diff to current |
2013-08-14 |
Martin Storsjö | sdp: Add an option for sending RTCP packets to the... |
blob | commitdiff | raw | diff to current |
2013-07-29 |
Ed Torbett | rtsp: Support RFC4570 (source specific multicast) more... |
blob | commitdiff | raw | diff to current |
2013-07-19 |
Ed Torbett | rtsp: Support multicast source filters (RFC 4570) |
blob | commitdiff | raw | diff to current |
2013-01-15 |
Martin Storsjö | rtsp: Support decryption of SRTP signalled via RFC... |
blob | commitdiff | raw | diff to current |
2013-01-08 |
Martin Storsjö | rtpdec: Support sending RTCP feedback packets |
blob | commitdiff | raw | diff to current |
2013-01-03 |
Martin Storsjö | rtsp: Add support for depacketizing RTP data via custom IO |
blob | commitdiff | raw | diff to current |
2012-10-21 |
Martin Storsjö | rtsp: Update a comment to the current filename scheme |
blob | commitdiff | raw | diff to current |
2012-10-18 |
Martin Storsjö | rtsp: Allow setting the reordering buffer size via... |
blob | commitdiff | raw | diff to current |
2012-10-18 |
Martin Storsjö | rtsp: Vertically align a constant definition |
blob | commitdiff | raw | diff to current |
2012-08-08 |
Martin Storsjö | rtsp: Support mpegts in raw udp packets |
blob | commitdiff | raw | diff to current |
2012-08-08 |
Martin Storsjö | rtsp: Support receiving plain data over UDP without... |
blob | commitdiff | raw | diff to current |
2012-07-10 |
Jordi Ortiz | rtsp: Add listen mode |
blob | commitdiff | raw | diff to current |
2012-07-10 |
Jordi Ortiz | rtsp: Make rtsp_open_transport_ctx() non-static |
blob | commitdiff | raw | diff to current |
2012-07-10 |
Jordi Ortiz | rtsp: Parse the mode=receive/record parameter in transp... |
blob | commitdiff | raw | diff to current |
2012-05-08 |
Jordi Ortiz | rtsp: Add content-type message header parsing |
blob | commitdiff | raw | diff to current |
2012-01-21 |
Martin Storsjö | rtsp: Allow specifying the UDP port range via AVOptions |
blob | commitdiff | raw | diff to current |
2012-01-20 |
Martin Storsjö | rtsp: Remove extern declarations for variables that... |
blob | commitdiff | raw | diff to current |
2011-12-12 |
Diego Biurrun | doxygen: misc consistency, spelling and wording fixes |
blob | commitdiff | raw | diff to current |
2011-11-02 |
John Brooks | rtsp: add allowed_media_types option |
blob | commitdiff | raw | diff to current |
2011-10-17 |
Martin Storsjö | rtsp: Remove the separate filter_source variable |
blob | commitdiff | raw | diff to current |
2011-10-17 |
Martin Storsjö | rtsp: Accept options via private avoptions instead... |
blob | commitdiff | raw | diff to current |
2011-10-17 |
Martin Storsjö | rtsp: Merge the AVOption lists |
blob | commitdiff | raw | diff to current |
2011-10-12 |
Martin Storsjö | rtsp: Parse the x-Accept-Dynamic-Rate header |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Diego Biurrun | rtsp: remove disabled code |
blob | commitdiff | raw | diff to current |
2011-07-14 |
Diego Biurrun | doxygen: Make sure parameter names match between .c... |
blob | commitdiff | raw | diff to current |
2011-07-03 |
Diego Biurrun | RTSP: Doxygen comment cleanup |
blob | commitdiff | raw | diff to current |
2011-06-10 |
Martin Storsjö | rtspenc: Add RTP muxer options |
blob | commitdiff | raw | diff to current |
2011-05-27 |
Anton Khirnov | rtspdec: add initial_pause private option. |
blob | commitdiff | raw | diff to current |
2011-05-11 |
Martin Storsjö | rtsp: Only do keepalive using GET_PARAMETER if the... |
blob | commitdiff | raw | diff to current |
2011-03-19 |
Mans Rullgard | Replace FFmpeg with Libav in licence headers |
blob | commitdiff | raw | diff to current |
2011-02-20 |
Anton Khirnov | avio: rename ByteIOContext to AVIOContext. |
blob | commitdiff | raw | diff to current |
2011-01-28 |
Luca Barbato | os: replace select with poll |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Diego Elio Pettenò | Make ff_rtsp_send_cmd_with_content_async static to... |
blob | commitdiff | raw | diff to current |
2011-01-24 |
Martin Storsjö | rtspdec: Retry with TCP if UDP failed |
blob | commitdiff | raw | diff to current |
2011-01-24 |
Martin Storsjo | rtsp: Split out a function undoing the setup made by... |
blob | commitdiff | raw | diff to current |
2011-01-24 |
Martin Storsjo | rtsp: Make make_setup_request a nonstatic function |
blob | commitdiff | raw | diff to current |
2011-01-06 |
Martin Storsjö | rtsp: Allow requesting of filtering of source packets |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Martin Storsjö | rtsp: Store the Content-Base header value straight... |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Martin Storsjö | rtsp: Pass the method name to ff_rtsp_parse_line |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Martin Storsjö | rtsp: Pass RTSPState to ff_rtsp_parse_line, instead... |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Martin Storsjö | rtsp: Add a method parameter to ff_rtsp_read_reply |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Martin Storsjö | rtsp: Parse and use the Content-Base reply header,... |
blob | commitdiff | raw | diff to current |
2010-10-29 |
Martin Storsjö | rtsp: Split out the RTSP demuxer functions to a separat... |
blob | commitdiff | raw | diff to current |
2010-10-29 |
Martin Storsjö | rtsp: Move rtsp_setup_output_streams into rtspenc.c |
blob | commitdiff | raw | diff to current |
2010-10-23 |
Aurelien Jacobs | drop rtsp_default_protocols which is not part of public... |
blob | commitdiff | raw | diff to current |
2010-10-08 |
Martin Storsjö | rtsp: Remove the start_time field from RTSPState, use... |
blob | commitdiff | raw | diff to current |
2010-10-01 |
Martin Storsjö | rtsp: Use a dynamically allocated receive buffer |
blob | commitdiff | raw | diff to current |
2010-09-03 |
John Wimer | Send NAT punching messages to the address specified... |
blob | commitdiff | raw | diff to current |
2010-08-29 |
Josh Allmann | rtsp: Return AVERROR_EOF when all streams have received... |
blob | commitdiff | raw | diff to current |
2010-08-25 |
Martin Storsjö | Handle IPv6 in the RTSP code |
blob | commitdiff | raw | diff to current |
2010-08-25 |
Martin Storsjö | Handle IPv6 in the SDP demuxer |
blob | commitdiff | raw | diff to current |
2010-08-09 |
Aurelien Jacobs | get rid of MAX_STREAMS limit in RTSP |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Luca Barbato | Preserve status reason |
blob | commitdiff | raw | diff to current |
2010-06-25 |
Josh Allmann | RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4... |
blob | commitdiff | raw | diff to current |
2010-06-14 |
Martin Storsjö | Cosmetics: Change connexion to connection in code comments |
blob | commitdiff | raw | diff to current |
2010-06-08 |
Josh Allmann | Add RTSP tunneling over HTTP |
blob | commitdiff | raw | diff to current |
2010-06-05 |
Martin Storsjö | Cosmetics: Reindent/align/wrap |
blob | commitdiff | raw | diff to current |
2010-06-05 |
Josh Allmann | RTSP: Propagate errors up from ff_rtsp_send_cmd* |
blob | commitdiff | raw | diff to current |
2010-06-05 |
Josh Allmann | RTSP: Add a second URLContext for outgoing messages |
blob | commitdiff | raw | diff to current |
2010-06-01 |
Ronald S. Bultje | Change default number of channels (used if unspecified... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Benoit Fouet | Replace @returns by @return. |
blob | commitdiff | raw | diff to current |
2010-03-25 |
Martin Storsjö | Actually parse the auth headers in RTSP |
blob | commitdiff | raw | diff to current |
2010-03-25 |
Martin Storsjö | Make RTSP use the generic http authentication code |
blob | commitdiff | raw | diff to current |
2010-03-25 |
Martin Storsjö | Add separate method/url parameters to the rtsp_send_cmd... |
blob | commitdiff | raw | diff to current |
2010-03-15 |
Martin Storsjö | Make rtsp_skip_packet non-static, add ff prefix |
blob | commitdiff | raw | diff to current |
2010-03-15 |
Martin Storsjö | RTSP: Synchronize the start time of the chained RTP... |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Martin Storsjö | Cosmetics: reindent |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Ronald S. Bultje | Prefix non-static RTSP functions with ff_. |
blob | commitdiff | raw | diff to current |
2010-02-22 |
Martin Storsjö | Add declarations and doxygen documentation of generic... |
blob | commitdiff | raw | diff to current |
2010-02-22 |
Martin Storsjö | Create AVFormatContext objects as private transport... |
blob | commitdiff | raw | diff to current |
2010-02-19 |
Martin Storsjö | Remove stale function declaration. |
blob | commitdiff | raw | diff to current |
2010-02-19 |
Martin Storsjö | Rename RTSP_STATE_PLAYING to _STREAMING, since that... |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Alan Steremberg | Use the control URI from the SDP (if present) rather... |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Luca Barbato | Support 3xx redirection in rtsp |
blob | commitdiff | raw | diff to current |
2009-09-17 |
Ronald S. Bultje | RTSP basic authentication, patch originally by Philip... |
blob | commitdiff | raw | diff to current |
2009-07-27 |
Ronald S. Bultje | Implement support for EOS as used by WMS and other... |
blob | commitdiff | raw | diff to current |
2009-07-27 |
Ronald S. Bultje | Implement RTSP-MS/ASF packet parsing - this completes... |
blob | commitdiff | raw | diff to current |
2009-07-19 |
Stefano Sabatini | Use globally consistent include guard names. |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Luca Barbato | Support seeking as defined by the rfc |
blob | commitdiff | raw | diff to current |
2009-06-06 |
Stefano Sabatini | Remove '\p', '\c' and '\e' doxygen markup from doxy... |
blob | commitdiff | raw | diff to current |
2009-04-15 |
Ronald S. Bultje | Send dummy requests over the TCP connection (WMS wants... |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Ronald S. Bultje | Add a @todo item to use ByteIOContext instead of URLCon... |
blob | commitdiff | raw | diff to current |
2009-03-17 |
Ronald S. Bultje | Add RTP/ASF header parsing, which is part of the SDP... |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Ronald S. Bultje | Document rtsp.h, see "[PATCH] document rtsp.h" thread. |
blob | commitdiff | raw | diff to current |
2009-02-21 |
Ronald S. Bultje | Rename RTSPHeader to RTSPMessageHeader to reflect more... |
blob | commitdiff | raw | diff to current |
2009-02-16 |
Ronald S. Bultje | Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_... |
blob | commitdiff | raw | diff to current |
2009-02-16 |
Ronald S. Bultje | Don't install rtsp.h. It is intended to be private... |
blob | commitdiff | raw | diff to current |
2009-02-06 |
Luca Abeni | Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h |
blob | commitdiff | raw | diff to current |
2009-02-05 |
Ronald S. Bultje | Rename "tx_ctx" and "cur_tx" variables to "transport_pr... |
blob | commitdiff | raw | diff to current |
2009-02-05 |
Ronald S. Bultje | Delete an enum and a function typedef that aren't used... |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Ronald S. Bultje | Move enum RTSPTransport up a bit, so that all fields... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Diego Biurrun | cosmetics: Remove pointless period after copyright... |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Ronald S. Bultje | Fix typo ("Standard-compliant" -> "Standards-compliant... |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Ronald S. Bultje | Fix doxy comments missing one '*'. |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Ronald S. Bultje | Use the "server" RTSP field to detect whether the serve... |
blob | commitdiff | raw | diff to current |
next |