summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-02qtdemux: Detect and expose CEA 608/708 Closed Caption tracksHEADmasterEdward Hervey3-2/+63
2018-02-01qtmux: send stream warning when refusing video capsJustin Kim2-3/+37
2018-02-01rtph264depay: update output caps regardless formatJustin Kim1-30/+2
2018-01-31isomp4: Add gmhd/gmin debuggingEdward Hervey3-2/+29
2018-01-31jpegenc: add snapshot propertyMatthieu Crapet2-2/+24
2018-01-31interleave: fix memory leak of GAP buffersPhilippe Normand1-1/+1
2018-01-31qtdemux_dump: Demote verbose logging to TRACE levelEdward Hervey1-1/+1
2018-01-31qtdemux: Re-enable full debug logging of stsz entriesEdward Hervey1-3/+1
2018-01-30meson: use -fno-strict-aliasing where supportedTim-Philipp Müller2-4/+11
2018-01-29qtdemux: Remove white space at end of lineSeungha Yang1-2/+2
2018-01-29qtdemux: Apply qtdemux debug category to gstisoffSeungha Yang8-4/+26
2018-01-29splitmuxsrc: properly set total duration on outgoing segmentTim-Philipp Müller1-0/+10
2018-01-29splitmuxsrc: don't respond to duration query with CLOCK_TIME_NONETim-Philipp Müller1-4/+7
2018-01-25qtdemux: Add more prose to the comment of gst_qtdemux_find_sample()Alicia Boya García1-3/+13
2018-01-25vpx: add VP8_DEBUG_TXT_* flags for postprocessingOleksij Rempel1-0/+12
2018-01-25directsoundsink: Add missing \ in multi-line #defineSebastian Dröge1-9/+9
2018-01-25directsoundsink: Add support for a DeviceProviderSebastian Dröge6-15/+365
2018-01-23multifilesrc: fix up uri handler a littleTim-Philipp Müller1-12/+34
2018-01-23multifilesrc: implement uri handlerDimitrios Katsaros1-1/+67
2018-01-23qtmux: Make sure timecode uses the same timescale as videoVivia Nikolaidou3-11/+15
2018-01-23qtmux: Allow configuring trak timescale per pad/trakSebastian Dröge1-16/+140
2018-01-23Update for renamed aggregator pad APITim-Philipp Müller1-2/+2
2018-01-22rtspsrc: Fix up sendonly/recvonly attribute handlingSebastian Dröge1-4/+4
2018-01-19souphttpsrc: Reset retry_count to 0 when GST_FLOW_FLUSHINGpaul.kim1-0/+7
2018-01-18tests: aacparser: Test that short raw frames don't get concatenatedJan Alexander Steffens (heftig)1-0/+39
2018-01-18aacparse: When parsing raw input, accept frames of any sizeJan Alexander Steffens (heftig)1-0/+4
2018-01-18shout2send: print actual username in debug log outAdrián Pardini1-1/+1
2018-01-18rtpbin: fix leak of elements requested by signalsMathieu Duponchelle2-5/+25
2018-01-17v4l2: fix division by 0 for complex video formatsGuillaume Desmottes1-2/+11
2018-01-17v4l2: display stride and width values if stride is too smallGuillaume Desmottes1-1/+2
2018-01-16multifilesink: document unit of "max-file-duration" propertyTim-Philipp Müller1-2/+2
2018-01-12udpsrc: fix typo in documentationFlorent Thiéry1-1/+1
2018-01-12v4l2videodec: add property set/get PROP_CAPTURE_IO_MODE error handlingPeter Seiderer1-4/+8
2018-01-12v4l2videodec: fold property set/get PROP_OUTPUT_IO_MODE case into defaultPeter Seiderer1-8/+0
2018-01-12v4l2videoenc: add property set/get PROP_CAPTURE_IO_MODE error handlingPeter Seiderer1-4/+8
2018-01-12v4l2videoenc: fold property set/get PROP_OUTPUT_IO_MODE case into defaultPeter Seiderer1-8/+0
2018-01-12v4l2videoenc: fix capture-io-mode property getPeter Seiderer1-2/+2
2018-01-11v4l2src: Maintain downstream caps orderNicolas Dufresne1-10/+42
2018-01-11v4l2videoenc: Also re-enabled paused taskNicolas Dufresne1-2/+3
2018-01-11flacdec: flush flac decoder on lost sync.Mathieu Duponchelle2-1/+10
2018-01-08v4l2videoenc: Call stop on object before renegotiationNicolas Dufresne1-0/+3
2018-01-08v4l2videoenc: Remove dead codeNicolas Dufresne1-5/+0
2018-01-08v4l2videoenc: Delay capture pool activationNicolas Dufresne1-6/+8
2018-01-08v4l2videodec: Add dynamic resolution change supportNicolas Dufresne2-6/+52
2017-12-30meson: zlib is not actually a hard requirementTim-Philipp Müller1-5/+3
2017-12-27jpeg: Fixup frames without an EOI markerEzequiel Garcia1-5/+35
2017-12-26meson: skip translations if gettext is not availableTim-Philipp Müller1-1/+5
2017-12-24docs: add rtpL8pay/depay to docsTim-Philipp Müller4-0/+78
2017-12-24docs: update for recent changesTim-Philipp Müller7-7/+45
2017-12-24rtp: add L8 audio supportTim Allen7-0/+660