summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* shmsink: Allocate enough memory to do alignmentOlivier Crête2014-06-021-1/+1
* bluez: fix property namesWim Taymans2014-05-141-4/+4
* atdec: Add some more debug outputSebastian Dröge2014-03-111-0/+11
* atdec: Implement draining properlySebastian Dröge2014-03-112-56/+90
* atdec: First dequeue a buffer before enqueueing anything from the queueSebastian Dröge2014-03-111-1/+31
* atdec: Keep track of the current positionSebastian Dröge2014-03-112-0/+23
* atdec: Always try to pull one decoded frame out of the queueSebastian Dröge2014-03-112-3/+4
* atdec: Handle errors in handle_frame() properlySebastian Dröge2014-03-111-3/+48
* atdec: Call AudioQueueReset() for flushingSebastian Dröge2014-03-111-1/+1
* atdec: Set correct number of frames for MP3Sebastian Dröge2014-03-113-4/+9
* atdec: Initialize the audio description with zeroesSebastian Dröge2014-03-111-0/+2
* atdec: Set the correct layer depending on the MP3 capsSebastian Dröge2014-03-111-3/+20
* applemedia: atdec: fix aac decoding on MavericksAlessandro Decina2014-03-111-2/+3
* applemedia: atdec: fix mp3 capsAlessandro Decina2014-03-111-2/+2
* avfvideosrc: fix compiler warning in iOSAndoni Morales Alastruey2014-03-111-3/+3
* amcaudiodec: Calculate number of samples per frame for MP3 and use thatSebastian Dröge2014-02-142-5/+33
* amcaudiodec: Error out if we get an invalid raw audio buffer sizeSebastian Dröge2014-02-141-0/+14
* amcvideodec: Store return value of gst_caps_merge_structure()Sebastian Dröge2014-02-141-1/+1
* amcvideodec: Release buffer to Android if allocating output failedSebastian Dröge2014-02-141-0/+3
* amcaudiodec: Release buffer back to Android if allocating output failsSebastian Dröge2014-02-141-0/+1
* d3dvideosink: First destroy the window, then unregister the classAlexey Chernov2014-02-041-3/+4
* androidmedia: Don't handle FLUSHING or NOT_LINKED as errorSebastian Dröge2014-01-252-2/+8
* amcvideodec: Add the divx variant for mpeg4 videoJorge Zapata2014-01-151-0/+11
* vtenc: Add support for I420Dominik Röttsches2013-12-311-11/+17
* decklinksink: Give preference to the order of the filter caps when querying capsSebastian Dröge2013-12-171-1/+1
* decklinksink: Only intersect with the filter caps if there actually is a filterSebastian Dröge2013-12-171-2/+6
* decklinksrc: Process EOS even when there are no incoming video frames.Todd Agulnick2013-12-161-7/+10
* decklinksrc: Set GST_ELEMENT_FLAG_SOURCE on the sourceSebastian Dröge2013-12-161-0/+1
* vtenc: Use correct strides, etc from the GstVideoFrameDominik Röttsches2013-11-252-19/+59
* applemedia-nonpublic: fix plugin nameMatthieu Bouron2013-11-091-1/+1
* applemedia-nonpublic: Link with gmodule for g_module_open() and othersSebastian Dröge2013-11-041-1/+2
* applemedia: Link with gmodule for g_module_open() and othersSebastian Dröge2013-11-041-1/+2
* androidmedia: fix rank for more software decodersAndoni Morales Alastruey2013-10-311-2/+4
* androidmedia: make gst_amc_avc_profile_from_string recognize alt nameChen Jie2013-10-301-1/+3
* androidmedia: fix access to invalid buffers in the decoding loopAndoni Morales Alastruey2013-10-302-4/+2
* avfvideosrc: fix truncated lineMatthieu Bouron2013-10-251-1/+1
* iosassetsrc: Port to 1.0 and fix some bugs on the waySebastian Dröge2013-09-303-62/+63
* iosassetsrc: Add new element from the GStreamer SDK projectAndoni Morales Alastruey2013-09-304-2/+594
* applemedia: avfvideosrc is not ported to 1.0 yetSebastian Dröge2013-09-305-10/+18
* bluez: Fix compilation on big endian systemsSebastian Dröge2013-09-251-3/+3
* amcvideodec: Don't put the level restrictions on the sinkpad capsSebastian Dröge2013-09-121-61/+3
* uvch264src: Fix small mem leakOlivier Crête2013-09-091-0/+2
* uvch264src: Let the caps be NULL if there is no peerOlivier Crête2013-09-051-2/+4
* uvch264src: No need to drop segment eventsOlivier Crête2013-09-051-21/+2
* decklinksrc: send caps event before segmentTim-Philipp Müller2013-09-051-6/+6
* amcvideodec: Port tiled NV12 conversion to 1.0Sebastian Dröge2013-09-031-10/+10
* amcvideodec: Add FIXME commentSebastian Dröge2013-09-031-0/+1
* androidmedia: add support for a new qualcomm colorspaceJorge Luis Zapata2013-09-033-1/+110
* d3dvideosink: disable buffer poolsAndoni Morales Alastruey2013-09-023-1/+11
* avdtputil: Some minor cleanup and leak fixesSebastian Dröge2013-08-291-39/+43