summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* uridownloader: Add refresh parameter to hint caches that they should check if...Sebastian Dröge2014-05-022-34/+21
* gl: use the bufferpool's upload when availableMatthew Waters2014-05-021-4/+35
* gl: show internal cocoa window on top of othersJulien Isorce2014-05-021-1/+1
* gl/pool: init the upload object on startMatthew Waters2014-05-022-9/+27
* gl: Try harder to load symbols from the correct placeSebastian Dröge2014-05-014-46/+110
* gl/mem: implement texture copying between formats with strides properlyMatthew Waters2014-05-014-13/+19
* gl/mem: pad the public structMatthew Waters2014-05-011-0/+2
* gl: no need to provide full lib path to load symbolsNicolas Dufresne2014-04-301-21/+19
* gl: add convenient functions to setup default vertex and fragment shadersJulien Isorce2014-04-302-0/+97
* gl: add missing G_BEGIN/END_DECLS in utils headerPhilippe Normand2014-04-291-0/+4
* gl: Reduce noisy Info level output to LOGJan Schmidt2014-04-291-1/+1
* gl: use gst_gl_platform_from_string because we support gl shareList on all pl...Julien Isorce2014-04-282-6/+2
* glfilter: only warn when other_context attribute is setJulien Isorce2014-04-281-6/+9
* gl: fix string literal warningJulien Isorce2014-04-281-10/+10
* uridownloader: Unset referer if none was specified later onSebastian Dröge2014-04-281-6/+11
* uridownloader: Add API to specify the referer of a requestSebastian Dröge2014-04-282-8/+36
* codecparsers: h264: fix parsing of slice groups for map type = 2.Gwenole Beauchesne2014-04-271-1/+1
* codecparsers: h264: fix derivation of default scaling lists.Gwenole Beauchesne2014-04-261-1/+10
* uridownloader: Set source state to NULL if downloading failed for whatever re...Sebastian Dröge2014-04-251-1/+4
* gl/x11: Removed unused variableNicolas Dufresne2014-04-241-5/+0
* gl/x11: Get rid of unneeded second display connection and do everything from ...Sebastian Dröge2014-04-242-33/+18
* gl/x11: Block rendering until swapbuffers is called and don't go via X11 even...Sebastian Dröge2014-04-241-48/+41
* gl/rpi: do not scale to full screenJulien Isorce2014-04-241-1/+1
* gl/rpi: change dispmanx attributes of existing element instead of creating a ...Julien Isorce2014-04-241-7/+9
* gl/rpi: ensure the dispmanx element to be opaqueJulien Isorce2014-04-241-3/+5
* gl/cocoa: pass a NSView to set_window_handle instead of a NSWindowJulien Isorce2014-04-241-12/+21
* gl/cocoa: only draw once the window has been resizedJulien Isorce2014-04-241-2/+3
* gl/cocoa: set the view to use for drawing by the contextJulien Isorce2014-04-241-0/+2
* gl: fix declaration-definition mismatch for _init_uploadJulien Isorce2014-04-231-1/+1
* gl/bufferpool: do not reset upload when set_config does not change the capsJulien Isorce2014-04-231-6/+10
* gl: use #ifdef instead of #if for __APPLE__Julien Isorce2014-04-231-2/+2
* glmemory: User g_slice_new0 to ensure fully initilized structureNicolas Dufresne2014-04-231-3/+3
* gl: prevent division by 0 on unsupported texture typeVincent Penquerc'h2014-04-211-1/+5
* glcolorconvert: Fix bt709 conversion matrices.Jan Schmidt2014-04-211-4/+5
* codecparsers: vp8: rename dboolhuff symbols.Sebastian Dröge2014-04-181-1/+4
* codecparsers: vp8: add GStreamer native utilities.Gwenole Beauchesne2014-04-188-3/+905
* codecparsers: add VP8 bitstream parser.Zhao, Halley2014-04-185-3/+1027
* mpegts: add dvb ca identifier descriptorStefan Ringel2014-04-162-0/+40
* mpegts: add scrambling descriptorStefan Ringel2014-04-162-0/+50
* mpegts: add frequency list descriptorStefan Ringel2014-04-162-8/+70
* mpegts: add data broadcast id descriptorStefan Ringel2014-04-162-1/+38
* mpegts: add private data specifier descriptorStefan Ringel2014-04-162-0/+41
* dvb: Minor code style fixSebastian Dröge2014-04-161-1/+2
* mpegts: add parential rating descriptorStefan Ringel2014-04-162-0/+92
* mpegts: add linkage descriptorStefan Ringel2014-04-162-0/+275
* mpegts: for loop initial declarations are only allowed in C99 modeTim-Philipp Müller2014-04-162-6/+11
* egl/eglglessink: remove since EGLImage and iOS support have been added in gli...Julien Isorce2014-04-154-834/+2
* gl: allow to include GLES/gl.hJulien Isorce2014-04-151-0/+4
* gl/eagl: Fix compilationSebastian Dröge2014-04-131-3/+4
* gl/eagl: Notify the window's resize callback about surface dimension changesSebastian Dröge2014-04-131-0/+17