summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* shmsink: Verify that pipe exists before resizing itOlivier Crête2010-06-041-6/+7
* shm: Add copyright notices to shmalloc.[ch] and shmpipe.[ch]Olivier Crête2010-06-044-0/+93
* shm: fix debug messagesTim-Philipp Müller2010-06-032-9/+10
* shmsink: Make static function staticOlivier Crête2010-06-031-1/+1
* shm: Use gst_element_class_set_details_simpleOlivier Crête2010-06-032-15/+10
* shm: Move to sys/ since it doesn't exist on windowsOlivier Crête2010-06-0311-2/+2312
* vcdsrc: change VCD URI handler to the DVD schemeBastien Nocera2010-05-221-10/+40
* Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGSDavid Schleef2010-05-192-2/+2
* Remove oss4 pluginTim-Philipp Müller2010-05-1119-8088/+2
* vdpau: fix small typoCarl-Anton Ingmarsson2010-05-011-1/+1
* vdpau: add leftover gstvdp.hCarl-Anton Ingmarsson2010-05-012-1/+28
* vdpauvideopostprocess: fix crasher on setting properties before we're in READYCarl-Anton Ingmarsson2010-05-011-0/+1
* vdpau: remove debug codeCarl-Anton Ingmarsson2010-05-011-5/+0
* vdpau: small api cleanupCarl-Anton Ingmarsson2010-05-015-79/+43
* vdpau: small fixesCarl-Anton Ingmarsson2010-05-012-2/+2
* vdpau: add back gstvdpau.cCarl-Anton Ingmarsson2010-05-011-0/+35
* vdpau: add gst_vdp_init function where we register typesCarl-Anton Ingmarsson2010-05-019-89/+111
* vdpau: add better error handling to GstVdpOutputSrcPadCarl-Anton Ingmarsson2010-05-017-183/+263
* vdpau: make GstVdpVideoSrcPad(Class)? privateCarl-Anton Ingmarsson2010-05-012-20/+20
* vdpaumpegdec: follow GstVdpVideoSrcPad changesCarl-Anton Ingmarsson2010-05-011-3/+1
* vdpau: remove template-caps propery form GstVdpVideoSrcPadCarl-Anton Ingmarsson2010-05-012-30/+18
* Fix warnings in directdrawsink and directsoundsrcРуслан Ижбулатов2010-05-012-3/+4
* oss4sink: implement GstStreamVolume interface and add mute and volume propertiesBrian Cameron2010-04-292-2/+135
* Fix printf format strings for gcc 4.5Руслан Ижбулатов2010-04-293-6/+6
* vdpau: Initialize possibly uninitialized variableSebastian Dröge2010-04-151-2/+2
* dvbsrc: Actually compare the state and not the state change return from _get_...Sebastian Dröge2010-04-151-4/+4
* vdpau: Correctly link to the local libgstvdp-0.10 by using the libtool archiveSebastian Dröge2010-04-121-1/+1
* oss4: 8-bit PCM audio caps don't need an endianness fieldTim-Philipp Müller2010-04-081-3/+5
* oss4: don't iterate the formats table twice for each entryTim-Philipp Müller2010-04-081-23/+18
* oss4: also accept formats not natively supportedTim-Philipp Müller2010-04-081-0/+24
* dvbsrc: Use uint instead of int for frequency and symbol-rate propertiesSebastian Dröge2010-04-021-8/+8
* build: build plugins and examples in parallel where possible, if make -jN is ...Tim-Philipp Müller2010-03-301-0/+1
* oss4: add comment for translatorsTim-Philipp Müller2010-03-301-1/+3
* dshowvideosrc: Add support for YUY2 input formatAndoni Morales2010-03-242-0/+8
* osx: more compiler warning fixesTristan Matthews2010-03-245-12/+14
* wininet: Fix warningsBenjamin Otte2010-03-231-2/+2
* directdraw: Fix warningsBenjamin Otte2010-03-231-3/+3
* oss4: Refactor code to make it look more modernBenjamin Otte2010-03-221-15/+20
* oss4: Avoid g_quark_to_string (g_quark_from_string ()) madnessBenjamin Otte2010-03-221-9/+8
* Add -Wwrite-stringsBenjamin Otte2010-03-224-6/+6
* vdpau: Fix compiler warningsSebastian Dröge2010-03-225-8/+6
* directdraw: Fix warningsBenjamin Otte2010-03-211-3/+3
* acmmp3dec: fix warningsBenjamin Otte2010-03-211-3/+5
* Fix acmenc for warning flagsBenjamin Otte2010-03-211-4/+4
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-2118-19/+23
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-1826-229/+136
* dvbsrc: use g_value_set_static_string() where possibleTim-Philipp Müller2010-03-151-2/+2
* dshowvideosink: don't crash on invalid AM_MEDIA_TYPEDavid Hoyt2010-02-011-1/+8
* dvbsrc: fix element shutdown on bad receptionVincent GENIEUX2010-01-272-1/+22
* [oss4] Fix compiler warning about unused return valueBenjamin Otte2010-01-201-1/+2