summaryrefslogtreecommitdiff
path: root/gst/wavparse
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-28wavparse: update for TOC API changesTim-Philipp Müller1-1/+2
2012-07-28tag: Update for taglist/tag event API changesSebastian Dröge1-2/+1
2012-07-23wavparse: convert all non GST_FORMAT_BYTES to format bytes.Alban Browaeys1-10/+14
2012-07-23wavparse: Don't fail if more data then needed is available when parsing cue c...Sebastian Dröge1-2/+2
2012-07-23wavparse: Some minor cleanup to the cue/labl parsingSebastian Dröge1-14/+7
2012-07-20wavparse: clean up push mode segment handlingMark Nauwelaerts1-6/+3
2012-07-20wavparse: Add TOC supportAnton Belka2-0/+351
2012-07-09update for riff field renameMark Nauwelaerts1-1/+1
2012-07-05gst: Implement segment-done eventSebastian Dröge1-0/+2
2012-06-20update for task api changeWim Taymans1-2/+2
2012-06-06update for tag event changeWim Taymans1-1/+2
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-3/+3
2012-03-16don't pass random pointers to pull_rangeWim Taymans1-0/+5
2012-01-25more memory API portingWim Taymans1-8/+9