summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* dvbsrc: drop unnecessary use of _stdint.hTim-Philipp Müller2016-01-301-4/+3
* amcvideodec: guard against not finding a valid frame in loopMatthew Waters2016-01-291-1/+1
* amcvideodec: set our data pointer in java to NULL on closeMatthew Waters2016-01-293-11/+39
* applemedia: refactor GL context codeAlessandro Decina2016-01-296-138/+252
* applemedia: avfvideosrc: actually set the configured framerateAlessandro Decina2016-01-271-7/+15
* ahc: Fail gracefully if our callback class can't be foundSebastian Dröge2016-01-221-0/+3
* ahc: Initialize GError pointer with NULLSebastian Dröge2016-01-221-1/+1
* amcvideodec: Only free GstAmcBuffer if it's not NULLSebastian Dröge2016-01-221-2/+8
* decklinkvideosrc: implement RGB capture supportJulien Moutte2016-01-225-23/+63
* amc: Add an assertion for NULL GErrorsSebastian Dröge2016-01-221-4/+8
* ahc: Fix indentationSebastian Dröge2016-01-222-8/+15
* amc: MediaCodec::getOutputBuffer() can return NULL without exceptionSebastian Dröge2016-01-224-17/+72
* applemedia: texture cache: copy the input metasAlessandro Decina2016-01-221-6/+6
* ahcsrc: Fix latency reportingNicolas Dufresne2016-01-211-7/+6
* ahcsrc: fix deadlock when flushingGeorge Kiagiadakis2016-01-211-6/+8
* ahcsrc: porting from 0.10 to 1.0Justin Kim2016-01-2119-2716/+1484
* move androidcamera into androidmediaJustin Kim2016-01-2112-146/+0
* androidcamera: Separate release and free APIsYouness Alaoui2016-01-215-1/+19
* androidmedia: Fix get_level and get_profile exception checking by not using r...Youness Alaoui2016-01-211-2/+8
* androidmedia: Add extern gint declarationsYouness Alaoui2016-01-213-1/+31
* 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