summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-21glwindow: wayland: Remove redundant create_surfaces callNicolas Dufresne1-4/+0
2021-07-19decodebin3: improve decoder selectionMichael Olbrich1-66/+81
2021-07-15gl: x11: Issue XSync to close our top level windowNicolas Dufresne1-0/+3
2021-07-15gl: wayland: Fix hinding the window on close()Nicolas Dufresne1-0/+5
2021-07-15tests: example: Add missing glx_dep when building sdlshareNicolas Dufresne1-2/+2
2021-07-13examples/qt/textureshare: add explicit dep on glx_depMatthew Waters1-1/+1
2021-07-13gl: Try GLVND 'opengl' and 'glx' firstHaelwenn (lanodan) Monnier1-12/+23
2021-07-12audioaggregator: Only post QoS messages if the property is enabledSebastian Dröge1-2/+5
2021-07-12audioaggregator: Resync on the next buffer when dropping a buffer on discont ...Sebastian Dröge2-19/+97
2021-07-08audiomixer: Add test for QoS message postingOlivier Crête1-0/+125
2021-07-08audio aggregator: Post QoS message when dropping audioOlivier Crête1-0/+101
2021-07-08audio aggregator: Count samples that are dropped or processedOlivier Crête1-0/+16
2021-07-08audio aggregator: Add QoS property to padOlivier Crête1-0/+59
2021-07-08audio aggregator: Rename property enum to match class nameOlivier Crête1-9/+10
2021-07-08videodecoder: add API to receive subframesStéphane Cerveau4-55/+696
2021-07-03gl/context/wgl: Add missing NULL initSeungha Yang1-1/+1
2021-07-01videotestsrc: Add SMPTE75 RP-219 color bars conformantFrancisco Javier Velázquez-García5-1/+391
2021-07-01videotestsrc: Add a start parameter to _blend_lineJan Alexander Steffens (heftig)1-14/+15
2021-07-01videotestsrc: Keep tmpline unchanged in_convert_tmplineJan Alexander Steffens (heftig)1-3/+18
2021-06-30appsink: fix incorrect return nullabilityMichael de Gans1-5/+5
2021-06-29compositor: Add scaling policy to support PAR-aware scalingSeungha Yang3-25/+209
2021-06-29video: Deprecate gst_video_sink_center_rect()Seungha Yang2-23/+53
2021-06-28rtpbasepayload: don't write empty extension headerJakub Adam1-5/+9
2021-06-28rtpbuffer: Add gst_rtp_buffer_remove_extension_data()Jakub Adam3-0/+78
2021-06-28rtpbasepayload: map RTP buffer READWRITE when setting headersJakub Adam1-1/+1
2021-06-28rtphdrext: Make all fields privateOlivier Crête2-21/+55
2021-06-26gst: don't use volatile to mean atomicOlivier Crête1-1/+1
2021-06-26video-converter: Set up matrix tables only once.Jan Schmidt1-5/+9
2021-06-25video-converter: Set up gamma tables only onceJan Alexander Steffens (heftig)1-2/+6
2021-06-25audio-converter: Free config when gst_audio_converter_new failsJan Alexander Steffens (heftig)1-0/+2
2021-06-25glprototypes: Add GST_GL_API_OPENGL to available version of syncSeungha Yang1-1/+2
2021-06-24gstrtspconnection: Add IPv6 support for tunneled modePer Förlin1-4/+18
2021-06-23videodecoder: Call drain() rather then finish() on segment-doneNicolas Dufresne1-1/+1
2021-06-23oggdemux: fix a race in push mode when performing the duration seekMatthew Waters1-2/+18
2021-06-21audiobasesink: Fix of double lock releaseSergei Kovalev1-0/+1
2021-06-21Update COPYINGCorentin Damman1-94/+116
2021-06-21gl/context: fill a GError on platform-specific fill_info() errorMatthew Waters5-8/+34
2021-06-16Check mandatory ClockTime argumentsFrançois Laignel5-0/+13
2021-06-11gl/wayland: Use consistent wl_display when creating work queue for proxy wrapperScott Moreau1-2/+1
2021-06-11gl/viv-fb: fix gl plugin hang when run with viv-fb backendHaihua Hu3-5/+19
2021-06-10eglimage: Add AV12 DMABuf import supportNicolas Dufresne1-0/+4
2021-06-10eglimage: Fix wrong stride when importing DMABufNicolas Dufresne1-1/+1
2021-06-08appsrc: When dropping buffers before handling the initial segment use the lat...Sebastian Dröge1-8/+12
2021-06-08appsrc: Correctly check if this is the first buffer that was queuedSebastian Dröge1-1/+1
2021-06-05appsrc: signal enough-data even when leakingMathieu Duponchelle1-18/+21
2021-06-03rtp/header: Add missing `array length` annotation to read/write methodsMarijn Suijten1-2/+2
2021-06-03video: Sort video formats correctlySebastian Dröge2-24/+24
2021-06-03glvideomixer: hold extra pad ref while calling parentMatthew Waters1-1/+4
2021-06-03gl/stereo: fix a coupld of caps leaksMatthew Waters2-1/+6
2021-06-03gl/display: remove choosing egl fallback from GST_GL_PLATFORMMatthew Waters1-5/+3