summaryrefslogtreecommitdiff
path: root/gst/rtp
AgeCommit message (Expand)AuthorFilesLines
2016-09-14rtph263pay: Fix double free from coverityOlivier Crête1-5/+2
2016-09-14rtph263pay: Indent as per gst-indentOlivier Crête1-6/+7
2016-09-06rtpmp4adepay: Only declare a stream to be framed once a marker bit has been seenOlivier Crête2-2/+27
2016-08-26rtpvp9depay: Support flexible modeStian Selnes1-9/+18
2016-08-26rtph263pdepay: Don't try to push empty frameStian Selnes1-0/+8
2016-08-26rtph263pdepay: Fix picture header for non-writable payloadStian Selnes1-5/+4
2016-08-26rtph261depay: Fix check of valid payload lengthStian Selnes1-3/+3
2016-08-26rtph263pay: Fix double free, invalid reads and leakStian Selnes1-16/+17
2016-08-25rtph263pay: change log level on bitstream parsing messagesStian Selnes1-24/+27
2016-08-25rtph265pay: Set RTP marker bitJonas Holmberg1-11/+9
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+109
2016-07-25rtp: Filter with the filter caps in the payloader's getcapsSebastian Dröge6-3/+71
2016-07-20rtph264pay: Intersect with filter caps in getcaps function.Jan Schmidt1-0/+7
2016-07-11rtph265pay: Accept array_completeness=1Jonas Holmberg1-3/+3
2016-07-07rtph265pay/depay: Sync against RFC 7798Jonas Holmberg3-88/+106
2016-06-30rtph265depay: fix invalid memory accessJonas Holmberg1-7/+6
2016-06-21gstrtpj2kpay: use tile bit and tile number to determine if there are multiple...Aaron Boxer1-11/+9
2016-06-21rtpj2kpay: fix compiler warning on OS/XTim-Philipp Müller1-1/+1
2016-06-21rtph264pay: Deprecated sprop-parameter-set propertySebastian Dröge1-1/+1
2016-06-17rtph265pay: Remove sprop-parameter-sets propertyJonas Holmberg2-93/+6
2016-06-17rtph265pay: Read NALU type the same way everywhereJonas Holmberg1-10/+7
2016-06-15rtph265: fix NAL unit type parsing and SPS/PPS/VPS detectionJürgen Slowack1-1/+1
2016-06-10gstrtpj2k: set sampling field required by RFCAaron Boxer3-24/+116
2016-06-02rtpvp9depay: Don't assert on flexible mode packetsOlivier Crête1-1/+6
2016-05-27rtpj2kpay: Fix buffer memory leakPierre Lamot1-0/+1
2016-05-15rtpmp4gpay: Don't produce timestamps based on byte countOlivier Crête2-7/+1
2016-05-13rtp: Ship gstrtpj2kcommon.h file to fix distcheckSebastian Dröge1-0/+1
2016-05-13rtpj2kpay: manage T tile invalidation bit correctly, update tile id in header...Aaron Boxer1-18/+35
2016-05-13rtpj2kpay: manage fragmented headers correctlyAaron Boxer1-15/+36
2016-05-13rtpj2k: move common code to shared header, code clean upAaron Boxer5-66/+82
2016-05-13rtpj2k: update documentationAaron Boxer2-6/+22
2016-04-04rtpjpegdepay: Don't send invalid frames downstream after packet loss or a DIS...Nirbheek Chauhan1-0/+13
2016-04-01rtpvorbisdepay: remove dead codeLuis de Bethencourt1-8/+0
2016-03-31rtph263pay: fix leakLuis de Bethencourt1-5/+3
2016-03-25rtpjpegpay: Allow different quantization tables for components 2 and 3Sebastian Dröge1-15/+0
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM86-344/+334
2016-03-10win32: Don't use __attribute__ on MSVCNirbheek Chauhan3-6/+23
2016-02-25rtp: opus: move Opus RTP payloader/depayloader from -bad to -goodTim-Philipp Müller6-0/+30
2016-02-25Merge branch 'plugin-move-rtp-opus'Tim-Philipp Müller4-0/+568
2016-02-23rtph265depay: Don't assume that get_current_caps() returns non-NULL caps afte...Dave Craig1-3/+4
2016-02-23gst: Don't assume that get_current_caps() returns non-NULL caps after has_cur...Dave Craig1-3/+4
2016-02-22rtpvp9pay: add missing breakLuis de Bethencourt1-0/+1
2016-02-21win32: remove outdated build cruftTim-Philipp Müller1-178/+0
2016-02-19flvmux, rtpvp9depay: fix indentationTim-Philipp Müller1-2/+1
2016-02-17rtp: sprinkle some G_GNUC_INTERNAL for internal utils functionsTim-Philipp Müller1-0/+4
2016-02-17opus: Add proper support for multichannel audioSebastian Dröge2-5/+6
2016-02-17opus: Copy metadata in the (de)payloader, but only the relevant onesSebastian Dröge2-0/+59
2016-02-17opusdepay: Set multistream=FALSE on the Opus capsSebastian Dröge1-2/+4
2016-02-17rtpopuspay: Forward stereo preferences from caps upstreamOlivier Crête1-1/+64
2016-02-17rtpopuspay: Set the number of channels to 2 as per RFC draftOlivier Crête1-0/+1