platform/upstream/gstreamer.git
2014-05-13 Edward Herveyvmndec: Don't leak output state
2014-05-13 Edward Herveysdpdemux: Don't leak adapter data
2014-05-13 Edward Herveympegpsmux; Fix stream leak
2014-05-13 Edward Herveyjp2kdecimator: Don't leak various slices and arrays
2014-05-13 Edward Herveyasfmux: Don't leak bytereader
2014-05-12 Nicolas Dufresneglupload: Ensure we still have a texture after upload_s...
2014-05-12 Nicolas Dufresneglupload: Correctly update the video info from video...
2014-05-12 Nicolas Dufresneglupload: Correctly update video info in upload fallback
2014-05-12 Thiago Santosmssdemux: avoid deadlocking when erroring
2014-05-12 Thiago Santosmssdemux: fix caps leak
2014-05-12 Thiago Santosmssdemux: handle error messages from internal source
2014-05-12 Thiago Santosmssdemux: Always accept the latency configure event
2014-05-12 Thiago Santosmssdemux: reenable segment tracking for streams
2014-05-12 Thiago Santosmssdemux: deprecate unused max-queue-size-buffers
2014-05-12 Thiago Santosmssdemux: measure bitrate similarly to hlsdemux
2014-05-12 Thiago Santosmssdemux: remove uridownloader in favor of internal...
2014-05-12 Thiago Santosdashdemux: initialize the mutex and cond for fragment...
2014-05-12 Julien Isorcegl/upload: set out_tex after reset, not before
2014-05-12 Matthew Watersgl/upload: update the video info on mapping a video...
2014-05-12 Matthew Watersgl/convert: clobber alpha channel when needed
2014-05-12 Matthew Watersgl/upload: avoid performing color conversion when there...
2014-05-12 Sebastian Drögedvbsrc: Don't free string we're still using
2014-05-11 Thiago Santosdashdemux: remove unused stream uridownloader
2014-05-11 Sebastian Drögeassrender: Do not try to add a feature to a caps featur...
2014-05-11 Sebastian Drögedvbsuboverlay: Do not try to add a feature to a caps...
2014-05-11 Matthew Watersgl/colorconvert: choose the right alpha component for...
2014-05-11 Matthew Watersgl/upload: update the respective state when we cache...
2014-05-10 Reynaldo H... dvbsrc: drop C++ style comments
2014-05-10 Reynaldo H... dvbsrc: fix up error reporting
2014-05-10 Matthew Watersgl/upload: cache the textures that we are using
2014-05-10 Matthew Watersgl/upload: avoid recreating the GLMemory struct for...
2014-05-10 Tim-Philipp... rtmpsrc: error out if we get EOS immediately without...
2014-05-10 Tim-Philipp... tsdemux: remove confusing debug log line
2014-05-10 Olivier Crêteautoconvert: factories don't need the lock
2014-05-10 Olivier CrêteRevert "autoconvert: Handle caps query on internal...
2014-05-10 Olivier Crêteautoconvert: No need to check anything when linking...
2014-05-10 Olivier Crêteautoconvert: Don't ignore elements accepted ANY, it...
2014-05-10 Olivier Crêteautoconvert: Remove broken usage of the iterator
2014-05-10 Olivier Crêteautoconvert: Process upstream getcaps
2014-05-10 Olivier Crêteautoconvert: Return the GList of factories, to a pointe...
2014-05-10 Olivier Crêteautoconvert: subelement can only be change with stream...
2014-05-10 Olivier Crêteautoconvert: Keep a ref to the pads too
2014-05-10 Olivier Crêteautoconvert: Remove uneeded if()
2014-05-10 Olivier Crêteautoconvert: Always push reconfigure upstream too
2014-05-10 Olivier Crêteautoconvert: Remove unused internal parameter
2014-05-09 Nicolas Dufresnegl: Fix some of the error handling
2014-05-09 Nicolas Dufresneglupload: Update GstVideoInfo after the buffer is mapped
2014-05-09 Sebastian Drögegl: Fix memory leak
2014-05-09 Sebastian Drögehls: Remove invalid free
2014-05-09 Edward Herveympegts: Fix leak
2014-05-09 Matthew Watersgl/colorconvert: preserve alpha in AYUV <-> RGBA conver...
2014-05-09 Matthew Watersgl/colorconvert: implement lazy init
2014-05-09 Julien Isorcegl/upload: set initted to TRUE when _init_upload succeeded
2014-05-08 Sebastian Drögegldisplay: Use GST_STR_NULL() for printing possibly...
2014-05-08 Julien Isorcegleffects: use gl_vtable
2014-05-08 Matthew Watersgl/upload: fix compilation on OS X
2014-05-08 Matthew Watersgl/upload: fail propoerly if init fails
2014-05-08 Matthew Watersgl: make all GObjects inherit from GstObject
2014-05-08 Matthew Watersgl/upload: implement lazy init
2014-05-08 Matthew Watersgl/upload: add get_format method
2014-05-08 Matthew Watersgl/filter: attempt to passthrough the pool if the caps...
2014-05-08 Matthew Watersgl/filter: always initialize the upload object
2014-05-07 Matthew Watersgl: advertise GstGLMemory usage in the caps as capsfeatures
2014-05-07 Matthew Watersgl/examples: fix compilation for clutter examples
2014-05-07 Matthew Watersgl/display: avoid endless recursion for cocoa
2014-05-07 Thiago Santosdashdemux: deprecate max-buffering-time property
2014-05-07 Thiago Santosdashdemux: removing old unused code
2014-05-07 Thiago Santosdashdemux: remember to set starting fragment to new...
2014-05-07 Thiago Santosdashdemux: handle a few more error cases
2014-05-07 Thiago Santosdashdemux: Only set timestamp to the first buffer of...
2014-05-07 Thiago Santosdashdemux: handle error messages from the sources
2014-05-07 Thiago Santosdashdemux: check for errors between downloads
2014-05-07 Thiago Santosdashdemux: Always accept the latency configure event
2014-05-07 Thiago Santosdashdemux: measure download rate just like hlsdemux
2014-05-07 Thiago Santosdashdemux: remove uridownloader from fragments download
2014-05-06 Matthew Watersgl/sink: make sure we always initialize the upload...
2014-05-06 Thiago Santoshlsdemux: fix internal source event leaks
2014-05-06 Julien Isorcegl: do not allocate the target texture of an EGLImage
2014-05-06 Julien Isorcegl: allow to avoid calling glTexImage2D(w, h, NULL...
2014-05-06 Julien Isorcegl: no need to initialize a frame buffer object to...
2014-05-06 Julien Isorcegl: use GST_CAT_ERROR instead of GST_ERROR_OBJECT
2014-05-06 Julien Isorcegl: delete texture used with GstVideoGLTextureUploadMeta
2014-05-06 Julien Isorcegl: use gst_gl_context_gen_shader helper instead of...
2014-05-06 Luis de Bethencourtpnmenc: remove empty line
2014-05-06 Jesper Larsenmpegtsmux: Remove unused data in TsMuxSection
2014-05-06 Matthew Waterstests: reenable camerabin element test
2014-05-06 Matthew Watersgl/display: clean up pre gstglcontext api and struct...
2014-05-06 Matthew Watersgl/display: add get_handle_type
2014-05-06 Matthew Watersgl/display: avoid opening the X11 display on systems...
2014-05-06 Matthew Watersgl/window: fix string length check for eagl
2014-05-06 Matthew Watersgl/display: check the correct env variable for choosing...
2014-05-06 Edward Herveygl/cocoa: Use OBJCFLAGS where needed
2014-05-06 Tim-Philipp... pnmenc: fix flow return and buffer leak in not-negotiat...
2014-05-06 Tim-Philipp... tests: add new vp8parser-test binary to .gitignore
2014-05-06 Olivier Crêtesrtpdec: Don't reset stream if the key hasn't changed
2014-05-06 Olivier Crêtesrtpdec: Add "remove-key" action signal to remove a...
2014-05-06 Olivier Crêtesrtpenc: Use %u in templates to match rtpbin
2014-05-06 Olivier Crêtesrtpdec: Remove unused field
2014-05-06 Sanjay NMFix for not checking zero width and height
2014-05-05 Thiago Santoshlsdemux: Only set the segment position if there is...
next