summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2021-09-22rtph263pdepay: flag keyframes on output buffersTim-Philipp Müller1-0/+94
2021-09-15rtphdrhext-twcc: Return failure on map failureOlivier Crête1-1/+1
2021-09-15rtphdrext: Update write() API to return a signed valueOlivier Crête3-4/+4
2021-09-14qtdemux: Try to build AAC codec-data whenever it's possibleSeungha Yang1-21/+35
2021-09-13flv: fix seqnum handling for seeksVivienne Watermeier2-37/+96
2021-09-13isomp4: also allow muxing different h264/5 profiles/levels/etcMatthew Waters1-0/+15
2021-09-13matroska: Add support for muxing/demuxing ffv1Sebastian Dröge3-1/+22
2021-09-02avidemux: Also detect 0x000001 as H264 byte-stream start code in codec_dataSebastian Dröge1-30/+29
2021-08-30rtphdrext-rfc6464: Put max level if the audio is beyond itOlivier Crête1-3/+5
2021-08-30rtphdrext-rfc6464: Add example pipelineOlivier Crête1-1/+8
2021-08-27qtdemux: Force stream-start push when re-using EOS'd streamsEdward Hervey1-2/+3
2021-08-27deinterlace: Use proper ASM output format for *BSD OSBrad Smith1-2/+0
2021-08-25docs: Add `Since` marker to "twcc-feedback-interval" propertySebastian Dröge1-1/+1
2021-08-25rtptwcc: changes to use rtp buffer arrival time and current time.Tulio Beloqui3-5/+14
2021-08-25rtptwcc: add payloadtype to RTPTWCCPacketKnut Inge Hvidsten3-0/+5
2021-08-25rtptwcc: make enabling TWCC stickyHavard Graff1-4/+6
2021-08-25rtptwcc: move TWCC-logic over to the TWCC-managerHavard Graff3-91/+140
2021-08-25rtptwcc: fix warningHavard Graff1-3/+4
2021-08-25rtptwcc: fixes and optimizations around run-length chunksTulio Beloqui1-27/+72
2021-08-25rtptwcc: fix seqnum-wrapHavard Graff1-3/+3
2021-08-25rtptwcc: fixed feedback packet count overflow that allowed lateTulio Beloqui1-3/+3
2021-08-25rtptwcc: fixed parsing of old sequence numberTulio Beloqui1-2/+8
2021-08-25rtptwcc: fixed guint8 overflow of feedback packet countTulio Beloqui1-2/+6
2021-08-25rtptwcc: add feedback-intervalHavard Graff3-2/+64
2021-08-25rtptwcc: remove _set_send_packet_tsHavard Graff2-14/+0
2021-08-24qtdemux: add depth for ProRes 4:4:4:4 variants if availableTim-Philipp Müller1-0/+12
2021-08-24qtmux: for Apple ProRes, allow overriding pixel bit depth for 4:4:4:4 variantsRuslan Khamidullin1-1/+1
2021-08-23isomp4/mux: add a function for seeking to a specific output byte positionMatthew Waters1-61/+30
2021-08-23isomp4/mux: don't overwrite with a bigger moov when fragmentingMatthew Waters1-5/+3
2021-08-23isomp4: actually make streamable fallback workMatthew Waters1-5/+8
2021-08-23isomp4: fix trun data offset handlingMatthew Waters1-2/+2
2021-08-23isomp4/mux: fixes for fragmented mp4 outputMatthew Waters2-10/+18
2021-08-20matroska-mux: support H264 avc3 / H265 hev1Mathieu Duponchelle1-3/+74
2021-08-20isomp4/qtmux: allow renegotiating when tier / level / profile changeMathieu Duponchelle1-1/+10
2021-08-20isomp4/qtmux: accept video/x-h264, stream-format=avc3Mathieu Duponchelle2-2/+12
2021-08-20isomp4/qtmux: make sure to switch to next chunk on new capsMathieu Duponchelle1-0/+8
2021-08-20isomp4/atoms: fix multiple stsd entriesMathieu Duponchelle1-1/+1
2021-08-18matroska-mux: Add a timestamp-offset propertyArun Raghavan2-0/+28
2021-08-17matroska: demux: update stream_start_timeStéphane Cerveau1-4/+14
2021-08-17mastrokademux: Remove redundant assignmentNicolas Dufresne1-1/+0
2021-08-17videocrop: Fix icles tests.Víctor Manuel Jáquez Leal1-3/+5
2021-08-17rtp: Color Space header extensionJakub Adam5-0/+509
2021-08-17rtspsrc: Add support to ignore x-server HEADER replyPer Förlin2-2/+49
2021-08-16rtpjitterbuffer: fixed stall on gap when using rtxTulio Beloqui1-6/+10
2021-08-16flv: use g_memdup2() as g_memdup() is deprecatedNirbheek Chauhan1-1/+1
2021-08-11videocrop: Resurrect logging category.Víctor Manuel Jáquez Leal8-119/+17
2021-07-28videocrop: Resurrect any caps feature negotiation.Víctor Manuel Jáquez Leal1-1/+5
2021-07-26splitmuxsink: Fix some reference leaks in error cases.Jan Schmidt1-0/+9
2021-07-26splitmuxsink: Prevent hang going back to NULL after failuresJan Schmidt1-23/+95
2021-07-13deinterlace: reduce noise when gst_pad_set_caps failsMathieu Duponchelle1-1/+1