summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* videodecoder: Make data processing errors non-fatal by defaultPhilippe Normand2022-11-301-1/+1
* sdpmessage: Annotate SDP message parameters for `parse_uri()` and `parse_buff...Sebastian Dröge2022-11-291-2/+2
* mfvideosrc: Fix buffer leakSeungha Yang2022-11-281-2/+6
* mediafoundation: Chain up from GObject::constructedSeungha Yang2022-11-282-0/+4
* d3d11: Use correct ref/unref methodsSeungha Yang2022-11-285-5/+5
* sdp: use g_strdup instead of strdupIgnacio Casal Quinteiro2022-11-281-1/+1
* glimagesink: Fix render rect assertionNicolas Dufresne2022-11-281-0/+4
* audioconvert, audioresample, audiofilter: fix divide by 0 for input buffer wi...Tim-Philipp Müller2022-11-263-0/+15
* win32ipcvideosrc: Fix property name and enum value mismatchSeungha Yang2022-11-251-4/+4
* win32ipcvideosrc: Protect pipe from flush threadSeungha Yang2022-11-251-1/+9
* h264parser: Fix a typo in pred_weight_table parsing.He Junyan2022-11-251-1/+1
* msdkdec: Update decoding ptsMa, Mingyang2022-11-251-0/+5
* Install meson from git when MESON_COMMIT variable is setXavier Claessens2022-11-241-0/+9
* win32ipc: Add WIN32 shared memory videosrc/sink elementsSeungha Yang2022-11-2421-0/+3308
* rtpsession: Support disabling late adjustment of ntp-64 header extMatt Crane2022-11-246-2/+128
* add new plugin for Qt 6 rendering inside a QML sceneMatthew Waters2022-11-2422-0/+2855
* mfvideosrc: check HRESULT of CreateClassEnumerator correctlyJan Lorenz2022-11-231-1/+2
* v4l2: bypass check some transfer types in colorimetryElliot Chen2022-11-231-0/+12
* docs/design: Add document detailing the new gapless/instant-uri changesEdward Hervey2022-11-231-0/+320
* uridecodebin3: propagate about-to-finish for new inputsEdward Hervey2022-11-231-0/+8
* uridecodebin3: Remove old fixmeEdward Hervey2022-11-231-12/+1
* (uri)decodebin3: Ensure group-id consistencyEdward Hervey2022-11-232-1/+20
* uridecodebin3: Fix shutdown procedures in probeEdward Hervey2022-11-231-1/+8
* decodebin3: Properly reset when going back to READYEdward Hervey2022-11-231-46/+76
* decodebin3: Don't output bogus GST_MESSAGE_STREAMS_SELECTEDEdward Hervey2022-11-231-4/+8
* Use the correct SSRC(s) when routing a RTCB FB FIRJohan Sternerup2022-11-232-19/+33
* rtpsource: Track the seqnum for sendersJan Schmidt2022-11-231-0/+22
* adaptivedemux2: Add GStreamer to the deps listJan Schmidt2022-11-231-1/+1
* kmssink: Fix compilation without kernel headersNicolas Dufresne2022-11-231-1/+0
* onnx: Update to OnnxRT >= 1.13.1 APIDaniel Morin2022-11-224-15/+38
* h265parse: Add the missing timestamp when splitting a frame.He Junyan2022-11-221-0/+4
* h264parse: Add the missing timestamp when splitting a frame.He Junyan2022-11-221-0/+4
* dvbsubenc: Write Display Definition Segment if a non-default width/height is ...Sebastian Dröge2022-11-223-15/+58
* inputselector: Add drop-backwards propertyVivia Nikolaidou2022-11-223-1/+67
* inputselector: Fix waiting on sync-mode=clockVivia Nikolaidou2022-11-222-20/+99
* av1dec: Demote rank to secondarySeungha Yang2022-11-222-2/+2
* rtspsrc: Don't replace 404 errors with "no auth protocol found"Jan Alexander Steffens (heftig)2022-11-221-11/+19
* vaapipostproc: Fix the negotiation failure of some formatsMengkejiergeli Ba2022-11-221-0/+25
* kmssink: add HDR10 infoframe supportBill Hofmann2022-11-215-1/+514
* kmssink: Add skip-vsync propertyBill Hofmann2022-11-213-1/+36
* adaptivedemux2: Don't leak caps in debug statementsEdward Hervey2022-11-211-3/+2
* adaptivedemux2: Don't leak tagsEdward Hervey2022-11-211-0/+2
* adaptivedemux: Use gst_clear_tag_list_where applicableEdward Hervey2022-11-212-4/+2
* oggdemux: Don't leak pending seek eventEdward Hervey2022-11-211-0/+1
* rtspsrc: Don't leak sticky eventsEdward Hervey2022-11-211-0/+1
* parsebin: Don't leak parsepad list on shutdownEdward Hervey2022-11-211-0/+1
* textrender: Don't pass plaintext as pango markup to PangoSebastian Dröge2022-11-212-1/+22
* textrender: Don't blindly forward all eventsSebastian Dröge2022-11-211-1/+1
* event: Add transfer none annotation to gst_event_new_stream_collection()Jan Schmidt2022-11-211-1/+1
* adaptivedemux2: Fix sticky event storage.Jan Schmidt2022-11-211-5/+10