summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* avfvideosrc: add frame rate range to capsIlya Konstantinov2015-06-221-9/+29
* uvch264src: fix small leak in caps query handlerTim-Philipp Müller2015-06-221-4/+8
* uvch264_src: add missing break in caps query handlerVineeth TM2015-06-221-0/+1
* androidmedia: Allow the application to provide the Java VMSebastian Dröge2015-06-182-0/+15
* androidmedia: Prefer software codecs over hardware codecs for audioSebastian Dröge2015-06-181-2/+4
* androidmedia: Failing to detach a thread is not that much of a problemSebastian Dröge2015-06-181-1/+1
* androidmedia: Don't fail if JNI_CreateJavaVM can't be foundSebastian Dröge2015-06-181-3/+9
* androidmedia: Move variables into the scope where they are neededSebastian Dröge2015-06-151-3/+2
* androidmedia: Don't query supported color formats for non-video codecsSebastian Dröge2015-06-151-36/+37
* opensles: Fix build with Android API level < 14Arun Raghavan2015-06-132-0/+7
* 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