summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2020-06-10Revert "rtpjitterbuffer: Avoid deadlock on flush"Sebastian Dröge1-7/+4
2020-06-09rtpjitterbuffer: g_queue_clear_full introduced in glib 2.60U. Artie Eoff1-0/+12
2020-06-09rtpsession: Make internal-ssrc as show default for docThibault Saunier1-1/+3
2020-06-08rtptimerqueue: Fix leak on timer collisionNicolas Dufresne1-3/+6
2020-06-08rtpjitterbuffer: Keep JBUF lock while processing timersNicolas Dufresne1-27/+42
2020-06-08rtpjitterbuffer: Avoid deadlock on flushEdward Hervey1-4/+7
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle32-46/+46
2020-06-05rtpbin: Initialize uninitialized variable correctlySebastian Dröge1-1/+1
2020-06-03doc: Fix wrong link to GString in rtpjitterbufferThibault Saunier1-1/+1
2020-06-03plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle32-1/+79
2020-05-27rtspsrc: Use the correct type for storing the max-rtcp-rtp-time-diff propertySebastian Dröge1-1/+1
2020-05-25rtspsrc: Error out when failling to receive message responseThibault Saunier1-0/+18
2020-05-20flvdemux: Send gap events if one of the streams falls behind the other by mor...Sebastian Dröge1-0/+53
2020-05-20flvdemux: Remove unused audio_linked/video_linked booleansSebastian Dröge1-2/+0
2020-05-20flvdemux: Answer bitrate queries from upstreamEdward Hervey2-2/+61
2020-05-20flvdemux: Handle empty metadata stringsEdward Hervey1-1/+2
2020-05-20flvdemux: Set ACCEPT_TEMPLATE flag on sinkpadEdward Hervey1-1/+1
2020-05-09deinterlace: Split out NULL checks in yadifJan Schmidt1-3/+4
2020-05-09deinterlace: Handle NV12/NV21 for the greedyl mode.Jan Schmidt1-0/+4
2020-05-06deinterlace: Support packed formats for YADIFVivia Nikolaidou1-22/+131
2020-05-06deinterlace: Call the planar functions for the Y plane of nv12/nv21Vivia Nikolaidou1-8/+22
2020-05-06deinterlace: Add C implementation of YADIFJan Schmidt5-3/+234
2020-05-06deinterlace: Allow for 5 fields for interpolationJan Schmidt2-10/+17
2020-05-07deinterlace: Force renegotiation when changing modeJan Schmidt1-8/+18
2020-05-06imagefreeze: Handle flushing correctlySebastian Dröge2-10/+37
2020-05-06videbox: Use MIN instead of CLAMP for uintEdward Hervey1-7/+7
2020-05-06avidemux: Avoid potential double-freeEdward Hervey1-3/+8
2020-05-05deinterlace: Don't leak frame in error caseEdward Hervey1-2/+6
2020-05-05slitmuxsrc: Properly stop the loop if not part reader is presentEdward Hervey1-0/+4
2020-04-27flvmux: Add skip-backwards-streams propertyVivia Nikolaidou2-21/+68
2020-04-27flvmux: Allow requesting streamable pads after header is writtenVivia Nikolaidou1-3/+5
2020-04-22qtdemux: Add 'mp3 ' fourcc that VLC seems to produce nowOlivier Crête2-0/+2
2020-04-22rtpjitterbuffer: Properly free internal packets queue in finalize()Sebastian Dröge2-15/+18
2020-04-20splitmuxsink: Enhancement for timecode based splitSeungha Yang2-45/+170
2020-04-19splitmuxsink: Post error when requested timecode interval is invalidSeungha Yang1-0/+5
2020-04-16rtpjitterbuffer: don't use RTX packets in rate-calc and reset-logicHavard Graff1-5/+8
2020-04-15splitmuxsink: Do split-at-running-time splitting based on the time of the sta...Sebastian Dröge1-2/+2
2020-04-15splitmuxsink: Fix off-by-one in running time comparison for split-at-running-...Sebastian Dröge1-2/+2
2020-04-09rtspsrc: Properly set segments seqnums after seeksThibault Saunier2-0/+9
2020-04-08flvdemux: Don't write an empty string as a tagVivia Nikolaidou1-0/+5
2020-04-08rtspsrc: Avoid stack overflow recursing waiting for responseThibault Saunier1-4/+7
2020-04-06qtmux: Add property for enforcing the creation of chunks in single-stream filesSebastian Dröge2-2/+19
2020-04-05flvmux: Fix invalid padlist accesses.Jan Schmidt1-37/+97
2020-04-03qtmux: Add option to create a timecode trak in non-mov flavorsVivia Nikolaidou5-19/+116
2020-04-03rtpLXXdepay: Set the UNPOSITIONED flag on the audio-info when configuring an ...Sebastian Dröge3-0/+3
2020-04-03rtpjpeg: Use gst_memory_map() instead of gst_buffer_map()Kristofer Björkström1-89/+136
2020-04-03buffermemory: keep track of buffer size and current offsetKristofer Björkström2-0/+6
2020-04-03rtpopuspay: make depay ! pay workHavard Graff1-2/+1
2020-04-03splitmuxsink: Don't send too many force key unit eventSeungha Yang2-11/+28
2020-04-02matroska: Check the return value of gst_segment_do_seek()Jan Schmidt1-2/+5