]> git.sesse.net Git - vlc/history - modules/video_filter/deinterlace.c
Remove most stray semi-colons in module descriptions
[vlc] / modules / video_filter / deinterlace.c
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-15 Laurent AimarMerged vout_DatePicture into vout_DisplayPicture.
2008-09-15 Laurent AimarEnabled AR change in deinterlace (typo).
2008-09-13 Laurent AimarProperly handle AR changes in deinterlace module.
2008-08-12 Rémi DuraffortFix memleak.
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-19 Laurent AimarUse filter helpers.
2008-07-18 Laurent AimarUse picture helpers (Yield,Release,CopyProperties).
2008-07-17 Pierre d'Herbemontvout: Rename vout_Destroy to vout_CloseAndDestroy.
2008-07-17 Laurent AimarFixed filters implemented as vout (Init/End can be...
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-22 Rémi DuraffortRemove unnedeeded msg_Error.
2008-06-01 Rafaël Carrés/vout_Destroy/vlc_object_release/ - A cat is a cat
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-31 Alexis BallierInclude altivec.h before any other vlc header
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-29 Rafaël Carrévideo_filter: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-10-12 Laurent AimarUse field order (top/bottom) for correct bob/linear...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-09 Rémi Denis-CourmontFix ptrdiff_t abuse. Especially in video_filter_invert:
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-19 Antoine Cellerier* deinterlace.c: compile fix by ILEoo.
2007-05-19 Rémi Denis-CourmontUse a vlc_CPU() wrapper instead of (ab)using libvlc_global
2007-04-16 Antoine Cellerier * erase.c: add bluring effect, fix a bunch of bugs...
2006-12-11 Derk-Jan Hartman* motion_detect: use playlist_Control's "lock" argument
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-05-27 Dennis van Amerongenminor typo loose -> lose
2006-04-01 Sam Hocevar * modules/video_filter/deinterlace.c: pagvb is illega...
2006-03-30 Clément StenacVideo filters and outputs strings (Refs:#438)
2006-02-10 Derk-Jan Hartman* Fix issues with the deinterlace filter that was using...
2006-01-12 Antoine CellerierFSF address change.
2005-10-26 Gildas Bazin* modules/video_output/x11/xcommon.c, modules/video_out...
2005-10-26 Marian Durkovicfixed aspect ratio calculation when deinterlace->discar...
2005-10-25 Gildas Bazin* modules/video_filter/deinterlace.c: fixed aspect...
2005-10-11 Clément StenacFix a bunch of preferences errors
2005-09-28 Derk-Jan Hartman* Streamming -> Streaming
2005-08-02 Christophe MutricyAdd some sections
2005-07-11 Christophe Massiot * ALL: miscellaneous unsigned/signed warning fixes...
2005-07-11 Sam Hocevar * Fixed a bunch of coding errors here and there.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-03 Felix Paul Kühne* backport of [11257] to trunk
2005-05-20 Christophe Massiot * ALL : ported the deinterlace module to video filter2...
2005-04-19 Laurent Aimar *deinterlace: added a new deinterlace method (called...
2005-03-05 Gildas Bazin* include/video_output.h, ALL: changed api for vout_Req...
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2004-12-11 Clément StenacImprovements to preferences
2004-08-28 Gildas Bazin* ALL: use i_visible_lines in plane_t.
2004-08-16 Eric Petit ALL: BeOS fixes
2004-07-22 Eric Petit + configure.ac: don't build OpenGL support on BeOS...
2004-05-20 Eric Petit deinterlace.c: BeOS compile fix
2004-04-26 Gildas Bazin* modules/video_filter/deinterlace.c: avoid segfault...
2004-04-23 Gildas Bazin* modules/video_filter/deinterlace.c: implemented a...
2004-04-21 Sam Hocevar * modules/video_filter/deinterlace.c: included <altiv...
2004-04-19 Eric Petit deinterlace.c: added AltiVec optims for 16-bytes unali...
2004-03-06 Clément StenacFix include path
2004-03-06 Clément Stenac* Remove directories with only one source file inside