summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2010-12-17qtmux: allow zero duration tracksLasse Laukkanen1-0/+5
2010-12-17dvbsuboverlay: use GST_LOG etc. for loggingTim-Philipp Müller3-244/+139
2010-12-17dvbsuboverlay: remove some unused definesTim-Philipp Müller1-59/+0
2010-12-17dvbsuboverlay: fix atomic accessTim-Philipp Müller1-3/+4
2010-12-16dvbsuboverlay: fix rendering artefactsJanne Grunau1-0/+1
2010-12-16dvbsuboverlay: The enable property is a boolean and not an integerEdward Hervey1-1/+1
2010-12-16autoconvert: Rename autocolorspace to autovideoconvertSebastian Dröge4-65/+72
2010-12-15bayer2rgb: Add framerate to the sink capsBenjamin Gaignard1-1/+1
2010-12-15autocolorspace: Add autoconvert based video format convert elementBenjamin Gaignard5-1/+346
2010-12-15dvbsuboverlay: Rename DVB subtitling media type to subpicture/x-dvbSebastian Dröge1-3/+3
2010-12-15mpegtsdemux: Rename DVB subtitling media type to subpicture/x-dvbSebastian Dröge1-1/+1
2010-12-15dvbsuboverlay: Don't draw anything on the video if the enable property is set...Sebastian Dröge1-1/+1
2010-12-15dvbsuboverlay: Add #defines for the property default valuesSebastian Dröge1-3/+8
2010-12-15dvbsuboverlay: Use g_atomic_int_get() for reading the max_page_timeout fieldSebastian Dröge1-1/+2
2010-12-15mpegtsdemux: Mark array static const and use G_N_ELEMENTS instead of sizeofSebastian Dröge1-2/+3
2010-12-15mpegtsdemux: add DESC_DVB_SUBTITLING descriptor for language parsingJanne Grunau1-23/+26
2010-12-15mpegtsdemux: enable gather_pes only for DVB subtitle private streamsJanne Grunau1-5/+11
2010-12-15dvbsuboverlay: use atomic instructions to set/get enable propertyJanne Grunau1-2/+2
2010-12-15dvbsuboverlay: add property to limit page_time_out to a setable maximumJanne Grunau2-1/+17
2010-12-15dvbsuboverlay: implement display definition segment subtitle windowsJanne Grunau1-6/+32
2010-12-15dvbsuboverlay: scale subtitles according to the display sizeJanne Grunau1-22/+15
2010-12-15dvbsuboverlay: implement display definition segment parsingJanne Grunau2-0/+85
2010-12-15dvbsuboverlay: fix luma stride for scaled subtitles (display width != width)Janne Grunau1-2/+2
2010-12-14y4mdec: Add y4mdecDavid Schleef3-0/+836
2010-12-13jpegparse: avoid leaking tag eventMark Nauwelaerts1-2/+4
2010-12-13ac3parse: relax bsid checkingMark Nauwelaerts1-2/+5
2010-12-12rfbsrc: fail more gracefully if source gets disconnected or geometry changesMatthew Ife2-1/+14
2010-12-12jpegparse: avoid leaking converted comment stringMark Nauwelaerts1-2/+3
2010-12-12ssim: Set classification to Filter/Analyzer/Video instead of Filter/Converter...Sebastian Dröge1-1/+1
2010-12-12gaudieffects: Avoid divide by 0 in burn elementJan Schmidt2-20/+34
2010-12-08basecamerasrc: Remove ghostpadsThiago Santos4-54/+44
2010-12-08basecamerasrc: Removing ununsed methodsThiago Santos3-45/+0
2010-12-08camerabin2: CleanupThiago Santos2-58/+14
2010-12-08basecamerasrc: Move start/stop capture signals to basecamerasrcThiago Santos4-95/+142
2010-12-08basecamerasrc: Add mode propertyThiago Santos4-23/+29
2010-12-08camerabin2: Reset all elements on video recording branch before captureThiago Santos2-1/+16
2010-12-08camerabin2: More debug logsThiago Santos2-2/+8
2010-12-08camerabin2: Various fixesThiago Santos2-4/+9
2010-12-08viewfinderbin: Improve elements creationThiago Santos1-5/+28
2010-12-08camerabin2: remove unused codeThiago Santos2-71/+0
2010-12-08camerabin2: adds location propertyThiago Santos6-6/+172
2010-12-08camerabin2: Fix set/get property function namesThiago Santos1-6/+6
2010-12-08camerabin2: Handle vidbin state change individuallyThiago Santos2-0/+61
2010-12-08camerabin2: Keep it under --enable-experimentalThiago Santos1-2/+5
2010-12-08v4l2camerasrc: Add ready-for-capture propertyThiago Santos2-1/+27
2010-12-08camerabin2: Update v4l2camerasrc to use start/stop signalsThiago Santos6-114/+134
2010-12-08camerabin2: Cleanup capturing flagThiago Santos2-4/+27
2010-12-08v4l2camerasrc: Remove unnecessary paddingThiago Santos1-10/+0
2010-12-08v4l2camerasrc: Implement video captureThiago Santos2-11/+66
2010-12-08v4l2camerasrc: Fix image captureThiago Santos1-1/+8