summaryrefslogtreecommitdiffstats
path: root/libavformat/rtmpproto.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-261-1/+2
|\
| * rtmp: fix url parsingLuca Barbato2012-05-251-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-251-34/+64
|\ \ | |/
| * rtmp: Pass the proper return code in rtmp_handshakeSamuel Pitoiset2012-05-241-6/+7
| * rtmp: Check return codes of net IO operationsSamuel Pitoiset2012-05-241-28/+57
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-251-77/+198
|\ \ | |/
| * rtmp: Return a proper error code instead of -1Samuel Pitoiset2012-05-241-4/+4
| * rtmp: Check malloc callsSamuel Pitoiset2012-05-241-20/+58
| * rtmp: Check ff_rtmp_packet_create callsSamuel Pitoiset2012-05-241-53/+136
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-191-2/+3
|\ \ | |/
| * rtmp: Don't assume path points to a string of nonzero lengthMartin Storsjö2012-05-171-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-101-13/+59
|\ \ | |/
| * rtmp: Implement check bandwidth notification.Samuel Pitoiset2012-05-101-0/+21
| * rtmp: Support 'rtmp_swfurl', an option which specifies the URL of the SWF pla...Samuel Pitoiset2012-05-101-0/+8
| * rtmp: Support 'rtmp_flashver', an option which overrides the version of the F...Samuel Pitoiset2012-05-101-7/+18
| * rtmp: Support 'rtmp_tcurl', an option which overrides the URL of the target s...Samuel Pitoiset2012-05-101-6/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-081-1/+7
|\ \ | |/
| * rtmp: Support 'rtmp_live', an option which specifies if the media is a live s...Samuel Pitoiset2012-05-081-1/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-181-9/+58
|\ \ | |/
| * rtmp: Support 'rtmp_playpath', an option which overrides the stream identifierSamuel Pitoiset2012-04-161-8/+18
| * rtmp: Support 'rtmp_app', an option which overrides the name of applicationSamuel Pitoiset2012-04-161-1/+40
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-041-1/+21
|\ \ | |/
| * rtmp: implement bandwidth notificationRaffaele Sena2012-04-031-0/+16
| * rtmp: update supported audio codecs valueSamuel Pitoiset2012-04-031-1/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-061-0/+1
|\ \ | |/
| * avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-051-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-121-3/+3
|\ \ | |/
| * lavu: replace int/float punning functionsMans Rullgard2011-12-111-3/+3
* | rtmpproto: make condition work in overflow case.Reimar Döffinger2011-12-101-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-081-5/+7
|\ \ | |/
| * rtmp: Use nb_invokes for all invoke commandsMartin Storsjö2011-12-071-5/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-021-12/+8
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-191-4/+5
|\ \ | |/
| * rtmp: do not hardcode invoke numbersJosh Allmann2011-11-181-4/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-141-1/+2
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-231-34/+27
|\ \ | |/
| * rtmp: Make the input FLV parser handle data cut at any pointMartin Storsjö2011-09-221-34/+27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-211-4/+20
|\ \ | |/
| * 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
* | rtmpproto.c: Fixed RTMP Stream output issueChiranjeevi Melam2011-09-181-3/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-1/+1
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-261-1/+1
|\ \ | |/
OpenPOWER on IntegriCloud