summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* winks: port to 1.0Andoni Morales Alastruey2014-03-157-291/+179
* dvbsrc: mpegts: change bandwidth to DVBv5 valuesStefan Ringel2014-03-153-34/+55
* 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
* wininet: "iradio-mode" property defaults to TRUEAndres Gomez2014-03-051-2/+2
* configure: Rename all variables related to the winks pluginSebastian Dröge2014-02-162-5/+5
* 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
* shm: call close() after shutdown()Aleix Conchillo Flaqué2014-02-101-1/+5
* shm: use shutdown() instead of close()Aleix Conchillo Flaqué2014-02-101-3/+3
* winks: Make headers known to automakeРуслан Ижбулатов2014-02-101-1/+1
* vdpau: Fix comparison compiler warningSebastian Dröge2014-02-081-1/+1
* uvch264src: Fix unitialized variable compiler warningsSebastian Dröge2014-02-081-51/+87
* applemedia: Fix libtool usageEdward Hervey2014-02-062-2/+2
* androidmedia: Don't handle FLUSHING or NOT_LINKED as errorSebastian Dröge2014-01-252-2/+8
* d3dvideosink: First destroy the window, then unregister the classAlexey Chernov2014-01-211-3/+4
* applemedia: Actually the enc/decbins are not used anywhere currentlySebastian Dröge2014-01-201-3/+1
* applemedia: Fix build on iOS and probably also on OSXSebastian Dröge2014-01-202-1/+5
* amcvideodec: Add the divx variant for mpeg4 videoJorge Zapata2014-01-141-0/+11
* shmsink: Document that socket-path may changeOlivier Crête2014-01-031-2/+3
* shmsink: Change default shm size to 64 MiBOlivier Crête2014-01-031-1/+1
* dvbsrc: Add dvb-s2, dvb-t2 supportStefan Ringel2014-01-033-11/+123
* dvbsrc: Change from deprecated frontend type field to DTV_ENUM_DELSYSStefan Ringel2014-01-033-64/+191
* androidmedia: Add new color format, and enhance debug outputJan Schmidt2013-12-312-7/+16
* mfc: fix input dequeue for odroidVíctor Manuel Jáquez Leal2013-12-271-0/+5
* applemedia: vtdec: set the correct stride in the video metaAlessandro Decina2013-12-221-3/+3
* applemedia: atdec: fix aac decoding on MavericksAlessandro Decina2013-12-221-2/+3
* applemedia: corevideobuffer: fix for planar formatsAlessandro Decina2013-12-191-20/+23
* applemedia: vtdec: remove silly stride requirementAlessandro Decina2013-12-191-2/+0
* applemedia: vtdec: Enable hardware accelerated decoding on 10.9Davide Bertola2013-12-181-1/+16
* 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-151-7/+10
* applemedia: vtdec: handle level 3 in get_dpb_max_mb_s_from_level. oops.Alessandro Decina2013-12-141-2/+4
* applemedia: atdec: fix mp3 capsAlessandro Decina2013-12-141-2/+2
* decklinksrc: Set GST_ELEMENT_FLAG_SOURCE on the sourceSebastian Dröge2013-12-141-0/+1
* applemedia: always include <Foundation/Foundation.h>Alessandro Decina2013-12-141-1/+1
* applemedia: vtdec: fix compiler warning (uninitialized variable)Alessandro Decina2013-12-111-1/+1
* applemedia: vtdec: rename reorder_queue_frame_delay to reorder_queue_lengthAlessandro Decina2013-12-112-10/+10