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
Commit message (
Expand
)
Author
Age
Files
Lines
*
first batch : remove ',' at end of enums as they could confuse older gcc, for...
Stéphane Loeuillet
2004-05-21
1
-1
/
+1
*
rename WMAx codec defines to be consistent
Stéphane Loeuillet
2004-05-17
2
-6
/
+6
*
gst-libs/gst/riff/riff-read.c: Don't touch events after not owning them anymore.
Ronald S. Bultje
2004-05-16
2
-250
/
+143
*
ext/audiofile/gstafparse.c: change class to Codec/Demuxer/Audio
Stéphane Loeuillet
2004-05-13
1
-1
/
+1
*
gst/wavparse/gstwavparse.c: make PAUSED=>READY=>PAUSED=READY work by not dest...
Benjamin Otte
2004-05-09
1
-4
/
+5
*
Rewrote wavparse to use riff-read instead of doing bytestream stuff by hand.
Iain Holmes
2004-05-08
2
-296
/
+174
*
gst/wavparse/gstwavparse.c: Missing variable initialization. Add handling of ...
Ronald S. Bultje
2004-04-23
1
-2
/
+19
*
gst/wavparse/gstwavparse.c: Hack to make wavparse work with spider (always ->...
Ronald S. Bultje
2004-04-18
1
-3
/
+36
*
Allow all events, not just EOS
Iain Holmes
2004-04-17
1
-1
/
+1
*
gst/: Add MS RLE support. I added some functions to read out strf chunks into...
Ronald S. Bultje
2004-04-16
1
-1
/
+13
*
small removal
Thomas Vander Stichele
2004-03-30
1
-1
/
+0
*
don't mix tabs and spaces
Thomas Vander Stichele
2004-03-15
1
-304
/
+308
*
*.h: Revert indenting
Johan Dahlin
2004-03-15
2
-153
/
+132
*
gst-indent
Thomas Vander Stichele
2004-03-14
3
-680
/
+695
*
ext/aalib/gstaasink.c: Add fixate function. (bug #131128)
David Schleef
2004-03-06
1
-0
/
+1
*
debug updates
Thomas Vander Stichele
2004-03-06
1
-14
/
+38
*
gst/wavparse/gstwavparse.c: Fix a caps memleak.
David Schleef
2004-02-05
1
-2
/
+4
*
change NULL to (NULL) for GST_ELEMENT_ERROR
Thomas Vander Stichele
2004-02-02
1
-3
/
+3
*
GST_ELEMENT_ERROR
Thomas Vander Stichele
2004-01-29
1
-3
/
+3
*
use new error signal and classification
Thomas Vander Stichele
2004-01-18
1
-3
/
+4
*
ext/esd/esdsink.c: Remove property that handles osssink fallback.
David Schleef
2004-01-15
1
-41
/
+19
*
ext/divx/: Set category to divx4linux instead of divx (too generic).
Ronald S. Bultje
2004-01-14
2
-35
/
+15
*
gst/matroska/matroska-demux.c: Fix EBML-laced block parsing. Diffs are relati...
Ronald S. Bultje
2004-01-04
2
-5
/
+39
*
Fix some regressions caused by caps conversion
David Schleef
2004-01-02
1
-8
/
+9
*
Convert elements to use gst_pad_use_explicit_caps() where appropriate.
David Schleef
2004-01-02
1
-5
/
+3
*
Merge CAPS branch
David Schleef
2003-12-22
2
-93
/
+71
*
Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugge...
Ronald S. Bultje
2003-12-18
1
-14
/
+16
*
remove copyright field from plugins
Andy Wingo
2003-12-04
1
-1
/
+0
*
+ checking in plugin category changes
Leif Johnson
2003-11-16
1
-2
/
+2
*
Don't flush if we come across a cue tag.
Iain Holmes
2003-11-14
1
-37
/
+46
*
disting fixes, pixbuf loader still borked in regards to disting
Christian Schaller
2003-11-09
1
-1
/
+1
*
Remove all config.h includes from header files, add it to each source file an...
Ronald S. Bultje
2003-11-07
1
-1
/
+0
*
fix to new plugin system
Benjamin Otte
2003-11-02
1
-26
/
+29
*
fix bytestream header
David Schleef
2003-10-30
1
-1
/
+1
*
Add a local copy of riff.h as we don't use rifflib anymore.
Iain Holmes
2003-10-29
3
-295
/
+991
*
merge TYPEFIND branch. Major changes:
Benjamin Otte
2003-10-28
1
-42
/
+0
*
Add a parser for metadata
Iain Holmes
2003-10-17
2
-64
/
+219
*
riff.h is in a different directory
David Schleef
2003-10-13
1
-1
/
+1
*
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...
Andy Wingo
2003-10-08
1
-6
/
+7
*
New typefind system: bytestream is now part of the core all plugins have been...
Ronald S. Bultje
2003-10-01
1
-7
/
+20
*
reverting error patch before making a branch.
Thomas Vander Stichele
2003-09-16
1
-6
/
+2
*
converted gst_element_error to new format in gst/ - gettext pending
Benjamin Otte
2003-09-15
1
-2
/
+6
*
Fix regressions from using gstriff library
David Schleef
2003-08-13
3
-92
/
+105
*
Remove riff code, since it's duplicated in the riff library
David Schleef
2003-08-13
5
-220
/
+13
*
Remove redundant plugindir definition
David Schleef
2003-08-10
1
-1
/
+0
*
New mimetypes gone into effect today - this commit changes all old mimetypes ...
Ronald S. Bultje
2003-07-06
1
-26
/
+29
*
compatibility fix for new GST_DEBUG stuff.
Benjamin Otte
2003-06-29
1
-14
/
+17
*
Added state change function where state is cleared
Wim Taymans
2003-06-13
1
-1
/
+38
*
UNITS -> DEFAULT
Wim Taymans
2003-05-24
1
-7
/
+4
*
make wavparse not segfault when somebody puts data at the end of the file
Benjamin Otte
2003-05-17
1
-5
/
+7
[next]