]> git.sesse.net Git - ffmpeg/history - libavformat/librtmp.c
avutil: Add missing test programs to Makefile.
[ffmpeg] / libavformat / librtmp.c
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...