summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2013-10-24decodebin: Respect expose-all-streams if set682629Reynaldo H. Verdejo Pinochet1-8/+12
2013-10-04audioconvert: Map buffer as READWRITE if the buffer and memory is writableMatej Knopp1-2/+8
2013-10-02playsink: If the visualisation is changing and reconfiguration is pending, do...Sebastian Dröge1-16/+91
2013-10-01typefind: Add typefind function for H265Sreerenj Balachandran1-0/+95
2013-10-01playbin: make sure elements are in null before disposingThiago Santos1-4/+20
2013-09-28adder: Don't take channel mask in consideration in mono or stereoMathieuDuponchelle1-1/+34
2013-09-28audiorate: clip buffer before pushing itMatej Knopp1-5/+11
2013-09-24playbin: Make sure to cache context types we did not store yetSebastian Dröge1-1/+1
2013-09-24adder: send pending segment out before checking for EOSMathieu Duponchelle1-35/+35
2013-09-18playbin: Implement context caching for sinks that are not in playsink yetSebastian Dröge1-0/+83
2013-09-18playbin: No need to set the GstContext on the sink before activating itSebastian Dröge1-8/+0
2013-09-12videoscale: fix 4tap for RGB15 and RGB16Wim Taymans1-6/+6
2013-09-12videoscale: optimize merge for RGB15 and RGB16Wim Taymans1-8/+16
2013-09-12videoscale: remove redundant MAXWim Taymans1-13/+13
2013-09-10videoscale: fix RGB15 masksWim Taymans1-2/+2
2013-09-10videoscale: simplify YUYV and UYVY linear scalingWim Taymans1-65/+38
2013-09-10videoscale: small cleanupsWim Taymans1-49/+34
2013-09-10videoscale: fix RGB15 masksWim Taymans1-4/+3
2013-09-10videoscale: simplify nearest scalingWim Taymans1-95/+46
2013-09-10videoscale: pick nearest line in scalingWim Taymans1-10/+10
2013-09-07playback: fix docs of convert-sample action signalLoïc Minier2-4/+6
2013-09-06videoconvert: disable fastpath for odd width on some formatsWim Taymans1-11/+11
2013-09-05videotestsrc: flush pending lines on odd heightWim Taymans1-3/+16
2013-09-05videoconvert: add additional width/height constraintsWim Taymans1-54/+67
2013-09-05videoconvert: don't convert too much with odd widthWim Taymans1-2/+4
2013-09-05videoconvert: handle lines in one goWim Taymans1-24/+4
2013-09-05videoconvert: fix height round downWim Taymans1-6/+2
2013-09-04videoconvert: also allocate temp lines in fastpathWim Taymans1-7/+13
2013-09-04videoconvert: add more fastpathsWim Taymans1-0/+23
2013-09-04typefind: Added "dash" and "avc3" fourCC codes to qt_type_find.Alex Ashley1-1/+4
2013-09-03videoconvert: only chroma subsample when neededWim Taymans1-12/+22
2013-09-03videoconvert: fix handling of chroma resampleWim Taymans1-2/+8
2013-09-03videoconvert: improve debugWim Taymans1-7/+8
2013-08-23audioconvert: improve fixate_format function readability even moreTim-Philipp Müller1-6/+6
2013-08-23audioconvert: simplify fixate_format function some moreTim-Philipp Müller1-4/+12
2013-08-23audioconvert: make fixate function more readableTim-Philipp Müller1-18/+15
2013-08-23audioconvert: remove unnecessary deep nesting in fixate functionTim-Philipp Müller1-69/+69
2013-08-23audioconvert: If we have to lose precision, try to lose as less precision as ...Sebastian Dröge1-28/+40
2013-08-22typefind: Add typefinder for video/x-pvaSebastian Dröge1-3/+28
2013-08-19typefind: improved and extended typefinder for module music formatsCarlos Rafael Giani1-41/+183
2013-08-16Revert "typefind: improved and extended typefinder for module music formats"Sebastian Dröge1-182/+40
2013-08-16typefind: improved and extended typefinder for module music formatsCarlos Rafael Giani1-40/+182
2013-08-15typefind: ADTS/AAC, find more aac sync to select correctlyJie Yang1-3/+32
2013-08-14playsink: Don't set sink to NULL if a new one is set while the old one is sti...Sebastian Dröge1-1/+2
2013-08-14gio: fix printf format compiler warningTim-Philipp Müller1-1/+1
2013-08-12typefind: Add typefind function for WebP image formatSreerenj Balachandran1-0/+2
2013-08-12gio: make better use of the cached bufferJonathan Matthew1-23/+46
2013-08-12streamsynchronizer: Set proxy flags on the pads and use default event handler...Sebastian Dröge1-12/+8
2013-08-06adder: Raw buffers DTS should always be CLOCK_TIME_NONEThibault Saunier1-2/+3
2013-08-06adder: set DTS and PTS, sync on DTSThibault Saunier1-2/+2