aboutsummaryrefslogtreecommitdiff
path: root/libavformat/librtmp.c
AgeCommit message (Expand)Author
2011-07-05Add some missing mathematics.h #includes for av_rescale().Diego Biurrun
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-08avio: make URLContext internal.Anton Khirnov
2011-04-08lavf: use designated initializers for all protocolsAnton Khirnov
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-07-01Use new librtmp APIs instead of grubbing around in RTMP structHoward Chu
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-01Declare the url_write buffer parameter as constMartin Storsjö
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-18Implement librtmp seek support.Howard Chu
2010-04-18Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP.Stefano Sabatini
2010-04-13Plug librtmp logging into av_log.Howard Chu
2010-04-13whitespace cosmeticsDiego Biurrun
2010-03-28Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols viaHoward Chu