summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* configure: Add --with-moc/uic/rcc optionsJan Schmidt2017-07-041-3/+12
* ttml: fix linking to libgstvideoTim-Philipp Müller2017-07-031-1/+2
* gl: reset gl->DrawBuffer to the necessary valuesMatthew Waters2017-06-293-3/+3
* glmemory: reset the draw buffer to GL_BACKHyunjun Ko2017-06-291-1/+1
* gl/cocoa: Put gstglwindow_cocoa.h into noinst_HEADERS againSebastian Dröge2017-06-201-1/+1
* Release 1.12.11.12.1Sebastian Dröge2017-06-20118-153/+790
* Update .po filesSebastian Dröge2017-06-2041-225/+262
* po: Update translationsSebastian Dröge2017-06-205-336/+262
* dvb: src: fix use of wrong array index for tune signalReynaldo H. Verdejo Pinochet2017-06-171-1/+1
* mxfdemux: Do not try to serialize unresolved metadatasThibault Saunier2017-06-171-1/+3
* glupload: Fix DirectVIV uploader for formats with a single planeSebastian Dröge2017-06-121-2/+8
* adaptivedemux: Clear "cancelled" on uridownloader before processing manifestSeungha Yang2017-06-121-0/+3
* adaptivedemux: release the manifest lock ...Mathieu Duponchelle2017-06-121-0/+2
* adaptivedemux: do not erase data while updates-loop is runningThiago Santos2017-06-121-11/+10
* mpdparser: remove duplicate free of client dataThiago Santos2017-06-121-1/+0
* adaptivedemux: make sure to free all "old streams"Mathieu Duponchelle2017-06-121-0/+6
* dashdemux: Remove wrong assertionEdward Hervey2017-06-121-2/+0
* adaptivedemux: Fix debugging messageEdward Hervey2017-06-121-2/+2
* adaptivedemux: Check live seeking range more oftenEdward Hervey2017-06-121-2/+30
* dashdemux: Initialize sidx_position to GST_CLOCK_TIME_NONESeungha Yang2017-06-121-0/+1
* openjpegdec: fix display artifacts for RGB 8-bitAaron Boxer2017-06-121-5/+4
* jpeg2000sampling: fix critical when sampling is missing from capsVincent Penquerc'h2017-06-121-1/+2
* openjpeg: guard against invalid memory access on crafted filesVincent Penquerc'h2017-06-121-0/+3
* Fix up package name and origin in some pluginsTim-Philipp Müller2017-06-1214-16/+15
* msdk: enc: set pts and dts, fix inverted sync_point flagScott D Phillips2017-06-121-2/+14
* glutils: Fix GValue leak in gst_gl_value_set_texture_target_from_mask()Jeremy Hiatt2017-06-121-0/+1
* videoparse: Fix property handlingThibault Saunier2017-06-071-11/+15
* pcapparse: endianness fixWim Taymans2017-06-011-2/+3
* 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
* qt: Use GST_GL_HAVE_PLATFORM_CGL instead of GST_GL_HAVE_PLATFORM_COCOASimon Himmelbauer2017-05-291-4/+4
* amcvideodec: Unref downstream caps after usageSebastian Dröge2017-05-291-0/+2
* h265parse: Fix calculation of codec_data buffer sizeSebastian Dröge2017-05-291-2/+1
* glformat: Add missing GST_GL_RGB565 in some switch statementHaihua Hu2017-05-291-0/+2
* decklink: Always use the video stream time for audio tooSebastian Dröge2017-05-291-9/+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
* decklinkvideosink: Copy min(gstreamer_stride, decklink_stride) per lineSebastian Dröge2017-05-151-3/+3
* h264parse: fix caps leak in renegotiationVincent Penquerc'h2017-05-151-1/+3
* h265parse: fix caps leak in renegotiationVincent Penquerc'h2017-05-151-1/+3
* jpeg2000parse: fix negotiation with j2c and jpc both allowed upstreamVincent Penquerc'h2017-05-151-4/+88
* directsoundsrc: Use a GstClockID to wait instead of Sleep()Nirbheek Chauhan2017-05-122-12/+47
* glmemory: Only use glDrawBuffer if availableSebastian Dröge2017-05-091-2/+15
* meson: Ignore msvc warnings in C++ as wellScott D Phillips2017-05-081-2/+4
* decklink: Fix linking on MinGWNirbheek Chauhan2017-05-083-11/+20
* decklink: Fix building on WindowsNirbheek Chauhan2017-05-081-1/+1
* meson: Fix decklink building on WindowsNirbheek Chauhan2017-05-081-16/+26
* directsoundsrc: Use latency-time and buffer-time settingsNirbheek Chauhan2017-05-082-49/+94