summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-19souphttpsrc: share the cookiejar in the context, not the cookiescookiesThiago Santos1-16/+4
2016-01-19souphttpsrc: properly create a cookie jar with gstcontextThiago Santos1-3/+62
2016-01-19souphttpsrc: cookie jar and context query supportPhilippe Normand2-2/+39
2016-01-19rtp: fix compiler warnings with gcc-6Tim-Philipp Müller2-146/+148
2016-01-19wavparse: Don't play anything after the end of the data chunk even when seekingSebastian Dröge1-0/+8
2016-01-19wavparse: Don't do calculations with -1 offsets when handling SEGMENT eventsSebastian Dröge1-1/+1
2016-01-18Revert "WIP: rtpjitterbuffer: Add RFC7273 media clock handling"Sebastian Dröge3-222/+0
2016-01-18rtspsrc: handle rtcp/srtcp caps properly when using interleaved dataAleix Conchillo Flaqué1-1/+5
2016-01-18WIP: rtpjitterbuffer: Add RFC7273 media clock handlingSebastian Dröge3-0/+222
2016-01-16vp8enc: Return FLOW_ERROR when an error accuresThibault Saunier1-1/+2
2016-01-14osxaudio: break as soon as the device is foundNirbheek Chauhan1-0/+1
2016-01-14osxaudio: Fix error handling when selecting/opening devicesNirbheek Chauhan2-3/+14
2016-01-13wavparse: When flushing on EOS, don't process more data than the "data" sizeSebastian Dröge1-2/+0
2016-01-12tests: fix a thinko in the wavenc exampleAntonio Ospite1-2/+2
2016-01-12interleave: Fix the example by setting channel-masks in the sink padsAntonio Ospite1-4/+7
2016-01-12sbcparse: Fix frame length calculationTim Sheridan1-4/+4
2016-01-10flacparse: demote warning on wrong reserved value to fixmeReynaldo H. Verdejo Pinochet1-2/+1
2016-01-08imagefreeze: simplify caps selectionThiago Santos1-12/+10
2016-01-08rtph264depay: fix unnecessary sub-buffer creationTim-Philipp Müller1-16/+8
2016-01-08rtpdvdepay: fix unnecessary sub-buffer creationTim-Philipp Müller1-4/+1
2016-01-08rtpamrdepay: fix unnecessary sub-buffer creationTim-Philipp Müller1-4/+1
2016-01-08rtpvrawdepay: fix major memory leak and performance issueTim-Philipp Müller1-4/+3
2016-01-08rganalysis: Fix compiler warnings in the unit testSebastian Dröge1-3/+3
2016-01-07flacparse: don't map buffer multiple times when parsingTim-Philipp Müller1-34/+21
2016-01-07matroska: Store subtitle stream count in the correct variableSteven Hoving1-1/+1
2016-01-05equalizer: The child-proxy API is GObject based in 1.xSebastian Dröge1-1/+1
2016-01-04v4l2-*: Configuring output pool correctly for using drivers min_buffer if pre...Pablo Anton1-1/+3
2015-12-31flacparse: add debug msg on CRC mismatch while validating frame headerReynaldo H. Verdejo Pinochet1-1/+5
2015-12-31flacparse: drop unneeded braces at _parse_frame() exitReynaldo H. Verdejo Pinochet1-7/+3
2015-12-31flacparse: minor grammar correctionReynaldo H. Verdejo Pinochet1-1/+1
2015-12-31flacparse: update URLs on pointers to online specReynaldo H. Verdejo Pinochet1-4/+4
2015-12-31flacparse: make buffer DTS setting explicitly unconditionalReynaldo H. Verdejo Pinochet1-2/+2
2015-12-31flacparse: add actual invalid block type to warningReynaldo H. Verdejo Pinochet1-1/+1
2015-12-31flacparse: use shift instead of mask & compReynaldo H. Verdejo Pinochet1-1/+1
2015-12-31flacparse: warn on wishful parsing of weird headersReynaldo H. Verdejo Pinochet1-1/+5
2015-12-31flacparse: show meaningful info on frame CRC checkReynaldo H. Verdejo Pinochet1-2/+4
2015-12-31flacparse: drop remaining trailing whitespaceReynaldo H. Verdejo Pinochet1-2/+2
2015-12-31flacparse: drop superflous else clausesReynaldo H. Verdejo Pinochet1-28/+26
2015-12-31flacparse: factor out buffer time and offset resettingReynaldo H. Verdejo Pinochet1-22/+16
2015-12-31flacparse: move block handling by type out of _parse_frame()Reynaldo H. Verdejo Pinochet1-34/+44
2015-12-31rtspsrc: replace duplicated codes to call new base sdp apisHyunjun Ko1-610/+15
2015-12-30flacparse: drop redundant return statement on _header_is_valid()Reynaldo H. Verdejo Pinochet1-2/+2
2015-12-30flacparse: rework gst_flac_parse_frame_is_valid()Reynaldo H. Verdejo Pinochet1-24/+26
2015-12-30flacparse: factor out context clearing routineReynaldo H. Verdejo Pinochet1-32/+22
2015-12-29matroskademux: Guard against no codec data in prores caps creationSebastian Dröge1-2/+2
2015-12-29vpxdec: Initialize buffer variable to NULLSebastian Dröge1-1/+1
2015-12-29v4l2deviceprovider: add properties to the deviceWim Taymans1-13/+95
2015-12-25scaletempo: Free the various buffers in GstBaseTransform::stop()Sebastian Dröge1-0/+20
2015-12-24Back to developmentSebastian Dröge1-3/+3
2015-12-24Release 1.7.1Sebastian Dröge73-228/+2166