summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* glcontext: add API to retreive the thread that context is active inMatthew Waters2014-09-303-0/+26
* glvideomixer: skip input frames with an alpha of 0Matthew Waters2014-09-301-3/+5
* gl: download whenever we have sysmem capsfeaturesMatthew Waters2014-09-306-29/+61
* configure: Don't build VideoToolbox elements on iOS for nowSebastian Dröge2014-09-291-11/+2
* glvideomixer: fix blending with low-alpha sourcesMatthew Waters2014-09-261-3/+2
* h264parse: Return flushing if we get chained while being set to READYThibault Saunier2014-09-241-0/+9
* Release 1.4.31.4.3Sebastian Dröge2014-09-2477-107/+181
* Update .po filesSebastian Dröge2014-09-2440-40/+40
* vc1parse: initialize sent_codec_tag before using itAurélien Zanelli2014-09-241-0/+1
* Release 1.4.21.4.2Sebastian Dröge2014-09-1977-122/+531
* vc1parse: fix sequence-layer/frame-layer endiannessAurélien Zanelli2014-09-191-5/+5
* Update .po filesSebastian Dröge2014-09-1940-40/+40
* po: Update translationsSebastian Dröge2014-09-1940-669/+795
* hlsdemux: lock client mutex before entering the retry_failover blockPhilippe Normand2014-09-191-0/+3
* vc1parser: add unit test for sequence-layer parsingAurélien Zanelli2014-09-191-1/+53
* vc1parser: take care of endianness when parsing sequence-layerAurélien Zanelli2014-09-191-6/+53
* waylandsink: do not leak buffer pool in error caseOgnyan Tonchev2014-09-171-0/+1
* glfilter: do not leak pool in error casesOgnyan Tonchev2014-09-171-16/+16
* vdpdecoder: do not leak poolOgnyan Tonchev2014-09-171-1/+3
* gltestsrc: do not leak pool in error casesOgnyan Tonchev2014-09-171-16/+16
* openni2src: do not leak poolOgnyan Tonchev2014-09-171-0/+2
* glmixer: do not leak pool in error casesOgnyan Tonchev2014-09-171-16/+16
* vtdec: No need to set kVTVideoDecoderSpecification_EnableHardwareAcceleratedV...Sebastian Dröge2014-09-161-0/+4
* configure: And make the preprocessor check work properlySebastian Dröge2014-09-161-1/+1
* configure: Do the AM_CONDITIONAL() after finally setting the variableSebastian Dröge2014-09-161-1/+2
* applemedia: Don't include VideoToolbox on iOS < 8.0Sebastian Dröge2014-09-162-1/+14
* vtdec: Fix compilation on iOS 8.0Sebastian Dröge2014-09-161-1/+1
* hlsdemux: Also refetch the playlist after the first fragment failureSebastian Dröge2014-09-161-0/+7
* hls: Actually retry 3 times as advertised instead of 2Sebastian Dröge2014-09-161-2/+2
* dash: Actually retry 3 times as advertised instead of 2Sebastian Dröge2014-09-161-1/+1
* vc1parse: fix malformed sequence layer header and STRUCT_CAurélien Zanelli2014-09-131-15/+36
* tsdemux: fix overflow of packet_length field of PESHeaderAurélien Zanelli2014-09-121-1/+1
* mpegpsmux: fix memory leak when converting H.264 avc to byte-stream formatBelozorov Semen2014-09-111-0/+1
* tsdemux: clear mutex resources in disposeJesper Larsen2014-09-111-0/+1
* avfvideosrc: fix bogus BGRA capsTim-Philipp Müller2014-09-111-8/+1
* aiffparse: Fix handling of 64 bit floating point dataVineeth T M2014-09-111-1/+1
* hlsdemux: Properly assign offsets to the files if we accumulate them instead ...Sebastian Dröge2014-09-041-0/+1
* dataurisrc: Make get_uri() threadsafeVineeth T M2014-09-041-2/+5
* amcaudiodec: Remove hack for Google MP3 decoderSebastian Dröge2014-09-022-15/+0
* rawparse: Reset negotiation state when going back to READYSebastian Dröge2014-08-281-0/+1
* po: Remove files no longer presentEdward Hervey2014-08-271-2/+0
* Release 1.4.11.4.1Sebastian Dröge2014-08-2777-260/+715
* Update .po filesSebastian Dröge2014-08-2740-40/+40
* po: Update translationsSebastian Dröge2014-08-2740-65/+3624
* gl: check null before unref GstGLDisplayWang Xin-yu (王昕宇)2014-08-211-1/+3
* gl: don't take an extra ref on the display on set_contextMatthew Waters2014-08-191-2/+5
* glmixer: unref the GstGLUpload in the pad if freed while runningMatthew Waters2014-08-191-0/+14
* glvideomixer: don't clobber unnecessary GstVideoInfo fieldsMatthew Waters2014-08-191-2/+2
* glvideomixer: avoid gl resource race condition between different threadWang Xin-yu (王昕宇)2014-08-191-1/+36
* tsdemux: remove pads when resetting the elementThiago Santos2014-08-191-9/+13