summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan141-0/+3951
2016-08-19plugins: Use stdint.h instead of _stdint.hNirbheek Chauhan6-6/+36
2016-08-19win32: Update libgstgl.defNirbheek Chauhan1-13/+15
2016-08-19codecparsers: Explicitly export functions marked inlineNirbheek Chauhan1-7/+7
2016-08-19rawvideoparse: fix typo in commentLuis de Bethencourt1-1/+1
2016-08-19rawvideoparse: Revert last commit and actually remember the physically last p...Sebastian Dröge1-1/+1
2016-08-19rawvideoparse: remove unused assignmentLuis de Bethencourt1-1/+0
2016-08-19daala: fix typo related compilation errorPhilippe Renon1-1/+1
2016-08-19applemedia-nonpublic: remove bitrotten plugin that's no longer neededTim-Philipp Müller31-5919/+2
2016-08-19avfvideosrc: account for retina displays when capturing screensFlorian Zwoch1-2/+18
2016-08-19build: bump graphene requirement to 1.4Matthew Waters1-1/+1
2016-08-19gltransformation: rewrite the inverse transformation logicMatthew Waters2-104/+181
2016-08-19glwindow: marshal gst_gl_window_resize through the window loopMatthew Waters1-2/+24
2016-08-19gl/wayland: use multi-threaded safe event wayland APIMatthew Waters1-14/+61
2016-08-19gl/examples/fxtest: fix up for wayland supportMatthew Waters1-1/+20
2016-08-18dvb/parsechannels: warn on ignored key/value pairsReynaldo H. Verdejo Pinochet1-1/+1
2016-08-18dvb/parsechannels: handle problems parsing dvbv5 config keysReynaldo H. Verdejo Pinochet1-1/+24
2016-08-18mplex: Don't start task (yet/again) on pad release if we're in READY or NULLSebastian Dröge1-1/+2
2016-08-18dashdemux: In KEY_UNITS trick mode, download all I-frames and not only IDRSebastian Dröge1-3/+7
2016-08-18rawparse: Fix and extend unit testsCarlos Rafael Giani3-0/+114
2016-08-18rawvideoparse: Compute plane offsets & strides if no custom ones are setCarlos Rafael Giani3-13/+192
2016-08-16avfassetsrc: Don't escape the URI another time in another location tooSergei Saveliev1-5/+2
2016-08-16gl/egl: fix inverted typedefMatthew Waters1-1/+1
2016-08-16wildmidi: Fix compilation with wildmidi 0.4Sebastian Dröge1-1/+1
2016-08-16gl/build: add configure check for possibly missing EGLAttribMatthew Waters2-0/+18
2016-08-16gl/egl/dmabuf: Wrong attribute list type for EGL 1.5Song Bing4-43/+84
2016-08-16glcontext: fix race joining thread on finalizeVincent Penquerc'h1-1/+8
2016-08-16qt: Use wglShareLists() workaround unconditionally.Jan Schmidt1-2/+6
2016-08-16winks: Fix RGB frame flipping and postprocessingJan Schmidt5-14/+32
2016-08-16winks: Give the ksvideosrc PRIMARY rankJan Schmidt1-1/+1
2016-08-16winks: Fix swapped RGBx/RGB caps mapping, and endianness.Jan Schmidt1-3/+3
2016-08-16qt: Move debug statement to after the category initJan Schmidt1-2/+1
2016-08-11dashdemux: Disable unit test for the time beingSebastian Dröge1-1/+3
2016-08-11Revert "Revert "dashdemux: When doing SIDX seeking, return instead of overrid...Sebastian Dröge1-0/+2
2016-08-11dashdemux: When doing chunked downloading on SIDX, clip requests on the SIDX ...Sebastian Dröge1-4/+29
2016-08-11dashdemux: Collect average moof and first sync sample sizesSebastian Dröge2-2/+36
2016-08-11dashdemux: Download any sync-sample following the moof directly in key-units ...Sebastian Dröge2-126/+190
2016-08-11dashdemux: If a fragment contains no sync samples, disable key-unit modeSebastian Dröge1-0/+8
2016-08-11dashdemux: Remember if for a stream we could do key-units only modeSebastian Dröge2-10/+24
2016-08-11dashdemux: Also allow key-unit only mode if (some) sample flags are given by ...Sebastian Dröge1-5/+16
2016-08-11dashdemux: Use chunked downloading for the moof in KEY_UNITS modeSebastian Dröge1-6/+59
2016-08-11adaptivedemux: Add API for allowing subclasses to download URLs in chunksSebastian Dröge2-7/+105
2016-08-11dashdemux: Mark every first buffer of moov, sidx, moof and mdat as DISCONT in...Sebastian Dröge1-4/+19
2016-08-11dashdemux: Only enable key-unit trick mode for video streamsSebastian Dröge1-3/+5
2016-08-11dashdemux: Only do keyframe-only playback if the corresponding seek flag is g...Sebastian Dröge1-31/+21
2016-08-11dashdemux: Implement downloading of only sync samplesSebastian Dröge2-16/+144
2016-08-11dashdemux: Store parsed moof and extract offsets of sync samples in itSebastian Dröge2-27/+214
2016-08-11dash: Add test for parsing a moof boxSebastian Dröge3-1/+193
2016-08-11dash: Add unit test for ISOBFF box header parsingSebastian Dröge2-1/+132
2016-08-11dashdemux: Implement parsing of moof boxSebastian Dröge3-150/+527