summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2015-06-22avfvideosrc: add frame rate range to capsIlya Konstantinov1-9/+29
2015-06-22uvch264src: fix small leak in caps query handlerTim-Philipp Müller1-4/+8
2015-06-22uvch264_src: add missing break in caps query handlerVineeth TM1-0/+1
2015-06-18androidmedia: Allow the application to provide the Java VMSebastian Dröge2-0/+15
2015-06-18androidmedia: Prefer software codecs over hardware codecs for audioSebastian Dröge1-2/+4
2015-06-18androidmedia: Failing to detach a thread is not that much of a problemSebastian Dröge1-1/+1
2015-06-18androidmedia: Don't fail if JNI_CreateJavaVM can't be foundSebastian Dröge1-3/+9
2015-06-15androidmedia: Move variables into the scope where they are neededSebastian Dröge1-3/+2
2015-06-15androidmedia: Don't query supported color formats for non-video codecsSebastian Dröge1-36/+37
2015-06-13opensles: Fix build with Android API level < 14Arun Raghavan2-0/+7
2015-06-13openslessink: Allow setting the stream type via a propertyArun Raghavan6-3/+130
2015-06-13openslessrc: Implement recording presetsArun Raghavan7-5/+212
2015-06-13decklinkvideosink: Remove late frame-dropping workaround for basesink bugSebastian Dröge2-44/+0
2015-06-12decklinkvideosink: Don't require the same framerate in the input as the mode'...Sebastian Dröge1-0/+17
2015-06-10vtenc: always enqueue frames, even on errorIlya Konstantinov1-24/+37
2015-06-10d3dvideosink: Avoid frame rendering while the window is completely hiddenFabio Cetrini1-0/+44
2015-06-10vtenc: free input buffer ASAPIlya Konstantinov1-0/+4
2015-06-10vtenc: Add missing gst_vtenc_frame_free() in error pathIlya Konstantinov1-0/+1
2015-06-10vtenc: add alignment=au to sink capsIlya Konstantinov1-1/+2
2015-06-09uvch264src: fix compiler warningsChris Clayton1-15/+18
2015-06-09avfassetsrc: fix huge memory leakIlya Konstantinov1-0/+4
2015-06-09vtenc: no need for queue_length with try_popIlya Konstantinov1-6/+4
2015-06-09vtdec: don't copy meta from input to outputIlya Konstantinov1-2/+0
2015-06-05Fix a common typo: retreive -> retrieveThiago Santos1-1/+1
2015-06-04ksvideosrc: fix logic and timestamp non-muxed streams againTim-Philipp Müller1-2/+2
2015-06-01amc: Only lower ranks of OMX.Exynos. audio codecs, the video codecs are actua...Sebastian Dröge1-2/+3
2015-06-01amc: Give marginal rank to codecs that start with OMX.Exynos.Sebastian Dröge1-0/+10
2015-06-01androidmedia: Give lower ranks to codecs not starting with OMX.Sebastian Dröge1-3/+16
2015-06-01vtdec: Require width and height field for H264Nicolas Dufresne1-1/+2
2015-06-01vtenc: fix keyframe request race conditionIlya Konstantinov2-28/+24
2015-05-31androidmedia: Conditionally use get_{input,output}_buffer() Android 21 APIsSebastian Dröge10-319/+626
2015-05-21wasapi: Fix flags order for uninstalled buildJan Schmidt1-3/+3
2015-05-19amcaudiodec: Add an output adapter for chunking the output into codec framesSebastian Dröge2-10/+46
2015-05-11avfvideosrc: fix unconditional buffer queue unlockIlya Konstantinov1-2/+2
2015-05-11decklink: Rename mode 2048p to 1556pHeinrich Fink2-9/+9
2015-05-11decklink: Use correct frame rate for mode 2160p50Heinrich Fink1-1/+1
2015-05-11decklink: Rename mode 3184p to 2160pHeinrich Fink2-25/+25
2015-05-08vtdec: We shouldn't manually check reconfigure flag on pads but instead imple...Sebastian Dröge1-0/+3
2015-05-04androidmedia: Add suport for COLOR_FormatYV12Matthieu Bouron2-2/+6
2015-05-04androidmedia: Declare QOMX_COLOR_FORMATYVU420PackedSemiPlanar32mMultiView con...Matthieu Bouron1-0/+3
2015-05-04androidmedia: Fix slice-height for Tegra 3 devicesMatthieu Bouron1-1/+1
2015-05-04androidmedia: Add support for COLOR_FormatYUV420FlexibleEdward Hervey2-1/+4
2015-05-04androidmedia: Add suport for Intel color formatsEdward Hervey2-0/+18
2015-04-29ksvideosrc: don't timestamp buffers for muxed streamsAndoni Morales Alastruey3-0/+18
2015-04-29ksvideosrc: fix header size for muxed streamsAndoni Morales Alastruey1-1/+10
2015-04-28GstDeviceProvider implementation for WIN Kernel Streaming pluginРуслан Ижбулатов7-17/+925
2015-04-26avfvideosrc: drop frames we get before we have a clockIlya Konstantinov1-0/+5
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-15/+0
2015-04-26vtdec: fix build error with clangYujin Lee1-1/+1
2015-04-22decklinkvideosrc: fix mode autodetectionJosep Torra1-5/+6