summaryrefslogtreecommitdiffstats
path: root/libavformat/librtmp.c
Commit message (Expand)AuthorAgeFilesLines
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-1/+1
* avio: make URLContext internal.Anton Khirnov2011-04-081-0/+1
* lavf: use designated initializers for all protocolsAnton Khirnov2011-04-081-50/+40
* 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
* 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
OpenPOWER on IntegriCloud