summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* openslessink: Allow setting the stream type via a propertyArun Raghavan2015-06-136-3/+130
* openslessrc: Implement recording presetsArun Raghavan2015-06-137-5/+212
* decklinkvideosink: Remove late frame-dropping workaround for basesink bugSebastian Dröge2015-06-132-44/+0
* decklinkvideosink: Don't require the same framerate in the input as the mode'...Sebastian Dröge2015-06-121-0/+17
* vtenc: always enqueue frames, even on errorIlya Konstantinov2015-06-101-24/+37
* d3dvideosink: Avoid frame rendering while the window is completely hiddenFabio Cetrini2015-06-101-0/+44
* vtenc: free input buffer ASAPIlya Konstantinov2015-06-101-0/+4
* vtenc: Add missing gst_vtenc_frame_free() in error pathIlya Konstantinov2015-06-101-0/+1
* vtenc: add alignment=au to sink capsIlya Konstantinov2015-06-101-1/+2
* uvch264src: fix compiler warningsChris Clayton2015-06-091-15/+18
* avfassetsrc: fix huge memory leakIlya Konstantinov2015-06-091-0/+4
* vtenc: no need for queue_length with try_popIlya Konstantinov2015-06-091-6/+4
* vtdec: don't copy meta from input to outputIlya Konstantinov2015-06-091-2/+0
* Fix a common typo: retreive -> retrieveThiago Santos2015-06-051-1/+1
* ksvideosrc: fix logic and timestamp non-muxed streams againTim-Philipp Müller2015-06-041-2/+2
* amc: Only lower ranks of OMX.Exynos. audio codecs, the video codecs are actua...Sebastian Dröge2015-06-011-2/+3
* amc: Give marginal rank to codecs that start with OMX.Exynos.Sebastian Dröge2015-06-011-0/+10
* androidmedia: Give lower ranks to codecs not starting with OMX.Sebastian Dröge2015-06-011-3/+16
* vtdec: Require width and height field for H264Nicolas Dufresne2015-06-011-1/+2
* vtenc: fix keyframe request race conditionIlya Konstantinov2015-06-012-28/+24
* androidmedia: Conditionally use get_{input,output}_buffer() Android 21 APIsSebastian Dröge2015-05-3110-319/+626
* wasapi: Fix flags order for uninstalled buildJan Schmidt2015-05-211-3/+3
* amcaudiodec: Add an output adapter for chunking the output into codec framesSebastian Dröge2015-05-192-10/+46
* avfvideosrc: fix unconditional buffer queue unlockIlya Konstantinov2015-05-111-2/+2
* decklink: Rename mode 2048p to 1556pHeinrich Fink2015-05-112-9/+9
* decklink: Use correct frame rate for mode 2160p50Heinrich Fink2015-05-111-1/+1
* decklink: Rename mode 3184p to 2160pHeinrich Fink2015-05-112-25/+25
* vtdec: We shouldn't manually check reconfigure flag on pads but instead imple...Sebastian Dröge2015-05-081-0/+3
* androidmedia: Add suport for COLOR_FormatYV12Matthieu Bouron2015-05-042-2/+6
* androidmedia: Declare QOMX_COLOR_FORMATYVU420PackedSemiPlanar32mMultiView con...Matthieu Bouron2015-05-041-0/+3
* androidmedia: Fix slice-height for Tegra 3 devicesMatthieu Bouron2015-05-041-1/+1
* androidmedia: Add support for COLOR_FormatYUV420FlexibleEdward Hervey2015-05-042-1/+4
* androidmedia: Add suport for Intel color formatsEdward Hervey2015-05-042-0/+18
* ksvideosrc: don't timestamp buffers for muxed streamsAndoni Morales Alastruey2015-04-293-0/+18
* ksvideosrc: fix header size for muxed streamsAndoni Morales Alastruey2015-04-291-1/+10
* GstDeviceProvider implementation for WIN Kernel Streaming pluginРуслан Ижбулатов2015-04-287-17/+925
* avfvideosrc: drop frames we get before we have a clockIlya Konstantinov2015-04-261-0/+5
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-15/+0
* vtdec: fix build error with clangYujin Lee2015-04-261-1/+1
* decklinkvideosrc: fix mode autodetectionJosep Torra2015-04-221-5/+6
* decklink: do not repeat first video format in caps templateJosep Torra2015-04-221-1/+1
* shmpipe: Ensure string received from recv() is NULL-terminatedEdward Hervey2015-04-201-1/+3
* applemedia: avoid implicit color conversionsAlessandro Decina2015-04-204-49/+94
* corevideotexturecache: free texture cache on iOSIlya Konstantinov2015-04-191-1/+1
* avfvideosrc: check for failure to create bufferIlya Konstantinov2015-04-191-1/+9
* avfvideosrc: fix build failure with clangYujin Lee2015-04-191-1/+1
* androidmedia: Handle queue/release errors non-fatalSebastian Dröge2015-04-172-4/+24
* avfvideosrc: get connection and input clock earlyIlya Konstantinov2015-04-181-5/+9
* avfvideosrc: remove unused variablesIlya Konstantinov2015-04-151-4/+0
* applemedia: vtdec: fix GL negotiationAlessandro Decina2015-04-141-21/+32