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
/
ext
/
aalib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update and add documentation for plugins with deps (ext).
Stefan Kost
2009-01-28
1
-13
/
+6
*
Don't install static libs for plugins. Fixes #550851 for -good.
Stefan Kost
2008-11-04
1
-0
/
+1
*
Document aasink and cacasink.
Stefan Kost
2008-05-28
1
-0
/
+23
*
Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
Stefan Kost
2006-06-01
1
-2
/
+2
*
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
2006-04-25
1
-1
/
+1
*
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
Stefan Kost
2006-04-08
1
-1
/
+1
*
better/unified long descriptions
Wim Taymans
2006-03-30
1
-6
/
+5
*
expand tabs
Thomas Vander Stichele
2005-12-06
1
-1
/
+1
*
Fixes for API changes
Jan Schmidt
2005-11-23
1
-6
/
+1
*
Convert to fractional framerates.
Jan Schmidt
2005-11-22
1
-1
/
+6
*
fix up more enums
Thomas Vander Stichele
2005-11-22
1
-4
/
+5
*
Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027)
Jan Schmidt
2005-11-21
1
-3
/
+3
*
Fixes for GST_FOURCC_FORMAT API change.
Tim-Philipp Müller
2005-11-21
1
-1
/
+1
*
rework configure.ac; make asterisk rtp stuff compile on mingw
Thomas Vander Stichele
2005-11-14
1
-1
/
+1
*
All plugins updated for element state changes.
Andy Wingo
2005-09-02
1
-14
/
+13
*
fix build after cleaning up my vomit
Thomas Vander Stichele
2005-09-01
1
-3
/
+3
*
fix build after cleaning up my vomit
Thomas Vander Stichele
2005-09-01
1
-4
/
+3
*
licensing, name and description changes
Thomas Vander Stichele
2005-08-14
1
-1
/
+1
*
more macro splitting; fix po problem
Thomas Vander Stichele
2005-07-10
1
-3
/
+3
*
ext/aalib/gstaasink.c (gst_aasink_fixate): Update for newer fixate prototype.
Andy Wingo
2005-07-04
1
-20
/
+5
*
ext/mad/gstid3tag.c (gst_id3_tag_get_event_masks): Reschmoove.
Andy Wingo
2005-06-29
1
-2
/
+2
*
Ported 2 more plugins. usgly hack in the Makefile.am though, I'm sure someone...
Wim Taymans
2005-05-06
3
-87
/
+82
*
second batch : remove ',' at end of enums as they could confuse older gcc, fo...
Stéphane Loeuillet
2004-05-21
1
-1
/
+1
*
don't mix tabs and spaces
Thomas Vander Stichele
2004-03-15
1
-28
/
+29
*
*.h: Revert indenting
Johan Dahlin
2004-03-15
1
-35
/
+31
*
gst-indent
Thomas Vander Stichele
2004-03-14
2
-189
/
+172
*
ext/aalib/gstaasink.c: Add fixate function. (bug #131128)
David Schleef
2004-03-06
1
-0
/
+27
*
fix headers fix signals to use - instead of _
Thomas Vander Stichele
2004-03-04
1
-2
/
+2
*
change NULL to (NULL) for GST_ELEMENT_ERROR
Thomas Vander Stichele
2004-02-02
1
-1
/
+1
*
GST_ELEMENT_ERROR
Thomas Vander Stichele
2004-01-29
1
-1
/
+1
*
use new error signal and classification
Thomas Vander Stichele
2004-01-18
1
-2
/
+2
*
use element time.
Benjamin Otte
2004-01-14
1
-4
/
+2
*
gst-libs/gst/video/video.h: Fix caps template names to be understandable.
Benjamin Otte
2004-01-12
1
-1
/
+1
*
Merge CAPS branch
David Schleef
2003-12-22
1
-16
/
+11
*
remove copyright field from plugins
Andy Wingo
2003-12-04
1
-1
/
+0
*
Remove all config.h includes from header files, add it to each source file an...
Ronald S. Bultje
2003-11-07
1
-1
/
+0
*
Updated AAsink
Iain Holmes
2003-11-01
1
-22
/
+27
*
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...
Andy Wingo
2003-10-08
1
-2
/
+3
*
reverting error patch before making a branch.
Thomas Vander Stichele
2003-09-16
1
-3
/
+2
*
converted gst_element_error to new format in ext/ - gettext pending
Benjamin Otte
2003-09-15
1
-2
/
+3
*
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
-3
/
+5
*
compatibility fix for new GST_DEBUG stuff.
Benjamin Otte
2003-06-29
1
-2
/
+5
*
Found more problems. Refix #112329.
David Schleef
2003-05-05
1
-17
/
+13
*
Fix off-by-one allocation problem in gst_aasink_dither_get_type().
David Schleef
2003-05-05
1
-1
/
+1
*
Convert some of the broken fourcc printing to GST_FOURCC_FORMAT
David Schleef
2003-04-07
1
-3
/
+3
*
Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...
David Schleef
2003-02-02
1
-1
/
+1
*
PadConnect -> PadLink
Thomas Vander Stichele
2003-01-10
1
-1
/
+1
*
another batch of connect->link fixes please let me know about issues and plea...
Thomas Vander Stichele
2003-01-10
1
-3
/
+3
*
Update to new element sync API
Wim Taymans
2002-12-27
1
-1
/
+3
[next]