summaryrefslogtreecommitdiff
path: root/libavformat/rtmpproto.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-14
|\
| * avio: add support for passing options to protocols.Anton Khirnov2011-11-13
| * avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-23
|\|
| * rtmp: Make the input FLV parser handle data cut at any pointMartin Storsjö2011-09-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-21
|\|
| * 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
* | rtmpproto.c: Fixed RTMP Stream output issueChiranjeevi Melam2011-09-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-03
| * Remove return statements following infinite loops without breakMans Rullgard2011-07-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-26
|\|
| * rtmp: Don't try to do av_malloc(0)Martin Storsjö2011-05-25
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\|
| * 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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-09
|\|
| * lavf: use designated initializers for all protocolsAnton Khirnov2011-04-08
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-08
|\|
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-05
|\|
| * 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
* | rtmpproto: rename URLContext* argument in rtmp_write()Anton Khirnov2011-02-04
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* 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