]> git.sesse.net Git - vlc/history - modules/video_filter/adjust.c
Remove unnedeeded msg_Error.
[vlc] / modules / video_filter / adjust.c
2008-06-22 Rémi DuraffortRemove unnedeeded msg_Error.
2008-06-04 Antoine CellerierFactorize some code in the filters.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
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-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)
2008-01-06 Antoine CellerierValidate input chroma in transform filter, make it...
2007-12-26 Antoine CellerierSome more filter work:
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-03-24 Antoine Cellerier * Don't call var_Get every time we have an image to...
2007-02-02 Antoine CellerierCopy clip_uint8() function from ffmpeg and replace...
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-06 Clément StenacPreferences categories are *not* categories. They are...
2006-07-15 Antoine Celleriercheck that p_pic->pf_release != NULL before calling it
2006-07-14 Antoine CellerierAdjust is now a "video filter2"
2006-03-31 Felix Paul Kühne* 2nd review of video* and control/telnet.c
2006-03-30 Clément StenacVideo filters and outputs strings (Refs:#438)
2006-01-12 Antoine CellerierFSF address change.
2005-12-18 Antoine CellerierBrightness threshold patch by Enrico Gueli (with some...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-05 Gildas Bazin* include/video_output.h, ALL: changed api for vout_Req...
2004-12-16 Clément StenacFix a bug with preferences
2004-12-11 Clément StenacImprovements to preferences
2004-08-28 Gildas Bazin* ALL: use i_visible_lines in plane_t.
2004-07-12 Clément StenacFix segfault when child vout creation fails
2004-04-23 Gildas Bazin* modules/video_filter/*: implemented a forwarding...
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2004-01-25 Derk-Jan Hartman* adjust uses variables
2004-01-22 Sigmund Augdal Helbergall: gamma correction patch by Arwed von Merkatz <v...
2003-10-15 Gildas Bazin* modules/video_filter/*: forward fullscreen event...
2003-05-26 Derk-Jan Hartman* extras/MacOSX/Resources/English.lproj/MainMenu.nib
2003-05-15 Christophe Massiot* now 0.6.0-cvs
2003-03-18 Gildas Bazin* modules/video_filter/clone.c: new --clone-vout-list...
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-01-17 Sam Hocevar * ./modules/video_filter/**/*.c: mouse clicks and...
2003-01-09 Sam Hocevar * ./modules/video_filter/*.c: all filters now properl...
2003-01-09 Sam Hocevar * ./modules/video_filter/adjust.c: properly fixed...
2003-01-09 Sam Hocevar * ./modules/video_filter/adjust.c: rehandled code...
2003-01-06 Simon Latapie * added a i_min, i_max, f_min and f_max in module_conf...
2002-12-12 Simon Latapie * fixed one or two things (thanks sam)
2002-11-28 Simon Latapie * a few bugfixes/enhancements/clean up
2002-11-28 Sam Hocevar * ./src/video_output/video_output.c, modules/*: facto...
2002-11-23 Simon Latapie * yuv filter was a bit useless. Hope adjust filter...