summaryrefslogtreecommitdiff
path: root/gst-libs/gst
Commit message (Expand)AuthorAgeFilesLines
* adaptivedemux: Fix debugging messageEdward Hervey2017-06-121-2/+2
* adaptivedemux: Check live seeking range more oftenEdward Hervey2017-06-121-2/+30
* jpeg2000sampling: fix critical when sampling is missing from capsVincent Penquerc'h2017-06-121-1/+2
* glutils: Fix GValue leak in gst_gl_value_set_texture_target_from_mask()Jeremy Hiatt2017-06-121-0/+1
* glformat: fix the usage of GST_GL_RGB565Haihua Hu2017-05-294-5/+13
* adaptivedemux: Don't create invalid eventEdward Hervey2017-05-291-1/+2
* adaptivedemux: retry download MAX_DOWNLOAD_RETRY_COUNT times before erroringMatthew Waters2017-05-291-1/+1
* glcontext: keep a ref to the active threadfvanzile2017-05-291-10/+44
* glformat: Add missing GST_GL_RGB565 in some switch statementHaihua Hu2017-05-291-0/+2
* cocoa: Install gstgldisplay_cocoa.hSebastian Dröge2017-05-291-2/+2
* gl/viv-fb: Fix user-choice string comparisonsCarlos Rafael Giani2017-05-212-2/+2
* glmemory: Only use glDrawBuffer if availableSebastian Dröge2017-05-091-2/+15
* glupload: passthrough composition caps features in directviv uploadHaihua Hu2017-05-021-1/+6
* tests: fix link problem on centos7Tim-Philipp Müller2017-04-271-1/+1
* adaptivedemux: separate manifest update task from download tasksMatthew Waters2017-04-251-34/+48
* adaptivedemux: Don't hold locks when pushing FLUSH_STARTEdward Hervey2017-04-151-0/+2
* adaptivedemux: Fix segment creation/adaptation some moreEdward Hervey2017-04-141-12/+39
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-1239-122/+112
* docs: Stop linking to inexistant symbolsThibault Saunier2017-04-121-16/+16
* aggregator: Make instance var name match between .c and .hThibault Saunier2017-04-121-2/+2
* meson: add missing gstglrenderbuffer.h headerClaudio Saavedra2017-04-111-0/+1
* meson: gl: set default value of 0 for glconf varsScott D Phillips2017-04-092-2/+40
* gstaggregator: fix event use after freeVincent Penquerc'h2017-04-091-8/+3
* glcontext: fix display leakVincent Penquerc'h2017-04-091-0/+1
* gldisplay: fix list leakVincent Penquerc'h2017-04-091-0/+1
* mpegts: fix invalid memory access in language descriptorVincent Penquerc'h2017-04-091-1/+4
* adaptivedemux: Retry downloading a fragment immediately if any in live streamingSeungha Yang2017-04-091-1/+2
* gl: Remove duplicate typedef of GstGLFramebufferClassJan Schmidt2017-04-081-1/+0
* videoaggregator: Do not mix the same buffer twice when EOS.Mathieu Duponchelle2017-04-071-1/+3
* adaptivedemux: add some reasons on warning reportingMatthew Waters2017-04-071-3/+8
* uridownloader: Use a GWeakRef to the parent to prevent a reference cycleSebastian Dröge2017-04-031-15/+13
* adaptivedemux: set uridownloader's parentThiago Santos2017-04-031-0/+1
* uridownloader: add new gst_uri_downloader_set_parentThiago Santos2017-04-032-0/+52
* glwindow/cocoa: fix warnings reported by XCode 8.1.0Josep Torra2017-04-011-2/+0
* gldisplay: Fix assert caused by missing debug categoryNicolas Dufresne2017-03-291-0/+2
* adaptivedemux: Don't send EOS on pads when there's a pending switchJan Schmidt2017-03-231-6/+19
* player: Make use of GstStreams API with playbin3Seungha Yang2017-03-223-37/+444
* build: declare dependency from gl on allocatorsScott D Phillips2017-03-211-0/+1
* gl/format: correct return enums in gst_gl_format_from_video_infoScott D Phillips2017-03-151-2/+2
* glupload: adjust memory offset calculation for dmabuf buffersGeorge Kiagiadakis2017-03-141-1/+2
* Revert "adaptivedemux: answer duration queries for live streams"Matthew Waters2017-03-142-18/+6
* gl: GL_ARRAY_BUFFER is not a part of VAO stateMatthew Waters2017-03-143-20/+6
* gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters2017-03-1315-245/+186
* glupload: fix GValue leakVincent Penquerc'h2017-03-131-0/+1
* player: Fix setting of external subtitle URIHaihua Hu2017-03-091-6/+4
* gl/eagl: It's -fobjc-arc not -fobj-arcSebastian Dröge2017-03-081-1/+1
* applemedia/gl: Update code to use ARCNick Kallen2017-03-0710-78/+94
* videoaggregator: redo src caps negotiation if a sink pad's caps have changed ...George Kiagiadakis2017-03-061-0/+8
* gl: Missed one backwards compat define in GST_GL_TYPE_CONTEXTArun Raghavan2017-03-061-1/+1
* gl: Fixup for last commitSebastian Dröge2017-03-043-3/+3