summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2016-03-04dvbbasebin: plug some leaksHEADmasterThiago Santos1-0/+5
2016-03-04dvbsrc: print time in same formatThiago Santos1-2/+2
2016-03-04amc: properly deinit when ahcsrc register failsMartin Kelly1-6/+11
2016-03-04ahc: correct error messageMartin Kelly1-1/+2
2016-03-04ahc: remove unneeded #include <stdio.h>Martin Kelly1-1/+0
2016-03-04ahc: typo fixMartin Kelly1-1/+1
2016-02-28amcvideodec: When outputting on a surface, accept all color formatsSebastian Dröge1-4/+24
2016-02-25vtdec: Negotiate the decoder in set_format() alreadySebastian Dröge1-1/+1
2016-02-25avfvideosrc: Frame durations as CTime to the API, not doubleJoe Gorse1-4/+2
2016-02-25nvenc: release the frames and list when searching for an output bufferMatthew Waters1-4/+14
2016-02-23fbdevsink: fix bytes per pixel calculationPeter Seiderer1-1/+1
2016-02-17uvch264_src: Fix caps memory leakVineeth TM1-2/+2
2016-02-16acmenc/acmmp3dec: remove unnecessary break after returnVineeth TM2-2/+0
2016-02-10applemedia: videotesturecache: let CVOpenGLESTextureCache flush every 1sAlessandro Decina1-4/+0
2016-02-09applemedia: vtdec: implement GstElement::set_contextAlessandro Decina1-3/+18
2016-02-09applemedia: vtdec: update copyrightAlessandro Decina1-1/+1
2016-02-09applemedia: avfvideosrc: implement GstElement::set_contextAlessandro Decina1-0/+21
2016-02-09applemedia: avfvideosrc: add myself to the copyright holdersAlessandro Decina1-0/+1
2016-02-09glsyncmeta: separate out gpu/cpu waits.Matthew Waters1-4/+5
2016-02-05tinyalsasink: Use glib CLAMP() instead of our own macroArun Raghavan1-8/+3
2016-02-05tinyalsasink: Limit period size and count to what the h/w permitsArun Raghavan1-0/+24
2016-02-04amcvideodec: pass the correct time value to wait_for_syncMatthew Waters1-1/+1
2016-02-04amcvideodec: advance the ready counter ourselves when render=FALSEMatthew Waters1-2/+8
2016-02-04decklinkaudiosrc: Fix discont trackingJan Schmidt1-1/+2
2016-02-03Remove ancient and dead cdrom control pluginTim-Philipp Müller9-1293/+0
2016-02-02tinyalsasink: fix tinalsa typoReynaldo H. Verdejo Pinochet1-1/+1
2016-02-02tinyalsasink: fix sample launch lineReynaldo H. Verdejo Pinochet1-1/+1
2016-02-02tinyalsasink: Use int type if we support a single rate/channel countArun Raghavan1-7/+18
2016-02-02tinyalsa: Add a new sink plugin using tinyalsaArun Raghavan5-2/+600
2016-01-30dvbsrc: drop unnecessary use of _stdint.hTim-Philipp Müller1-4/+3
2016-01-29amcvideodec: guard against not finding a valid frame in loopMatthew Waters1-1/+1
2016-01-29amcvideodec: set our data pointer in java to NULL on closeMatthew Waters3-11/+39
2016-01-29applemedia: refactor GL context codeAlessandro Decina6-138/+252
2016-01-27applemedia: avfvideosrc: actually set the configured framerateAlessandro Decina1-7/+15
2016-01-22ahc: Fail gracefully if our callback class can't be foundSebastian Dröge1-0/+3
2016-01-22ahc: Initialize GError pointer with NULLSebastian Dröge1-1/+1
2016-01-22amcvideodec: Only free GstAmcBuffer if it's not NULLSebastian Dröge1-2/+8
2016-01-22decklinkvideosrc: implement RGB capture supportJulien Moutte5-23/+63
2016-01-22amc: Add an assertion for NULL GErrorsSebastian Dröge1-4/+8
2016-01-22ahc: Fix indentationSebastian Dröge2-8/+15
2016-01-22amc: MediaCodec::getOutputBuffer() can return NULL without exceptionSebastian Dröge4-17/+72
2016-01-22applemedia: texture cache: copy the input metasAlessandro Decina1-6/+6
2016-01-21ahcsrc: Fix latency reportingNicolas Dufresne1-7/+6
2016-01-21ahcsrc: fix deadlock when flushingGeorge Kiagiadakis1-6/+8
2016-01-21ahcsrc: porting from 0.10 to 1.0Justin Kim19-2716/+1484
2016-01-21move androidcamera into androidmediaJustin Kim12-146/+0
2016-01-21androidcamera: Separate release and free APIsYouness Alaoui5-1/+19
2016-01-21androidmedia: Fix get_level and get_profile exception checking by not using r...Youness Alaoui1-2/+8
2016-01-21androidmedia: Add extern gint declarationsYouness Alaoui3-1/+31
2016-01-21androidcamera: Small refactor in case open doesn't throw an exception but ret...Youness Alaoui1-20/+21