summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* androicamera: Make sure the TMP env var exists and check for DEX var tooYouness Alaoui2016-01-211-2/+5
* androidcamera: Do not use gst_list_free_full since it requires glib 2.28Youness Alaoui2016-01-211-2/+4
* androidcamera: Add smooth-zoom property for smooth zooming featureYouness Alaoui2016-01-212-2/+23
* androidcamera: Add focal-length, view-angle and video-stabilization propertiesYouness Alaoui2016-01-211-0/+92
* androidcamera: Add video stabilization APIYouness Alaoui2016-01-212-0/+50
* androidcamera: Add property probe for the photography propertiesYouness Alaoui2016-01-211-0/+53
* androidcamera: Small refactorYouness Alaoui2016-01-211-128/+191
* androidcamera: Fix small memleakYouness Alaoui2016-01-211-1/+7
* androidcamera: Store GParamSpec for properties and use that for the PropertyP...Youness Alaoui2016-01-211-96/+136
* androidcamera: Handle zoom comparison better, and avoid float precision issueYouness Alaoui2016-01-211-2/+2
* androidcamera: Fix EV compensation supportYouness Alaoui2016-01-211-10/+11
* androidcamera: Implement new GstPhotography enumsYouness Alaoui2016-01-211-21/+92
* androidcamera: Do not advertise zoom capabilities if camera doesn't support zoomYouness Alaoui2016-01-211-4/+18
* androidcamera: Be NULL-safe when a JNI list is returnedYouness Alaoui2016-01-211-115/+145
* androidcamera: Use strcmp on the GParamSpec property nameYouness Alaoui2016-01-211-58/+61
* androidmedia: Implement property probe for zoom and ev_compensationYouness Alaoui2016-01-211-8/+74
* androidcamera: Add autofocus supportYouness Alaoui2016-01-214-5/+92
* androidcamera: Override propertiesYouness Alaoui2016-01-211-1/+173
* anroidcamera: Add support for the GstPhotography interfaceYouness Alaoui2016-01-211-4/+805
* androidcamera: Add more wrappers for the Camera.Parameters classYouness Alaoui2016-01-212-45/+2348
* androidcamera: Send proper error when unable to open cameraYouness Alaoui2016-01-211-14/+12
* androidcamera: Adding device-orientation and device-facing propertiesYouness Alaoui2016-01-211-17/+53
* androidcamera: Add device property and property probe itYouness Alaoui2016-01-212-31/+131
* androidcamera: Fix memleak and lose of buffer if the data queue is flushingYouness Alaoui2016-01-211-1/+4
* androidcamera: Calling set_preview_callback with NULL frees all the buffers i...Youness Alaoui2016-01-211-2/+4
* androidcamera: Drop frames if we don't have a clock and var renameYouness Alaoui2016-01-211-5/+9
* 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