index
:
gstreamer-filters.git
master
Unnamed repository; edit this file 'description' to name the repository.
Youness Alaoui
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-20
Test removing filters in the python test
HEAD
master
Youness Alaoui
1
-1/+6
2011-12-20
PreviewFilter: Fix a segfault when reverting
Youness Alaoui
1
-1/+3
2011-12-19
Fix makefile and docs
Youness Alaoui
3
-4/+11
2011-12-19
Add python example using gobject-introspection
Youness Alaoui
1
-0/+33
2011-12-19
Fix gobject-introspection
Youness Alaoui
11
-102/+129
2011-12-09
Move GstFilters into a standalone package
Youness Alaoui
34
-4286/+1476
2011-12-08
filters: Change filter helpers API Change the name of the 'standard_element' ...
Youness Alaoui
12
-101/+194
2011-12-08
test-level: fix the audiosource being used
Youness Alaoui
1
-2/+2
2011-12-08
resolution-filer: Rename GstResolutionFilter to GstVideoSizeFilter
Youness Alaoui
8
-176/+174
2011-12-08
filter: oups, GStaticMutex should be static...
Youness Alaoui
2
-2/+2
2011-12-08
filter: Use a macro GST_FILTER_LOCK/UNLOCK instead of a method
Youness Alaoui
8
-106/+121
2011-12-08
filters: Fix gtk-doc typo. Reported by 'xat' on my blog
Youness Alaoui
1
-1/+1
2011-12-08
Add a generic bin filter
Youness Alaoui
6
-0/+300
2011-12-08
Fix documentation and typos/undocumented symbols
Youness Alaoui
8
-4/+49
2011-12-08
GstFilters: remove g_debug lines
Youness Alaoui
5
-23/+6
2011-12-08
GstFilters: Port GstPreviewFilter to use autovideosink instead of fsuvideosin...
Youness Alaoui
4
-84/+137
2011-12-08
GstFilters: Make grid-effects use the correct path for gnome-video-effects
Youness Alaoui
2
-2/+11
2011-12-08
GstFilters: Port the example files to GstFilter. also added copyright header ...
Youness Alaoui
4
-405/+90
2011-12-08
GstFilters: Add section documentation for filters
Youness Alaoui
11
-5/+88
2011-12-08
Gstfilters: Rename FsuFilters to Gstfilters
Youness Alaoui
43
-2261/+2296
2011-12-08
Filters: fix some compilation warnings
Youness Alaoui
4
-14/+15
2011-12-08
FsuFilters: gst-indent for all the recently added filter files
Youness Alaoui
31
-1285/+801
2011-12-08
Moved Fsu Filters from Farsight2 to gst-plugins-base
Youness Alaoui
9
-16/+337
2011-12-08
Rename example grid-effects2 into grid-effect
Youness Alaoui
3
-387/+96
2011-12-08
Keep track of the blocked pad to unblock later. This is because the normal us...
Youness Alaoui
1
-14/+20
2011-12-08
clarify gtk-doc
Youness Alaoui
2
-5/+9
2011-12-08
Add signals to the multi filter manager so we can access the internal single ...
Youness Alaoui
1
-0/+50
2011-12-08
Fix FsuFilter signal arguments and gtk-doc
Youness Alaoui
1
-2/+6
2011-12-08
Add signals to FsuSingleFilterManager
Youness Alaoui
1
-2/+79
2011-12-08
clean code by making a block_pad function and allow filter changes while appl...
Youness Alaoui
1
-42/+41
2011-12-08
Add a modifications mutex to make sure that modifications to the pipeline are...
Youness Alaoui
1
-9/+40
2011-12-08
oups, bad copy/paste
Youness Alaoui
1
-1/+1
2011-12-08
single-filter-manager: Add a filter list id and reset our loop in handle_message
Youness Alaoui
1
-2/+20
2011-12-08
Fix code convention, clean single-filter-manager
Youness Alaoui
1
-10/+14
2011-12-08
Fix the single filter manager w.r.t mutexes, disallow changing the filters du...
Youness Alaoui
1
-53/+80
2011-12-08
Fix multi filter manager, unlock before calling apply as it can trigger a han...
Youness Alaoui
1
-2/+5
2011-12-08
Fix mutexes in the multi filer manager
Youness Alaoui
1
-50/+36
2011-12-08
use g_cclosure when necessary and remove non-working _fs_marshal code in fsu ...
Youness Alaoui
1
-2/+1
2011-12-08
Remove enum generation in fsu filters since it's unused
Youness Alaoui
1
-27/+2
2011-12-08
Send signals when a filter gets applied/reverted
Youness Alaoui
1
-1/+90
2011-12-08
marshal list in filters subdir should use a different prefix, so change fs-ma...
Youness Alaoui
1
-8/+8
2011-12-08
Add a fsu_resolution_filter_new_range to specify a range of resolutions. the ...
Youness Alaoui
2
-39/+137
2011-12-08
use gst_pad_set_blocked_async_full and use the destroy notify to unref oursel...
Youness Alaoui
1
-8/+14
2011-12-08
Change the framerate filter into using videorate and add a maxframerate filte...
Youness Alaoui
4
-1/+379
2011-12-08
Free the GQueue and Mutex in the finalize and lock the mutex in the dispose
Youness Alaoui
2
-9/+31
2011-12-08
rename libgstfilters to libfsufilters in order to avoid future conflict
Youness Alaoui
2
-14/+14
2011-12-08
Move filter work into gst-libs/gst/filters and let it have its own library
Youness Alaoui
31
-52/+155
2011-12-08
fix fsu_filter_follow: get in_pad and do the pad_get_peer in the lock
Youness Alaoui
1
-6/+6
2011-12-08
Small gtk-doc fix
Youness Alaoui
1
-4/+4
2011-12-08
Remove the 'elements' field from the resolution filter since it's unused and ...
Youness Alaoui
1
-27/+2
[next]