| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/librtmp: Fix build with --disable-network --enable-librtmp | Michael Niedermayer | 2015-01-23 | 1 | -0/+6 |
* | librtmp: Allow changing the socket send buffer size | Brian Brice | 2015-01-21 | 1 | -0/+8 |
* | avformat/librtmp: fix swfurl | Michael Niedermayer | 2014-11-09 | 1 | -1/+1 |
* | Merge commit '865461099e062de5a3a109c2a5be98004c11d8bd' | Michael Niedermayer | 2014-07-06 | 1 | -4/+5 |
|\ |
|
| * | librtmp: Don't free the temp url at the end of rtmp_open | Martin Storsjö | 2014-07-06 | 1 | -4/+5 |
* | | Merge commit '7d027b9d6d6290557cc5d4fc56f4b9ed630a7feb' | Michael Niedermayer | 2014-04-30 | 1 | -15/+126 |
|\| |
|
| * | librtmp: Map native options to librtmp ones when possible | Luca Barbato | 2014-04-30 | 1 | -15/+126 |
* | | avformat/librtmp: Fix memory leak if RTMP_ConnectStream() fails | Andrey Myznikov | 2014-01-14 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-04 | 1 | -26/+91 |
|\| |
|
| * | librtmp: return AVERROR_UNKNOWN instead of -1. | Anton Khirnov | 2012-06-03 | 1 | -4/+4 |
| * | librtmp: don't abuse a variable for two unrelated things. | Anton Khirnov | 2012-06-03 | 1 | -8/+8 |
| * | librtmp: add rtmp_app and rtmp_playpath private options. | Anton Khirnov | 2012-06-03 | 1 | -15/+80 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-15 | 1 | -5/+5 |
|\| |
|
| * | librtmp: Add "lib" prefix to librtmp URLProtocol declarations. | Diego Biurrun | 2012-02-14 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-06 | 1 | -0/+5 |
|\| |
|
| * | avio: Add an URLProtocol flag for indicating that a protocol uses network | Martin Storsjö | 2012-01-05 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-02 | 1 | -13/+11 |
|\| |
|
| * | proto: Use .priv_data_size to allocate the private context | Martin Storsjö | 2011-12-01 | 1 | -13/+11 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-06 | 1 | -0/+1 |
|\| |
|
| * | Add some missing mathematics.h #includes for av_rescale(). | Diego Biurrun | 2011-07-05 | 1 | -0/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -1/+1 |
|\| |
|
| * | avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols | Stefano Sabatini | 2011-04-19 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-09 | 1 | -50/+41 |
|\| |
|
| * | avio: make URLContext internal. | Anton Khirnov | 2011-04-08 | 1 | -0/+1 |
| * | lavf: use designated initializers for all protocols | Anton Khirnov | 2011-04-08 | 1 | -50/+40 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-08 | 1 | -1/+1 |
|\| |
|
| * | avio: AVIO_ prefixes for URL_ open flags. | Anton Khirnov | 2011-04-07 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -5/+5 |
* | | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 1 | -5/+5 |
|/ |
|
* | Use new librtmp APIs instead of grubbing around in RTMP struct | Howard Chu | 2010-07-01 | 1 | -6/+3 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | Declare the url_write buffer parameter as const | Martin Storsjö | 2010-06-01 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Implement librtmp seek support. | Howard Chu | 2010-04-18 | 1 | -1/+4 |
* | Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP. | Stefano Sabatini | 2010-04-18 | 1 | -1/+1 |
* | Plug librtmp logging into av_log. | Howard Chu | 2010-04-13 | 1 | -0/+17 |
* | whitespace cosmetics | Diego Biurrun | 2010-04-13 | 1 | -3/+3 |
* | Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols via | Howard Chu | 2010-03-28 | 1 | -0/+206 |