summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* directdrawsink: Fix crash when exposing in GST_STATE_READYJulien Isorce2009-08-091-4/+6
* directdraw: Fix indentionSebastian Dröge2009-07-311-20/+17
* directdraw: Implement GstNavigation interfaceРуслан Ижбулатов2009-07-312-4/+196
* directsoundsrc: Add DirectSound source pluginJoni Valtanen2009-07-295-2/+768
* dshowsrcwrapper: remove use of IGstDshowInterfaceJulien Isorce2009-07-2712-369/+44
* dshowsrcwrapper: update Makefile.am for source file renames as wellTim-Philipp Müller2009-07-221-2/+2
* dshowaudiosrc: do not remove a range of length 0Julien Isorce2009-07-221-1/+3
* dshowaudiosrc: converts code to C++Julien Isorce2009-07-221-92/+70
* dshowvideosrc: converts code to C++Julien Isorce2009-07-221-89/+72
* start refactoring of dshowsrcwrapperJulien Isorce2009-07-2113-64/+814
* Increased the length of time for tuning in gstdvbsrc.c.Austin Lund2009-07-161-1/+3
* oss4: Attempt to fix a compiler warningJan Schmidt2009-07-161-4/+3
* vdpau: Fix a compiler warning about uninitialised variable use.Jan Schmidt2009-07-151-3/+2
* oss4: Enhancements to the mixer and audio outputGarrett D'Amore2009-07-154-239/+270
* VDPAU: Move I420/YV12 to the front of the caps. Add debug.Jan Schmidt2009-06-232-10/+13
* VDPAU: Add some debug statementsJan Schmidt2009-06-202-0/+18
* VDPAU: Fix build flags to pull in gst-plugins-base libsJan Schmidt2009-06-201-2/+2
* VDPAU: Refactor the error path to a common output, and fix a leak.Jan Schmidt2009-06-201-16/+24
* VDPAU: Fix up caps in vdpaumpegdec. Remove extra semicolonJan Schmidt2009-06-201-4/+3
* VDPAU: Enhance the configure testsJan Schmidt2009-06-201-2/+3
* vdpaumpegdec: use fixed src capsCarl-Anton Ingmarsson2009-06-201-0/+1
* vdpaumpegdec: drop all frames before a GOP when we seekCarl-Anton Ingmarsson2009-06-202-1/+26
* vdpaumpegdec: small cleanupCarl-Anton Ingmarsson2009-06-201-4/+3
* vdpau: s/IS_VDPAU/IS_VDPCarl-Anton Ingmarsson2009-06-207-13/+13
* vdpaumpegdec: send newsegment event if only the rate has been updatedCarl-Anton Ingmarsson2009-06-201-3/+11
* vdpaumpegdec: use mutex to protect mpeg_dec->seeking from concurrent accessCarl-Anton Ingmarsson2009-06-202-1/+16
* vdpaumpegdec: use gst_pad_get_parent for threadsafetyCarl-Anton Ingmarsson2009-06-201-23/+41
* vdpaumpegdec: further work on seekingCarl-Anton Ingmarsson2009-06-201-34/+27
* vdpaumpegdec: small cleanupsCarl-Anton Ingmarsson2009-06-202-29/+32
* vdpaumpegdec: set GST_BUFFER_FLAG_DELTA_UNIT on non I_FRAME'sCarl-Anton Ingmarsson2009-06-201-0/+8
* vdpaumpegdec: rename gstvdpmpegdecoder.[ch] to gstvdpmpegdec.[ch]Carl-Anton Ingmarsson2009-06-204-4/+4
* vdpaumpegdec: rename GstVdpMpegDecoder to GstVdpMpegDecCarl-Anton Ingmarsson2009-06-203-94/+90
* vdpaumpegdec: pass buffer size directly to gst_vdp_mpeg_decoder_decodeCarl-Anton Ingmarsson2009-06-202-5/+4
* vdpaumpegdec: small cleanupCarl-Anton Ingmarsson2009-06-201-1/+2
* vdpaumpegdec: calculate byterate from the size of the incoming dataCarl-Anton Ingmarsson2009-06-202-12/+38
* vdpaumpegdec: print frame_nr in debug printCarl-Anton Ingmarsson2009-06-201-2/+4
* vdpaumpegdec: interlaced fixesCarl-Anton Ingmarsson2009-06-201-1/+3
* vdpaumpegdec: only set base duration onceCarl-Anton Ingmarsson2009-06-201-7/+7
* vdpaumpegdec: don't send the EVENT_NEWSEGMENT downstream if we're seekingCarl-Anton Ingmarsson2009-06-201-1/+8
* vdpaumpegdec: implement seekingCarl-Anton Ingmarsson2009-06-202-8/+166
* vdpaumpegdec: change a GST_DEBUG to GST_WARNINGCarl-Anton Ingmarsson2009-06-201-1/+1
* vdpaumpegdec: remove unused broken_gop fieldCarl-Anton Ingmarsson2009-06-202-5/+0
* vdpaumpegdec: add new gst_vdp_mpeg_decoder_flush for flushing the decoderCarl-Anton Ingmarsson2009-06-201-15/+22
* vdpaumpegdec: use GSE_DEBUG_FUNCPTRCarl-Anton Ingmarsson2009-06-201-6/+11
* vdpaumpegdec: don't drop discont buffersCarl-Anton Ingmarsson2009-06-201-1/+0
* vdpaumpegdec: handle GST_QUERY_POSITION and GST_QUERY_DURATIONCarl-Anton Ingmarsson2009-06-204-1/+117
* vdpaumpegdec: calculate correct duration from data in MPEG_PACKET_EXT_PICTURE...Carl-Anton Ingmarsson2009-06-204-3/+48
* vdpaumpegdec: fix so that the first frame in a raw mpegvideo stream get times...Carl-Anton Ingmarsson2009-06-202-6/+7
* vpdaumpegdec: remove useless GstVdpDecoder baseclassCarl-Anton Ingmarsson2009-06-205-353/+127
* vdpaumpegdec: use GstBitReader to parse bitstreamCarl-Anton Ingmarsson2009-06-203-293/+405