summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* androicamera: if buffer size increases, then readd new buffers to the queue a...Youness Alaoui2016-01-211-8/+19
* androidcamera: If callback is NULL then set it to NULL in jniYouness Alaoui2016-01-211-20/+24
* androidcamera: Fix debug outputNicolas Dufresne2016-01-211-22/+22
* androidcamera: Chose the smallest range that contains the target framerateSebastian Dröge2016-01-211-2/+6
* androidcamera: Improve negotiationSebastian Dröge2016-01-211-29/+34
* androidcamera: Implement LATENCY querySebastian Dröge2016-01-211-0/+30
* androidcamera: Make sure we always have a valid camera source instance in the...Sebastian Dröge2016-01-211-1/+2
* androidcamera: Make sure to not call any callbacks after stopping the cameraSebastian Dröge2016-01-212-4/+6
* androidcamera: Fix timestamping issueYouness Alaoui2016-01-211-6/+4
* androidcamera: Add caps negotiation supportYouness Alaoui2016-01-212-47/+155
* Add support for getcaps that probes the camera for capabilitiesYouness Alaoui2016-01-211-47/+162
* androidmedia: Drop the first buffer to have proper timestampingYouness Alaoui2016-01-211-18/+28
* 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