Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-19librtmp: use AVBPrint instead of char *Tristan Matthews
2018-07-28avformat/librtmp: fix returning EOF from Read/WriteTimo Rothenpieler
2017-06-13avformat/librtmp: check return value of setsockoptTimo Rothenpieler
2016-07-26librtmp: Avoid an infiniloop setting connection argumentsLuca Barbato
2016-02-29Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis
2016-02-22lavf: reorganize URLProtocolsAnton Khirnov
2015-01-23avformat/librtmp: Fix build with --disable-network --enable-librtmpMichael Niedermayer
2015-01-22librtmp: Allow changing the socket send buffer sizeBrian Brice
2014-11-18librtmp: append the correct field to the stringVittorio Giovara
2014-11-09avformat/librtmp: fix swfurlMichael Niedermayer
2014-07-06Merge commit '865461099e062de5a3a109c2a5be98004c11d8bd'Michael Niedermayer
2014-07-06librtmp: Don't free the temp url at the end of rtmp_openMartin Storsjö
2014-04-30Merge commit '7d027b9d6d6290557cc5d4fc56f4b9ed630a7feb'Michael Niedermayer
2014-04-30librtmp: Map native options to librtmp ones when possibleLuca Barbato
2014-01-14avformat/librtmp: Fix memory leak if RTMP_ConnectStream() failsAndrey Myznikov
2012-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-03librtmp: return AVERROR_UNKNOWN instead of -1.Anton Khirnov
2012-06-03librtmp: don't abuse a variable for two unrelated things.Anton Khirnov
2012-06-03librtmp: add rtmp_app and rtmp_playpath private options.Anton Khirnov
2012-02-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-14librtmp: Add "lib" prefix to librtmp URLProtocol declarations.Diego Biurrun
2012-01-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-06avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö
2011-12-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-01proto: Use .priv_data_size to allocate the private contextMartin Storsjö
2011-07-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-05Add some missing mathematics.h #includes for av_rescale().Diego Biurrun
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-09Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-08avio: make URLContext internal.Anton Khirnov
2011-04-08lavf: use designated initializers for all protocolsAnton Khirnov
2011-04-08Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27Prefix 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-14Plug librtmp logging into av_log.Howard Chu
2010-04-14whitespace cosmeticsDiego Biurrun
2010-03-28Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols viaHoward Chu