summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2016-08-16avfassetsrc: Don't escape the URI another time in another location tooSergei Saveliev1-5/+2
2016-08-16winks: Fix RGB frame flipping and postprocessingJan Schmidt5-14/+32
2016-08-16winks: Give the ksvideosrc PRIMARY rankJan Schmidt1-1/+1
2016-08-16winks: Fix swapped RGBx/RGB caps mapping, and endianness.Jan Schmidt1-3/+3
2016-08-08amc: Fix call to realloc() to allocate the correct size of itemsSebastian Dröge1-1/+2
2016-08-04decklinkvideosink: Add support for GstVideoTimeCodeVivia Nikolaidou2-3/+68
2016-08-04decklinkvideosrc: Add support for GstVideoTimeCodeVivia Nikolaidou4-7/+161
2016-08-01androidmedia: Run gst-indent over everything once againSebastian Dröge3-145/+220
2016-08-01amc: If we find multiple codecs with the same name, just merge themSebastian Dröge1-3/+35
2016-08-01amc: Use a GQueue for O(1) append instead of a GListSebastian Dröge1-6/+6
2016-07-29amc: Print generated raw/encoded caps in debug logsSebastian Dröge1-0/+4
2016-07-14new plugin: Android hardware sensor sourceMartin Kelly8-1/+1982
2016-07-11kmssink: Fix offsets handlingNicolas Dufresne3-32/+22
2016-07-04shmsrc: Do not call gst_poll_remove_fd upon stop if reading was never startedMarcin Lewandowski1-2/+2
2016-07-01dvb/parsechannels: improve parsing-success messageReynaldo H. Verdejo Pinochet1-1/+2
2016-07-01dvb/parsechannels: don't use default conf filename for messagesReynaldo H. Verdejo Pinochet1-4/+2
2016-06-30kmssink: fallback to universal planes if no overlay plane is foundJavier Martinez Canillas1-2/+20
2016-06-30kmssink: add a plane-id propertyJavier Martinez Canillas1-1/+23
2016-06-30dvbbasebin: Use a non-timer GstPollSebastian Dröge1-1/+1
2016-06-29vtdec: use L/LA textures on GLES2 as wellMatthew Waters1-15/+3
2016-06-29vtdec: add support for zerocopy decoding with GLES 3.xMatthew Waters1-3/+15
2016-06-29glmemory: add the texture type to allocate to parametersMatthew Waters4-9/+16
2016-06-28d3dvideosink: Replace some more gst_caps_to_string() with GST_PTR_FORMATSebastian Dröge2-10/+3
2016-06-28d3dvideosink: leak on caps stringJonathan Roy1-3/+1
2016-06-24dvbbasebin: make sure we have an error in case of parsing failureReynaldo H. Verdejo Pinochet1-3/+5
2016-06-24dvb/parsechannels: implement channels.conf format autodetectionReynaldo H. Verdejo Pinochet1-12/+64
2016-06-24dvb/parsechannels: rename v5/zap parsers for congruencyReynaldo H. Verdejo Pinochet1-6/+10
2016-06-24dvb/parsechannels: fix modulation namesReynaldo H. Verdejo Pinochet1-3/+4
2016-06-24dvbbasebin: also accept DVBv5 channels.conf formatThiago Santos1-14/+353
2016-06-24dvbsrc: fix ISDB-T property descriptionsReynaldo H. Verdejo Pinochet1-13/+13
2016-06-24dvbsrc: fix misplaced space on doc blockReynaldo H. Verdejo Pinochet1-1/+1
2016-06-23vtdec: minimize renegotiation to make hw decoding more reliableAlessandro Decina1-11/+23
2016-06-21winks: Port to MSVC and pretend to be Windows XPNirbheek Chauhan3-2/+9
2016-06-17dvbsrc: do not rely on temp var for fail detectionReynaldo H. Verdejo Pinochet1-1/+2
2016-06-17dvbsrc: rework set_pids()Reynaldo H. Verdejo Pinochet1-29/+30
2016-06-17dvbsrc: drop pointless debug msgReynaldo H. Verdejo Pinochet1-1/+0
2016-06-13avfassetsrc: Don't escape the URI before passing it to NSURLSebastian Dröge1-5/+2
2016-06-13iosassetsrc: Print the correct URI if it was rejectedSebastian Dröge1-2/+2
2016-06-09dvbsrc: unify exit paths on _start()Reynaldo H. Verdejo Pinochet1-16/+13
2016-06-09dvbsrc: use proper acronym for PID (Packet Identifier)Reynaldo H. Verdejo Pinochet1-1/+1
2016-06-09dvbsrc: set common PES filter params once and reuseReynaldo H. Verdejo Pinochet1-4/+6
2016-06-07vtdec: always drain in ::negotiateAlessandro Decina1-6/+3
2016-06-07vtdec: try to preserve downstream caps orderAlessandro Decina1-4/+5
2016-06-06ahcsrc: Avoid a div by 0 warningXavier Claessens1-1/+5
2016-06-06amcvideoenc: Do not call gst_object_unref on GstCapsXavier Claessens1-3/+3
2016-06-03dvbsrc: improve description of PIDs propertyReynaldo H. Verdejo Pinochet1-1/+3
2016-06-03applemedia: Only use the OpenGL framework on OSXEdward Hervey1-1/+1
2016-06-03a2dpsink: unref avdtpsink if state transition failedGuillaume Desmottes1-0/+3
2016-06-02applemedia: CGLTexImageIOSurface2D needs the OpenGL framework on OSXHavard Graff1-0/+1
2016-06-02avsamplevideosink: check we are compiling for 10.1 up to 10.4Havard Graff1-1/+4