summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* plugins-bad: Fix example pipelinesVineeth TM2015-12-1517-28/+28
* applemedia: update for GLMemory API changesMatthew Waters2015-12-141-4/+4
* amcvideodec: update for GLMemory API changesMatthew Waters2015-12-141-1/+1
* directsoundsrc: Check return values of DirectSound functions in read loopThomas Roos2015-12-111-1/+13
* acm: Port ACM MP3 decoder and encoders to GStreamer 1.xFrédéric Wang2015-12-072-45/+78
* d3dvideosink: Don't try to recreate swapchain while the window is minimizedSebastian Dröge2015-11-301-1/+19
* androidmedia: Don't add metadata to locked bufferMathias Hasselmann2015-11-261-1/+4
* amcvideodec: move release_output_buffer into the sync metaMatthew Waters2015-11-192-75/+133
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-1817-57/+26
* amcvideodec: Don't require a non-zero buffer size when doing decoding to a su...Sebastian Dröge2015-11-181-2/+1
* amcvideodec: Fix indentationSebastian Dröge2015-11-171-15/+23
* applemedia: vtdec: fix negotiation moreAlessandro Decina2015-11-171-3/+6
* applemedia: vtdec: minor texture cache fixesAlessandro Decina2015-11-171-11/+21
* applemedia: corevideotexturecache: stop configuring cache->convert over and overAlessandro Decina2015-11-171-0/+1
* glimagesink: wait on the correct sync meta when renderingMatthew Waters2015-11-171-2/+2
* amcviddec: output external-oes texturesMatthew Waters2015-11-175-629/+506
* applemedia: vtdec: fix setting internal SKIP / DROP flagsAlessandro Decina2015-11-171-2/+2
* applemedia: vtdec: improve negotiationAlessandro Decina2015-11-172-98/+107
* applemedia: vtdec: improve handing of decode errors/frame dropsAlessandro Decina2015-11-171-42/+43
* applemedia: vtdec: fix uninitialized variable warningAlessandro Decina2015-11-171-1/+1
* vtenc: Set profile_level to NULL after releaseHeinrich Fink2015-11-111-0/+1
* applemedia: fix vtdec texture sharing on ios 9.1Alessandro Decina2015-11-101-6/+9
* dshow: fix GList leakTim-Philipp Müller2015-11-061-4/+2
* dvbsrc: use GST_STIME_ARGS for GstClockTimeDiffLuis de Bethencourt2015-11-031-2/+2
* amcvideodec: use GST_STIME_ARGS for GstClockTimeDiffLuis de Bethencourt2015-11-031-2/+2
* Revert "vtenc: free input buffer ASAP"Alessandro Decina2015-11-021-4/+0
* ksvideosrc: don't try to align current timestamp on previous timestampPhilippe Renon2015-11-011-73/+3
* vtdec: fix compilation errorMatthew Waters2015-10-301-1/+1
* glcolorconvert: add support for converting texture targetsMatthew Waters2015-10-303-26/+41
* glmemory: add support for rectangle texturesMatthew Waters2015-10-301-4/+19
* androidmedia: fix build errorsMatthew Waters2015-10-211-5/+6
* amcviddec: use gstcontext to retreive the OpenGL contextMatthew Waters2015-10-212-51/+136
* androidmedia: Only allow GL output if the decoder has unknown color formatsMatthieu Bouron2015-10-213-7/+22
* androidmedia: Add support for GL output in amcvideodecMatthieu Bouron2015-10-2116-46/+1913
* androidmedia: Do not flush codec if it is not startedMatthieu Bouron2015-10-211-3/+5
* androidmedia: Allow object to be NULL in gst_amc_jni_*unref functionsMatthieu Bouron2015-10-211-0/+4
* androidmedia: Fix debug statement (%d for a gsize argument)Edward Hervey2015-10-212-4/+6
* androidmedia: Improve color format debug messagesMatthieu Bouron2015-10-211-1/+2
* androidmedia: Improve debug messagesMatthieu Bouron2015-10-211-4/+5
* androidmedia: Do not warn we do not support COLOR_FormatSurfaceMatthieu Bouron2015-10-211-1/+3
* dshowvideosink: Fix 64bit compatibility issueplamot2015-10-191-9/+5
* amcvideodec: Properly forward the return value of gst_video_decoder_negotiate()Sebastian Dröge2015-10-161-2/+3
* amcvideodec: Implement support for COLOR_QCOM_FormatYVU420SemiPlanar32mMultiV...Sebastian Dröge2015-10-162-0/+9
* dvb: simplify ZAP file format parserReynaldo H. Verdejo Pinochet2015-10-091-67/+61
* applemedia: dist missing header filesAleix Conchillo Flaqué2015-09-301-0/+2
* nvenc: call the parent class on GstElement::set_contextMatthew Waters2015-09-291-0/+2
* Add Nvidia based hardware encoder elementMatthew Waters2015-09-2910-2/+2801
* decklink: Add a clock epoch that is used as offset whenever restarting the clockSebastian Dröge2015-09-244-2/+10
* decklink: Disable inputs/outputs in PAUSED->READY to allow going to PAUSED ag...Sebastian Dröge2015-09-243-21/+72
* vtdec: disable the texture cache on OSXMatthew Waters2015-09-181-0/+5