summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* applemedia: Conditionally compile qtkitvideosrcSebastian Dröge2016-08-312-3/+12
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-264-11/+4
* decklinkaudiosink: Fix compiler warning on OS XSebastian Dröge2016-08-261-1/+1
* applemedia: fix compiler warningAlessandro Decina2016-08-261-1/+1
* decklinkvideosink: Scale down scheduled frame times to millisecondsSebastian Dröge2016-08-261-1/+6
* decklinkaudiosink: Add support for 8 and 16 channelsSebastian Dröge2016-08-263-3/+64
* applemedia: changes to make GL memory mappable on CPU on iOSAlessandro Decina2016-08-2618-178/+472
* opensles: Add opensles.h to noinst_HEADERSFredrik Fornwall2016-08-241-1/+2
* vtdec: fix MPEG-2 video capsMatej Knopp2016-08-221-1/+2
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-208-0/+192
* plugins: Use stdint.h instead of _stdint.hNirbheek Chauhan2016-08-191-1/+7
* applemedia-nonpublic: remove bitrotten plugin that's no longer neededTim-Philipp Müller2016-08-1930-5918/+2
* avfvideosrc: account for retina displays when capturing screensFlorian Zwoch2016-08-191-2/+18
* dvb/parsechannels: warn on ignored key/value pairsReynaldo H. Verdejo Pinochet2016-08-181-1/+1
* dvb/parsechannels: handle problems parsing dvbv5 config keysReynaldo H. Verdejo Pinochet2016-08-181-1/+24
* avfassetsrc: Don't escape the URI another time in another location tooSergei Saveliev2016-08-161-5/+2
* winks: Fix RGB frame flipping and postprocessingJan Schmidt2016-08-165-14/+32
* winks: Give the ksvideosrc PRIMARY rankJan Schmidt2016-08-161-1/+1
* winks: Fix swapped RGBx/RGB caps mapping, and endianness.Jan Schmidt2016-08-161-3/+3
* amc: Fix call to realloc() to allocate the correct size of itemsSebastian Dröge2016-08-081-1/+2
* decklinkvideosink: Add support for GstVideoTimeCodeVivia Nikolaidou2016-08-042-3/+68
* decklinkvideosrc: Add support for GstVideoTimeCodeVivia Nikolaidou2016-08-044-7/+161
* androidmedia: Run gst-indent over everything once againSebastian Dröge2016-08-013-145/+220
* amc: If we find multiple codecs with the same name, just merge themSebastian Dröge2016-08-011-3/+35
* amc: Use a GQueue for O(1) append instead of a GListSebastian Dröge2016-08-011-6/+6
* amc: Print generated raw/encoded caps in debug logsSebastian Dröge2016-07-291-0/+4
* new plugin: Android hardware sensor sourceMartin Kelly2016-07-148-1/+1982
* kmssink: Fix offsets handlingNicolas Dufresne2016-07-113-32/+22
* shmsrc: Do not call gst_poll_remove_fd upon stop if reading was never startedMarcin Lewandowski2016-07-041-2/+2
* dvb/parsechannels: improve parsing-success messageReynaldo H. Verdejo Pinochet2016-07-011-1/+2
* dvb/parsechannels: don't use default conf filename for messagesReynaldo H. Verdejo Pinochet2016-07-011-4/+2
* kmssink: fallback to universal planes if no overlay plane is foundJavier Martinez Canillas2016-06-301-2/+20
* kmssink: add a plane-id propertyJavier Martinez Canillas2016-06-301-1/+23
* dvbbasebin: Use a non-timer GstPollSebastian Dröge2016-06-301-1/+1
* vtdec: use L/LA textures on GLES2 as wellMatthew Waters2016-06-291-15/+3
* vtdec: add support for zerocopy decoding with GLES 3.xMatthew Waters2016-06-291-3/+15
* glmemory: add the texture type to allocate to parametersMatthew Waters2016-06-294-9/+16
* d3dvideosink: Replace some more gst_caps_to_string() with GST_PTR_FORMATSebastian Dröge2016-06-282-10/+3
* d3dvideosink: leak on caps stringJonathan Roy2016-06-281-3/+1
* dvbbasebin: make sure we have an error in case of parsing failureReynaldo H. Verdejo Pinochet2016-06-241-3/+5
* dvb/parsechannels: implement channels.conf format autodetectionReynaldo H. Verdejo Pinochet2016-06-241-12/+64
* dvb/parsechannels: rename v5/zap parsers for congruencyReynaldo H. Verdejo Pinochet2016-06-241-6/+10
* dvb/parsechannels: fix modulation namesReynaldo H. Verdejo Pinochet2016-06-241-3/+4
* dvbbasebin: also accept DVBv5 channels.conf formatThiago Santos2016-06-241-14/+353
* dvbsrc: fix ISDB-T property descriptionsReynaldo H. Verdejo Pinochet2016-06-241-13/+13
* dvbsrc: fix misplaced space on doc blockReynaldo H. Verdejo Pinochet2016-06-241-1/+1
* vtdec: minimize renegotiation to make hw decoding more reliableAlessandro Decina2016-06-231-11/+23
* winks: Port to MSVC and pretend to be Windows XPNirbheek Chauhan2016-06-213-2/+9
* dvbsrc: do not rely on temp var for fail detectionReynaldo H. Verdejo Pinochet2016-06-171-1/+2
* dvbsrc: rework set_pids()Reynaldo H. Verdejo Pinochet2016-06-171-29/+30