summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* vdpau: rename gst_vdp_video_buffer_parse_yuv_caps and move it to gstvdputils.hCarl-Anton Ingmarsson2010-07-305-71/+82
* vdpau: GstVdpOutputSrcPad use gst_pad_alloc when outputting video/x-raw-rgbCarl-Anton Ingmarsson2010-07-301-4/+27
* vdpau: properly remove "chroma-type" field from transformed capsCarl-Anton Ingmarsson2010-07-301-1/+1
* vdpauvideopostprocess: use GstVdp[Video|Output]BufferPool to cache our buffersCarl-Anton Ingmarsson2010-07-304-156/+107
* vdpausink: use GstVdpOutputBufferPool to alloc our buffersCarl-Anton Ingmarsson2010-07-302-53/+39
* vdpau: use GstVdpVideoBufferPool in GstVdpVideoSrcPadCarl-Anton Ingmarsson2010-07-301-58/+34
* vdpau: add GstVdpOutputBufferPoolCarl-Anton Ingmarsson2010-07-307-12/+216
* vdpau: add GstVdpVideoBufferPoolCarl-Anton Ingmarsson2010-07-307-15/+220
* vdpau: add GstVdpBufferPool base classCarl-Anton Ingmarsson2010-07-305-0/+581
* vdpau: remove GstVdpOutputSrcPad "template-caps" propertyCarl-Anton Ingmarsson2010-07-304-50/+21
* vdpau: remove GstVdpOutputSrcPad code to retrieve the device from downstreamCarl-Anton Ingmarsson2010-07-302-154/+101
* vdpau: cleanup GstVdpDecoder opening of it's GstVdpDeviceCarl-Anton Ingmarsson2010-07-306-156/+135
* vdpau: fix GstBaseVideoDecoder returning wrong GstStateChangeReturnCarl-Anton Ingmarsson2010-07-301-2/+4
* vdpaumpegdec: remove unneeded setting of buffer flagsCarl-Anton Ingmarsson2010-07-301-12/+0
* dshowvideosrc: don't make a range if min==maxAndoni Morales2010-07-291-8/+28
* vdpau: dist new header fileTim-Philipp Müller2010-07-271-1/+2
* dshowvideosink: Improvements contributed from the Moovida projet.Julien Moutte2010-07-233-124/+417
* vdpau: add gst_vdp_decoder_render and gst_vdp_decoder_init_decoderCarl-Anton Ingmarsson2010-07-234-206/+186
* vdpauh264dec: try to calculate framerate if we don't get one from upstreamCarl-Anton Ingmarsson2010-07-192-1/+21
* vdpau: fix segfault when vdpau device could not be createdThijs Vermeir2010-07-191-0/+1
* vdpauh264dec: fix problem when encountering GST_NAL_AU_DELIMITERCarl-Anton Ingmarsson2010-07-181-7/+1
* wasapisrc: Use new gst_audio_clock_new_full()Sebastian Dröge2010-07-161-0/+6
* vdpauh264dec: calculate width and height from bitstream infoCarl-Anton Ingmarsson2010-07-151-4/+18
* vdpauh264dec: fix usage of g_bit_storageCarl-Anton Ingmarsson2010-07-151-1/+1
* vdpaumpegdec: rename zigzag matrixCarl-Anton Ingmarsson2010-07-141-8/+9
* vdpauh264dec: use g_bit_storage instead of log2Carl-Anton Ingmarsson2010-07-141-10/+1
* winks: fix compilation by using the right functionDavid Hoyt2010-07-081-1/+1
* dshowdecwrapper: reset flow return state tracker after flush to avoid spuriousMichael Smith2010-07-071-0/+3
* dshowvideosink: Update renderer aspect ratio after force-aspect-ratio propert...Philippe Normand2010-07-072-2/+13
* dshowaudiodec: Fix compilation errorAndoni Morales Alastruey2010-07-061-1/+1