summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* alphadecodebin: Add wrappers to decode VP8/VP9 alphaNicolas Dufresne2021-05-118-1/+499
* codecalpha: Implement alphacombine elementNicolas Dufresne2021-05-114-0/+637
* alphacodecdemux: Implement meta demuxingNicolas Dufresne2021-05-111-6/+217
* Introduce CODEC Alpha pluginNicolas Dufresne2021-05-115-1/+200
* rtpsrc: Plug leak of rtcp_send_addrJan Alexander Steffens (heftig)2021-05-071-0/+2
* rtpsink: Return proper pad from _request_new_padJan Alexander Steffens (heftig)2021-05-071-2/+7
* rist: Plug leak of rtcp_send_addrJan Alexander Steffens (heftig)2021-05-071-0/+1
* h265parse: don't invalidate the last PPS when parsing a new SPSNirbheek Chauhan2021-05-051-1/+1
* Use gst_element_request_pad_simple...François Laignel2021-05-056-10/+12
* mxf: check EOS cond with any segment's flagStéphane Cerveau2021-05-041-2/+1
* mxfdemux: fix keyframe detection in indexStéphane Cerveau2021-05-041-2/+7
* jpegparse: Don't generate timestamp for 0/1 frameratesOlivier Crête2021-04-231-1/+2
* rtpsrc: Fix wrong/NULL URI handlingThibault Saunier2021-04-231-3/+16
* tsdemux: fix truncated output segment when seeking with a stopMathieu Duponchelle2021-04-211-2/+1
* switchbin: When collecting srcpad caps, don't intersect with path caps.Jan Schmidt2021-04-121-5/+14
* switchbin: Don't report sink pad caps for src pad queries.Jan Schmidt2021-04-121-8/+12
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-11322-1200/+1584
* allow NetStream.Play.PublishNotify MessageHelmut Januschka2021-04-101-0/+1
* debugutils: Add fakeaudiosink elementPhilippe Normand2021-04-094-1/+330
* jpeg2000parse: fix critical log when play one gray colorspace videoHaihua Hu2021-04-081-1/+3
* rtmp2: Use correct size of write macro for param2.Doug Nazar2021-04-071-1/+1
* mpegtsmux: Respect the start-time-selection property.Jan Schmidt2021-03-312-1/+31
* avwait: Don't reset time tracking when receiving the same segment againSebastian Dröge2021-03-301-13/+29
* rtmp2/connection: Separate inner from outer cancellingJan Alexander Steffens (heftig)2021-03-281-4/+26
* mpegpsdemux: fix accurate seekStéphane Cerveau2021-03-222-25/+7
* mpegpsdemux: Keep seqnum eventsStéphane Cerveau2021-03-222-5/+31
* mpegpsdemux: avoid early EOSStéphane Cerveau2021-03-221-1/+3
* gst: don't use volatile to mean atomicMatthew Waters2021-03-2210-16/+16
* mpegtsmux: Add PMT_%d support to prog-map.Jan Schmidt2021-03-183-5/+45
* mpegtsmux: Don't write PCR until PAT/PMT are output.Jan Schmidt2021-03-182-28/+41
* tsmux: finalize PCR timing for complete accuracyMathieu Duponchelle2021-03-181-0/+43
* mpegtsmux: Improve PCR/SI scheduling.Jan Schmidt2021-03-181-69/+105
* tsmuxstream: Fix comment typoJan Schmidt2021-03-181-1/+1
* mpegvideoparse: do not clip the frameStéphane Cerveau2021-03-111-3/+0
* avwait: Don't post messages with the mutex lockedSebastian Dröge2021-03-091-41/+91
* interlace: Discard stored_frame on EOS and PAUSED_TO_READYVivia Nikolaidou2021-03-081-0/+7
* interlace: Specify interlace-modes in the sink pad templateVivia Nikolaidou2021-03-081-2/+8
* interlace: add more formats, esp 10-bit, 12-bit and 16-bit onesTim-Philipp Müller2021-03-031-4/+27
* mpegtsparse: Fix switched DTS/PTS when set-timestamps=falseJan Alexander Steffens (heftig)2021-03-011-2/+2
* sdpsrc: fix double free if sdp is provided as string via the propertyTim-Philipp Müller2021-02-191-1/+4
* h264parse: don't invalidate the last PPS when parsing a new SPSMichael Olbrich2021-02-171-1/+1
* h265parse: Detect height change on field-based interlaced filesVivia Nikolaidou2021-02-171-2/+4
* h265parse: Fix FPS/duration for interlaced filesVivia Nikolaidou2021-02-171-43/+61
* h264parse: fix timestamping of interlaced fields in outputMathieu Duponchelle2021-02-161-3/+100
* h265parse: Support for alternate-field interlacingVivia Nikolaidou2021-02-032-4/+35
* h264/h265parse: Add VideoTimeCodeMeta to the outgoing bufferJan Alexander Steffens (heftig)2021-02-022-17/+17
* av1parse: set the default alignment for input and output.He Junyan2021-01-261-6/+7
* av1parse: Reset the annex_b when meet TU inside a buffer.He Junyan2021-01-261-0/+3
* av1parse: Output each OBU when output is aligned to obu.He Junyan2021-01-261-41/+42
* av1parse: Always copy the OBU to cache.He Junyan2021-01-261-40/+44