]> git.sesse.net Git - ffmpeg/history - libavformat/librtmp.c
libfdk-aacdec: Bump the max number of channels to 8
[ffmpeg] / libavformat / librtmp.c
2014-11-17 Vittorio Giovaralibrtmp: append the correct field to the string
2014-07-06 Martin Storsjölibrtmp: Don't free the temp url at the end of rtmp_open
2014-04-30 Luca Barbatolibrtmp: Map native options to librtmp ones when possible
2012-06-03 Anton Khirnovlibrtmp: return AVERROR_UNKNOWN instead of -1.
2012-06-03 Anton Khirnovlibrtmp: don't abuse a variable for two unrelated things.
2012-06-03 Anton Khirnovlibrtmp: add rtmp_app and rtmp_playpath private options.
2012-02-14 Diego Biurrunlibrtmp: Add "lib" prefix to librtmp URLProtocol declar...
2012-01-05 Martin Storsjöavio: Add an URLProtocol flag for indicating that a...
2011-12-01 Martin Storsjöproto: Use .priv_data_size to allocate the private...
2011-07-05 Diego BiurrunAdd some missing mathematics.h #includes for av_rescale().
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-08 Anton Khirnovavio: make URLContext internal.
2011-04-08 Anton Khirnovlavf: use designated initializers for all protocols
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-07-01 Howard ChuUse new librtmp APIs instead of grubbing around in...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-01 Martin StorsjöDeclare the url_write buffer parameter as const
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-18 Howard ChuImplement librtmp seek support.
2010-04-18 Stefano SabatiniPrefer AVERROR(ENOSYS) over AVERROR_NOTSUPP.
2010-04-13 Howard ChuPlug librtmp logging into av_log.
2010-04-13 Diego Biurrunwhitespace cosmetics
2010-03-28 Howard ChuImplement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS...