summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* Revert "gl: readd glupload/download onto element pads"Sebastian Dröge2015-05-065-91/+50
* adaptivedemux: only update stream position if query successJimmy Ohn2015-05-051-14/+3
* glsyncmeta: fixup size declarationMatthew Waters2015-05-051-1/+1
* glcolorconvert: Improve passthrough check when no conversion is needed.Jan Schmidt2015-05-042-1/+44
* codecparser: h265: Fix nal unit size checkingSreerenj Balachandran2015-04-301-2/+2
* codecparser: h265: Calculate crop rectangle dimensionsSreerenj Balachandran2015-04-302-1/+18
* codecparser: h265: Fix parsing multiple SEI messages in a single SEI NalSreerenj Balachandran2015-04-302-41/+115
* gl: readd glupload/download onto element padsMatthew Waters2015-04-305-50/+91
* codecparser: h265: Fix the number of tile rows/columns parsingSreerenj Balachandran2015-04-291-2/+2
* adaptivedemux: Fix comparision logicEdward Hervey2015-04-291-1/+3
* glupload: Make upload method static caps non-const.Jan Schmidt2015-04-291-10/+22
* glmemory: remove uneeded unrefMatthew Waters2015-04-281-1/+0
* glupload: provide the sink template caps that could be usedMatthew Waters2015-04-283-0/+40
* egl: Use maximum bits per color instead of minimumXavier Claessens2015-04-271-4/+7
* gl: unref display/other-context in the correct placeMatthew Waters2015-04-271-15/+5
* codecparsers: h265: add helpers to convert quantization matricesSreerenj Balachandran2015-04-262-0/+139
* codecparser: h265: skip byte alignment bits while parsing slice headerSreerenj Balachandran2015-04-261-0/+8
* codecparser: h265: Fix the NumDeltaPocs calculationSreerenj Balachandran2015-04-261-5/+4
* codecparser: h265: Fix the NumPocTotalCurr calculationSreerenj Balachandran2015-04-261-17/+18
* codecparser: h265: Fix nal size calculation for EOS and EOBSreerenj Balachandran2015-04-261-1/+1
* glfilter: De-camelcase onInitFBO() vfuncSebastian Dröge2015-04-262-5/+4
* glfilter: Remove onStart/onStop vfuncs, and unused onReset()Sebastian Dröge2015-04-262-24/+0
* glbasefilter: Unref other context in finalize, and display in READY->NULLMatthew Waters2015-04-261-10/+21
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-267-108/+0
* adaptivedemux: Only answer the duration query in non-live modeSebastian Dröge2015-04-261-1/+2
* adaptivedemux: Don't claim to be live when answering the LATENCY querySebastian Dröge2015-04-231-7/+1
* adaptivedemux: Allow subclasses to override how a new manifest would be downl...Sebastian Dröge2015-04-232-35/+62
* adaptivedemux: Expose downloaderSebastian Dröge2015-04-232-8/+10
* adaptivedemux: Don't stop all tasks and streams from the update task on errorsSebastian Dröge2015-04-211-2/+3
* glwindow: track context activation properlyMatthew Waters2015-04-211-3/+19
* gldisplay: synchronize the searching and creation of GstGLContext'sMatthew Waters2015-04-214-6/+16
* videoaggregator: fix caps leak when early returningGuillaume Desmottes2015-04-171-1/+2
* glcontext: Make gst_gl_context_egl_activate fail if the old surface could not...Matthieu Bouron2015-04-171-1/+6
* glcontext: Make gst_gl_context_egl_activate fail if the surface could not be ...Matthieu Bouron2015-04-161-0/+14
* glcolorconvert: Fix last commitSebastian Dröge2015-04-111-8/+12
* gl: Remove iOS/EAGL workaround for R/RG texturesSebastian Dröge2015-04-112-12/+0
* glcolorconvert: Add correct check for RG/R textures in glcolorconvert tooSebastian Dröge2015-04-111-4/+8
* glbasefilter: avoid segfault when gl platform is not availableAnton Obzhirov2015-04-101-0/+9
* videoaggregator: Remove broken timestamps-going-backwards checkSebastian Dröge2015-04-081-10/+0
* aggregator: document gap handling behaviorReynaldo H. Verdejo Pinochet2015-04-031-0/+6
* aggregator: drop stale white space at warningReynaldo H. Verdejo Pinochet2015-04-031-1/+1
* aggregator: implement gap handlingReynaldo H. Verdejo Pinochet2015-04-031-3/+17
* aggregator: Unify downstream flow return and flushingOlivier Crête2015-04-021-41/+58
* aggregator: Flushing is always in pad lock, no need to atomicsOlivier Crête2015-04-021-39/+21
* aggregator: Reset pending_eos on pad flushOlivier Crête2015-04-021-0/+1
* aggregator: Unify code to set a pad flushingOlivier Crête2015-04-021-12/+14
* libgstgl: fix rendering on iOSAlessandro Decina2015-04-023-84/+115
* aggregator: Query latency on first incoming buffer.Olivier Crête2015-04-013-70/+92
* introspection: Don't use g-ir-scanner cache at compile timeEdward Hervey2015-03-313-3/+3
* adaptivedemux: do not try to advance fragment if there is noneThiago Santos2015-03-271-1/+7