summaryrefslogtreecommitdiff
path: root/gst/rtp
AgeCommit message (Expand)AuthorFilesLines
2015-04-02rtph263pay/-depay: add framesize SDP attributeSebastian Rasmussen2-5/+103
2015-04-02rtpjpegpay/-depay: Remove incorrectly introduced framesize SDP attributeSebastian Rasmussen2-21/+4
2015-04-01rtpvp8depay: Parse width/height/profile from keyframesOlivier Crête2-12/+91
2015-03-09rtph264depay: remove unused valueLuis de Bethencourt1-2/+2
2015-03-09rtph263pay: fix leakLuis de Bethencourt1-3/+5
2015-03-09rtph263pay: remove uneeded variableLuis de Bethencourt1-5/+4
2015-02-26rtpvorbispay: fix payloader description and author e-mailSebastian Rasmussen1-2/+2
2015-02-19rtpvp8pay: default encoding name to VP8Vincent Penquerc'h1-1/+1
2015-02-19rtpvp8pay: make caps writable before truncating themVincent Penquerc'h1-1/+1
2015-02-19rtpvp8pay: negotiate encoding nameVincent Penquerc'h1-1/+18
2015-02-10rtph263depay: fix compilation with gcc 5.0Wim Taymans1-1/+1
2015-02-04rtph264depay: prevent trying to get 0 bytes from adapterThiago Santos1-4/+6
2014-12-11rtph264pay: fix potential crash when shutting downPatrick Radizi1-2/+7
2014-12-09rtph264pay: Fixes buffer leak when using SPS/PPSPatrick Radizi1-1/+3
2014-12-02rtpmpadepay: Relax caps to allow any clock-rateOlivier Crête1-3/+3
2014-11-20rtpgstpay: put 0-byte at the end of eventsWim Taymans2-1/+8
2014-11-20rtpgstdepay: avoid buffer overread.Wim Taymans1-0/+20
2014-11-01rtpvp8: Use VP8 encoding nameNicolas Dufresne2-2/+2
2014-11-01rtpmp2tpay: fix up template caps so we can output the default pt 33Tim-Philipp Müller1-1/+5
2014-10-15Revert "rtp: add h265 RTP payloader + depayloader"Tim-Philipp Müller6-3092/+0
2014-10-15rtp: add h265 RTP payloader + depayloaderJurgen Slowack6-0/+3092
2014-09-16rtpvrawdepay: Declare some more required caps fields in the sink template capsSebastian Dröge1-2/+12
2014-08-08rtph263ppay: Unref pad template caps after useSebastian Rasmussen1-2/+4
2014-08-08rtph264pay: append packetization mode parameter to SDPSrimanta Panda1-0/+2
2014-08-03rtph264pay: unbreak au aligned byte-stream payloadingMark Nauwelaerts1-1/+3
2014-08-01rtph264pay: append profile-level-id to SDPSrimanta Panda1-6/+13
2014-06-19vp8depay: fix header size checkingWim Taymans1-10/+11
2014-06-19rtph264pay: propagate the GST_BUFFER_FLAG_DISCONT flagGuillaume Desmottes2-7/+49
2014-06-19rtph264pay: propagate the GST_BUFFER_FLAG_DELTA_UNIT flagGuillaume Desmottes2-6/+53
2014-06-18gstrtpmp4gpay: propagate the GST_BUFFER_FLAG_DISCONT flagGuillaume Desmottes2-0/+8
2014-06-18rtpjpegpay: propagate the GST_BUFFER_FLAG_DISCONT flagGuillaume Desmottes1-0/+8
2014-06-18rtpjp2kpay: pre-allocate buffer-list of the right sizeTim-Philipp Müller1-2/+2
2014-06-18rtpjpegpay: pre-allocate buffer list of the right sizeTim-Philipp Müller1-3/+6
2014-06-18rtpmp4vpay: pre-allocate buffer list of the right sizeTim-Philipp Müller1-4/+6
2014-06-18rtpvp8pay: allocate bitreader on the stackTim-Philipp Müller1-11/+10
2014-06-18rtpvp8pay: post error message on bus on error and don't use g_message()Tim-Philipp Müller1-1/+2
2014-06-18rtpvp8pay: couple of minor optimisationsTim-Philipp Müller1-21/+23
2014-06-18rtpgstpay: pre-allocate buffer list of the right sizeTim-Philipp Müller1-3/+6
2014-06-18rtph264pay: pre-allocate bufferlist of the right sizeTim-Philipp Müller1-1/+1
2014-06-18rtph264pay: push single buffer directly, no need to wrap it in a bufferlistTim-Philipp Müller1-12/+6
2014-06-18rtpvrawpay: make chunks per frame configurableTim-Philipp Müller2-6/+79
2014-06-18rtpvrawpay: remove unused variablesTim-Philipp Müller2-9/+0
2014-06-18rtpvrawpay: pre-allocate buffer lists of sufficient sizeTim-Philipp Müller1-3/+15
2014-06-18rtpvrawpay: micro-optimise variable access in inner loopTim-Philipp Müller1-10/+15
2014-06-18rtpvrawpay: use buffer listsTim-Philipp Müller1-6/+29
2014-06-16rtptheoradepay: fix double freesTim-Philipp Müller1-17/+7
2014-06-12rtptheordepay: fix leaksVincent Penquerc'h1-0/+4
2014-06-12rtpg729pay: leak fixesVincent Penquerc'h1-2/+13
2014-06-12rtph263pay: fix leakVincent Penquerc'h1-1/+2
2014-06-12rtph263pay: fix leaksVincent Penquerc'h1-7/+11