summaryrefslogtreecommitdiff
path: root/gst/wavparse
AgeCommit message (Expand)AuthorFilesLines
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier1-3/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+9
2016-08-02wavparse: Add tags for container format and bitrate for uncompressed PCMCarlos Rafael Giani2-1/+19
2016-05-03wavparse: simplify and correct header scanningStefan Sauer1-35/+8
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+2
2016-02-21win32: remove outdated build cruftTim-Philipp Müller1-148/+0
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-13wavparse: When flushing on EOS, don't process more data than the "data" sizeSebastian Dröge1-2/+0
2015-12-01wavparse: remove extra variable to improve readabilityThiago Santos1-6/+2
2015-12-01wavparse: respect seqnum in seek eventsThiago Santos1-4/+17
2015-12-01wavparse: flush upstream when seeking in pull modeThiago Santos1-0/+2
2015-11-15wavparse: remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-4/+2
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2015-04-07wavparse: clip chunk size above the valid maximum (0x7fffffff)Vincent Penquerc'h1-0/+6
2015-04-07wavparse: clip chunk length to available data (when known)Vincent Penquerc'h1-2/+8
2015-03-26wavparse: Fix up comments regarding DTSDavid Schleef1-3/+7
2015-03-26wavparse: be more strict about typefinding DTSDavid Schleef1-1/+1
2015-02-06wavparse: fix which stop variable is used in assignmentLuis de Bethencourt1-2/+2
2015-01-21Constify some static arrays everywhereSebastian Dröge1-1/+1
2015-01-07wavparse: skip an additional uninteresting chunk type before the fmt chunk.Michael Smith1-1/+4
2014-09-12wavparse: Fix parsing of adtl chunksSebastian Dröge1-2/+10
2014-08-29wavparse: Store size of data tag in a 64 bit integer locally tooSebastian Dröge1-11/+14
2014-08-29wavparse: Use 64 bit scaling functions now that fact is a 64 bit integerSebastian Dröge1-3/+2
2014-08-29wavparse: support rf64 formatPeter G. Baum2-3/+45
2014-07-04avidemux, wavparse: Print invalid fourcc in hexSebastian Rasmussen1-2/+1
2014-06-23wavparse: Update offset after parsing adtl chunkSebastian Dröge1-0/+1
2014-06-05wavparse: do not include codec_data on raw audio capsVincent Penquerc'h1-0/+10
2014-05-02wavparse: avoid dividing by a 0 blockalignVincent Penquerc'h1-2/+4
2014-04-30wavparse: pass on tags from upstream if there are anyTim-Philipp Müller1-2/+42
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-04-16wavparse: do not rely on call failure keeping return data unmodifiedVincent Penquerc'h1-3/+4
2014-01-29wavparse: Ignore Broadcast Wave Format (BWF) tags when searching for 'fmt' chunkMike Sheldon1-1/+11
2014-01-06wavparse: remove ifdef'ed codeStefan Sauer1-426/+0
2014-01-06avidemux, waveparse: more logging for unhandled chunksStefan Sauer1-3/+9
2013-12-31wavparse: Skip id3 tagStéphane Cerveau1-1/+1
2013-12-30wavparse: emit midi-base-note tag from data in 'smpl' chunkStefan Sauer1-0/+81
2013-11-18docs: get rid of 'Since: 0.10.x' markersTim-Philipp Müller1-3/+1
2013-07-22wavparse: Add support for group-id in the stream-start eventSebastian Dröge1-1/+4
2013-06-07wavparse: Push stream-start event in pull mode before anything elseSebastian Dröge1-0/+6
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-04-10waveparse: remove superfluous g_list_first() callsStefan Sauer1-4/+3
2013-04-09wavparse: add 'note' chunk supportAnton Belka2-7/+70
2013-04-09wavparse: error out if we receive eos before any valid dataAlexander Schrab1-53/+56
2013-03-24wavparse: expose CUE sheet items as tracks not chapter entries in TOCTim-Philipp Müller1-4/+4
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2012-09-11ext, gst: only activate in pull mode if upstream is seekableMark Nauwelaerts1-1/+2
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller1-2/+2
2012-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller1-3/+3
2012-07-30wavparse: create TOC as neededAnton Belka1-2/+7