Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-14Remove autotools build systemTim-Philipp Müller
2019-10-06documentation: fix a number of typosAaron Boxer
2019-08-19wavparse: Fix push mode ignoring audio with a size smaller than segment bufferAmr Mahdi
2019-08-07wavparse: Fix ignoring of last chunk in push modeAmr Mahdi
2019-05-13doc: Port documentation to hotdocThibault Saunier
2019-05-13docs: Port all docstring to gtk-doc markdownThibault Saunier
2019-02-24wavparse: Declare support for RF64Jan Schmidt
2018-10-28wavparse: Implement SEGMENT querySebastian Dröge
2018-06-06wavparse: Don't set invalid seqnum on eventsEdward Hervey
2018-04-25Meson: Generate pc file for all plugins in goodXavier Claessens
2017-08-14wavparse: Add support for growing WAV filesEduard Sinelnikov
2017-08-10wavparse: Fix memory leak in wavparse elementDeepak Srivastava
2017-06-14wavparse: Actually clip to upstream size instead of size of the data chunkSebastian Dröge
2017-05-16Remove plugin specific static build optionNicolas Dufresne
2017-01-25wavparse: check for not NULL before clearing adapterRahul Bedarkar
2016-11-03wavparse: Don't set caps to NULL after setting them on the srcpadSebastian Dröge
2016-10-31wavparse: Don't try to add srcpad if we don't know valid caps yetSebastian Dröge
2016-08-27Use the new API to post flow ERROR messages on the busThibault Saunier
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan
2016-08-02wavparse: Add tags for container format and bitrate for uncompressed PCMCarlos Rafael Giani
2016-05-04wavparse: simplify and correct header scanningStefan Sauer
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM
2016-02-21win32: remove outdated build cruftTim-Philipp Müller
2016-01-19wavparse: Don't play anything after the end of the data chunk even when seekingSebastian Dröge
2016-01-19wavparse: Don't do calculations with -1 offsets when handling SEGMENT eventsSebastian Dröge
2016-01-14wavparse: When flushing on EOS, don't process more data than the "data" sizeSebastian Dröge
2015-12-01wavparse: remove extra variable to improve readabilityThiago Santos
2015-12-01wavparse: respect seqnum in seek eventsThiago Santos
2015-12-01wavparse: flush upstream when seeking in pull modeThiago Santos
2015-11-15wavparse: remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller
2015-04-07wavparse: clip chunk size above the valid maximum (0x7fffffff)Vincent Penquerc'h
2015-04-07wavparse: clip chunk length to available data (when known)Vincent Penquerc'h
2015-03-27wavparse: Fix up comments regarding DTSDavid Schleef
2015-03-26wavparse: be more strict about typefinding DTSDavid Schleef
2015-02-06wavparse: fix which stop variable is used in assignmentLuis de Bethencourt
2015-01-21Constify some static arrays everywhereSebastian Dröge
2015-01-08wavparse: skip an additional uninteresting chunk type before the fmt chunk.Michael Smith
2014-09-12wavparse: Fix parsing of adtl chunksSebastian Dröge
2014-08-29wavparse: Store size of data tag in a 64 bit integer locally tooSebastian Dröge
2014-08-29wavparse: Use 64 bit scaling functions now that fact is a 64 bit integerSebastian Dröge
2014-08-29wavparse: support rf64 formatPeter G. Baum
2014-07-04avidemux, wavparse: Print invalid fourcc in hexSebastian Rasmussen
2014-06-23wavparse: Update offset after parsing adtl chunkSebastian Dröge
2014-06-05wavparse: do not include codec_data on raw audio capsVincent Penquerc'h
2014-05-02wavparse: avoid dividing by a 0 blockalignVincent Penquerc'h
2014-04-30wavparse: pass on tags from upstream if there are anyTim-Philipp Müller
2014-04-27docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller
2014-04-16wavparse: do not rely on call failure keeping return data unmodifiedVincent Penquerc'h
2014-01-29wavparse: Ignore Broadcast Wave Format (BWF) tags when searching for 'fmt' chunkMike Sheldon