| Commit message (Expand) | Author | Age | Files | Lines |
* | avio: Copy URLContext generic options into child URLContexts | Martin Storsjö | 2016-03-24 | 1 | -2/+2 |
* | lavf: add a protocol whitelist/blacklist for file opened internally | Anton Khirnov | 2016-02-22 | 1 | -1/+2 |
* | urlprotocol: receive a list of protocols from the caller | Anton Khirnov | 2016-02-22 | 1 | -2/+8 |
* | rtsp: Log getaddrinfo failures | Luca Barbato | 2015-11-25 | 1 | -1/+1 |
* | lavf: split tls.c | wm4 | 2015-05-26 | 1 | -0/+1 |
* | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -6/+6 |
* | rtsp: Add a buffer_size option | Luca Barbato | 2015-04-01 | 1 | -1/+6 |
* | rtsp: punch holes again after pause | Gilles Chanteperdrix | 2015-02-23 | 1 | -0/+12 |
* | rtspdec: Consistently use rtsp_hd_out for writing | Martin Storsjö | 2015-01-23 | 1 | -1/+1 |
* | lavf: Use av_gettime_relative | Martin Storsjö | 2014-10-24 | 1 | -1/+1 |
* | rtsp: Add rtsps to the probe | Luca Barbato | 2014-10-10 | 1 | -1/+5 |
* | rtsp: Support tls when in listen mode | Luca Barbato | 2014-10-10 | 1 | -6/+13 |
* | rtsp: Check for command strings without spaces | Luca Barbato | 2014-10-10 | 1 | -0/+4 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | rtspdec: Fix keep-alive request for ACTi cameras | Rumin Sam | 2013-12-11 | 1 | -1/+1 |
* | rtspenc: Make sure BYE packets are sent before TEARDOWN | Martin Storsjö | 2013-11-01 | 1 | -1/+1 |
* | rtpproto: Move rtpproto specific function declarations to a separate header | Martin Storsjö | 2013-07-31 | 1 | -0/+1 |
* | rtspdec: Set the default port for listen mode, if none is specified | Martin Storsjö | 2012-10-12 | 1 | -0/+4 |
* | rtspdec: Fix use of uninitialized byte | Michael Niedermayer | 2012-10-12 | 1 | -2/+2 |
* | rtspdec: use av_strlcpy for writing into fixed size buffer | Janne Grunau | 2012-10-09 | 1 | -1/+1 |
* | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | Add missing libavutil/time.h includes. | Anton Khirnov | 2012-07-28 | 1 | -0/+1 |
* | rtsp: Add listen mode | Jordi Ortiz | 2012-07-10 | 1 | -29/+544 |
* | rtsp: Move rtsp_read_close | Jordi Ortiz | 2012-07-10 | 1 | -14/+14 |
* | rtsp: Don't use av_malloc(0) if there are no streams | Martin Storsjö | 2012-04-08 | 1 | -2/+3 |
* | cosmetics: Align some AVInput/OutputFormat declarations | Martin Storsjö | 2012-03-19 | 1 | -4/+4 |
* | rtsp: Resend new keepalive commands if they used stale auth | Martin Storsjö | 2012-03-13 | 1 | -1/+6 |
* | rtsp: Make rtsp_demuxer_class static | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -2/+1 |
* | rtpdec: unwrap RTP timestamps for PTS calculation | John Brooks | 2011-11-18 | 1 | -0/+2 |
* | rtsp: Merge the AVOption lists | Martin Storsjö | 2011-10-17 | 1 | -7/+1 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -1/+1 |
* | lavf,lavd: remove all usage of AVFormatParameters from demuxers. | Anton Khirnov | 2011-08-15 | 1 | -5/+0 |
* | rtsp: remove disabled code | Diego Biurrun | 2011-07-18 | 1 | -6/+0 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -8/+8 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG. | Diego Biurrun | 2011-06-07 | 1 | -7/+0 |
* | rtspdec: add initial_pause private option. | Anton Khirnov | 2011-05-27 | 1 | -1/+20 |
* | rtsp: Only do keepalive using GET_PARAMETER if the server supports it | Martin Storsjö | 2011-05-11 | 1 | -1/+3 |
* | avio: make url_read_complete() internal. | Anton Khirnov | 2011-04-04 | 1 | -2/+3 |
* | rtsp: Use GET_PARAMETER for keep-alive for generic RTSP servers | Martin Storsjö | 2011-03-30 | 1 | -1/+1 |
* | Do not use format string "%0.3f" for RTSP Range field. | Carl Eugen Hoyos | 2011-03-22 | 1 | -2/+3 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: rename url_fopen/fclose -> avio_open/close. | Anton Khirnov | 2011-02-23 | 1 | -1/+1 |
* | libavformat: Remove FF_NETERRNO() | Martin Storsjö | 2011-02-23 | 1 | -1/+1 |
* | rtsp/rdt: Assign the RTSPStream index to AVStream->id | Martin Storsjö | 2011-02-11 | 1 | -1/+1 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -2/+2 |
* | rtsp: make ff_sdp_parse return value forwarded | Luca Barbato | 2011-01-28 | 1 | -1/+1 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | rtspdec: Retry with TCP if UDP failed | Martin Storsjö | 2011-01-24 | 1 | -1/+40 |