summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-16rewrite sending of packets to use SwfdecRtmpPacketBenjamin Otte9-51/+112
2008-12-16require stream id plus channel id when registeringBenjamin Otte6-21/+26
2008-12-16add a SwfdecRtmpPacket type in preparation for further changesBenjamin Otte3-0/+97
2008-12-16add stubs for a video channelBenjamin Otte5-2/+150
2008-12-16remove outdated fileBenjamin Otte3-105/+0
2008-12-16hook up NetStream's RPC channelBenjamin Otte3-11/+52
2008-12-16add a FIXME for channel numbers that are too bigBenjamin Otte1-0/+5
2008-12-16hardcode block size to 128 bytesBenjamin Otte2-4/+5
2008-12-16use a list for channels, so we can add more than 64Benjamin Otte6-50/+71
2008-12-16add swfdec_rtmp_connection_get_handshake_channel()Benjamin Otte4-7/+9
2008-12-16add swfdec_rtmp_connection_get_channel() and use itBenjamin Otte5-13/+23
2008-12-16rework channel reading to allow channels > 64Benjamin Otte8-64/+116
2008-12-16change channel constructionBenjamin Otte10-50/+133
2008-12-16the rtmp socket doesn't have an error state anymoreBenjamin Otte2-5/+1
2008-12-16make NetStream its own object againBenjamin Otte3-1/+115
2008-12-16g_return_if_fail when _set_relay() is called on a movie objectBenjamin Otte2-1/+2
2008-12-16bail early if the URL cannot be openedBenjamin Otte1-0/+3
2008-12-16revert net stream code into stub stateBenjamin Otte4-1062/+48
2008-12-16fix NetStream constructor to actually workBenjamin Otte2-1825/+1825
2008-12-16improve error messagesBenjamin Otte2-2/+2
2008-12-16finish up the API changes for timestamp handlingBenjamin Otte3-21/+8
2008-12-16redo handling of timevals againBenjamin Otte11-36/+60
2008-12-16rework sending API againBenjamin Otte4-25/+11
2008-12-16add real NetStream initializationBenjamin Otte2-2253/+2350
2008-12-16make swfdec_xml_new() clear the node's name propertyBenjamin Otte1-0/+1
2008-12-16don't encode function properties in AMFBenjamin Otte1-8/+14
2008-12-16update to timing changesBenjamin Otte3-3/+3
2008-12-16set the runtime to 1 minute to avoid excessive doing nothingBenjamin Otte2-1/+1
2008-12-16don't try writing again if a write failedBenjamin Otte1-1/+5
2008-12-16make sure short writes to a socket trigger the writable signalBenjamin Otte1-17/+21
2008-12-16perform external actions immediately, not delayedBenjamin Otte1-12/+1
2008-12-16return FALSE in processing callback, we don't wanna be called againBenjamin Otte1-1/+1
2008-12-16make tests run until fscommand:quitBenjamin Otte2-2/+1
2008-12-16encode arrays like Flash player (no dense arrays)Benjamin Otte1-29/+10
2008-12-16implement sending XML objectsBenjamin Otte4-25/+64
2008-12-16add commentBenjamin Otte1-0/+1
2008-12-16update possible values from amf specBenjamin Otte2-4/+3
2008-12-16decode big strings, tooBenjamin Otte1-9/+23
2008-12-16encode and decode (dense and sparse) arraysBenjamin Otte4-23/+113
2008-12-16send/receive dates correctlyBenjamin Otte1-3/+10
2008-12-16send interesting time stamps with the dataBenjamin Otte5-14/+51
2008-12-16introduce swfdec_as_context_get_lifetime () and use itBenjamin Otte4-16/+32
2008-12-16make object references workBenjamin Otte5-68/+182
2008-12-16remove stuff that should long be deletedBenjamin Otte1-6/+0
2008-12-16add a new test infrastructure for rtmpBenjamin Otte17-1/+255
2008-12-16return an empty Object from SharedObject.getLocalBenjamin Otte2-154/+155
2008-12-16remove outdated FIXMEBenjamin Otte1-4/+0
2008-12-16implement onStatus replies to the connect commandBenjamin Otte5-18/+52
2008-12-16fix reading of EndObject tagBenjamin Otte1-1/+3
2008-12-16complete connect dataBenjamin Otte2-2/+24