summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2009-10-08ffmpegcolorspace: chwck formats just once per _chain()Stefan Kost2-4/+3
2009-10-08ffmpegcolorspace: add perf-log-category and log suboptimal operationStefan Kost2-0/+6
2009-10-08decodebin2: Fix type-punning warningJan Schmidt1-4/+3
2009-10-07decodebin2: Chains with an exposed endpad are complete tooSebastian Dröge1-3/+8
2009-10-07decodebin2: Use the iterate internal links function instead of string magic t...Sebastian Dröge1-14/+17
2009-10-07uridecodebin: Don't post missing plugin messages twiceSebastian Dröge1-6/+0
2009-10-07decodebin2: Rewrite autoplugging and how groups of pads are exposedSebastian Dröge1-836/+946
2009-10-07build: sprintf, sscanf need stdio.hStefan Kost3-1/+4
2009-10-07[videotestsrc] Make checkers-8 pattern create 8x8 instead of 16x16 tilesBenjamin Otte1-1/+1
2009-10-07[ffmpegcolorspace] Fix NV12 and NV21 with odd width and heightBenjamin Otte1-4/+2
2009-10-07[videotestsrc] Fix Y41BBenjamin Otte1-5/+7
2009-10-07factorylist: Use gst_caps_can_intersect() instead of _intersect()Sebastian Dröge1-6/+3
2009-10-07decodebin2: Don't set the external ghostpads blocked but only their targetsSebastian Dröge1-5/+18
2009-10-07decodebin2: Only use the object lock for protecting the subtitle elementsSebastian Dröge1-7/+5
2009-10-07playbin2: Improve debugging of pad blocksSebastian Dröge1-0/+1
2009-10-07playbin2/playsink: Use gst_object_ref_sink() instead of calling both separatelySebastian Dröge2-18/+10
2009-10-06videotestsrc: add pattern with out-of-gamut colorsDavid Schleef4-3/+109
2009-10-06audioresample: fix printf variable typeRobert Swain1-2/+3
2009-10-06ffmpegcolorspace: Use the ffmpegcolorspace debug categoryJan Schmidt2-4/+7
2009-10-06gdppay: Don't repeat tags buffers for every new segmentJan Schmidt1-2/+4
2009-10-06typefind: detect 'ftypqt ' as video/quicktimeDavid Schleef1-1/+5
2009-10-01playsink: make the lock recursive for nowWim Taymans1-6/+6
2009-10-01playsink: fix the vis property getterWim Taymans1-1/+2
2009-09-14playsink: Expose mute,volume,vis-plugin and font-desc propertiesEdward Hervey1-0/+54
2009-09-14GstPlaySink: Expose 'reconfigure' as an action signal.Edward Hervey1-0/+13
2009-09-14GstPlaySink: Expose flags as a gobject property.Edward Hervey1-1/+51
2009-09-14playback: Register playsink as an element.Edward Hervey3-6/+124
2009-09-11videotestsrc: Fix crashes with even widthsBenjamin Otte1-4/+4
2009-09-11playbin2: Implement GstStreamVolume interfaceSebastian Dröge1-0/+7
2009-09-11volume: Implement GstStreamVolume interfaceSebastian Dröge2-4/+10
2009-09-11interfaces: API: Add GstStreamVolume interfaceSebastian Dröge1-0/+1
2009-09-11videorate: Add Since marker for the new skip-to-first propertySebastian Dröge1-0/+8
2009-09-11videorate: Make videorate work with a live sourceOlivier Crête2-2/+24
2009-09-10playbin(2): Document that the volume property uses a linear scaleSebastian Dröge2-4/+18
2009-09-10ffmpegcolorspace: Handle YVU9/YUV9 conversion with odd widthsBenjamin Otte1-0/+4
2009-09-10videotestsrc: Fix YVU9 and YUV9Benjamin Otte1-8/+10
2009-09-10videotestsrc: Fix image for odd widths in some formatsBenjamin Otte1-11/+16
2009-09-10docs: tell a biit more about uri-decodebin and bufferingStefan Kost1-3/+4
2009-09-08fix whitespaceWim Taymans3-17/+17
2009-09-07typefinding: disable typefinder for headerless flacTim-Philipp Müller1-3/+6
2009-09-04typefind: fix midi typefindingWim Taymans1-4/+4
2009-09-04uridecodebin: do buffering for more urisWim Taymans1-3/+4
2009-09-04typefindfunctions: Add typefinder for Midi inside RIFFSebastian Dröge1-0/+2
2009-09-03typefinding: move gio-based xdg mime typefinder from -bad to -baseTim-Philipp Müller2-2/+72
2009-09-01subparse: GstAdapter is not a GstObject and should be freed with g_object_unrefTim-Philipp Müller1-1/+1
2009-08-31adder: improve caps filter functionality. Fixes #590146.Stefan Kost1-8/+15
2009-08-31decodebin2: Post missing plugin messages before any error messagesSebastian Dröge1-3/+3
2009-08-28Bug 593035 - set IN_CAPS for streamheader bufferMarc-André Lureau1-0/+17
2009-08-26playbin: The internally linked pad of the selector might be NULL in some casesSebastian Dröge2-2/+4
2009-08-26playbin: Fix iterate internal linked pads functions for the stream selectorsSebastian Dröge2-114/+15