index
:
~adn770/gst-plugins-bad
0.10
backport
build
eglglessink_backport
hacking
master
opensles
osx-fix-pthread
shm-fixes
srtp
tsdemux
videoparsers
GStreamer plugins bad hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
audiofile
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-18
Remove unnecessary NULL checks before g_free()
Reynaldo H. Verdejo Pinochet
2
-4
/
+2
2015-01-21
Constify some static arrays everywhere
Sebastian Dröge
2
-2
/
+2
2013-04-15
gst: Add better support for static plugins
Sebastian Dröge
1
-1
/
+1
2012-11-04
Fix FSF address
Tim-Philipp Müller
7
-14
/
+14
2012-10-17
Use gst_element_class_set_static_metadata()
Tim-Philipp Müller
3
-3
/
+3
2012-09-14
replace gst_element_class_set_details_simple with gst_element_class_set_metadata
Mark Nauwelaerts
3
-3
/
+3
2012-04-05
gst: Update for GST_PLUGIN_DEFINE() API changes
Sebastian Dröge
1
-1
/
+1
2010-10-19
various (ext): add missing G_PARAM_STATIC_STRINGS flags
Stefan Kost
1
-2
/
+3
2010-10-19
various: wrap property registration and add a single fixme for long desc.
Stefan Kost
1
-2
/
+7
2010-05-19
Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS
David Schleef
1
-1
/
+1
2010-03-18
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
6
-36
/
+12
2008-11-04
Don't install static libs for plugins. Fixes #550851 for -bad.
Stefan Kost
1
-0
/
+1
2006-11-24
remove obsolete _factory_init protos and functions
Stefan Kost
1
-13
/
+0
2006-06-01
Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
Stefan Kost
3
-3
/
+3
2006-04-25
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
3
-3
/
+4
2006-04-08
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
Stefan Kost
2
-2
/
+2
2006-04-06
Unify the long descriptions in the plugin details (#337263).
j^
3
-18
/
+14
2006-04-01
rework build; add translations for v4l2
Thomas Vander Stichele
1
-1
/
+2
2005-12-06
expand tabs
Thomas Vander Stichele
5
-24
/
+24
2005-10-12
renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...
Stefan Kost
6
-25
/
+26
2005-09-05
Fix up all the state change functions.
Jan Schmidt
2
-14
/
+16
2005-08-14
licensing, name and description changes
Thomas Vander Stichele
1
-1
/
+1
2005-07-05
Way, way, way too many files: Remove crack comment from the 2000 era.
Andy Wingo
3
-5
/
+0
2004-11-09
ext/alsa/gstalsa.c: buffer-frames property was missing
Benjamin Otte
3
-9
/
+3
2004-05-21
second batch : remove ',' at end of enums as they could confuse older gcc, fo...
Stéphane Loeuillet
1
-1
/
+1
2004-05-13
ext/audiofile/gstafparse.c: change class to Codec/Demuxer/Audio
Stéphane Loeuillet
1
-1
/
+1
2004-05-12
ext/audiofile/gstafsrc.c: Remove old debug output
Jan Schmidt
1
-2
/
+2
2004-03-15
don't mix tabs and spaces
Thomas Vander Stichele
3
-111
/
+114
2004-03-15
*.h: Revert indenting
Johan Dahlin
3
-142
/
+130
2004-03-14
gst-indent
Thomas Vander Stichele
7
-595
/
+575
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.
Thomas Vander Stichele
2
-17
/
+10
[next]