summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* multifilesink: close file on write error with next-file mode is set to bufferAurélien Zanelli2016-02-231-1/+3
* matroskamux: don't output empty tags/tag elementsMatej Knopp2016-02-231-32/+68
* matroska-demux: make up an OpusHead block if possible when missingVincent Penquerc'h2016-02-231-1/+30
* matroska-mux: make up an OpusHead block if possible when missingVincent Penquerc'h2016-02-231-0/+52
* matroskademux: make stream-id more readable and order-friendlyMark Nauwelaerts2016-02-221-1/+2
* matroska: remove confusing duplicate track uid fieldMark Nauwelaerts2016-02-222-5/+3
* rtpvp9pay: add missing breakLuis de Bethencourt2016-02-221-0/+1
* avidemux: Fix buffer memory leakVineeth TM2016-02-221-0/+2
* rtpmanager: Don't warn for duplicate/reordered packetsStian Selnes2016-02-211-2/+2
* win32: remove outdated build cruftTim-Philipp Müller2016-02-21117-20866/+0
* v4l2: don't use undeclared core debug category symbolsTim-Philipp Müller2016-02-201-3/+3
* 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
* v4l2src: fix indentationTim-Philipp Müller2016-02-192-8/+10
* flvmux: plug leak(s) in error-scenarioHavard Graff2016-02-191-6/+22
* flvdemux: fix eos event leakHavard Graff2016-02-191-2/+3
* tests: fix indentationTim-Philipp Müller2016-02-194-109/+114
* tests: rtpjitterbuffer: port testharness to GstHarness and cleanup/improveHavard Graff2016-02-191-579/+276
* tests: rtpjitterbuffer: test cleanups/improvementsHavard Graff2016-02-191-102/+106
* tests: rtpjitterbuffer: fix leaks in unit testStian Selnes2016-02-191-2/+5
* Back to developmentSebastian Dröge2016-02-191-3/+3
* Release 1.7.21.7.2Sebastian Dröge2016-02-1977-168/+1513
* po: Update translationsSebastian Dröge2016-02-1941-142/+387
* qtdemux: plug leaks in cenc aux info parsingPhilippe Normand2016-02-191-0/+2
* tests: fix spurious souphttpsrc test timoutsTim-Philipp Müller2016-02-181-1/+2
* matroskademux: Unmap wavpack header buffer after creating itSebastian Dröge2016-02-181-0/+1
* rtpjitterbuffer: Add test for big seqnum gap handlingStian Selnes2016-02-181-0/+33
* 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