summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2021-09-21pbutils: codec-utils: fix g-ir-scanner warningTim-Philipp Müller1-1/+1
2021-09-20videodecoder: Add properties to automatically request sync points and vfunc t...Sebastian Dröge3-72/+215
2021-09-16videodecoder: Fix min-force-key-unit-interval logic and loggingHavard Graff1-5/+5
2021-09-15rtphdrext: Make write function return a signed valueOlivier Crête3-4/+4
2021-09-12discoverer: Prevent stream tags from leaking in global tagsPhilippe Normand1-1/+18
2021-09-09gl/buffer_storage: re-enable GL_ARB_buffer_storageMatthew Waters1-1/+1
2021-09-09rtspconnection: Only reset timeout when socket is unusedTobias Ronge1-16/+90
2021-09-07pbutils: Add mjpg to MIME codecsLudvig Rappe1-0/+4
2021-08-31rtp: add some additional rtcp sdes valuesMatthew Waters2-10/+108
2021-08-30pbutils: Add function to convert caps to MIME codecLudvig Rappe2-0/+180
2021-08-30pbutils: Add function for parsing H.264 extradataLudvig Rappe2-0/+59
2021-08-25eglimage: fix redefinition of EGLuint64KHROlivier Blin1-4/+0
2021-08-24video-converter: Add support for A420 to RGB fast pathSeungha Yang4-4/+1228
2021-08-20encoding-profile: ignore more encoding private fieldsMathieu Duponchelle1-15/+4
2021-08-18pbutils: Expose functions for getting a file extension for caps and flags for...Sebastian Dröge2-0/+101
2021-08-17videoencoder: pass upstream HDR information through codec stateJakub Adam1-23/+36
2021-08-17videoutils: add HDR metadata fields to GstVideoCodecStateJakub Adam2-1/+27
2021-08-16video-overlay-composition: Allow empty overlay compositionsSebastian Dröge1-12/+9
2021-08-16gstrtspconnection: Add support to ignore x-server header replyPer Förlin2-1/+48
2021-08-13sdp: Avoid using g_memdup() since it is deprecatedNirbheek Chauhan1-3/+1
2021-08-10glbuffer: support persistent buffer mappingsMatthew Waters6-18/+177
2021-07-28rtpbasedepayload: remove object locking an extensionMatthew Waters1-3/+0
2021-07-23glcontext: egl: Stop comparing native surface pointerNicolas Dufresne2-14/+26
2021-07-23glwindow: Add "window-handle-changed" signalNicolas Dufresne1-0/+23
2021-07-23Revert "glwindow: wayland: Skip redoing surfaces if window haven't changed"Nicolas Dufresne1-5/+2
2021-07-22appsrc: serialize custom events with buffers flowGuillaume Desmottes1-23/+64
2021-07-22appsink: add API to catch eventsGuillaume Desmottes2-14/+235
2021-07-22appsink: factor out dequeue_object()Guillaume Desmottes1-30/+44
2021-07-21glwindow: wayland: Skip redoing surfaces if window haven't changedNicolas Dufresne1-2/+5
2021-07-21glwindow: wayland: Remove redundant create_surfaces callNicolas Dufresne1-4/+0
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-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öge1-6/+10
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 Cerveau3-44/+374
2021-07-03gl/context/wgl: Add missing NULL initSeungha Yang1-1/+1
2021-06-30appsink: fix incorrect return nullabilityMichael de Gans1-5/+5
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 Adam2-0/+34
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