summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* applemedia: vtdec: report latencyAlessandro Decina2013-12-111-8/+35
* applemedia: vtdec: set reorder queue length to the max DPB lengthAlessandro Decina2013-12-111-11/+132
* applemedia: vtdec: set the correct video format in the video metaAlessandro Decina2013-12-102-4/+6
* applemedia: corevideobuffer: set the correct stride for packed formatsAlessandro Decina2013-12-081-5/+4
* applemedia: vtdec: fix mpeg2 video supportAlessandro Decina2013-12-081-2/+2
* applemedia: vtdec: make jpeg decoding actually workAlessandro Decina2013-12-081-4/+13
* applemedia: vtdec: fail gracefully when not negotiatedAlessandro Decina2013-12-081-2/+8
* applemedia: rewrite VideoToolbox decoder based on GstVideoDecoderAlessandro Decina2013-12-084-524/+404
* amcvideodec: Use new gst_video_decoder_set_needs_format() APISebastian Dröge2013-12-051-0/+1
* mfcdec: Use new gst_video_decoder_set_needs_format() APISebastian Dröge2013-12-051-0/+1
* qtwrapper: g_memmove() is deprecatedTim-Philipp Müller2013-11-213-5/+5
* avfvideosrc: declare missing instance variablesMatthieu Bouron2013-11-111-0/+3
* coremediabuffer: keep an extra ref to the image and data bufferAndoni Morales Alastruey2013-11-071-1/+10
* applemedia: coremediabuffer: use correct retain/release functions on CMSample...Matthieu Bouron2013-11-071-10/+5
* qtkitvideosrc: lower rank to GST_RANK_SECONDARYMatthieu Bouron2013-11-071-1/+1
* avfvideosrc: set rank to GST_RANK_PRIMARYMatthieu Bouron2013-11-071-1/+1
* avfvideosrc: fix compiler warning in iOSAndoni Morales Alastruey2013-11-071-3/+3
* avfvideosrc: fix build in iOS with isEqualTo doesn't existsAndoni Morales Alastruey2013-11-071-4/+5
* avfvideosrc: fix build with older SDK not supporting AVDeviceFormatAndoni Morales Alastruey2013-11-071-17/+32
* avfvideosrc: fix checks for HAVE_IOSAndoni Morales Alastruey2013-11-071-8/+8
* avfvideosrc: include config.hAndoni Morales Alastruey2013-11-071-0/+4