summaryrefslogtreecommitdiffstats
path: root/libavformat/rtmpproto.c
Commit message (Expand)AuthorAgeFilesLines
* avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-051-0/+1
* lavu: replace int/float punning functionsMans Rullgard2011-12-111-3/+3
* rtmp: Use nb_invokes for all invoke commandsMartin Storsjö2011-12-071-5/+7
* proto: Realign struct initializersMartin Storsjö2011-12-011-5/+5
* proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-011-6/+2
* rtmp: Clean up properly if the handshake failedMartin Storsjö2011-12-011-1/+1
* rtmp: do not hardcode invoke numbersJosh Allmann2011-11-181-4/+5
* avio: add support for passing options to protocols.Anton Khirnov2011-11-131-1/+1
* avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-131-1/+2
* rtmp: Make the input FLV parser handle data cut at any pointMartin Storsjö2011-09-221-34/+27
* rtmp: Don't blindly skip the 4 trailer bytes from the FLV packetsMartin Storsjö2011-09-201-3/+19
* rtmp: Handle FLV packets written in more than one write callChiranjeevi Melam2011-09-201-3/+5
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-031-0/+1
* Remove return statements following infinite loops without breakMans Rullgard2011-07-031-1/+0
* rtmp: Don't try to do av_malloc(0)Martin Storsjö2011-05-251-1/+1
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-3/+3
* lavf: remove FF_API_URL_CLASS cruft.Anton Khirnov2011-04-191-33/+26
* lavf: use designated initializers for all protocolsAnton Khirnov2011-04-081-6/+5
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-2/+2
* avio: deprecate url_max_packet_size().Anton Khirnov2011-04-041-1/+1
* avio: make url_close() internal.Anton Khirnov2011-04-041-1/+1
* avio: make url_write() internal.Anton Khirnov2011-04-041-3/+3
* avio: make url_read_complete() internal.Anton Khirnov2011-04-041-2/+2
* avio: make url_open() internal.Anton Khirnov2011-04-041-1/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* rtmpproto: rename URLContext* argument in rtmp_write()Anton Khirnov2011-02-031-2/+2
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* properly check for FF_API_URL_CLASS instead of LIBAVFORMAT_VERSION_MAJORAurelien Jacobs2010-10-151-3/+3
* Fix grammar errors in documentationMåns Rullgård2010-06-301-17/+17
* Make ff_url_split() publicMåns Rullgård2010-06-271-1/+1
* RTMP: Return from rtmp_read as soon as some data is availableMartin Storsjö2010-06-181-0/+1
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-011-1/+1
* 24l trocadero: RTMP reader forgot to shift high byte of timestamp to itstrueice@gmail.com2010-05-251-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-141-0/+1
* ReindentMartin Storsjö2010-03-081-1/+1
* Rename url_split to ff_url_splitMartin Storsjö2010-03-081-1/+1
* Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö2010-03-051-2/+2
* Make RTMP client send bytes read reportKostya Shishkov2010-02-181-0/+38
* another 10l: forgot to change parent condition as wellKostya Shishkov2010-01-301-1/+1
* 10l trocadero: now return value of ff_rtmp_packet_read() has different meaningKostya Shishkov2010-01-301-1/+1
* Correct timestamps inside FLV data received by RTMP.Sergiy2010-01-121-2/+22
* Use old-style RTMP handshake for old servers.Art Clarke2010-01-121-1/+1
* Reply to RTMP ping with the same value as received by client.Martin Storsjö2009-12-161-1/+1
* Dump RTMP packet contents in debug modeKostya Shishkov2009-12-111-0/+6
* 5l trocadero: don't forget to free packet in gen_connect()Martin Storsjö2009-12-111-0/+1
* Do not try to interact with RTMP server after "stop" command was received.Martin Storsjö2009-12-111-0/+10
* cosmetics: insert space between codeword and left parenthesisKostya Shishkov2009-12-061-3/+3
* Do not send invokes to RTMP server if we are not connected to it.Sergiy2009-12-061-2/+4
* cosmetics: reindent after last commitKostya Shishkov2009-12-041-78/+78
OpenPOWER on IntegriCloud