vlc/modules/video_filter
Pierre d'Herbemont a78e273ec5 misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero.
* Meaning, that when created objects gets a refcount to 1.
* Destroying is instantaneous and we don't have to poll for a few secondss or so to wait until the object's refcount reach 0.
* We now track vlc_object_t's mem leaks when libvlc_global is released (Hard error for now, so they don't get unoticed)
* We fail hard if an object is released with a refcount of 1 without being detached from its parent and its children, to make sure such cases don't go unoticed.
(make test or make check still pass after that one. VLC is known to leak one object when no module is loaded, this must be fixed).
2008-02-26 00:29:12 +00:00
..
atmo misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. 2008-02-26 00:29:12 +00:00
Modules.am Distribute filter_picture.h 2007-12-29 18:30:42 +00:00
adjust.c video_filter: fix warnings 2008-01-29 13:46:15 +00:00
alphamask.c video_filter: fix warnings 2008-01-29 13:46:15 +00:00
blend.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
bluescreen.c video_filter: fix warnings 2008-01-29 13:46:15 +00:00
clone.c video_filter: fix warnings 2008-01-29 13:46:15 +00:00
colorthres.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
crop.c video_filter: fix warnings 2008-01-29 13:46:15 +00:00
deinterlace.c video_filter: fix warnings 2008-01-29 13:46:15 +00:00
erase.c video_filter: fix warnings 2008-01-29 13:46:15 +00:00
extract.c video_filter: fix warnings 2008-01-29 13:46:15 +00:00
filter_common.h video_filter: fix warnings 2008-01-29 13:46:15 +00:00
filter_event_info.h Removes trailing spaces. Removes tabs. 2007-09-10 18:56:52 +00:00
filter_picture.h Validate input chroma in transform filter, make it work with Packed YUV (tested with YUY2 only but should work with other variants). Other misc changes. 2008-01-06 00:55:59 +00:00
gaussianblur.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
gradient.c video_filter: fix warnings 2008-01-29 13:46:15 +00:00
grain.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
invert.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
logo.c misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. 2008-02-26 00:29:12 +00:00
magnify.c video_filter: fix warnings 2008-01-29 13:46:15 +00:00
marq.c video_filter: fix warnings 2008-01-29 13:46:15 +00:00
mosaic.c Fix typo. 2008-02-15 23:17:40 +00:00
mosaic.h Simplify. 2008-01-19 12:35:35 +00:00
motionblur.c video_filter: fix warnings 2008-01-29 13:46:15 +00:00
motiondetect.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
noise.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
opencv_example.cpp Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
opencv_wrapper.c misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. 2008-02-26 00:29:12 +00:00
osdmenu.c video_filter: fix warnings 2008-01-29 13:46:15 +00:00
panoramix.c video_filter: fix warnings 2008-01-29 13:46:15 +00:00
psychedelic.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
puzzle.c video_filter: fix warnings 2008-01-29 13:46:15 +00:00
ripple.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
rotate.c video_filter: fix warnings 2008-01-29 13:46:15 +00:00
rss.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
rv32.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
scale.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
seamcarving.c video_filter: fix warnings 2008-01-29 13:46:15 +00:00
sharpen.c video_filter: fix warnings 2008-01-29 13:46:15 +00:00
transform.c video_filter: fix warnings 2008-01-29 13:46:15 +00:00
wall.c video_filter: fix warnings 2008-01-29 13:46:15 +00:00
wave.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00