summaryrefslogtreecommitdiff
path: root/sys
Commit message (Collapse)AuthorAgeFilesLines
* vdpau: Add some missing headers to distSebastian Dröge2013-06-051-2/+7
|
* applemedia-nonpublic: Add to the Makefile.am for distSebastian Dröge2013-06-051-1/+1
|
* directdrawsink: update window width/height when it's not done in WndProcAndoni Morales Alastruey2013-05-241-0/+4
|
* directdrwasink: call previous WndProc if anyAndoni Morales Alastruey2013-05-242-1/+44
|
* directdrawsink: respect PAR with coordinatesAndoni Morales Alastruey2013-05-241-25/+26
|
* applemedia-nonpublic: fix symbols redefinition for objc filesAndoni Morales Alastruey2013-05-241-0/+5
|
* applemedia: fix duplicated symbols with applemediaAndoni Morales Alastruey2013-05-241-1/+11
|
* vtdec: simplify caps settingAndoni Morales Alastruey2013-05-201-2/+1
|
* applemedia: fix H264 streams with b-framesAndoni Morales Alastruey2013-05-202-19/+43
| | | | | | The decoder output frames in DTS order, even with the flag kVTDecodeFrame_EnableTemporalProcessing. We store a internal queue of the decoded frames and push them PTS order.
* applemedia: fix segfault with dropped framesAndoni Morales Alastruey2013-05-201-1/+8
|
* applemedia: improve usage of the VT APIAndoni Morales Alastruey2013-05-204-14/+45
| | | | | Add timing information to CV samples and pass the GstBuffer as extra data in the decode function
* applemedia: add support for MPEG-1 tooAndoni Morales Alastruey2013-05-201-1/+3
|
* applemedia: add support for MPEG-2 decodingAndoni Morales Alastruey2013-05-202-0/+5
|
* applemedia: use the best colorformat on each platformAndoni Morales Alastruey2013-05-201-3/+13
| | | | This saves a colorspace conversion before the sink in OS X
* applemedia: replace private function with its public variantAndoni Morales Alastruey2013-05-203-10/+76
| | | | | | | | FigVideoFormatDescriptionCreateWithSampleDescriptionExtensionAtom is an un-documented private function which might change its signature as it already did in the past. Replace it with CMVideoFormatDescriptionCreate and the also un-documented Extensions dictionary.
* applemedia: remove the unneeded buffer factoryAndoni Morales Alastruey2013-05-205-136/+4
|
* applemedia: don't use the dynamic API for public frameworksAndoni Morales Alastruey2013-05-2014-653/+77
| | | | | | | | Public frameworks don't need to build the API dynamically, we instead use the framework directly. The exception is for VideoToolbox which went public in the 10.8 SDK, but it's still private in older version of the SDK and iOS. This allow building the plugin against SDK's where it's not a public framework.
* applemedia: move plugins using private frameworks to applemedia-nonpublicAndoni Morales Alastruey2013-05-2034-44/+1890
|
* androidmedia: Fix indentionSebastian Dröge2013-05-202-4/+7
|
* androidmedia: fix a minor error in COLOR_FormatYUV420Planar convertingChen Jie2013-05-201-2/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=700521
* bluez: add debug category for avdtp utilsTim-Philipp Müller2013-05-132-0/+7
|
* Use DVB API v5 aka S2API instead of obsolete v3 APISebastian Pölsterl2013-05-081-66/+91
| | | | | | Patch is based on work of Tony Houghton <h@realh.co.uk> https://bugzilla.gnome.org/show_bug.cgi?id=654479
* vdpau: Add VdpVideoSurface caps featureSreerenj Balachandran2013-05-082-3/+9
|
* wasapisrc: Port to GstAudioSrcSebastian Dröge2013-04-237-194/+218
|
* wasapi: Port wasapisink to GstAudioSinkSebastian Dröge2013-04-237-166/+203
|
* dvbbasebin: better error reportingTim-Philipp Müller2013-04-215-26/+44
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=678892
* dvbbasebin: log channel parsing into dvbbasebin debug category as wellTim-Philipp Müller2013-04-212-1/+4
|
* dvbbasebin: fix path where to look for the dvb-channels.confTim-Philipp Müller2013-04-211-5/+8
| | | | Construct path based on the API version, not $major.$minor version.
* amcaudiodec: Properly set output format instead of just setting capsSebastian Dröge2013-04-161-5/+2
|
* androidmedia: Set parent class in class_initSebastian Dröge2013-04-162-0/+4
|
* androidmedia: Handle refcounts of pad templates correctlySebastian Dröge2013-04-162-4/+4
| | | | | | gst_pad_template_new() does not take ownership of caps anymore and gst_element_class_add_pad_template() does take ownership of the pad template now.
* amcaudiodec: Use 1.0-style raw audio capsSebastian Dröge2013-04-161-5/+2
|
* androidmedia: Properly set subclasses metadata/pad templates in base_initSebastian Dröge2013-04-162-55/+124
|
* uvch264: printf format fixAnton Belka2013-04-151-1/+2
| | | | gstuvch264_mjpgdemux.c:437:5: error: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'GstClockTime'
* gst: Add better support for static pluginsSebastian Dröge2013-04-1528-30/+30
|
* avfvideosrc: fix deadlock draining queue from the same threadAndoni Morales Alastruey2013-04-151-1/+2
|
* dshowsrcwrapper: Added Graph Builder and Capture Builder to correctly create ↵Fabricio Costa Alisedo2013-04-152-11/+108
| | | | upstream needed filters by Analog TV Capture Devices.
* dshowsrcwrapper: Add support for UYVYAndoni Morales Alastruey2013-04-153-0/+9
|
* sys: print format fixes in debug messagesTim-Philipp Müller2013-04-085-8/+10
|
* d3dvideosink: use bilinear filter as much as possibleAndoni Morales Alastruey2013-04-041-1/+1
| | | | | | | | Use the bilinear scalling filter when the magnifier or the minifier filters are avaible. Some graphics cards do not provide minifier filters but we want to use it for upscalling if it's available https://bugzilla.gnome.org/show_bug.cgi?id=697176
* vdpau: Don't use deprecated GMutex methodsEdward Hervey2013-04-011-6/+6
|
* vdpau: Port to 1.0Edward Hervey2013-03-3162-8686/+1672
| | | | | | | New base class for vdpau decoders * mpeg2 ported and activated * h264 ported but deactivated * Uses GstMpegVideo meta
* dvb: Move CAM handling to a separate GstTaskEdward Hervey2013-03-312-27/+56
| | | | | * No longer blocks in READY=>PAUSED (faster startup) * No longer requires a pad probe
* dvbsrc: We output time segmentsEdward Hervey2013-03-301-0/+1
| | | | Fixes #690949
* shm: Make sure the zero-sized array is always last in the structOlivier Crête2013-03-281-2/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696681
* bluez: Remove a2dpsrc binArun Raghavan2013-03-284-256/+0
| | | | | | | | This element isn't really useful. The original plan was to use this to eventually allow dynamically picking a format based on what we can support while negotiating with the source device. We can just plug in a decodebin downstream and it'll handle RTP depayloading and decoding of whatever format we negotiated with the source device.
* bluez: Compile fixes for avdtpsrc/a2dpsrc code against 1.xArun Raghavan2013-03-283-59/+72
|
* bluez: Add avdtpsrc/a2dpsrc to buildArun Raghavan2013-03-282-2/+14
|
* bluez: Fix up some problems that came in with cherry-pickArun Raghavan2013-03-281-5/+1
|
* bluez: We work in TIME format with avdtpsrcWim Taymans2013-03-281-1/+1
|