summaryrefslogtreecommitdiff
path: root/libavformat/librtmp.c
Commit message (Expand)AuthorAge
* lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
* librtmp: append the correct field to the stringVittorio Giovara2014-11-18
* librtmp: Don't free the temp url at the end of rtmp_openMartin Storsjö2014-07-06
* librtmp: Map native options to librtmp ones when possibleLuca Barbato2014-04-30
* librtmp: return AVERROR_UNKNOWN instead of -1.Anton Khirnov2012-06-03
* librtmp: don't abuse a variable for two unrelated things.Anton Khirnov2012-06-03
* librtmp: add rtmp_app and rtmp_playpath private options.Anton Khirnov2012-06-03
* librtmp: Add "lib" prefix to librtmp URLProtocol declarations.Diego Biurrun2012-02-14
* avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-05
* proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-01
* Add some missing mathematics.h #includes for av_rescale().Diego Biurrun2011-07-05
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* avio: make URLContext internal.Anton Khirnov2011-04-08
* lavf: use designated initializers for all protocolsAnton Khirnov2011-04-08
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Use new librtmp APIs instead of grubbing around in RTMP structHoward Chu2010-07-01
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-01
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Implement librtmp seek support.Howard Chu2010-04-18
* Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP.Stefano Sabatini2010-04-18
* Plug librtmp logging into av_log.Howard Chu2010-04-13
* whitespace cosmeticsDiego Biurrun2010-04-13
* Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols viaHoward Chu2010-03-28