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
/
effectv
Commit message (
Expand
)
Author
Age
Files
Lines
*
effectv: Add basic documentation for the effectv elements
Sebastian Dröge
2009-06-16
16
-0
/
+130
*
effectv: Define the fast PRNG function at a central place
Sebastian Dröge
2009-06-16
5
-33
/
+12
*
effectv: Move type definitions into separate headers
Sebastian Dröge
2009-06-16
19
-302
/
+639
*
effectv: Remove get_unit_size implementations
Sebastian Dröge
2009-06-16
8
-185
/
+0
*
warptv: Clean up warptv element and fix some minor bugs and leaks
Sebastian Dröge
2009-06-15
1
-47
/
+36
*
vertigotv: Clean up vertigotv element and fix some minor bugs and leaks
Sebastian Dröge
2009-06-15
1
-80
/
+54
*
dicetv: Use guint8 instead of char (which can be signed or unsigned)
Sebastian Dröge
2009-06-15
1
-3
/
+2
*
shagadelictv: Use guint8/gint8 instead of char (which can be signed or unsigned)
Sebastian Dröge
2009-06-15
1
-11
/
+11
*
shagadelictv: Clean up element and free all memory in finalize
Sebastian Dröge
2009-06-15
1
-55
/
+34
*
revtv: Clean up revtv element
Sebastian Dröge
2009-06-15
1
-84
/
+34
*
quarktv: Simplify some code
Sebastian Dröge
2009-06-15
1
-26
/
+23
*
quarktv: Use the input data if a NULL buffer is chosen instead of the value 0
Sebastian Dröge
2009-06-15
1
-2
/
+4
*
quarktv: Fix setting the planes property of quarktv
Sebastian Dröge
2009-06-15
1
-9
/
+12
*
quarktv: Clean up the quarktv element
Sebastian Dröge
2009-06-15
1
-79
/
+32
*
effectv: Make elements list constant
Sebastian Dröge
2009-06-15
1
-2
/
+2
*
edgetv: Clean up edgetv element and fix memory leak
Sebastian Dröge
2009-06-15
1
-62
/
+47
*
dicetv: Clean up dicetv element and fix some smaller issues
Sebastian Dröge
2009-06-15
1
-69
/
+50
*
agingtv: Actually use GstController for syncing the properties to timestamps
Sebastian Dröge
2009-06-15
2
-2
/
+18
*
agingtv: Export some more agingtv properties via GObject properties
Sebastian Dröge
2009-06-15
1
-6
/
+59
*
agingtv: General cleanup and updating of copyright
Sebastian Dröge
2009-06-15
1
-59
/
+76
*
agingtv: Store and update state inside the instance struct
Sebastian Dröge
2009-06-15
1
-25
/
+34
*
Remove trivial unused variables detected by CLang static analyzer.
Edward Hervey
2009-04-18
1
-2
/
+1
*
Remove unused variables in _class_init
Edward Hervey
2009-04-18
7
-22
/
+0
*
Don't install static libs for plugins. Fixes #550851 for -good.
Stefan Kost
2008-11-04
1
-0
/
+1
*
Fix build against core CVS.
Tim-Philipp Müller
2007-07-11
8
-8
/
+8
*
Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
Loïc Minier
2007-02-24
1
-1
/
+2
*
gst/effectv/gstquark.c: Add some NULL pointer checks (possibly related to #38...
Tim-Philipp Müller
2006-12-14
1
-0
/
+6
*
More G_OBJECT macro fixing.
Stefan Kost
2006-09-16
8
-8
/
+8
*
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
2006-04-25
8
-8
/
+9
*
ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32
Sébastien Moutte
2006-03-30
1
-0
/
+4
*
better/unified long descriptions
Wim Taymans
2006-03-30
7
-7
/
+13
*
expand tabs
Thomas Vander Stichele
2005-12-06
1
-1
/
+1
*
gst/: update for symbols change
Thomas Vander Stichele
2005-11-30
8
-34
/
+34
*
remove the videofilter library and link to the one in base
Thomas Vander Stichele
2005-11-29
9
-11
/
+10
*
gst/effectv/gstquark.c: Flush the planes list on reverse caps negotiation. Th...
Julien Moutte
2005-11-24
1
-9
/
+18
*
VideoFilter inherits from
Julien Moutte
2005-11-23
11
-1217
/
+1101
*
rework configure.ac; make asterisk rtp stuff compile on mingw
Thomas Vander Stichele
2005-11-14
1
-1
/
+1
*
fix build and use of GST_LIBS
Thomas Vander Stichele
2005-09-23
1
-5
/
+12
*
All plugins updated for element state changes.
Andy Wingo
2005-09-02
1
-7
/
+8
*
do proper cleanup/creation, fixes state changes
Thomas Vander Stichele
2005-08-26
1
-3
/
+7
*
Use -lgstfoo-@GST_MAJORMINOR@ instead of -lgstfoo-0.9
Tim-Philipp Müller
2005-08-13
1
-1
/
+1
*
Way, way, way too many files: Remove crack comment from the 2000 era.
Andy Wingo
2005-07-05
8
-16
/
+0
*
Replace GST_PLUGINS_LIBS_* with GST_PLUGINS_BASE_*
Jan Schmidt
2005-07-01
1
-2
/
+2
*
configure.ac (GST_CFLAGS): GCC strikes back!!! Let the build breakage ensue!!!
Andy Wingo
2005-06-29
2
-4
/
+4
*
gst/: Bufferalloc changes.
Wim Taymans
2005-06-02
1
-4
/
+14
*
add rtsp and esd files to spec and fix some disting issues
Christian Schaller
2005-05-13
1
-1
/
+1
*
Fixed the effectv build again.
Zeeshan Ali
2005-05-11
1
-3
/
+3
*
gst/: Turn videofilter into a library (private for now)
Tim-Philipp Müller
2005-05-11
1
-3
/
+3
*
Fixed a few things to enable the mad and effectv to be able to find the heade...
Zeeshan Ali
2005-05-07
1
-2
/
+2
*
make mad and effectv work with gst-register
Christian Schaller
2005-05-06
2
-4
/
+1
[next]