index
:
gst-plugins-good.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gst
/
wavparse
/
gstwavparse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gst/id3demux/id3v2frames.c: We require a -base more recent than 0.10.9, so it...
Tim-Philipp Müller
2006-11-01
1
-5
/
+0
*
gst/wavparse/gstwavparse.c: Fix seeking some more, mostly for speed changes.
Wim Taymans
2006-10-18
1
-16
/
+18
*
Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...
Josep Torra Valles
2006-10-16
1
-4
/
+0
*
Printf format fixes.
Tim-Philipp Müller
2006-10-05
1
-2
/
+2
*
gst/wavparse/gstwavparse.c: Add ms-gsm to the src template.
Wim Taymans
2006-09-19
1
-0
/
+1
*
Send the newsegment event in the streaming thread.
Edward Hervey
2006-08-10
1
-10
/
+10
*
gst/wavparse/gstwavparse.c: #define 'fact' RIFF chunk if we are not compiling...
Tim-Philipp Müller
2006-07-26
1
-2
/
+3
*
gst/wavparse/gstwavparse.*: Use information from 'fact' chunk for length calc...
Stefan Kost
2006-07-24
1
-41
/
+131
*
gst/wavparse/gstwavparse.c: Make sure we don't read beyond the end of the fil...
Mark Nauwelaerts
2006-06-18
1
-2
/
+10
*
gst/wavparse/gstwavparse.c: When operating chain-based, don't make any assump...
Tim-Philipp Müller
2006-06-14
1
-26
/
+43
*
gst/wavparse/gstwavparse.c: Handle premature EOS gracefully.
Wim Taymans
2006-06-13
1
-0
/
+4
*
gst/wavparse/gstwavparse.c: Update docs; wavparse implements push and pull mo...
Michael Smith
2006-05-14
1
-3
/
+0
*
gst/wavparse/gstwavparse.c: Fix use of uninitialised values if we're NOT seek...
Michael Smith
2006-05-12
1
-3
/
+3
*
C89 compliance fixes. Fixes #340980
Jens Granseuer
2006-05-08
1
-1
/
+3
*
fix docs for wavparse
Thomas Vander Stichele
2006-05-02
1
-3
/
+2
*
gst/wavparse/gstwavparse.c: ... and fix multichannel/WAVFORMATEX support again.
Tim-Philipp Müller
2006-04-29
1
-4
/
+4
*
gst/wavparse/gstwavparse.*: Add push (streaming) mode to wavparse (fixes #337...
Stefan Kost
2006-04-28
1
-160
/
+434
*
gst/wavparse/gstwavparse.*: reverted patch #337625 for the price of 1 hour sleep
Stefan Kost
2006-04-26
1
-440
/
+158
*
gst/wavparse/gstwavparse.*: correct partial implementation of push mode (from...
Stefan Kost
2006-04-26
1
-94
/
+126
*
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
2006-04-25
1
-76
/
+326
*
ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32
Sébastien Moutte
2006-03-30
1
-1
/
+3
*
better/unified long descriptions
Wim Taymans
2006-03-30
1
-1
/
+1
*
gst/wavparse/gstwavparse.c: Don't try to read beyond the end of the file just...
Tim-Philipp Müller
2006-03-23
1
-4
/
+32
*
gst/wavparse/gstwavparse.*: Delay source pad creation until we have the first...
Tim-Philipp Müller
2006-03-23
1
-24
/
+70
*
gst/: gcc 4.1 unreferenced pointer fixes.
Edward Hervey
2006-03-21
1
-4
/
+11
*
gst/wavparse/gstwavparse.c: Fix block alignment calculation. Alignment should...
Tommi Myöhänen
2006-03-21
1
-2
/
+2
*
Fix memleak with gst_static_pad_template_get().
Edward Hervey
2006-03-15
1
-7
/
+3
*
gst/wavparse/gstwavparse.c: Implement seek in READY (re-fixes #327658)
Wim Taymans
2006-03-13
1
-2
/
+2
*
docs/plugins/: Added wavparse docs.
Wim Taymans
2006-03-03
1
-19
/
+103
*
gst/wavparse/gstwavparse.c: Use DEBUG_OBJECT more.
Wim Taymans
2006-02-28
1
-22
/
+28
*
gst/wavparse/gstwavparse.c: Pass extra_data to gst_riff_create_audio_caps(), ...
Tim-Philipp Müller
2006-02-16
1
-20
/
+27
*
Pass unhandled queries upstream instead of just dropping them (#326446). Upda...
Tim-Philipp Müller
2006-02-06
1
-1
/
+3
*
gst/wavparse/gstwavparse.c: Fix conversion from TIME to BYTES format (fixes #...
Tommi Myöhänen
2006-01-18
1
-2
/
+2
*
gst/avi/gstavidemux.c: Construct index for indexless files.
Edward Hervey
2005-12-19
1
-2
/
+3
*
configure.ac: Check for optional dependency on zlib for id3demux
Jan Schmidt
2005-12-18
1
-2
/
+3
*
gst/wavparse/gstwavparse.*: Use GstSegment to implement more seeking features.
Wim Taymans
2005-12-16
1
-114
/
+158
*
gst/avi/gstavidemux.c: Memleak and crasher fixes.
Edward Hervey
2005-12-07
1
-7
/
+15
*
ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...
Andy Wingo
2005-11-22
1
-2
/
+2
*
Update for stream lock API changes: don't take stream log in sink event handl...
Tim-Philipp Müller
2005-11-21
1
-2
/
+2
*
gst/wavparse/gstwavparse.c: Use GST_DEBUG_FUNCPTR; add debug message in pad a...
Tim-Philipp Müller
2005-11-21
1
-5
/
+9
*
Fixes for GST_FOURCC_FORMAT API change.
Tim-Philipp Müller
2005-11-21
1
-4
/
+4
*
rework configure.ac; make asterisk rtp stuff compile on mingw
Thomas Vander Stichele
2005-11-14
1
-1
/
+1
*
STOPPED->FAILED
Thomas Vander Stichele
2005-10-23
1
-2
/
+3
*
gst/wavparse/gstwavparse.c: Set stream time correctly in newsegment.
Wim Taymans
2005-10-20
1
-2
/
+3
*
API change fix.
Wim Taymans
2005-10-19
1
-6
/
+26
*
gst/wavparse/gstwavparse.c: Fix for segment-start/stop API change.
Wim Taymans
2005-10-18
1
-2
/
+4
*
newsegment API update.
Wim Taymans
2005-10-11
1
-8
/
+4
*
gst/wavparse/gstwavparse.*: Fix wavparse some more.
Wim Taymans
2005-09-19
1
-142
/
+283
*
All plugins updated for element state changes.
Andy Wingo
2005-09-02
1
-12
/
+13
*
gst/wavparse/gstwavparse.c: Add some fixes from 0.8 branch: allow 24/32bps so...
Tim-Philipp Müller
2005-08-10
1
-3
/
+21
[next]