summaryrefslogtreecommitdiff
path: root/gst/wavparse
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* wavparse: clip chunk size above the valid maximum (0x7fffffff)Vincent Penquerc'h2015-04-071-0/+6
* wavparse: clip chunk length to available data (when known)Vincent Penquerc'h2015-04-071-2/+8
* wavparse: Fix up comments regarding DTSDavid Schleef2015-03-261-3/+7
* wavparse: be more strict about typefinding DTSDavid Schleef2015-03-261-1/+1
* wavparse: fix which stop variable is used in assignmentLuis de Bethencourt2015-02-061-2/+2
* Constify some static arrays everywhereSebastian Dröge2015-01-211-1/+1
* wavparse: skip an additional uninteresting chunk type before the fmt chunk.Michael Smith2015-01-071-1/+4
* wavparse: Fix parsing of adtl chunksSebastian Dröge2014-09-121-2/+10
* wavparse: Store size of data tag in a 64 bit integer locally tooSebastian Dröge2014-08-291-11/+14
* wavparse: Use 64 bit scaling functions now that fact is a 64 bit integerSebastian Dröge2014-08-291-3/+2
* wavparse: support rf64 formatPeter G. Baum2014-08-292-3/+45
* avidemux, wavparse: Print invalid fourcc in hexSebastian Rasmussen2014-07-041-2/+1
* wavparse: Update offset after parsing adtl chunkSebastian Dröge2014-06-231-0/+1
* wavparse: do not include codec_data on raw audio capsVincent Penquerc'h2014-06-051-0/+10
* wavparse: avoid dividing by a 0 blockalignVincent Penquerc'h2014-05-021-2/+4
* wavparse: pass on tags from upstream if there are anyTim-Philipp Müller2014-04-301-2/+42
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-261-2/+0
* wavparse: do not rely on call failure keeping return data unmodifiedVincent Penquerc'h2014-04-161-3/+4
* wavparse: Ignore Broadcast Wave Format (BWF) tags when searching for 'fmt' chunkMike Sheldon2014-01-291-1/+11
* wavparse: remove ifdef'ed codeStefan Sauer2014-01-061-426/+0
* avidemux, waveparse: more logging for unhandled chunksStefan Sauer2014-01-061-3/+9
* wavparse: Skip id3 tagStéphane Cerveau2013-12-311-1/+1
* wavparse: emit midi-base-note tag from data in 'smpl' chunkStefan Sauer2013-12-301-0/+81
* docs: get rid of 'Since: 0.10.x' markersTim-Philipp Müller2013-11-181-3/+1
* wavparse: Add support for group-id in the stream-start eventSebastian Dröge2013-07-221-1/+4
* wavparse: Push stream-start event in pull mode before anything elseSebastian Dröge2013-06-071-0/+6
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* waveparse: remove superfluous g_list_first() callsStefan Sauer2013-04-101-4/+3
* wavparse: add 'note' chunk supportAnton Belka2013-04-092-7/+70
* wavparse: error out if we receive eos before any valid dataAlexander Schrab2013-04-091-53/+56
* wavparse: expose CUE sheet items as tracks not chapter entries in TOCTim-Philipp Müller2013-03-241-4/+4
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
* ext, gst: only activate in pull mode if upstream is seekableMark Nauwelaerts2012-09-111-1/+2
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-271-2/+2
* gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller2012-08-041-3/+3
* wavparse: create TOC as neededAnton Belka2012-07-301-2/+7
* wavparse: update for TOC API changesTim-Philipp Müller2012-07-281-1/+2
* tag: Update for taglist/tag event API changesSebastian Dröge2012-07-281-2/+1
* wavparse: convert all non GST_FORMAT_BYTES to format bytes.Alban Browaeys2012-07-231-10/+14
* wavparse: Don't fail if more data then needed is available when parsing cue c...Sebastian Dröge2012-07-231-2/+2
* wavparse: Some minor cleanup to the cue/labl parsingSebastian Dröge2012-07-231-14/+7
* wavparse: clean up push mode segment handlingMark Nauwelaerts2012-07-201-6/+3
* wavparse: Add TOC supportAnton Belka2012-07-202-0/+351
* update for riff field renameMark Nauwelaerts2012-07-091-1/+1
* gst: Implement segment-done eventSebastian Dröge2012-07-051-0/+2
* update for task api changeWim Taymans2012-06-201-2/+2
* update for tag event changeWim Taymans2012-06-061-1/+2
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1