summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* openslesringbuffer: Warn if the position reported by OpenSL is higher than wh...Sebastian Dröge2016-03-161-1/+8
* amc: Correctly handle NULL input buffersSebastian Dröge2016-03-114-16/+50
* amcvideodec: getOutputBuffers() returns a NULL array when a surface was confi...Sebastian Dröge2016-03-112-3/+14
* androidmedia: Remove unused fileJustin Kim2016-03-051-68/+0
* amc: properly deinit when ahcsrc register failsMartin Kelly2016-03-041-6/+11
* ahc: correct error messageMartin Kelly2016-03-041-1/+2
* ahc: remove unneeded #include <stdio.h>Martin Kelly2016-03-041-1/+0
* ahc: typo fixMartin Kelly2016-03-041-1/+1
* amcvideodec: When outputting on a surface, accept all color formatsSebastian Dröge2016-02-281-4/+24
* vtdec: Negotiate the decoder in set_format() alreadySebastian Dröge2016-02-251-1/+1
* avfvideosrc: Frame durations as CTime to the API, not doubleJoe Gorse2016-02-251-4/+2
* nvenc: release the frames and list when searching for an output bufferMatthew Waters2016-02-251-4/+14
* fbdevsink: fix bytes per pixel calculationPeter Seiderer2016-02-231-1/+1
* uvch264_src: Fix caps memory leakVineeth TM2016-02-171-2/+2
* acmenc/acmmp3dec: remove unnecessary break after returnVineeth TM2016-02-162-2/+0
* 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