summaryrefslogtreecommitdiff
path: root/libavformat/librtmp.c
Commit message (Expand)AuthorAgeFilesLines
* librtmp: use AVBPrint instead of char *Tristan Matthews2022-04-191-91/+33
* avformat/librtmp: fix returning EOF from Read/WriteTimo Rothenpieler2018-07-281-2/+8
* avformat/librtmp: check return value of setsockoptTimo Rothenpieler2017-06-131-1/+4
* librtmp: Avoid an infiniloop setting connection argumentsLuca Barbato2016-07-261-0/+2
* Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-291-5/+5
|\
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-221-5/+5
| * librtmp: append the correct field to the stringVittorio Giovara2014-11-181-1/+1
* | avformat/librtmp: Fix build with --disable-network --enable-librtmpMichael Niedermayer2015-01-231-0/+6
* | librtmp: Allow changing the socket send buffer sizeBrian Brice2015-01-211-0/+8
* | avformat/librtmp: fix swfurlMichael Niedermayer2014-11-091-1/+1
* | Merge commit '865461099e062de5a3a109c2a5be98004c11d8bd'Michael Niedermayer2014-07-061-4/+5
|\ \ | |/
| * librtmp: Don't free the temp url at the end of rtmp_openMartin Storsjö2014-07-061-4/+5
* | Merge commit '7d027b9d6d6290557cc5d4fc56f4b9ed630a7feb'Michael Niedermayer2014-04-301-15/+126
|\ \ | |/
| * librtmp: Map native options to librtmp ones when possibleLuca Barbato2014-04-301-15/+126
* | avformat/librtmp: Fix memory leak if RTMP_ConnectStream() failsAndrey Myznikov2014-01-141-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-041-26/+91
|\ \ | |/
| * librtmp: return AVERROR_UNKNOWN instead of -1.Anton Khirnov2012-06-031-4/+4
| * librtmp: don't abuse a variable for two unrelated things.Anton Khirnov2012-06-031-8/+8
| * librtmp: add rtmp_app and rtmp_playpath private options.Anton Khirnov2012-06-031-15/+80
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-151-5/+5
|\ \ | |/
| * librtmp: Add "lib" prefix to librtmp URLProtocol declarations.Diego Biurrun2012-02-141-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-061-0/+5
|\ \ | |/
| * avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-051-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-021-13/+11
|\ \ | |/
| * proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-011-13/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-061-0/+1
|\ \ | |/
| * Add some missing mathematics.h #includes for av_rescale().Diego Biurrun2011-07-051-0/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-1/+1
|\ \ | |/
| * avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-091-50/+41
|\ \ | |/
| * avio: make URLContext internal.Anton Khirnov2011-04-081-0/+1
| * lavf: use designated initializers for all protocolsAnton Khirnov2011-04-081-50/+40
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-081-1/+1
|\ \ | |/
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-5/+5
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-5/+5
|/
* Use new librtmp APIs instead of grubbing around in RTMP structHoward Chu2010-07-011-6/+3
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-011-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Implement librtmp seek support.Howard Chu2010-04-181-1/+4
* Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP.Stefano Sabatini2010-04-181-1/+1
* Plug librtmp logging into av_log.Howard Chu2010-04-131-0/+17
* whitespace cosmeticsDiego Biurrun2010-04-131-3/+3
* Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols viaHoward Chu2010-03-281-0/+206