summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Collapse)AuthorFilesLines
2009-06-20vdpau: implement GstVdpauVideoBuffer -> I420 conversionCarl-Anton Ingmarsson2-19/+64
2009-06-20vdpau: move definition of the VdpChromaType array and the VdpauFormats to ↵Carl-Anton Ingmarsson3-91/+55
gstdevice.h
2009-06-20vdpau: small fixCarl-Anton Ingmarsson1-1/+3
set vdp_info.forward_reference to VDP_INVALID handle when unreffing the old buffer
2009-06-20vdpau: add new GstVdpauYUVVideo elementCarl-Anton Ingmarsson7-2/+617
the GstVdpauYUVVideo element takes raw YUV video and outputs GstVdpauVideoBuffers
2009-06-20vdpau: VideoYUV unref buffer in chain so that we don't leak them MpegDecoder ↵Carl-Anton Ingmarsson2-4/+30
parse sequence headers
2009-06-20vdpau: remove some unneded includesCarl-Anton Ingmarsson2-3/+0
2009-06-20vdpau: move plugin definition to a new gstvdpau.c file fix up debug categoriesCarl-Anton Ingmarsson5-38/+35
2009-06-20vdpau: add new GstVdpauVideoYUV elementCarl-Anton Ingmarsson9-306/+721
GstVdpauDecoder now pushes GstVdpauVideoBuffers instead of doing VdpSurface -> YUV conversion. To get YUV data you now put in a GstVdpauVideoYUV element which takes GstVdpauVideoBuffers and outputs YUV data.
2009-06-20vdpau: small indent fixCarl-Anton Ingmarsson1-2/+2
2009-06-20vdpau: remove obosolete FIXME and some debug prints from gstvdpaudevice.cCarl-Anton Ingmarsson1-3/+0
2009-06-20vdpau: commit rename of gst-vdpau-device.h to gstvdpaudevice.hCarl-Anton Ingmarsson1-0/+0
2009-06-20vdpau: remove gst-vdpau-device.cCarl-Anton Ingmarsson1-267/+0
2009-06-20vdpau: rename gst-vdpau-device.[ch] to gstvdpaudevice.[ch]Carl-Anton Ingmarsson3-3/+270
2009-06-20vdpau: change all references of "gst_vdpaudecoder*" to "gst_vdpau_decoder"Carl-Anton Ingmarsson2-25/+25
2009-06-20vdpau: make the decoder clean up after itselfCarl-Anton Ingmarsson2-2/+32
2009-06-20vdpau: remove extra \ from Makefile.amCarl-Anton Ingmarsson1-1/+1
2009-06-20vdpau: add gstvdpaudevice for abstracting vdpau initalizationCarl-Anton Ingmarsson7-213/+392
2009-06-20vdpau: remove commentCarl-Anton Ingmarsson1-1/+0
2009-06-20vdpau: MPEG1 decoding know gives recognizable outputCarl-Anton Ingmarsson7-61/+529
2009-06-20vdpau: create VdpDecoder in set_caps add more functions for parsing mpegCarl-Anton Ingmarsson6-48/+276
2009-06-20vdpau: store vdpau function pointers in a local structureCarl-Anton Ingmarsson4-61/+43
2009-06-20vdpau: extract mpeg2 profile from codec_dataCarl-Anton Ingmarsson6-12/+325
2009-06-20vdpau: extract mpeg versionCarl-Anton Ingmarsson4-23/+40
2009-06-20vdpau: add version specification to mpegdecoder capsCarl-Anton Ingmarsson3-291/+1
2009-06-20vdpau: focus on mpeg instead of h264Carl-Anton Ingmarsson3-2/+292
2009-06-20vdpau: rough try at implementing pushinf of YV12 buffersCarl-Anton Ingmarsson3-3/+38
2009-06-20vdpau: remove obsolete commentCarl-Anton Ingmarsson1-4/+0
2009-06-20vdpau: init vdpau in GST_STATE_CHANGE_NULL_TO_READY add ↵Carl-Anton Ingmarsson3-7/+35
gst_vdpaudecoder_push_video_surface to vdpaudecoder.h
2009-06-20vdpau: add stubs for pushing VdpVideoSurfaces to the src padCarl-Anton Ingmarsson2-4/+19
2009-06-20vdpau: update VdpauH264Decoder element descriptionCarl-Anton Ingmarsson1-2/+2
2009-06-20vdpau: changle gstvdpaudecoder.c classificationCarl-Anton Ingmarsson1-1/+1
2009-06-20vdpau: implement downstream caps negotiationCarl-Anton Ingmarsson6-82/+577
2009-06-20vdpau: small indentation fixCarl-Anton Ingmarsson1-2/+1
2009-06-20vdpau: add basic base class for vdpau decodersCarl-Anton Ingmarsson3-6/+299
2009-06-20add new vdpau directoryCarl-Anton Ingmarsson2-2/+19
2009-06-19Make build without warnings with debugging disabledTim-Philipp Müller1-8/+8
2009-05-16Moved 'directdraw' from -good to -badJan Schmidt1-2/+8
2009-05-16[MOVED FROM GOOD] directdrawsink: Fix type mismatchesLRN1-5/+5
Fixes bug #573343.
2009-05-16[MOVED FROM GOOD] Remove version numbers from a few gst-launch examples.Stefan Kost1-1/+1
The majority of the examples doe not use -0.10 and this will also help us to maintain the docs.
2009-05-16[MOVED FROM GOOD] Update and add documentation for platform specific plugins ↵Stefan Kost1-10/+6
(sys). Link to properties. Correct titles for examples. Fix examples.
2009-05-16[MOVED FROM GOOD] Don't install static libs for plugins. Fixes #550851 for ↵Stefan Kost1-0/+1
-good. Original commit message from CVS: * ext/aalib/Makefile.am: * ext/annodex/Makefile.am: * ext/cairo/Makefile.am: * ext/dv/Makefile.am: * ext/esd/Makefile.am: * ext/flac/Makefile.am: * ext/gconf/Makefile.am: * ext/gdk_pixbuf/Makefile.am: * ext/hal/Makefile.am: * ext/jpeg/Makefile.am: * ext/ladspa/Makefile.am: * ext/libcaca/Makefile.am: * ext/libmng/Makefile.am: * ext/libpng/Makefile.am: * ext/mikmod/Makefile.am: * ext/pulse/Makefile.am: * ext/raw1394/Makefile.am: * ext/shout2/Makefile.am: * ext/soup/Makefile.am: * ext/speex/Makefile.am: * ext/taglib/Makefile.am: * ext/wavpack/Makefile.am: * gst/alpha/Makefile.am: * gst/apetag/Makefile.am: * gst/audiofx/Makefile.am: * gst/auparse/Makefile.am: * gst/autodetect/Makefile.am: * gst/avi/Makefile.am: * gst/cutter/Makefile.am: * gst/debug/Makefile.am: * gst/effectv/Makefile.am: * gst/equalizer/Makefile.am: * gst/flx/Makefile.am: * gst/goom/Makefile.am: * gst/goom2k1/Makefile.am: * gst/icydemux/Makefile.am: * gst/id3demux/Makefile.am: * gst/interleave/Makefile.am: * gst/law/Makefile.am: * gst/level/Makefile.am: * gst/matroska/Makefile.am: * gst/median/Makefile.am: * gst/monoscope/Makefile.am: * gst/multifile/Makefile.am: * gst/multipart/Makefile.am: * gst/oldcore/Makefile.am: * gst/qtdemux/Makefile.am: * gst/replaygain/Makefile.am: * gst/rtp/Makefile.am: * gst/rtsp/Makefile.am: * gst/smpte/Makefile.am: * gst/spectrum/Makefile.am: * gst/udp/Makefile.am: * gst/videobox/Makefile.am: * gst/videocrop/Makefile.am: * gst/videofilter/Makefile.am: * gst/videomixer/Makefile.am: * gst/wavenc/Makefile.am: * gst/wavparse/Makefile.am: * sys/directdraw/Makefile.am: * sys/directsound/Makefile.am: * sys/oss/Makefile.am: * sys/osxaudio/Makefile.am: * sys/osxvideo/Makefile.am: * sys/sunaudio/Makefile.am: * sys/v4l2/Makefile.am: * sys/waveform/Makefile.am: * sys/ximage/Makefile.am: Don't install static libs for plugins. Fixes #550851 for -good.
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.c ↵Ole André Vadla Ravnås1-0/+2
(gst_directdraw_sink_buffer_alloc, gst_directdraw_sink_bufferpool_clear): Original commit message from CVS: * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc, gst_directdraw_sink_bufferpool_clear): Fix two more buffer ref leaks.
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.c: Fix buffer ref leak.Ole André Vadla Ravnås1-6/+4
Original commit message from CVS: Patch by: Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com> * sys/directdraw/gstdirectdrawsink.c: (gst_directdraw_sink_show_frame): Fix buffer ref leak.
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.c ↵Haakon Sporsheim1-0/+3
(gst_directdraw_sink_setup_ddraw): Do IDirectDrawClipper_SetHWnd() if the window I... Original commit message from CVS: patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com> * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw): Do IDirectDrawClipper_SetHWnd() if the window ID has already been set after creating the clipper.
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.c ↵Haakon Sporsheim1-1/+5
(gst_directdraw_sink_show_frame): Added checking of surface lost case after an uns... Original commit message from CVS: patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com> * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame): Added checking of surface lost case after an unsuccessful IDirectDrawSurface7_Lock() call. If surface is lost, return GST_FLOW_OK.
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.c ↵Haakon Sporsheim1-19/+23
(gst_directdraw_sink_show_frame, Original commit message from CVS: patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com> * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame, WndProc, gst_directdraw_sink_window_thread): Improved Windows message loop and fixed window destruction issue. When the window which DirectDraw is rendering to is destroyed, the render/show_frame function will return GST_FLOW_ERROR. Partially fixes #520885.
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.c ↵Haakon Sporsheim1-0/+6
(gst_directdraw_sink_set_caps): Fixed mid stream resolution change bug, the offscr... Original commit message from CVS: patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com> * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps): Fixed mid stream resolution change bug, the offscreen surface is now released when set_caps is called. Partially fixes #520885.
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås1-5/+13
Original commit message from CVS: * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc): Make it so that gst_directdraw_sink_buffer_alloc uses the right width/height. Especially when looking through the pool of buffers, make sure that the width/height of caps is used instead of the already negotiated dimensions. For example if a buffer with different caps is requested, i.e. higher resolution, the caller would get a buffer with the old dimensions and thus corrupt the heap.
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås1-0/+1
Original commit message from CVS: * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc): Clear the flags on recycled buffers from buffer_alloc. Partially fixes #520885. The right fix this time.
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås1-13/+5
Original commit message from CVS: * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc): Reverting previous commit, it had it all mixed up, was for a different patch (major automation screw-up). Sorry!