summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* androidmedia: Flush the queue when the source is stoppedYouness Alaoui2016-01-211-3/+4
* androidmedia: Allocate/free texture when camera is open/closedYouness Alaoui2016-01-211-5/+5
* androidmedia: add a gst_ahc_src_close functionYouness Alaoui2016-01-211-6/+13
* androidmedia: Fix small indentation issuesYouness Alaoui2016-01-211-4/+5
* androidmedia: Disable plugin if android-sdk isn't found and dynamically searc...Youness Alaoui2016-01-211-2/+3
* androidcamera: Add support for using DexLoader with Embeded GstAhcCallback.jarYouness Alaoui2016-01-214-6/+193
* androidcamera: Fix compilation issuesYouness Alaoui2016-01-213-22/+33
* Remove previous cruft and create androidcamera pluginYouness Alaoui2016-01-212-63/+20
* Free the buffers and readd the arrays when the queue is clearedYouness Alaoui2016-01-211-1/+2
* Add a GST_DVM_CALL macro to ease function calling with exception checkYouness Alaoui2016-01-214-234/+107
* Calculate timestamp at reception of the buffer, not when pushing it outYouness Alaoui2016-01-212-6/+22
* Make the number of callback buffers configurable, and delete their local refYouness Alaoui2016-01-211-6/+10
* Use GstDataQueue instead of GAsyncQueue for storing buffersYouness Alaoui2016-01-212-50/+74
* Use the buffer's free_func to map byteArray data without making a copyYouness Alaoui2016-01-211-6/+34
* Remove open failure test code and debug logYouness Alaoui2016-01-211-3/+1
* Use YV12 as the default formatYouness Alaoui2016-01-211-3/+3
* Add a deinit function and remove jclass references in case of errorYouness Alaoui2016-01-217-22/+121
* SurfaceTexture constructure needs texture_idYouness Alaoui2016-01-211-1/+1
* Add ahcsrc Camera source element prototypeYouness Alaoui2016-01-214-5/+499
* Add android.hardware.Camera (and deps) JNI wrappersYouness Alaoui2016-01-217-2/+1411
* Adding Dalvik Virtual Machine routines and macrosYouness Alaoui2016-01-213-2/+266
* androidmedia: Add androidmedia pluginYouness Alaoui2016-01-212-0/+123
* 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
* shmsink: fix possible deadlock in _render()/ _allocator_free()Matt Crane2016-01-161-1/+1
* nvenc: update for recent GL api changesMatthew Waters2016-01-121-17/+20
* 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
* 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