summaryrefslogtreecommitdiff
path: root/gst/rtp
Commit message (Expand)AuthorAgeFilesLines
* win32: Don't use __attribute__ on MSVCNirbheek Chauhan2016-03-103-6/+23
* rtp: opus: move Opus RTP payloader/depayloader from -bad to -goodTim-Philipp Müller2016-02-256-0/+30
* Merge branch 'plugin-move-rtp-opus'Tim-Philipp Müller2016-02-254-0/+568
|\
| * opus: Add proper support for multichannel audioSebastian Dröge2016-02-172-5/+6
| * opus: Copy metadata in the (de)payloader, but only the relevant onesSebastian Dröge2016-02-172-0/+59
| * opusdepay: Set multistream=FALSE on the Opus capsSebastian Dröge2016-02-171-2/+4
| * rtpopuspay: Forward stereo preferences from caps upstreamOlivier Crête2016-02-171-1/+64
| * rtpopuspay: Set the number of channels to 2 as per RFC draftOlivier Crête2016-02-171-0/+1
| * opus: Handle sprop-stereo and sprop-maxcapturerate RTP caps fieldsSebastian Dröge2016-02-172-1/+67
| * rtpopuspay: default encoding name to OPUSVincent Penquerc'h2016-02-171-2/+1
| * rtpopuspay: make caps writable before truncating themVincent Penquerc'h2016-02-171-1/+1
| * rtpopuspay: negotiate the encoding nameVincent Penquerc'h2016-02-171-1/+18
| * rtpopus: Use OPUS encoding nameNicolas Dufresne2016-02-172-2/+2
| * opuspay: fix timestampsWim Taymans2016-02-171-1/+10
| * Fix FSF addressTim-Philipp Müller2016-02-174-8/+8
| * opuspay: remove pointless caps serializationWim Taymans2016-02-171-7/+1
| * Use gst_element_class_set_static_metadata()Tim-Philipp Müller2016-02-172-2/+2
| * rtpopuspay: Allocate the rtp buffer correctlyOlivier Crête2016-02-171-17/+3
| * replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2016-02-172-2/+2
| * opus: port to updated 0.11Mark Nauwelaerts2016-02-171-5/+4
| * Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2016-02-174-70/+64
| * opusenc: add upstream negotiation for multistream abilityVincent Penquerc'h2016-02-171-1/+1
| * Adding opus RTP payloader/depayloader elementDanilo Cesar Lemes de Paula2016-02-174-0/+378
* rtph265depay: Don't assume that get_current_caps() returns non-NULL caps afte...Dave Craig2016-02-231-3/+4
* gst: Don't assume that get_current_caps() returns non-NULL caps after has_cur...Dave Craig2016-02-231-3/+4
* rtpvp9pay: add missing breakLuis de Bethencourt2016-02-221-0/+1
* win32: remove outdated build cruftTim-Philipp Müller2016-02-211-178/+0
* flvmux, rtpvp9depay: fix indentationTim-Philipp Müller2016-02-191-2/+1
* rtp: sprinkle some G_GNUC_INTERNAL for internal utils functionsTim-Philipp Müller2016-02-171-0/+4
* rtp: h264/h265: avoid duplication of read_golomb()Luis de Bethencourt2016-02-174-68/+45
* rtpvp9pay: rtpvp9depay: Initial implementation of draft 01Stian Selnes2016-02-166-0/+1074
* rtp: h265: hook up move RTP H.265 payloader/depayloader to buildTim-Philipp Müller2016-02-162-0/+13
* rtp: h265: use common meta utility functionsTim-Philipp Müller2016-02-163-67/+2
* rtp: h265: remove codecparser dependency from h265 payloader/depayloaderTim-Philipp Müller2016-02-163-2/+78
* Merge branch 'plugin-move-rtp-h265'Tim-Philipp Müller2016-02-164-0/+3285
|\
| * gstrtph265depay: keep consistency with rtph264depayLuis de Bethencourt2016-02-162-10/+27
| * rtph265depay: fix termination of access unitLuis de Bethencourt2016-02-161-2/+0
| * rtph265depay: fix unneeded sub-buffer creationLuis de Bethencourt2016-02-161-16/+8
| * rtph265pay: add "send VPS/SPS/PPS with every key frame" modeLuis de Bethencourt2016-02-161-40/+46
| * rtph265pay: change config-interval property type from uint to intLuis de Bethencourt2016-02-162-5/+5
| * rtph265depay: make sure we call handle_nal for each NALLuis de Bethencourt2016-02-161-1/+5
| * rtph265pay: Copy metadata in the payloader, but only the relevant onesLuis de Bethencourt2016-02-161-6/+8
| * rtph265pay: Use GST_WARNING_OBJECT() instead of GST_WARNING()Luis de Bethencourt2016-02-161-2/+2
| * rtph265pay: fix potential crash when shutting downLuis de Bethencourt2016-02-161-2/+7
| * rtph265pay: fix buffer leak when using SPS/PPSLuis de Bethencourt2016-02-161-1/+3
| * rtph265depay: copy metadata in the depayloader, but only the relevant onesLuis de Bethencourt2016-02-162-0/+89
| * rtph265depay: checking if depay has sps/pps nals before insertionLuis de Bethencourt2016-02-161-1/+1
| * rtph265depay: only update the srcpad caps if something else than the codec_da...Luis de Bethencourt2016-02-161-2/+41
| * rtph265depay: PPS replaces old PPS if it has the same idLuis de Bethencourt2016-02-161-1/+1
| * rtph265depay: Insert SPS/PPS NALs into the streamLuis de Bethencourt2016-02-161-0/+50