index
:
delta/gstreamer-plugins-bad.git
0.10
0.11
1.0
1.10
1.12
1.14
1.16
1.18
1.2
1.4
1.6
1.8
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
baserock/1.4
baserock/1.6
baserock/1.6.3
baserock/morph/1.2
discontinued-for-monorepo
master
gitlab.freedesktop.org: gstreamer/gst-plugins-bad.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst-libs
Commit message (
Expand
)
Author
Age
Files
Lines
*
glupload: Ensure we still have a texture after upload_set_format()
Nicolas Dufresne
2014-05-12
1
-0
/
+10
*
glupload: Correctly update the video info from video meta
Nicolas Dufresne
2014-05-12
1
-1
/
+10
*
glupload: Correctly update video info in upload fallback
Nicolas Dufresne
2014-05-12
1
-9
/
+3
*
gl/upload: set out_tex after reset, not before
Julien Isorce
2014-05-12
1
-20
/
+15
*
gl/upload: update the video info on mapping a video frame
Matthew Waters
2014-05-12
1
-1
/
+1
*
gl/convert: clobber alpha channel when needed
Matthew Waters
2014-05-12
1
-3
/
+11
*
gl/upload: avoid performing color conversion when there is no need
Matthew Waters
2014-05-12
1
-0
/
+10
*
gl/colorconvert: choose the right alpha component for AYUV -> RGBA
Matthew Waters
2014-05-11
1
-1
/
+1
*
gl/upload: update the respective state when we cache textures/data
Matthew Waters
2014-05-11
1
-2
/
+17
*
gl/upload: cache the textures that we are using
Matthew Waters
2014-05-10
1
-30
/
+17
*
gl/upload: avoid recreating the GLMemory struct for output textures
Matthew Waters
2014-05-10
1
-13
/
+15
*
gl: Fix some of the error handling
Nicolas Dufresne
2014-05-09
2
-8
/
+10
*
glupload: Update GstVideoInfo after the buffer is mapped
Nicolas Dufresne
2014-05-09
1
-0
/
+3
*
gl: Fix memory leak
Sebastian Dröge
2014-05-09
1
-1
/
+3
*
mpegts: Fix leak
Edward Hervey
2014-05-09
1
-0
/
+1
*
gl/colorconvert: preserve alpha in AYUV <-> RGBA conversions
Matthew Waters
2014-05-09
1
-10
/
+27
*
gl/colorconvert: implement lazy init
Matthew Waters
2014-05-09
4
-96
/
+103
*
gl/upload: set initted to TRUE when _init_upload succeeded
Julien Isorce
2014-05-09
1
-0
/
+2
*
gldisplay: Use GST_STR_NULL() for printing possibly NULL strings and print al...
Sebastian Dröge
2014-05-08
1
-3
/
+5
*
gl/upload: fix compilation on OS X
Matthew Waters
2014-05-08
1
-5
/
+5
*
gl/upload: fail propoerly if init fails
Matthew Waters
2014-05-08
1
-7
/
+9
*
gl: make all GObjects inherit from GstObject
Matthew Waters
2014-05-08
13
-20
/
+21
*
gl/upload: implement lazy init
Matthew Waters
2014-05-08
6
-72
/
+47
*
gl/upload: add get_format method
Matthew Waters
2014-05-08
2
-0
/
+21
*
gl/filter: attempt to passthrough the pool if the caps are the same
Matthew Waters
2014-05-08
1
-9
/
+17
*
gl/filter: always initialize the upload object
Matthew Waters
2014-05-08
1
-2
/
+2
*
gl: advertise GstGLMemory usage in the caps as capsfeatures
Matthew Waters
2014-05-07
3
-6
/
+18
*
gl/display: avoid endless recursion for cocoa
Matthew Waters
2014-05-07
1
-1
/
+1
*
gl: do not allocate the target texture of an EGLImage
Julien Isorce
2014-05-06
1
-0
/
+10
*
gl: allow to avoid calling glTexImage2D(w, h, NULL) when generating a texture
Julien Isorce
2014-05-06
1
-2
/
+4
*
gl: no need to initialize a frame buffer object to upload an eglimage
Julien Isorce
2014-05-06
1
-0
/
+5
*
gl: use GST_CAT_ERROR instead of GST_ERROR_OBJECT
Julien Isorce
2014-05-06
1
-1
/
+1
*
gl: delete texture used with GstVideoGLTextureUploadMeta
Julien Isorce
2014-05-06
1
-0
/
+6
*
gl: use gst_gl_context_gen_shader helper instead of duplicating code
Julien Isorce
2014-05-06
1
-29
/
+1
*
gl/display: clean up pre gstglcontext api and struct fields
Matthew Waters
2014-05-06
3
-28
/
+7
*
gl/display: add get_handle_type
Matthew Waters
2014-05-06
2
-10
/
+16
*
gl/display: avoid opening the X11 display on systems with Cocoa (OS X)
Matthew Waters
2014-05-06
1
-0
/
+4
*
gl/window: fix string length check for eagl
Matthew Waters
2014-05-06
1
-1
/
+1
*
gl/display: check the correct env variable for choosing an egl display
Matthew Waters
2014-05-06
1
-2
/
+4
*
gl/cocoa: Use OBJCFLAGS where needed
Edward Hervey
2014-05-06
1
-2
/
+1
*
uridownloader: Add parameter to disallow caching as required by HLS
Sebastian Dröge
2014-05-05
2
-9
/
+16
*
uridownloader: Add refresh parameter to hint caches that they should check if...
Sebastian Dröge
2014-05-02
2
-34
/
+21
*
gl: use the bufferpool's upload when available
Matthew Waters
2014-05-02
1
-4
/
+35
*
gl: show internal cocoa window on top of others
Julien Isorce
2014-05-02
1
-1
/
+1
*
gl/pool: init the upload object on start
Matthew Waters
2014-05-02
2
-9
/
+27
*
gl: Try harder to load symbols from the correct place
Sebastian Dröge
2014-05-01
4
-46
/
+110
*
gl/mem: implement texture copying between formats with strides properly
Matthew Waters
2014-05-01
4
-13
/
+19
*
gl/mem: pad the public struct
Matthew Waters
2014-05-01
1
-0
/
+2
*
gl: no need to provide full lib path to load symbols
Nicolas Dufresne
2014-04-30
1
-21
/
+19
*
gl: add convenient functions to setup default vertex and fragment shaders
Julien Isorce
2014-04-30
2
-0
/
+97
[next]