index
:
gst-plugins-bad
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
master
LV2 for GStreamer (SoC 2009)
dave@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ext
/
audiofile
Age
Commit message (
Expand
)
Author
Files
Lines
2004-02-02
remove textdomain calls
Thomas Vander Stichele
2
-2
/
+0
2004-02-02
change NULL to (NULL) for GST_ELEMENT_ERROR
Thomas Vander Stichele
2
-4
/
+4
2004-01-29
GST_ELEMENT_ERROR
Thomas Vander Stichele
2
-4
/
+4
2004-01-19
putting i18n in place for plugins
Thomas Vander Stichele
2
-2
/
+13
2004-01-19
fix i18n include
Thomas Vander Stichele
2
-2
/
+2
2004-01-18
use new error signal and classification
Thomas Vander Stichele
2
-25
/
+25
2004-01-07
Fix for instantiate-test (see core). Also remove dead code from jpegenc (whic...
Ronald S. Bultje
1
-4
/
+17
2004-01-02
Convert elements to use gst_pad_use_explicit_caps() where appropriate.
David Schleef
2
-3
/
+4
2003-12-22
Merge CAPS branch
David Schleef
3
-101
/
+83
2003-12-04
remove copyright field from plugins
Andy Wingo
1
-1
/
+0
2003-11-16
+ checking in plugin category changes
Leif Johnson
1
-1
/
+1
2003-11-07
Remove all config.h includes from header files, add it to each source file an...
Ronald S. Bultje
4
-3
/
+3
2003-11-03
remove audiofile typefinding because it is buggy and we support all of its fo...
Benjamin Otte
3
-198
/
+1
2003-11-01
Update all the audiofile stuff
Iain Holmes
8
-63
/
+72
2003-10-29
Move a few typefind functions to gst/typefind, remove all old typefinding cod...
David Schleef
3
-44
/
+34
2003-10-29
change gst/bytestream.h to gst/bytestream/bytestream.h
David Schleef
1
-1
/
+1
2003-10-28
merge TYPEFIND branch. Major changes:
Benjamin Otte
2
-1
/
+4
2003-10-08
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...
Andy Wingo
3
-11
/
+12
2003-10-01
New typefind system: bytestream is now part of the core all plugins have been...
Ronald S. Bultje
2
-3
/
+2
2003-09-16
reverting error patch before making a branch.
BRANCH-ERROR-ROOT
BRANCH-ERROR
Thomas Vander Stichele
2
-17
/
+10
2003-09-15
converted gst_element_error to new format in ext/ - gettext pending
Benjamin Otte
2
-10
/
+17
2003-08-10
Remove redundant plugindir definition
David Schleef
1
-1
/
+0
2003-07-24
Add buffer length checks to every typefinding function
David Schleef
1
-2
/
+2
2003-07-06
New mimetypes gone into effect today - this commit changes all old mimetypes ...
Ronald S. Bultje
3
-40
/
+28
2003-06-29
compatibility fix for new GST_DEBUG stuff.
Benjamin Otte
3
-7
/
+16
2003-02-02
Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...
David Schleef
1
-1
/
+1
2003-01-01
Remove PAD_EOS
Wim Taymans
1
-1
/
+0
2002-12-08
parallel install fixes
Thomas Vander Stichele
1
-1
/
+1
2002-09-18
plugins part of license field patch
Christian Schaller
3
-3
/
+6
2002-09-12
don't play with spider until spider can do heavy seeking
Steve Baker
1
-1
/
+1
2002-09-09
removing warnings as approved by wim
Thomas Vander Stichele
2
-17
/
+10
2002-06-08
reorder
Thomas Vander Stichele
1
-1
/
+1
2002-05-31
add ranks only for plugins who participate in autoplugging. If you have a fi...
Steve Baker
1
-0
/
+1
2002-05-28
dist fix
Thomas Vander Stichele
1
-1
/
+1
2002-05-27
various AC_HELP_STRING changes
Thomas Vander Stichele
1
-5
/
+5
2002-05-26
- Changed plugins for new APIs
Wim Taymans
8
-53
/
+69
2002-05-15
use new bytestream api
Steve Baker
1
-15
/
+46
2002-05-13
still in anal-retentive mode, please make liberal use of the delete key
Thomas Vander Stichele
1
-9
/
+9
2002-04-26
use correct mime type for the types supported by audiofile
Steve Baker
2
-4
/
+36
2002-04-24
added a typefind function for all supported audiofile types.
Steve Baker
2
-13
/
+199
2002-04-22
- when possible, bypass afReadFrames and just access the data directly. this ...
Steve Baker
1
-110
/
+61
2002-04-21
this works for me locally now, however it requires:
Steve Baker
1
-38
/
+67
2002-04-21
afparse will eventually be able to support pipelines like: gst-launch filesrc...
Steve Baker
2
-0
/
+628
2002-04-20
a hack to work around intltool's brokenness a current check for mpeg2dec deta...
Andy Wingo
2
-4
/
+4
2002-04-14
added ARG_OUTPUT_ENDIANNESS and ARG_TYPE to _get_property
Steve Baker
1
-0
/
+6
2002-04-11
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory a...
Andy Wingo
2
-8
/
+8
2002-04-06
fixed warnings in /ext added mikmod_types.h to get it done
Benjamin Otte
1
-2
/
+2
2002-03-30
Get the signed property as a boolean
Wim Taymans
1
-5
/
+5
2002-03-30
Changed to the new props API
Wim Taymans
1
-5
/
+5
2002-03-24
filter newlines out of GST_DEBUG statements to reflect new core behavior fixe...
Andy Wingo
1
-3
/
+3
[next]