summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* qtdemux: cenc aux info parsing from mdat support in PULL modePhilippe Normand2016-02-251-1/+25
* qtdemux: prevent buffer flow if any stream failed to be exposedPhilippe Normand2016-02-251-6/+29
* qtdemux: don't push encrypted buffer without cenc metadataPhilippe Normand2016-02-251-0/+6
* qtdemux: read saio aux_info_type as a FOURCCPhilippe Normand2016-02-241-1/+5
* gst: Handle gst_pad_get_current_caps() returning NULL gracefullySebastian Dröge2016-02-234-4/+12
* 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-236-24/+33
* aacparse: Handle gst_pad_get_current_caps() returning NULL gracefullyDave Craig2016-02-231-0/+4
* matroska-demux: Don't handle seek until readyLinus Svensson2016-02-231-0/+6
* matroska-demux: Unref seek eventLinus Svensson2016-02-231-0/+1
* 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