summaryrefslogtreecommitdiff
path: root/sys/applemedia
Commit message (Expand)AuthorAgeFilesLines
...
* vtdec: Negotiate the decoder in set_format() alreadySebastian Dröge2016-02-251-1/+1
* avfvideosrc: Frame durations as CTime to the API, not doubleJoe Gorse2016-02-251-4/+2
* applemedia: videotesturecache: let CVOpenGLESTextureCache flush every 1sAlessandro Decina2016-02-101-4/+0
* applemedia: vtdec: implement GstElement::set_contextAlessandro Decina2016-02-091-3/+18
* applemedia: vtdec: update copyrightAlessandro Decina2016-02-091-1/+1
* applemedia: avfvideosrc: implement GstElement::set_contextAlessandro Decina2016-02-091-0/+21
* applemedia: avfvideosrc: add myself to the copyright holdersAlessandro Decina2016-02-091-0/+1
* applemedia: refactor GL context codeAlessandro Decina2016-01-296-138/+252
* applemedia: avfvideosrc: actually set the configured framerateAlessandro Decina2016-01-271-7/+15
* applemedia: texture cache: copy the input metasAlessandro Decina2016-01-221-6/+6
* applemedia: vtenc: fix build on iOSAlessandro Decina2016-01-191-2/+1
* applemedia: always fill GstBuffers with GstMemoryAlessandro Decina2016-01-1910-91/+56
* applemedia: implement copying of metaIlya Konstantinov2016-01-192-19/+77
* applemedia: implement GstAppleCoreVideoMemoryIlya Konstantinov2016-01-197-120/+652
* applemedia: iosurfacememory: alloc with g_new0Alessandro Decina2016-01-191-1/+1
* applemedia: avfvideosrc: optionally get the GL context from gst_element_set_c...Alessandro Decina2016-01-121-3/+29
* applemedia: iosurfacememory: remove NO_SHARE flagAlessandro Decina2016-01-121-1/+0
* applemedia: avfvideosrc: enable renegotiationAlessandro Decina2016-01-061-17/+3
* applemedia: avfvideosrc: small negotiation fixAlessandro Decina2016-01-061-0/+7
* applemedia: vtenc: accept UYVY on MacAlessandro Decina2016-01-061-0/+8
* applemedia: avfvideosrc: change texture format from BGRA to NV12 on iOSAlessandro Decina2016-01-061-2/+2
* applemedia: avfvideosrc: output at highest fps/resolution by defaultAlessandro Decina2015-12-291-0/+8
* 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
* 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-154-4/+4
* applemedia: update for GLMemory API changesMatthew Waters2015-12-141-4/+4
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-181-6/+2
* 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
* 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