platform/upstream/gstreamer.git
2016-01-22 Sebastian Drögeaudio: Move audioaggregator base class to a library
2016-01-22 Holger Kaelbererglwindow: Fix android build
2016-01-22 Alessandro... applemedia: texture cache: copy the input metas
2016-01-21 Nicolas DufresneMerge branch 'android-hardware-camera'
2016-01-21 Nicolas Dufresneahcsrc: Fix latency reporting
2016-01-21 George Kiagiadakisahcsrc: fix deadlock when flushing
2016-01-21 Justin Kimahcsrc: porting from 0.10 to 1.0
2016-01-21 Justin Kimmove androidcamera into androidmedia
2016-01-21 Youness Alaouiandroidcamera: Separate release and free APIs
2016-01-21 Youness Alaouiandroidmedia: Fix get_level and get_profile exception...
2016-01-21 Youness Alaouiandroidmedia: Add extern gint declarations
2016-01-21 Youness Alaouigstdvm: Fix GST_DVM_GET_STATIC_FIELD
2016-01-21 Youness Alaouiandroidcamera: Small refactor in case open doesn't...
2016-01-21 Sebastian Drögeandroidcamera: Fix some compiler warnings
2016-01-21 Sebastian Drögedvm: Rename gst-dvm.[ch] to gstdvm.[ch] for consistency...
2016-01-21 Sebastian Drögedvm: Add new function to check if we started a VM or...
2016-01-21 Sebastian Drögeandroidmedia: Make everything compile with the new...
2016-01-21 Sebastian Drögeandroidmedia: Add remaining bits of the Java wrappers...
2016-01-21 Sebastian Drögedvm: Add some more helper macros
2016-01-21 Sebastian Drögeandroidmedia: Remove g_return_if_fails()
2016-01-21 Youness Alaouiandroidmedia: Use gst-dvm and refactor java wrappers...
2016-01-21 Youness Alaouiandroidcamera: Add G_BEGIN/END_DECLS to the .h
2016-01-21 Youness Alaouigst-dvm: Create a gst-dvm library using part of android...
2016-01-21 Youness Alaouiandroidcamera: Adding a device-name property
2016-01-21 Youness Alaouiandroidcamera: Add element documentation
2016-01-21 Youness Alaouiandroidcamera: Prettify the gstahccallback.c generation...
2016-01-21 Youness Alaouiandroicamera: Make sure the TMP env var exists and...
2016-01-21 Youness Alaouiandroidcamera: Do not use gst_list_free_full since...
2016-01-21 Youness Alaouiandroidcamera: Add smooth-zoom property for smooth...
2016-01-21 Youness Alaouiandroidcamera: Add focal-length, view-angle and video...
2016-01-21 Youness Alaouiandroidcamera: Add video stabilization API
2016-01-21 Youness Alaouiandroidcamera: Add property probe for the photography...
2016-01-21 Youness Alaouiandroidcamera: Small refactor
2016-01-21 Youness Alaouiandroidcamera: Fix small memleak
2016-01-21 Youness Alaouiandroidcamera: Store GParamSpec for properties and...
2016-01-21 Youness Alaouiandroidcamera: Handle zoom comparison better, and avoid...
2016-01-21 Youness Alaouiandroidcamera: Fix EV compensation support
2016-01-21 Youness Alaouiandroidcamera: Implement new GstPhotography enums
2016-01-21 Youness Alaouiandroidcamera: Do not advertise zoom capabilities if...
2016-01-21 Youness Alaouiandroidcamera: Be NULL-safe when a JNI list is returned
2016-01-21 Youness Alaouiandroidcamera: Use strcmp on the GParamSpec property...
2016-01-21 Youness Alaouiandroidmedia: Implement property probe for zoom and...
2016-01-21 Youness Alaouiandroidcamera: Add autofocus support
2016-01-21 Youness Alaouiandroidcamera: Override properties
2016-01-21 Youness Alaouianroidcamera: Add support for the GstPhotography interface
2016-01-21 Youness Alaouiandroidcamera: Add more wrappers for the Camera.Paramet...
2016-01-21 Youness Alaouiandroidcamera: Send proper error when unable to open...
2016-01-21 Youness Alaouiandroidcamera: Adding device-orientation and device...
2016-01-21 Youness Alaouiandroidcamera: Add device property and property probe it
2016-01-21 Youness Alaouiandroidcamera: Fix memleak and lose of buffer if the...
2016-01-21 Youness Alaouiandroidcamera: Calling set_preview_callback with NULL...
2016-01-21 Youness Alaouiandroidcamera: Drop frames if we don't have a clock...
2016-01-21 Youness Alaouiandroicamera: if buffer size increases, then readd...
2016-01-21 Youness Alaouiandroidcamera: If callback is NULL then set it to NULL...
2016-01-21 Nicolas Dufresneandroidcamera: Fix debug output
2016-01-21 Sebastian Drögeandroidcamera: Chose the smallest range that contains...
2016-01-21 Sebastian Drögeandroidcamera: Improve negotiation
2016-01-21 Sebastian Drögeandroidcamera: Implement LATENCY query
2016-01-21 Sebastian Drögeandroidcamera: Make sure we always have a valid camera...
2016-01-21 Sebastian Drögeandroidcamera: Make sure to not call any callbacks...
2016-01-21 Youness Alaouiandroidcamera: Fix timestamping issue
2016-01-21 Youness Alaouiandroidcamera: Add caps negotiation support
2016-01-21 Youness AlaouiAdd support for getcaps that probes the camera for...
2016-01-21 Youness Alaouiandroidmedia: Drop the first buffer to have proper...
2016-01-21 Youness Alaouiandroidmedia: Flush the queue when the source is stopped
2016-01-21 Youness Alaouiandroidmedia: Allocate/free texture when camera is...
2016-01-21 Youness Alaouiandroidmedia: add a gst_ahc_src_close function
2016-01-21 Youness Alaouiandroidmedia: Fix small indentation issues
2016-01-21 Youness Alaouiandroidmedia: Disable plugin if android-sdk isn't found...
2016-01-21 Youness Alaouiandroidcamera: Add support for using DexLoader with...
2016-01-21 Youness Alaouiandroidcamera: Fix compilation issues
2016-01-21 Youness AlaouiRemove previous cruft and create androidcamera plugin
2016-01-21 Youness AlaouiFree the buffers and readd the arrays when the queue...
2016-01-21 Youness AlaouiAdd a GST_DVM_CALL macro to ease function calling with...
2016-01-21 Youness AlaouiCalculate timestamp at reception of the buffer, not...
2016-01-21 Youness AlaouiMake the number of callback buffers configurable, and...
2016-01-21 Youness AlaouiUse GstDataQueue instead of GAsyncQueue for storing...
2016-01-21 Youness AlaouiUse the buffer's free_func to map byteArray data withou...
2016-01-21 Youness AlaouiRemove open failure test code and debug log
2016-01-21 Youness AlaouiUse YV12 as the default format
2016-01-21 Youness AlaouiAdd a deinit function and remove jclass references...
2016-01-21 Youness AlaouiSurfaceTexture constructure needs texture_id
2016-01-21 Youness AlaouiAdd ahcsrc Camera source element prototype
2016-01-21 Youness AlaouiAdd android.hardware.Camera (and deps) JNI wrappers
2016-01-21 Youness AlaouiAdding Dalvik Virtual Machine routines and macros
2016-01-21 Youness Alaouiandroidmedia: Add androidmedia plugin
2016-01-21 Sebastian Drögespandsp: Add tone generator
2016-01-19 Hyunjun Kompegtsmux: set non-0 payload length in PES header if...
2016-01-19 Hyunjun Kompegtsmux: reset pes_bytes_written when starting to...
2016-01-19 Tim-Philipp... mpegtsmux: add support for H.265/HEVC video
2016-01-19 Tim-Philipp... gl: fix compiler warnings with gcc-6
2016-01-19 Tim-Philipp... libs: g-i: fix init section to avoid compiler warnings
2016-01-19 Alessandro... applemedia: vtenc: fix build on iOS
2016-01-19 Alessandro... applemedia: always fill GstBuffers with GstMemory
2016-01-19 Ilya Konstantinovapplemedia: implement copying of meta
2016-01-19 Ilya Konstantinovapplemedia: implement GstAppleCoreVideoMemory
2016-01-19 Alessandro... applemedia: iosurfacememory: alloc with g_new0
2016-01-18 Florin Apostoldashdemux: added check that availabilityStartTime is...
2016-01-18 Florin Apostoladaptivedemux: improved error message if availabilitySt...
2016-01-18 Florin Apostoltests: adaptive-stremaing: fix memory leak in test_http_src
next