summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* videorate: Drop incoming buffers that are outside of the segmentOlivier Crête2021-09-151-0/+11
* videorate: Only "close" the segment if it is discontinousOlivier Crête2021-09-151-40/+54
* videorate: Update the base time on segment updatesOlivier Crête2021-09-151-3/+9
* decodebin3: fix unblocking on input gap eventsMathieu Duponchelle2021-09-031-1/+6
* parsebin: Guess subtitle/ caps as text streamsPhilippe Normand2021-09-021-0/+1
* compositor: Fix crash while drawing background and/or blending for subsampled...Seungha Yang2021-08-211-10/+10
* smartencoder: Respect user `stream-format` when specifiedThibault Saunier2021-08-202-8/+16
* smartencoder: clean up and extend accepted formatsMathieu Duponchelle2021-08-203-70/+151
* compositor: Add "max-threads" propertySeungha Yang2021-08-202-1/+32
* playbin/uridecodebin: Emit source-setup signal early before doing the schedul...Sebastian Dröge2021-08-182-20/+34
* decodebin3: improve decoder selectionMichael Olbrich2021-07-191-66/+81
* videotestsrc: Add SMPTE75 RP-219 color bars conformantFrancisco Javier Velázquez-García2021-07-014-1/+386
* videotestsrc: Add a start parameter to _blend_lineJan Alexander Steffens (heftig)2021-07-011-14/+15
* videotestsrc: Keep tmpline unchanged in_convert_tmplineJan Alexander Steffens (heftig)2021-07-011-3/+18
* compositor: Add scaling policy to support PAR-aware scalingSeungha Yang2021-06-292-25/+182
* rawbaseparse: check destination format correctlyDaniel Knobe2021-05-311-1/+2
* compositor: Consider the converter-config when deciding whether one pad obscu...Sebastian Dröge2021-05-241-0/+17
* overlaycomposition: fix cut-off example code in docsTim-Philipp Müller2021-05-211-1/+1
* compositor: Fix NV12 blend operationNicolas Dufresne2021-05-191-2/+2
* video: Pass component index not plane indexNicolas Dufresne2021-05-192-6/+11
* compositor: perform conversions in parallelMatthew Waters2021-05-172-125/+112
* playback: Handle sources with dynamic pads and pads already presentThibault Saunier2021-05-131-66/+70
* playback: Stop giving "source" as name to sourcesThibault Saunier2021-05-131-1/+1
* multihandlesink: Use the monotonic clock for detecting timeouts and connectio...Sebastian Dröge2021-05-054-17/+36
* Use gst_element_request_pad_simple...François Laignel2021-05-056-10/+13
* videotestsrc: Fix a leak when computing alpha capsNirbheek Chauhan2021-04-301-0/+1
* tcp: Rework client start error handling.Doug Nazar2021-04-223-35/+52
* uridecodebin: Don't force floating reference for future reusable decodebinSeungha Yang2021-04-211-2/+9
* uridecodebin: Use gst_object_ref instead of g_object_refSeungha Yang2021-04-211-1/+1
* tcp: Convert tcpclientsink to new helpers.Doug Nazar2021-04-201-39/+29
* tcp: Convert tcpclientsrc to new helpers.Doug Nazar2021-04-201-43/+32
* tcp: Convert tcpserversink to new helpers.Doug Nazar2021-04-201-35/+14
* tcp: Convert tcpserversrc to new helpers.Doug Nazar2021-04-201-36/+14
* tcp: Add helper functions to lookup hostnames and create sockets.Doug Nazar2021-04-202-0/+79
* tcp: cleanup filesDoug Nazar2021-04-2011-42/+5
* Drop `@` documentation references from functions and external typesMarijn Suijten2021-04-151-2/+2
* playbin{2,3}: fix base_time selection when flush seeking liveMathieu Duponchelle2021-04-122-6/+44
* gstgiobasesink: Handle incomplete writes in gst_gio_base_sink_render()Robin Burchell2021-04-091-17/+5
* typefind: use new gst_type_find_suggest_empty_simple()Chris White2021-04-011-20/+20
* audiotestsrc: allow per feature registrationStéphane Cerveau2021-03-292-5/+7
* audioresample: allow per feature registrationStéphane Cerveau2021-03-292-10/+6
* audiorate: allow per feature registrationStéphane Cerveau2021-03-292-5/+5
* playback: Don't special-case G_SIGNAL_RUN_CLEANUP stage in signal accumulatorsSebastian Dröge2021-03-265-34/+17
* decodebin3: Don't insert duplicated streams in collectionEdward Hervey2021-03-251-1/+3
* parsebin: Put stream flags in GstStreamEdward Hervey2021-03-251-1/+3
* decodebin3: Make input activation "atomic"Edward Hervey2021-03-251-1/+9
* gstgiosrc: Don't leak scheme string in gst_gio_src_query()Jan Schmidt2021-03-211-0/+1
* encodebin: handle video encoder preset fail.Bing Song2021-03-191-12/+16
* gst: don't use volatile to mean atomicMatthew Waters2021-03-195-7/+7
* audioconvert: update doc for mix-matrixStéphane Cerveau2021-03-171-1/+1