summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* androidcamera: Small refactor in case open doesn't throw an exception but ret...Youness Alaoui2016-01-211-20/+21
* androidcamera: Fix some compiler warningsSebastian Dröge2016-01-211-4/+7
* dvm: Rename gst-dvm.[ch] to gstdvm.[ch] for consistency with other GStreamer ...Sebastian Dröge2016-01-2110-10/+12
* androidmedia: Make everything compile with the new wrappersSebastian Dröge2016-01-212-22/+32
* androidmedia: Add remaining bits of the Java wrappers using libgstdvmSebastian Dröge2016-01-218-37/+800
* androidmedia: Remove g_return_if_fails()Sebastian Dröge2016-01-212-83/+0
* androidmedia: Use gst-dvm and refactor java wrappers (WIP)Youness Alaoui2016-01-214-0/+1299
* androidcamera: Add G_BEGIN/END_DECLS to the .hYouness Alaoui2016-01-213-0/+8
* gst-dvm: Create a gst-dvm library using part of androidcameraYouness Alaoui2016-01-218-288/+8
* androidcamera: Adding a device-name propertyYouness Alaoui2016-01-211-1/+26
* androidcamera: Add element documentationYouness Alaoui2016-01-212-0/+101
* androidcamera: Prettify the gstahccallback.c generation line in the makefileYouness Alaoui2016-01-211-4/+4
* 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