summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-15qtglrenderer.cc: Fix -Wformat-security warningRaul Tambre1-1/+1
2020-05-13meson: Pass native: false to add_languages()Nirbheek Chauhan4-4/+4
2020-05-12meson: Make C++ compiler detection not be automagicNirbheek Chauhan3-6/+2
2020-05-12meson: Fix gstgl checks for qt and gtkNirbheek Chauhan4-5/+6
2020-05-12meson: Revamp qt5qml plugin and example build codeNirbheek Chauhan6-197/+197
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-06jpegenc: remove meta copy in jpegencnian.yan1-2/+0
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-27qt/x11: also pass the window for gstgl -> qt contextMatthew Waters1-1/+4
2020-04-27qt: perform surface creation in the main threadMatthew Waters2-40/+181
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-20tests: splitmuxsink: Add more timecode based split testSeungha Yang3-147/+860
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 Graff2-5/+33
2020-04-15v4l2videodec: Increase internal bitstream pool sizeNicolas Dufresne1-1/+5
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-08v4l2bufferpool: request the maximum number of buffers for USERPTRNicolas Dufresne1-2/+3
2020-04-08v4l2bufferpool: request the maximum number of buffers for DMABUFMichael Olbrich1-2/+2
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öm3-89/+490
2020-04-03buffermemory: keep track of buffer size and current offsetKristofer Björkström2-0/+6
2020-04-03rtpopuspay: make depay ! pay workHavard Graff3-2/+94
2020-04-03tests: Split splitmux test caseSeungha Yang3-387/+742
2020-04-03splitmuxsink: Don't send too many force key unit eventSeungha Yang3-13/+112
2020-04-02matroska: Check the return value of gst_segment_do_seek()Jan Schmidt1-2/+5
2020-04-02qtdemux: Send instant-rate-change event if requested in the SEEK eventSebastian Dröge1-6/+65
2020-04-02matroska-demux: Send instant-rate-change event if requested in the SEEK eventSebastian Dröge1-8/+65
2020-04-01matroska: Update for video-hdr struct changeSeungha Yang2-51/+38
2020-03-31rtpbin: make warning messages more meaningfulAaron Boxer1-4/+8