index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
librtmp.c
Age
Commit message (
Expand
)
Author
2018-07-28
avformat/librtmp: fix returning EOF from Read/Write
Timo Rothenpieler
2017-06-13
avformat/librtmp: check return value of setsockopt
Timo Rothenpieler
2016-07-26
librtmp: Avoid an infiniloop setting connection arguments
Luca Barbato
2016-02-29
Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'
Derek Buitenhuis
2016-02-22
lavf: reorganize URLProtocols
Anton Khirnov
2015-01-23
avformat/librtmp: Fix build with --disable-network --enable-librtmp
Michael Niedermayer
2015-01-21
librtmp: Allow changing the socket send buffer size
Brian Brice
2014-11-18
librtmp: append the correct field to the string
Vittorio Giovara
2014-11-09
avformat/librtmp: fix swfurl
Michael Niedermayer
2014-07-06
Merge commit '865461099e062de5a3a109c2a5be98004c11d8bd'
Michael Niedermayer
2014-07-06
librtmp: Don't free the temp url at the end of rtmp_open
Martin Storsjö
2014-04-30
Merge commit '7d027b9d6d6290557cc5d4fc56f4b9ed630a7feb'
Michael Niedermayer
2014-04-30
librtmp: Map native options to librtmp ones when possible
Luca Barbato
2014-01-14
avformat/librtmp: Fix memory leak if RTMP_ConnectStream() fails
Andrey Myznikov
2012-06-04
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-03
librtmp: return AVERROR_UNKNOWN instead of -1.
Anton Khirnov
2012-06-03
librtmp: don't abuse a variable for two unrelated things.
Anton Khirnov
2012-06-03
librtmp: add rtmp_app and rtmp_playpath private options.
Anton Khirnov
2012-02-15
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-14
librtmp: Add "lib" prefix to librtmp URLProtocol declarations.
Diego Biurrun
2012-01-06
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-05
avio: Add an URLProtocol flag for indicating that a protocol uses network
Martin Storsjö
2011-12-02
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-01
proto: Use .priv_data_size to allocate the private context
Martin Storsjö
2011-07-06
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-05
Add some missing mathematics.h #includes for av_rescale().
Diego Biurrun
2011-04-20
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-19
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-09
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-08
avio: make URLContext internal.
Anton Khirnov
2011-04-08
lavf: use designated initializers for all protocols
Anton Khirnov
2011-04-08
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-07
avio: AVIO_ prefixes for URL_ open flags.
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-28
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2010-07-01
Use new librtmp APIs instead of grubbing around in RTMP struct
Howard Chu
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-06-01
Declare the url_write buffer parameter as const
Martin Storsjö
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-18
Implement librtmp seek support.
Howard Chu
2010-04-18
Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP.
Stefano Sabatini
2010-04-13
Plug librtmp logging into av_log.
Howard Chu
2010-04-13
whitespace cosmetics
Diego Biurrun
2010-03-28
Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols via
Howard Chu