summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2020-06-24interlace: Don't change field-pattern on PAUSED or PLAYING stateVivia Nikolaidou1-1/+2
2020-06-24interlace: Don't fail negotiation if capsfilters decide framerateVivia Nikolaidou1-3/+31
2020-06-24interlace: Restrict passthrough conditionsVivia Nikolaidou1-1/+3
2020-06-24interlace: Add field switching mode for 2:2 field patternVivia Nikolaidou1-15/+85
2020-06-24interlace: Only half the framerate for 1:1 field patternVivia Nikolaidou1-5/+25
2020-06-24interlace: Add FIXME comment about false passthrough bugVivia Nikolaidou1-0/+7
2020-06-23docs: Document basecamerabinsrcThibault Saunier1-2/+1
2020-06-23docs: mark more types as plugin APIMathieu Duponchelle6-0/+10
2020-06-23audiobuffersplit: Specify in the template caps that only interleaved audio is...Sebastian Dröge1-2/+4
2020-06-22Revert "h264parse: Include `interlace-mode` in caps"Vivia Nikolaidou1-12/+0
2020-06-20Revert "errorignore: Added convert-error signal"Jan Alexander Steffens (heftig)1-84/+8
2020-06-17dvbsubenc: Add DVB Subtitle encoderJan Schmidt22-1/+6165
2020-06-11yadif: remove plugin, there's now deinterlace method=yadifTim-Philipp Müller7-993/+1
2020-06-11interlace: Fix crash with empty caps in setcapsVivia Nikolaidou1-1/+7
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle23-28/+29
2020-06-04clockselect: Don't register GstClockSelectClockId multiple timesSebastian Dröge1-13/+17
2020-06-04plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge23-0/+51
2020-05-28mpegtsdemux: Deliver all packets to tsparseJan Alexander Steffens (heftig)4-2/+6
2020-05-25audiobuffersplit: Unset DISCONT flag if not discontinuousSebastian Dröge1-1/+6
2020-05-25tsdemux: Handle old streams claiming to be HDMV with OpusJan Schmidt1-2/+6
2020-05-21asfmux: consistent sscanf args usageAndrey Sazonov1-1/+1
2020-05-21sdpdemux: fix klocwork issuesAndrey Sazonov1-3/+3
2020-05-20rtmp2src: Answer scheduling queryEdward Hervey1-0/+29
2020-05-18mpegtsdemux: Close a buffer leak and simplify input_doneJan Alexander Steffens (heftig)3-15/+7
2020-05-12mpegtsmux: detect and ignore gap buffersAlex Hoenig1-0/+6
2020-05-11audiobuffersplit: Perform discont tracking on running timeSebastian Dröge2-53/+80
2020-05-11audiobuffersplit: Keep incoming and outgoing segments separateSebastian Dröge2-11/+35
2020-05-10onviftimestamp: Add missing `break` in set_property()Sebastian Dröge1-0/+1
2020-05-07h264/h265parse: Fix initial skipNicolas Dufresne2-2/+6
2020-05-07h265parse: Ensure correct timestampsNicolas Dufresne1-0/+4
2020-05-07h264parse: Properly handle 4 bytes start codeNicolas Dufresne1-21/+4
2020-05-06timecodestamper: Unref latency query after usageSebastian Dröge1-0/+2
2020-05-01autoconvert: fix compiler warnings with g_atomic on recent GLib versionsTim-Philipp Müller1-1/+1
2020-04-30clockselect: Add TAI clock supportEderson de Souza2-0/+9
2020-04-30ristrtpdeext: Expose the largest sequence number receivedOlivier Crête1-6/+25
2020-04-30ristrtpdeext: Update RTP header extension packet to latest specOlivier Crête1-16/+24
2020-04-30ristrtpext: Update RTP header extension packet to latest specOlivier Crête1-14/+12
2020-04-30rist: Document main profile supportOlivier Crête2-0/+11
2020-04-30ristsrc: Add ristrtpdeext to the pipelineOlivier Crête1-1/+6
2020-04-30ristsink: Add ristrtpext to sinkOlivier Crête1-7/+44
2020-04-30ristsink: Receive RIST seqnum ext and feed it to rtxsendOlivier Crête1-2/+88
2020-04-30ristsink: Pass the session id to the on-app-rtcp callbackOlivier Crête1-4/+16
2020-04-30ristrtxsend: Use externally given seqnum extension when availableOlivier Crête2-3/+43
2020-04-30ristrtxsend: Store sent packets with extended seqnumOlivier Crête1-7/+34
2020-04-30rist: Factor our seqnum extension codeOlivier Crête3-69/+70
2020-04-30rist: Drop packets that are more than G_MAXINT16 seqnum lateOlivier Crête1-0/+20
2020-04-30rist: Insert RTP seqnum extension headerOlivier Crête1-8/+87
2020-04-30rist: Add element to remove the header extensionOlivier Crête5-4/+309
2020-04-30rist: Add element that inserts the RTP header extensionOlivier Crête4-1/+304
2020-04-23h264/h265parse: Fix handling of very last frameNicolas Dufresne2-2/+12