summaryrefslogtreecommitdiff
path: root/gst/rtp
AgeCommit message (Expand)AuthorFilesLines
2015-08-17rtp: copy metadata in the (de)payloaders which is missed beforeHyunjun Ko3-1/+8
2015-08-16rtpvorbisdepay: remove dead codeLuis de Bethencourt1-4/+0
2015-08-14rtpmp4gdepay: fix timestamps for RTP packets with multiple AUsRamiro Polla1-3/+19
2015-08-11rtp: Copy metadata in the (de)payloader, but only the relevant onesSebastian Dröge69-122/+628
2015-08-10rtph264depay: checking if depay has sps/pps nals before insertionHyunjun Ko1-1/+1
2015-08-08rtptheorapay: If flushing a packet failed, go out of the loop immediatelySebastian Dröge1-1/+5
2015-08-08rtpvorbispay: If flushing a packet failed, go out of the loop immediatelySebastian Dröge1-1/+6
2015-08-08rtptheorapay: Extract pixel format from the ident header to put it into the s...Sebastian Dröge2-4/+21
2015-08-07rtpklv(de)pay: add "RTP" in the klass stringGeorge Kiagiadakis2-2/+2
2015-08-06rtppayload: set standard payload type as defaultHyunjun Ko13-45/+55
2015-08-04rtpstreamdepay: Only allow activation in push modeSebastian Dröge1-0/+14
2015-08-04rtph264depay: Put the profile and level into the capsSebastian Dröge1-2/+31
2015-08-04rtph264depay: Only update the srcpad caps if something else than the codec_da...Sebastian Dröge1-3/+40
2015-08-04rtph264depay: PPS replaces and old PPS if it has the same id, independent of ...Sebastian Dröge1-1/+1
2015-08-03rtph264depay: Insert SPS/PPS NALs into the streamSebastian Dröge1-0/+50
2015-07-30rtpmp4vdepay: rtpbuffer is being unref'ed twiceVineeth TM1-1/+0
2015-07-21rtpvp8depay: Check available bytes before copyStian Selnes1-0/+2
2015-07-12rtp: depayloaders: implement process_rtp_packet() vfuncTim-Philipp Müller40-502/+297
2015-07-12rtpvrawdepay: implement process_rtp_packet() vfuncTim-Philipp Müller1-16/+10
2015-07-08rtph263depay: Make sure payload is large enoughStian Selnes1-0/+17
2015-07-08rtpklvdepay: fix printf format compiler warningVineeth TM1-1/+1
2015-07-07rtpklvdepay: improve start detection and handle fragmented KLV unitsTim-Philipp Müller2-15/+55
2015-07-07rtp: add SMPTE 336M KLV metadata depayloaderTim-Philipp Müller4-0/+413
2015-07-07rtp: add SMPTE 336M KLV metadata payloaderTim-Philipp Müller4-0/+269
2015-07-07rtpg729depay: unmap rtp buffer in error pathTim-Philipp Müller1-0/+1
2015-07-07rtpg729pay: fix buffer leakTim-Philipp Müller1-1/+1
2015-07-07rtph261pay: fix indentationTim-Philipp Müller1-187/+194
2015-07-07rtph261pay: Fix uninitialized variable compiler errorJimmy Ohn1-6/+8
2015-07-06rtph263pdepay: init debug categoryStian Selnes1-0/+6
2015-07-06rtpv8depay: ignore reserved bit in payload descriptorStian Selnes1-1/+1
2015-07-05rtph261pay: rtph261depay: Add documentationStian Selnes2-0/+46
2015-07-03rtph261pay: Fix compiler warningSebastian Dröge1-2/+0
2015-07-03rtph261depay: Let the base class push the buffer so it can deal with the flow...Sebastian Dröge1-3/+2
2015-07-03rtph261pay: Remove unused adapterSebastian Dröge1-16/+0
2015-07-03speexpay: Directly attach payload to the output buffer instead of copying itSebastian Dröge1-18/+13
2015-07-03sbcpay: Attach payload directly to the output instead of copyingSebastian Dröge1-7/+4
2015-07-03rtp: add H.261 RTP payloader and depayloaderStian Selnes6-0/+1498
2015-07-03rtpmpvdepay: Don't forget to unmap the input bufferSebastian Dröge1-3/+6
2015-07-03rtpmpvpay: Create buffer lists instead of pushing each buffer individuallySebastian Dröge1-3/+11
2015-07-03rtpmpapay: Use buffer lists instead of pushing each fragment individuallySebastian Dröge1-2/+10
2015-07-03rtpmp4apay: Create buffer lists and don't copy payload memorySebastian Dröge1-31/+39
2015-07-02rtph263ppay: Generate buffer lists and attach the payload directly instead of...Sebastian Dröge1-30/+48
2015-07-02rtph263pdepay: Simplify code a bit and do less direct memcpy and let GstBuffe...Sebastian Dröge1-15/+13
2015-07-02rtph263pay: Stop using an adapter and directly use the bufferSebastian Dröge2-29/+23
2015-07-01rtpgsmpay: Remove non-existing includes for nowSebastian Dröge1-2/+0
2015-07-01rtpgstpay: Use the return value of gst_buffer_append()Sebastian Dröge1-1/+1
2015-07-01rtpgsmpay: Attach payload to the output buffer instead of copying itSebastian Dröge1-18/+5
2015-07-01rtpg729pay: Attach payload directly to output buffers instead of copyingSebastian Dröge1-29/+11
2015-07-01rtpg723pay: Attach payload buffer to the output instead of copyingSebastian Dröge1-7/+5
2015-07-01rtpdvdepay: Map the output buffer once instead of once every 80 bytesSebastian Dröge1-2/+6