summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* bufferfactory: add support for wrapping CVBufferOle André Vadla Ravnås2010-11-042-0/+7
* qtkitvideosrc: fix up refcountingOle André Vadla Ravnås2010-11-041-7/+6
* qtkitvideosrc: simplify timestamping algorithmOle André Vadla Ravnås2010-11-041-73/+22
* applemedia: add new iOS video source based on AVFoundationOle André Vadla Ravnås2010-11-046-3/+961
* applemedia: fix stream-format caps used for H.264Ole André Vadla Ravnås2010-11-043-3/+3
* applemedia: update e-mail addressesOle André Vadla Ravnås2010-11-043-4/+4
* applemedia: switch vtapi to CFTypeRef style typedefsOle André Vadla Ravnås2010-11-025-54/+56
* applemedia: support public version of CoreMediaOle André Vadla Ravnås2010-11-0217-231/+267
* winks: work around shutdown deadlockOle André Vadla Ravnås2010-10-281-6/+7
* winks: remove JPEG validation hackOle André Vadla Ravnås2010-10-281-54/+0
* winks: set PrioritySubClass to KSPRIORITY_NORMAL instead of 1Ole André Vadla Ravnås2010-10-281-1/+1
* winks: retry when KsCreatePin fails with ERROR_NOT_READYOle André Vadla Ravnås2010-10-281-2/+18
* winks: improve framerate fraction conversionsOle André Vadla Ravnås2010-10-281-48/+81
* winks: improve error-handlingOle André Vadla Ravnås2010-10-287-63/+97
* winks: performance improvementsOle André Vadla Ravnås2010-10-283-111/+225
* winks: store priv pointer instead of looking it upOle André Vadla Ravnås2010-10-286-23/+39
* winks: post error message on flow-unexpectedOle André Vadla Ravnås2010-10-281-1/+5
* winks: add property probing supportAndres Colubri2010-10-282-5/+105
* winks: sort devices that look like cameras firstOle André Vadla Ravnås2010-10-283-0/+95
* winks: provide guessed pixel-aspect-ratio in capsKnut Inge Hvidsten2010-10-281-0/+33
* winks: only try to change state when actually openOle André Vadla Ravnås2010-10-281-1/+2
* winks: ignore unsupported formatsOle André Vadla Ravnås2010-10-283-44/+70
* winks: adjust a couple of logging severitiesOle André Vadla Ravnås2010-10-282-2/+2
* applemedia: New plugin for Apple multimedia APIsOle André Vadla Ravnås2010-10-2842-2/+8649
* directdrawsink: port GstXOverlay bits to new APITim-Philipp Müller2010-10-121-8/+9
* dvbsrc: Fix example usage, bandwidth=8 not 8MHzDamien Lespiau2010-10-101-1/+1
* shm: Add C++ protectionOlivier Crête2010-10-081-0/+4
* vdpau: Check return values of the bitreader functionsSebastian Dröge2010-10-031-4/+8
* vdpau: Use the new XOverlay APIEdward Hervey2010-09-211-5/+7
* dshowdecwrapper: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge2010-09-212-2/+2
* vdpauvideopostprocess: set new framerate on output caps instead of input capsCarl-Anton Ingmarsson2010-09-061-15/+15
* vdpauh264dec: parse "pixel-aspect-ratio" from streamCarl-Anton Ingmarsson2010-09-051-0/+29
* vdpau: remove non working unused code from GstBaseVideoDecoderCarl-Anton Ingmarsson2010-09-052-184/+21
* vdpau: GstBaseVideoDecoder set default par to 1/1Carl-Anton Ingmarsson2010-09-051-6/+18
* vdpau: remove gst_base_video_decoder_get_current_frameCarl-Anton Ingmarsson2010-09-0510-63/+51
* vdpau: rework GstBaseVideoDecoder timestampingCarl-Anton Ingmarsson2010-09-054-175/+97
* vdpau: fix invalid unrefCarl-Anton Ingmarsson2010-09-051-1/+1
* vdpaumpeg4dec: fix typo in default_non_intra_quant_matrixCarl-Anton Ingmarsson2010-08-091-1/+1
* vdpau: add mpeg4 part2 decoderCarl-Anton Ingmarsson2010-08-098-2/+1374
* dvbsrc: align actual default values for properties with defaults in param specTim-Philipp Müller2010-08-062-46/+65
* vdpau: fix destruction of GstVdpDevice when it failed to openCarl-Anton Ingmarsson2010-08-062-6/+4
* vdpausink: use separate mutex for device lockingCarl-Anton Ingmarsson2010-08-062-7/+22
* dshowvideosink: close our own window when changing the window idAndoni Morales Alastruey2010-08-061-3/+10
* dshowvideosink: allow changing window ID whilst in PLAYING stateRaimo Jarvi2010-08-061-1/+17
* vdpau: set back plugin ranks to GST_RANK_NONECarl-Anton Ingmarsson2010-08-021-3/+3
* vdpau: slightly fix GstBaseVideoDecoder timestampingCarl-Anton Ingmarsson2010-08-024-58/+68
* vdpau: init debug category in gst_vdp_video_buffer_get_typeCarl-Anton Ingmarsson2010-08-021-0/+2
* vdpau: add error reporting to device creationCarl-Anton Ingmarsson2010-07-306-99/+102
* vdpau: fix small typo in GstBaseVideoDecoderCarl-Anton Ingmarsson2010-07-301-1/+1
* vdpau: use gst_vdp_yuv_to_video_caps in GstVdpVideoSrcPad to transform set capsCarl-Anton Ingmarsson2010-07-301-10/+4