summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-19wrong variable name (oops)rtmpBenjamin Otte1-1/+1
2008-12-19special case all special NetStream functionsBenjamin Otte2-3/+25
2008-12-16complain when data hasn't been properly readBenjamin Otte1-0/+3
2008-12-16make seeking work properlyBenjamin Otte1-1/+9
2008-12-16don't just free the queue data, clear the queues, tooBenjamin Otte2-0/+2
2008-12-16only add audio at the beginning, not whenever we get full/empty signalsBenjamin Otte1-4/+3
2008-12-16[OPTI] Don't create a super object for functions that suppresses itBenjamin Otte1-0/+2
2008-12-16check the correct variable in return_if_failBenjamin Otte1-1/+1
2008-12-16split in_error() from is_connected()Benjamin Otte2-3/+5
2008-12-16implement swfdec_net_stream_clear()Benjamin Otte7-2/+96
2008-12-16ignore too small buffersBenjamin Otte1-0/+5
2008-12-16set NetConnection.isConnected and NetConnection.uri after connectingBenjamin Otte4-2/+43
2008-12-16implement setBufferTimeBenjamin Otte1-19/+34
2008-12-16handle packet size changesBenjamin Otte1-3/+11
2008-12-16refactorBenjamin Otte1-32/+48
2008-12-16rewrite testsuite using this methodBenjamin Otte5-16/+24
2008-12-16add a tool for rewriting strace outputs to test outputBenjamin Otte2-2/+404
2008-12-16implement various properties of NetStreamBenjamin Otte1-9/+35
2008-12-16buffer time for videos is 100msBenjamin Otte1-0/+1
2008-12-16fix comment and whitespaceBenjamin Otte1-2/+2
2008-12-16add a getter for the codecBenjamin Otte2-0/+9
2008-12-16remove liboil usage from swfdec_buffer.cBenjamin Otte1-2/+1
2008-12-16remove unnecessary liboil includesBenjamin Otte2-2/+0
2008-12-16use glib functions hereBenjamin Otte1-3/+2
2008-12-16make NetStream output sound againBenjamin Otte7-336/+192
2008-12-16fix likely bug with SoundStreamBlock before SoundStreamHeadBenjamin Otte1-0/+5
2008-12-16allow buffering at the beginning of a streamBenjamin Otte1-6/+4
2008-12-16fix wrong string in status messagesBenjamin Otte1-1/+1
2008-12-16implement NetStream.timeBenjamin Otte4-3/+12
2008-12-16stub out NetStream's native propertiesBenjamin Otte2-1/+102
2008-12-16send a buffer time ping message after connectingBenjamin Otte3-3/+27
2008-12-16properly error our in NEtConnection.connect (null)Benjamin Otte1-1/+1
2008-12-16handle Buffer.Full and Buffer.Empty messagesBenjamin Otte3-7/+53
2008-12-16emit NetStream.Buffer.Fluash onStatus message when told to flushBenjamin Otte1-2/+43
2008-12-16implement proper queueing for the RPC channelBenjamin Otte1-3/+15
2008-12-16stub out the ping messagesBenjamin Otte6-3/+142
2008-12-16make this thing play video againBenjamin Otte6-5/+346
2008-12-16make various errors in the screen decoder not fatalBenjamin Otte1-2/+2
2008-12-16handle notify callsBenjamin Otte4-0/+58
2008-12-16add forgotten files (ooops)Benjamin Otte2-0/+145
2008-12-16make sending workBenjamin Otte2-8/+79
2008-12-16rename registering funcsBenjamin Otte2-6/+6
2008-12-16decode NULL argument passed to all rpc calls, tooBenjamin Otte1-0/+7
2008-12-16make this stuff work without channelsBenjamin Otte19-1245/+339
2008-12-16change handshake to not be a channel anymoreBenjamin Otte10-212/+516
2008-12-16first step in (again) reworking the RTMP handlingBenjamin Otte7-30/+133
2008-12-16make SwfdecRtmpPacket take a full headerBenjamin Otte3-5/+5
2008-12-16improve debug messageBenjamin Otte1-1/+2
2008-12-16handle chunk size messageBenjamin Otte4-2/+23
2008-12-16make NetStream RPC actually workBenjamin Otte5-9/+33