summaryrefslogtreecommitdiff
path: root/swfdec
AgeCommit message (Expand)AuthorFilesLines
2009-12-17add blend modesBenjamin Otte1-7/+34
2009-07-17Decode whole buffersBenjamin Otte1-1/+1
2009-07-17Bug 22803 - Make header conform to implementationTim Mooney1-1/+1
2009-03-10fix crash in beginBitmapFill when bitmap is NULLBenjamin Otte1-1/+1
2008-12-16Merge branch '0.8'Benjamin Otte10-12/+209
2008-12-16Revert "add support for H264 video"Benjamin Otte7-89/+18
2008-12-16Revert "don't create a new VideoDecoder after seeks"Benjamin Otte1-4/+0
2008-12-16Revert "make creating audio decoders take codec data, too"Benjamin Otte8-14/+10
2008-12-16add various hacks so we never remove the video decoder.Benjamin Otte1-11/+4
2008-12-16add a hack that makes codec setup data survive seeksBenjamin Otte1-0/+12
2008-12-16implement AAC codec-data supportBenjamin Otte1-1/+30
2008-12-16implement AAC supportBenjamin Otte1-0/+18
2008-12-16add codec data API to the audio decoder, tooBenjamin Otte2-0/+43
2008-12-16fix small bugs in the H264 GStreamer implementationBenjamin Otte2-4/+8
2008-12-16make the GStreamer decoder handle H264Benjamin Otte3-0/+36
2008-12-16decode H264 using the new APIBenjamin Otte1-0/+29
2008-12-16add API necessary for H264Benjamin Otte2-0/+39
2008-12-01Merge commit 'mental/copyPixels-alpha-nomask'Benjamin Otte1-1/+1
2008-12-01make swfdec_as_object_peek_variable() return the value for getters, tooBenjamin Otte1-2/+1
2008-11-23fix omitted mask handlingMenTaLguY1-1/+1
2008-11-21redo socket writing APIBenjamin Otte8-17/+112
2008-11-20fix regression with color transforms on opaque images (bug #18626)Benjamin Otte1-1/+2
2008-11-18add swfdec_as_object_enumerate()Benjamin Otte3-25/+53
2008-11-18fix BitmapData.fillRect and add test for itMenTaLguY1-2/+4
2008-11-17add naive implementation of BitmapData.fillRectBenjamin Otte1-8/+27
2008-11-14g_strcasecmp => g_ascii_strcasecmpBenjamin Otte2-3/+3
2008-11-14g_strncasecmp => g_ascii_strncasecmpBenjamin Otte1-38/+38
2008-11-12fix BitmapData.copyPixels crashersBenjamin Otte1-7/+19
2008-11-12fix BitmapData.copyPixels crashersBenjamin Otte1-10/+23
2008-11-12use height as height, not widthBenjamin Otte1-1/+1
2008-11-12only free constant pools during garbage collectionBenjamin Otte3-3/+22
2008-11-12don't assert a movie exists in openBenjamin Otte1-1/+4
2008-11-12fix typo in documentationBenjamin Otte1-1/+1
2008-11-11write the rest of the documentationBenjamin Otte3-10/+111
2008-11-11idocument the new movie value typeBenjamin Otte1-1/+3
2008-11-11remove unused leftover function definitionBenjamin Otte1-6/+0
2008-11-11fix array documentationBenjamin Otte1-1/+1
2008-11-11document relaysBenjamin Otte2-2/+27
2008-11-10make SwfdecAsGcable privateBenjamin Otte4-4/+5
2008-11-10SwfdecAsObjectClass is gone nowBenjamin Otte1-1/+0
2008-11-10mark transformed images as dirtyBenjamin Otte1-0/+1
2008-11-09check the right value for an errorBenjamin Otte1-1/+1
2008-11-07cast SWFDEC_AS_VALUE_GET_TYPE() to SwfdecAsValueBenjamin Otte1-1/+1
2008-11-06swfdec_as_value_set_number => swfdec_as_value_from_numberBenjamin Otte41-357/+351
2008-11-06fix SEGV when loading multiple resources into the same movieBenjamin Otte1-1/+2
2008-11-06movie cannot be NULL hereBenjamin Otte1-2/+0
2008-11-06remove *& occurances againBenjamin Otte22-106/+106
2008-11-06make swfdec_as_value_to_primitive() use SwfdecAsValue directlyBenjamin Otte3-17/+18
2008-11-06make swfdec_as_value_to_object () take a SwfdecAsValueBenjamin Otte8-16/+16
2008-11-06make swfdec_as_value_to_integer() take a SwfdecAsValueBenjamin Otte20-88/+88