index
:
~adn770/gst-plugins-good
0.10
alpha
master
qtdemux-0.10
GStreamer plugins good hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
wavparse
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-26
Use the new API to post flow ERROR messages on the bus
Thibault Saunier
1
-3
/
+1
2016-08-20
Add support for Meson as alternative/parallel build system
Nirbheek Chauhan
1
-0
/
+9
2016-08-02
wavparse: Add tags for container format and bitrate for uncompressed PCM
Carlos Rafael Giani
2
-1
/
+19
2016-05-03
wavparse: simplify and correct header scanning
Stefan Sauer
1
-35
/
+8
2016-03-24
good: use new gst_element_class_add_static_pad_template()
Vineeth TM
1
-2
/
+2
2016-02-21
win32: remove outdated build cruft
Tim-Philipp Müller
1
-148
/
+0
2016-01-19
wavparse: Don't play anything after the end of the data chunk even when seeking
Sebastian Dröge
1
-0
/
+8
2016-01-19
wavparse: Don't do calculations with -1 offsets when handling SEGMENT events
Sebastian Dröge
1
-1
/
+1
2016-01-13
wavparse: When flushing on EOS, don't process more data than the "data" size
Sebastian Dröge
1
-2
/
+0
2015-12-01
wavparse: remove extra variable to improve readability
Thiago Santos
1
-6
/
+2
2015-12-01
wavparse: respect seqnum in seek events
Thiago Santos
1
-4
/
+17
2015-12-01
wavparse: flush upstream when seeking in pull mode
Thiago Santos
1
-0
/
+2
2015-11-15
wavparse: remove unnecessary NULL checks before g_free()
Reynaldo H. Verdejo Pinochet
1
-4
/
+2
2015-04-26
Remove obsolete Android build cruft
Tim-Philipp Müller
1
-14
/
+0
2015-04-07
wavparse: clip chunk size above the valid maximum (0x7fffffff)
Vincent Penquerc'h
1
-0
/
+6
2015-04-07
wavparse: clip chunk length to available data (when known)
Vincent Penquerc'h
1
-2
/
+8
2015-03-26
wavparse: Fix up comments regarding DTS
David Schleef
1
-3
/
+7
2015-03-26
wavparse: be more strict about typefinding DTS
David Schleef
1
-1
/
+1
2015-02-06
wavparse: fix which stop variable is used in assignment
Luis de Bethencourt
1
-2
/
+2
2015-01-21
Constify some static arrays everywhere
Sebastian Dröge
1
-1
/
+1
2015-01-07
wavparse: skip an additional uninteresting chunk type before the fmt chunk.
Michael Smith
1
-1
/
+4
2014-09-12
wavparse: Fix parsing of adtl chunks
Sebastian Dröge
1
-2
/
+10
2014-08-29
wavparse: Store size of data tag in a 64 bit integer locally too
Sebastian Dröge
1
-11
/
+14
2014-08-29
wavparse: Use 64 bit scaling functions now that fact is a 64 bit integer
Sebastian Dröge
1
-3
/
+2
2014-08-29
wavparse: support rf64 format
Peter G. Baum
2
-3
/
+45
2014-07-04
avidemux, wavparse: Print invalid fourcc in hex
Sebastian Rasmussen
1
-2
/
+1
2014-06-23
wavparse: Update offset after parsing adtl chunk
Sebastian Dröge
1
-0
/
+1
2014-06-05
wavparse: do not include codec_data on raw audio caps
Vincent Penquerc'h
1
-0
/
+10
2014-05-02
wavparse: avoid dividing by a 0 blockalign
Vincent Penquerc'h
1
-2
/
+4
2014-04-30
wavparse: pass on tags from upstream if there are any
Tim-Philipp Müller
1
-2
/
+42
2014-04-26
docs: remove outdated and pointless 'Last reviewed' lines from docs
Tim-Philipp Müller
1
-2
/
+0
2014-04-16
wavparse: do not rely on call failure keeping return data unmodified
Vincent Penquerc'h
1
-3
/
+4
2014-01-29
wavparse: Ignore Broadcast Wave Format (BWF) tags when searching for 'fmt' chunk
Mike Sheldon
1
-1
/
+11
2014-01-06
wavparse: remove ifdef'ed code
Stefan Sauer
1
-426
/
+0
2014-01-06
avidemux, waveparse: more logging for unhandled chunks
Stefan Sauer
1
-3
/
+9
2013-12-31
wavparse: Skip id3 tag
Stéphane Cerveau
1
-1
/
+1
2013-12-30
wavparse: emit midi-base-note tag from data in 'smpl' chunk
Stefan Sauer
1
-0
/
+81
2013-11-18
docs: get rid of 'Since: 0.10.x' markers
Tim-Philipp Müller
1
-3
/
+1
2013-07-22
wavparse: Add support for group-id in the stream-start event
Sebastian Dröge
1
-1
/
+4
2013-06-07
wavparse: Push stream-start event in pull mode before anything else
Sebastian Dröge
1
-0
/
+6
2013-04-15
gst: Add better support for static plugins
Sebastian Dröge
1
-1
/
+1
2013-04-10
waveparse: remove superfluous g_list_first() calls
Stefan Sauer
1
-4
/
+3
2013-04-09
wavparse: add 'note' chunk support
Anton Belka
2
-7
/
+70
2013-04-09
wavparse: error out if we receive eos before any valid data
Alexander Schrab
1
-53
/
+56
2013-03-24
wavparse: expose CUE sheet items as tracks not chapter entries in TOC
Tim-Philipp Müller
1
-4
/
+4
2012-11-04
Fix FSF address
Tim-Philipp Müller
2
-4
/
+4
2012-09-11
ext, gst: only activate in pull mode if upstream is seekable
Mark Nauwelaerts
1
-1
/
+2
2012-08-27
docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvert
Tim-Philipp Müller
1
-2
/
+2
2012-08-04
gst_tag_list_free -> gst_tag_list_unref
Tim-Philipp Müller
1
-3
/
+3
2012-07-30
wavparse: create TOC as needed
Anton Belka
1
-2
/
+7
[next]