summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2016-02-19qtdemux: plug leaks in cenc aux info parsingPhilippe Normand1-0/+2
2016-02-18matroskademux: Unmap wavpack header buffer after creating itSebastian Dröge1-0/+1
2016-02-17rtp: sprinkle some G_GNUC_INTERNAL for internal utils functionsTim-Philipp Müller1-0/+4
2016-02-17qtdemux: only transform protected caps onceAlex Ashley1-5/+7
2016-02-17rtp: h264/h265: avoid duplication of read_golomb()Luis de Bethencourt4-68/+45
2016-02-17matroskademux: Simple implementation of TRICKMODE_KEY_UNITSOgnyan Tonchev1-3/+14
2016-02-16matroska-demux: send GAP events for lagging audio and video streams tooTim-Philipp Müller1-8/+10
2016-02-16rtpvp9pay: rtpvp9depay: Initial implementation of draft 01Stian Selnes6-0/+1074
2016-02-16avidemux: Fix string memory leakVineeth TM1-2/+1
2016-02-16rtpbin: add "get-session" signalMiguel París Díaz2-0/+35
2016-02-16rtp: h265: hook up move RTP H.265 payloader/depayloader to buildTim-Philipp Müller2-0/+13
2016-02-16rtp: h265: use common meta utility functionsTim-Philipp Müller3-67/+2
2016-02-16rtp: h265: remove codecparser dependency from h265 payloader/depayloaderTim-Philipp Müller3-2/+78
2016-02-16Merge branch 'plugin-move-rtp-h265'Tim-Philipp Müller4-0/+3285
2016-02-16gstrtph265depay: keep consistency with rtph264depayLuis de Bethencourt2-10/+27
2016-02-16rtph265depay: fix termination of access unitLuis de Bethencourt1-2/+0
2016-02-16rtph265depay: fix unneeded sub-buffer creationLuis de Bethencourt1-16/+8
2016-02-16rtph265pay: add "send VPS/SPS/PPS with every key frame" modeLuis de Bethencourt1-40/+46
2016-02-16rtph265pay: change config-interval property type from uint to intLuis de Bethencourt2-5/+5
2016-02-16rtph265depay: make sure we call handle_nal for each NALLuis de Bethencourt1-1/+5
2016-02-16rtph265pay: Copy metadata in the payloader, but only the relevant onesLuis de Bethencourt1-6/+8
2016-02-16rtph265pay: Use GST_WARNING_OBJECT() instead of GST_WARNING()Luis de Bethencourt1-2/+2
2016-02-16rtph265pay: fix potential crash when shutting downLuis de Bethencourt1-2/+7
2016-02-16rtph265pay: fix buffer leak when using SPS/PPSLuis de Bethencourt1-1/+3
2016-02-16rtph265depay: copy metadata in the depayloader, but only the relevant onesLuis de Bethencourt2-0/+89
2016-02-16rtph265depay: checking if depay has sps/pps nals before insertionLuis de Bethencourt1-1/+1
2016-02-16rtph265depay: only update the srcpad caps if something else than the codec_da...Luis de Bethencourt1-2/+41
2016-02-16rtph265depay: PPS replaces old PPS if it has the same idLuis de Bethencourt1-1/+1
2016-02-16rtph265depay: Insert SPS/PPS NALs into the streamLuis de Bethencourt1-0/+50
2016-02-16rtph265depay: implement process_rtp_packet() vfuncLuis de Bethencourt1-16/+8
2016-02-16rtph265depay: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP()Luis de Bethencourt1-2/+2
2016-02-16rtph265depay: prevent trying to get 0 bytes from adapterLuis de Bethencourt1-4/+6
2016-02-16rtp: remove dead assignmentLuis de Bethencourt1-2/+0
2016-02-16remove unused enum items PROP_LASTLuis de Bethencourt1-2/+1
2016-02-16rtp: donl_present variable unusedLuis de Bethencourt1-1/+11
2016-02-16rtp: value truncated too short creates dead codeLuis de Bethencourt1-1/+1
2016-02-16rtp: fix nal unit type checkLuis de Bethencourt1-1/+2
2016-02-16rtp: fix dead code and check for impossible valuesLuis de Bethencourt1-2/+1
2016-02-16rtp: add h265 RTP payloader + depayloaderThijs Vermeir4-0/+3080
2016-02-12monoscope: rework the scaling codeStefan Sauer1-9/+14
2016-02-12monoscope: use constants in the drawing codeStefan Sauer3-42/+44
2016-02-12monoscope: replace hardcoded values by constantsStefan Sauer1-10/+13
2016-02-12monoscpe: make the convolver use dynamic memoryStefan Sauer4-53/+63
2016-02-12monoscope: update READMEStefan Sauer1-5/+1
2016-02-12monoscope: code cleanupStefan Sauer2-53/+54
2016-02-08deinterlace: remove check for impossible conditionLuis de Bethencourt1-2/+0
2016-02-08matroska: get rid of _stdint.h includeTim-Philipp Müller1-15/+14
2016-01-31rtpjpegpay: Skip APP and JPG markers and print warnings for unknown markersSebastian Dröge1-2/+17
2016-01-29qtdemux: fix framerate calculation for fragmented formatSeungha Yang1-6/+39
2016-01-29qtdemux: handling zero segment-duration edit listSeungha Yang1-4/+20