summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* bluez: support aac in avdtpsrcBernhard Miller2013-08-293-2/+232
* directsoundsrc: Remove unused variableSebastian Dröge2013-08-221-19/+16
* directsoundsrc: Add 'device-name' property for selecting a audio deviceKishore Arepalli2013-08-222-26/+74
* dvb: Adapt for latest mpegts lib changesEdward Hervey2013-08-212-13/+11
* uvch264src: don't error out on incomplete aux data segmentRobert Krakora2013-08-201-4/+5
* ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge2013-08-154-14/+13
* dvbbasebin: fix criticals when trying to cast a GstPad to a GstElementTim-Philipp Müller2013-08-141-1/+2
* uvch264mjpgdemux: fix event orderingTim-Philipp Müller2013-08-101-6/+15
* dvbsrc: remove use of _XOPEN_SOURCETim-Philipp Müller2013-08-031-8/+7
* bluez: return GST_FLOW_EOS in avdtpsrc create when stream is EOFBernhard Miller2013-08-021-5/+5
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-295-2/+19
* uvch264_mjpgdemux: Remove duplicated variablesOlivier Crête2013-07-281-18/+13
* uvch264_mjpgdemux: Don't unmap/unref buffer if it's pushed out as-isOlivier Crête2013-07-281-4/+4
* uvcv4l2_mjpegdemux: Unmap bufferRobert Krakora2013-07-281-0/+2
* applemedia: atdec: destroy the queue if set_format failsAlessandro Decina2013-07-241-0/+2
* applemedia: atdec: remove c++ style commentsAlessandro Decina2013-07-241-11/+12
* applemedia: atdec: 1st round of fixesAlessandro Decina2013-07-242-26/+33
* applemedia: add AudioToolbox based audio decoderAlessandro Decina2013-07-234-2/+465
* decklink: Add support for group-id in the stream-start eventSebastian Dröge2013-07-231-2/+8
* decklink: actually enable decklinksinkYouri Westerman2013-07-221-2/+1
* decklink: add "device-number" to select from multiple devicesYouri Westerman2013-07-224-32/+26
* dvb: Fix PMT handlingEdward Hervey2013-07-051-10/+24
* dvb: GstMpegTS => GstMpegTsEdward Hervey2013-07-039-35/+35
* dvb: Switch to MPEG-TS SI libraryEdward Hervey2013-07-0310-172/+112
* winscreencap: Initial port to 1.0Sebastian Dröge2013-06-207-196/+102
* androidmedia: Fix copying of raw video frames on Samsung Galaxy S3 with Exyno...Xavi Artigas2013-06-201-12/+17
* shmsink: unref buffer if no clients are connectedAleix Conchillo Flaque2013-06-191-1/+4
* shmsink: propagate events to basesink classAleix Conchillo Flaque2013-06-181-1/+1
* applemedia: fix release of null pointerAndoni Morales Alastruey2013-06-181-2/+4
* applemedia: coremediabuffer: fix leaking of apple media structsThiago Santos2013-06-181-0/+4
* applemedia: move defines to CPPFLAGS for obj-c filesAndoni Morales Alastruey2013-06-181-4/+6
* dshowaudiosrc: fix audiocapture producing silenceAndoni Morales Alastruey2013-06-183-3/+35
* build: Fix some automake warningsSebastian Dröge2013-06-141-6/+0
* androidmedia: Fix string comparisonSebastian Dröge2013-06-071-1/+1
* androidmedia: Hacks for HuaweiMediaPad which reports wrong color formatChen Jie2013-06-072-0/+12
* 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