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
2011-07-05
Add some missing mathematics.h #includes for av_rescale().
Diego Biurrun
2011-04-19
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-08
avio: make URLContext internal.
Anton Khirnov
2011-04-08
lavf: use designated initializers for all protocols
Anton Khirnov
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-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