summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* nvenc: fix high CPU use on initialization of multiple encoders at the same timeMatthew Marsh2015-12-221-0/+12
* decklinkvideosink: Made "auto" mode work according to capsVivia Nikolaidou2015-12-184-5/+36
* directsoundsrc: add device property as it is done in directsoundsinkThomas Roos2015-12-182-8/+85
* directsoundsrc: Convert header from (some) DOS line endings to UNIXSebastian Dröge2015-12-181-111/+111
* applemedia: set -mmacosx-version-min to 10.8Julien Isorce2015-12-181-1/+9
* glmemory: add gst_gl_memory_allocator_get_defaultAlessandro Decina2015-12-181-1/+1
* gl*memory*: reverse the parameter order of user_data and destroy notifyMatthew Waters2015-12-172-7/+7
* applemedia: fix build on iOSAlessandro Decina2015-12-171-7/+9
* applemedia: avfvideosrc: do fixateAlessandro Decina2015-12-171-1/+4
* glmemorypbo: remove our own alloc()/wrapped()/etc functionsMatthew Waters2015-12-171-17/+30
* glmemory: implement GstGLBaseMemory::allocMatthew Waters2015-12-171-4/+16
* applemedia: Link to IOSurface.framework for the IOSurface APISebastian Dröge2015-12-161-1/+1
* applemedia: Link to IOKit.framework for IOSurface related functionsSebastian Dröge2015-12-161-1/+2
* applemedia: vtdec: fix texture-target on iOSAlessandro Decina2015-12-161-2/+6
* applemedia: vtdec: remove obsolete FIXMEAlessandro Decina2015-12-161-3/+0
* applemedia: avfvideosrc: rework GLMemory negotiationAlessandro Decina2015-12-161-52/+74
* applemedia: avfvideosrc: update after IOSurface changesAlessandro Decina2015-12-161-56/+64
* applemedia: vtdec: remove the internal GstGLColorConvertAlessandro Decina2015-12-163-39/+9
* applemedia: vtdec: decouple outputting textures from outputting RGBAAlessandro Decina2015-12-161-5/+12
* applemedia: vtdec: switch to IOSurface on MacAlessandro Decina2015-12-166-74/+410
* applemedia: rename GstCoreVideoTextureCache to GstVideoTextureCacheAlessandro Decina2015-12-166-33/+33
* Revert "vtdec: disable the texture cache on OSX"Alessandro Decina2015-12-161-5/+0
* 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