summaryrefslogtreecommitdiff
path: root/libavformat/rtmpproto.c
Commit message (Expand)AuthorAge
* rtmp: Make the input FLV parser handle data cut at any pointMartin Storsjö2011-09-22
* rtmp: Don't blindly skip the 4 trailer bytes from the FLV packetsMartin Storsjö2011-09-20
* rtmp: Handle FLV packets written in more than one write callChiranjeevi Melam2011-09-20
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-03
* Remove return statements following infinite loops without breakMans Rullgard2011-07-03
* rtmp: Don't try to do av_malloc(0)Martin Storsjö2011-05-25
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* lavf: remove FF_API_URL_CLASS cruft.Anton Khirnov2011-04-19
* lavf: use designated initializers for all protocolsAnton Khirnov2011-04-08
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* avio: deprecate url_max_packet_size().Anton Khirnov2011-04-04
* avio: make url_close() internal.Anton Khirnov2011-04-04
* avio: make url_write() internal.Anton Khirnov2011-04-04
* avio: make url_read_complete() internal.Anton Khirnov2011-04-04
* avio: make url_open() internal.Anton Khirnov2011-04-04
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* rtmpproto: rename URLContext* argument in rtmp_write()Anton Khirnov2011-02-03
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* properly check for FF_API_URL_CLASS instead of LIBAVFORMAT_VERSION_MAJORAurelien Jacobs2010-10-15
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Make ff_url_split() publicMåns Rullgård2010-06-27
* RTMP: Return from rtmp_read as soon as some data is availableMartin Storsjö2010-06-18
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-01
* 24l trocadero: RTMP reader forgot to shift high byte of timestamp to itstrueice@gmail.com2010-05-25
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-14
* ReindentMartin Storsjö2010-03-08
* Rename url_split to ff_url_splitMartin Storsjö2010-03-08
* Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö2010-03-05
* Make RTMP client send bytes read reportKostya Shishkov2010-02-18
* another 10l: forgot to change parent condition as wellKostya Shishkov2010-01-30
* 10l trocadero: now return value of ff_rtmp_packet_read() has different meaningKostya Shishkov2010-01-30
* Correct timestamps inside FLV data received by RTMP.Sergiy2010-01-12
* Use old-style RTMP handshake for old servers.Art Clarke2010-01-12
* Reply to RTMP ping with the same value as received by client.Martin Storsjö2009-12-16
* Dump RTMP packet contents in debug modeKostya Shishkov2009-12-11
* 5l trocadero: don't forget to free packet in gen_connect()Martin Storsjö2009-12-11
* Do not try to interact with RTMP server after "stop" command was received.Martin Storsjö2009-12-11
* cosmetics: insert space between codeword and left parenthesisKostya Shishkov2009-12-06
* Do not send invokes to RTMP server if we are not connected to it.Sergiy2009-12-06
* cosmetics: reindent after last commitKostya Shishkov2009-12-04
* Implement RTMP output (publishing FLV stream to RTMP server).Sergiy2009-12-04
* Remove duplicating variableKostya Shishkov2009-12-03
* Send connect() and createStream() in RTMP system channel, not video channel.Sergiy2009-12-03
* Move "app" string into RTMP protocol context.Sergiy2009-12-03
* Move is_input flag into RTMP protocol context.Sergiy2009-12-02
* Full-header RTMP packets contain real timestamp, others contain timestampKostya Shishkov2009-12-01
* Print error when RTMP protocol can't open connectionKostya Shishkov2009-11-22
* Pass only useful FLV metadata from RTMP streamKostya Shishkov2009-11-22
* Split overly long line in doxy.Stefano Sabatini2009-11-12