| Commit message (Expand) | Author | Age | Files | Lines |
* | avio: Copy URLContext generic options into child URLContexts | Martin Storsjö | 2016-03-24 | 1 | -5/+5 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -30/+38 |
* | lavf: add a protocol whitelist/blacklist for file opened internally | Anton Khirnov | 2016-02-22 | 1 | -3/+6 |
* | urlprotocol: receive a list of protocols from the caller | Anton Khirnov | 2016-02-22 | 1 | -7/+26 |
* | rtsp: free opts dictionary on failure of getnameinfo | Ganesh Ajjanagadde | 2015-12-07 | 1 | -0/+1 |
* | rtsp: Log getaddrinfo failures | Luca Barbato | 2015-11-25 | 1 | -8/+17 |
* | rtsp: Do not assume getnameinfo cannot fail | Luca Barbato | 2015-11-25 | 1 | -2/+8 |
* | rtsp: Allow $ as interleaved packet indicator before a complete response header | Martin Storsjö | 2015-10-23 | 1 | -3/+1 |
* | rtsp: warning when max_delay reached | Eloi BAIL | 2015-09-16 | 1 | -0/+2 |
* | rtsp: Only interpret $ as interleaved packet indicator at the start of replies | Martin Storsjö | 2015-07-30 | 1 | -2/+3 |
* | rtsp: Make sure we don't write too many transport entries into a fixed-size a... | Martin Storsjö | 2015-04-24 | 1 | -0/+2 |
* | rtsp: Don't warn about unparsed time ranges | Martin Storsjö | 2015-04-23 | 1 | -5/+2 |
* | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -5/+5 |
* | rtsp: Fix unchecked return value | Himangi Saraogi | 2015-04-12 | 1 | -2/+6 |
* | rtsp: Check a malloc return value | Himangi Saraogi | 2015-04-12 | 1 | -0/+2 |
* | rtsp: Add a buffer_size option | Luca Barbato | 2015-04-01 | 1 | -9/+35 |
* | rtpdec: Rename the free method to close | Martin Storsjö | 2015-02-24 | 1 | -4/+4 |
* | libavformat: Use ffio_free_dyn_buf where applicable | Martin Storsjö | 2015-02-24 | 1 | -3/+1 |
* | rtpdec: Free depacketizers if the init function failed | Martin Storsjö | 2015-02-24 | 1 | -8/+22 |
* | rtpdec: Don't free the payload context in the .free function | Martin Storsjö | 2015-02-24 | 1 | -2/+1 |
* | rtpdec: Remove the now unused .alloc field | Martin Storsjö | 2015-02-24 | 1 | -5/+1 |
* | rtpdec: Allow allocating and freeing the private data without explicit functions | Martin Storsjö | 2015-02-24 | 1 | -3/+11 |
* | rtpdec: Allow setting the need_parsing field in RTPDynamicProtocolHandler | Martin Storsjö | 2015-02-24 | 1 | -3/+6 |
* | rtsp: Fix the indentation of a linewrapped statement | Martin Storsjö | 2015-02-24 | 1 | -1/+1 |
* | rtsp: Interpret the text media type as AVMEDIA_TYPE_DATA | Martin Storsjö | 2015-02-24 | 1 | -1/+1 |
* | rtsp: punch holes again after pause | Gilles Chanteperdrix | 2015-02-23 | 1 | -7/+0 |
* | rtsp: parse lang attribute in SDP | Gilles Chanteperdrix | 2015-02-21 | 1 | -0/+12 |
* | rtsp: check ffurl_get_file_handle() return value | Vittorio Giovara | 2014-12-18 | 1 | -0/+4 |
* | rtsp: move the CONFIG_ macros to the beginning of the check | Vittorio Giovara | 2014-12-02 | 1 | -13/+13 |
* | lavf: Use av_gettime_relative | Martin Storsjö | 2014-10-24 | 1 | -4/+4 |
* | rtsp: Check a memory allocation | Michael Lynch | 2014-10-16 | 1 | -0/+2 |
* | rtsp: Support tls-encapsulated RTSP | Luca Barbato | 2014-10-10 | 1 | -6/+18 |
* | rtsp: Clear the session id on redirects | Martin Storsjö | 2014-09-24 | 1 | -0/+1 |
* | rtsp: Support misordered fmtp rtpmap | Joshua Kordani | 2014-06-18 | 1 | -3/+16 |
* | rtsp: Factor out fmtp parsing | Luca Barbato | 2014-06-18 | 1 | -9/+18 |
* | rtpenc_chain: Don't copy the time base to the source stream by default | Martin Storsjö | 2014-05-31 | 1 | -0/+1 |
* | rtsp: suppress a incompatible pointer types warning | Vittorio Giovara | 2013-12-12 | 1 | -2/+2 |
* | rtspenc: Make sure BYE packets are sent before TEARDOWN | Martin Storsjö | 2013-11-01 | 1 | -3/+5 |
* | sdp: Add an option for sending RTCP packets to the source of the last packets | Martin Storsjö | 2013-08-14 | 1 | -3/+5 |
* | rtsp: Don't include the listen flag in the SDP demuxer flags | Martin Storsjö | 2013-08-07 | 1 | -2/+2 |
* | rtsp: Simplify code for forming the remote peer url | Martin Storsjö | 2013-08-01 | 1 | -8/+5 |
* | rtpproto: Move rtpproto specific function declarations to a separate header | Martin Storsjö | 2013-07-31 | 1 | -0/+1 |
* | rtsp: Support RFC4570 (source specific multicast) more properly. | Ed Torbett | 2013-07-29 | 1 | -10/+91 |
* | rtsp: Support multicast source filters (RFC 4570) | Ed Torbett | 2013-07-19 | 1 | -0/+18 |
* | rtsp: Include an User-Agent header field in all requests | Martin Storsjö | 2013-07-14 | 1 | -0/+1 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -2/+0 |
* | avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate | Diego Biurrun | 2013-05-04 | 1 | -1/+1 |
* | avformat: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -9/+9 |
* | lavf: Use RTP_MAX_PACKET_LENGTH instead of 1500 | Andrew Van Til | 2013-04-09 | 1 | -1/+1 |
* | rtpdec: Split mpegts parsing to a normal depacketizer | Martin Storsjö | 2013-01-20 | 1 | -3/+13 |