summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
...
* qtdemux: workaround for files with wrong color_table_id valueMatej Knopp2016-02-191-0/+8
* flvmux, rtpvp9depay: fix indentationTim-Philipp Müller2016-02-192-10/+9
* flvmux: plug leak(s) in error-scenarioHavard Graff2016-02-191-6/+22
* flvdemux: fix eos event leakHavard Graff2016-02-191-2/+3
* qtdemux: plug leaks in cenc aux info parsingPhilippe Normand2016-02-191-0/+2
* matroskademux: Unmap wavpack header buffer after creating itSebastian Dröge2016-02-181-0/+1
* rtp: sprinkle some G_GNUC_INTERNAL for internal utils functionsTim-Philipp Müller2016-02-171-0/+4
* qtdemux: only transform protected caps onceAlex Ashley2016-02-171-5/+7
* rtp: h264/h265: avoid duplication of read_golomb()Luis de Bethencourt2016-02-174-68/+45
* matroskademux: Simple implementation of TRICKMODE_KEY_UNITSOgnyan Tonchev2016-02-171-3/+14
* matroska-demux: send GAP events for lagging audio and video streams tooTim-Philipp Müller2016-02-161-8/+10
* rtpvp9pay: rtpvp9depay: Initial implementation of draft 01Stian Selnes2016-02-166-0/+1074
* avidemux: Fix string memory leakVineeth TM2016-02-161-2/+1
* rtpbin: add "get-session" signalMiguel París Díaz2016-02-162-0/+35
* 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
| * rtph265depay: implement process_rtp_packet() vfuncLuis de Bethencourt2016-02-161-16/+8
| * rtph265depay: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP()Luis de Bethencourt2016-02-161-2/+2
| * rtph265depay: prevent trying to get 0 bytes from adapterLuis de Bethencourt2016-02-161-4/+6
| * rtp: remove dead assignmentLuis de Bethencourt2016-02-161-2/+0
| * remove unused enum items PROP_LASTLuis de Bethencourt2016-02-161-2/+1
| * rtp: donl_present variable unusedLuis de Bethencourt2016-02-161-1/+11
| * rtp: value truncated too short creates dead codeLuis de Bethencourt2016-02-161-1/+1
| * rtp: fix nal unit type checkLuis de Bethencourt2016-02-161-1/+2
| * rtp: fix dead code and check for impossible valuesLuis de Bethencourt2016-02-161-2/+1
| * rtp: add h265 RTP payloader + depayloaderThijs Vermeir2016-02-164-0/+3080
* monoscope: rework the scaling codeStefan Sauer2016-02-121-9/+14
* monoscope: use constants in the drawing codeStefan Sauer2016-02-123-42/+44
* monoscope: replace hardcoded values by constantsStefan Sauer2016-02-121-10/+13
* monoscpe: make the convolver use dynamic memoryStefan Sauer2016-02-124-53/+63
* monoscope: update READMEStefan Sauer2016-02-121-5/+1
* monoscope: code cleanupStefan Sauer2016-02-122-53/+54
* deinterlace: remove check for impossible conditionLuis de Bethencourt2016-02-081-2/+0