summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* applemedia: videotesturecache: let CVOpenGLESTextureCache flush every 1sAlessandro Decina2016-02-101-4/+0
* applemedia: vtdec: implement GstElement::set_contextAlessandro Decina2016-02-091-3/+18
* applemedia: vtdec: update copyrightAlessandro Decina2016-02-091-1/+1
* applemedia: avfvideosrc: implement GstElement::set_contextAlessandro Decina2016-02-091-0/+21
* applemedia: avfvideosrc: add myself to the copyright holdersAlessandro Decina2016-02-091-0/+1
* glsyncmeta: separate out gpu/cpu waits.Matthew Waters2016-02-091-4/+5
* tinyalsasink: Use glib CLAMP() instead of our own macroArun Raghavan2016-02-051-8/+3
* tinyalsasink: Limit period size and count to what the h/w permitsArun Raghavan2016-02-051-0/+24
* amcvideodec: pass the correct time value to wait_for_syncMatthew Waters2016-02-041-1/+1
* amcvideodec: advance the ready counter ourselves when render=FALSEMatthew Waters2016-02-041-2/+8
* decklinkaudiosrc: Fix discont trackingJan Schmidt2016-02-041-1/+2
* Remove ancient and dead cdrom control pluginTim-Philipp Müller2016-02-039-1293/+0
* tinyalsasink: fix tinalsa typoReynaldo H. Verdejo Pinochet2016-02-021-1/+1
* tinyalsasink: fix sample launch lineReynaldo H. Verdejo Pinochet2016-02-021-1/+1
* tinyalsasink: Use int type if we support a single rate/channel countArun Raghavan2016-02-021-7/+18
* tinyalsa: Add a new sink plugin using tinyalsaArun Raghavan2016-02-025-2/+600
* 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