]> git.sesse.net Git - vlc/history - modules
Category and subcategory items are also integers. Fix #1086
[vlc] / modules /
2007-04-15 Rémi Denis-CourmontCategory and subcategory items are also integers. Fix...
2007-04-15 Rémi Denis-CourmontCosmetic change
2007-04-15 Rémi Denis-CourmontAlso remove --rc-unix from Win32 port for obvious reasons
2007-04-15 Rémi Denis-CourmontRemove rc-fake-tty from Win32 port since it's explicitl...
2007-04-15 Rémi Denis-CourmontFix double certificate deinitialization
2007-04-14 Pierre d'HerbemontMac OS X gui: Pause playback when going to sleep.
2007-04-14 Rémi Denis-CourmontRemove unused variable
2007-04-14 Rémi Denis-CourmontSwitch to libdca API
2007-04-14 Mark MoriartyFix dshow build on Cygwin -- add size_t and ptrdiff_t...
2007-04-13 Gildas Bazin* modules/demux/asf/* use index for seeking if availabl...
2007-04-13 Gildas Bazin* modules/demux/asf/* use index for seeking if availabl...
2007-04-13 Jean-Baptiste Kempfqt4 - Mousewheel (2)
2007-04-12 Jean-Baptiste KempfQt4 - MouseWheel support - patch by Sergey Volk.
2007-04-12 Jean-Baptiste KempfQt4 - Set a higher score to qt4 than wx. Ref [19766]
2007-04-12 Christophe Mutricyscore is cached, so it's not a good idea to have it...
2007-04-12 Jean-Baptiste KempfQt4 - typo correction
2007-04-12 Jean-Baptiste Kempfqt4 - Sprefs - Slight modification.
2007-04-09 Jean-Baptiste KempfQt4 - Preferences - Size/Layout/Margin and stuff relate...
2007-04-09 Christophe MutricyFix warnings.
2007-04-09 Christophe Mutricyvlc_b64_decode_binary() is in vlc_strings.h
2007-04-09 Rémi Denis-CourmontSDP: fix ordering of b= and a=
2007-04-09 Rémi Denis-CourmontDo not insert TTL in c= line for IPv6 - this was invalid
2007-04-08 Dennis van Amerongen* modules/access_output/shout.c: Initialize shout setti...
2007-04-07 Antoine CellerierMosaic:
2007-04-07 Antoine CellerierMosaic bridge: Allow runtime changes of the height...
2007-04-07 Felix Paul Kühne* re-worded the GUI strings a bit and removed a useless...
2007-04-06 Jean-Baptiste KempfQt4 - Small modifications on Preferences layout (specia...
2007-04-06 Antoine CellerierMake it possible to change the fake-image at runtime.
2007-04-06 Damien Fouilleul- direct3d: use VBL synchronized presentation
2007-04-06 Christophe Massiot * modules/mux/mpeg/ts.c: Fixed comment.
2007-04-05 Jean-Baptiste KempfQt4 - Add default buttons.
2007-04-05 Jean-Baptiste KempfQt4 - Small modifications to messages dialog.
2007-04-05 Jean-Baptiste KempfQt4 - virtual bug once again. Add debug...
2007-04-05 Jean-Baptiste KempfQt4 - Make Open dialog KDE/GNOME/WIN32 compliant for...
2007-04-05 Jean-Baptiste KempfQt4 - Fix error in a previous commit.
2007-04-05 Jean-Baptiste KempfQt4 - Update Preferences buttons to please any OS/DE.
2007-04-05 Jean-Baptiste KempfQt4 - Remove useless ui setting.
2007-04-05 Jean-Baptiste KempfQt4 - Small correction on messages behaviour Ref #777
2007-04-05 Jean-Baptiste KempfQt4 - Avoid uic errors - Patch by stw - Closes #1002
2007-04-05 Jean-Baptiste KempfQt4 - Fix the GotoTime handler. Closes #377.
2007-04-05 Antoine CellerierPlease keep the coding style consistent inside the...
2007-04-05 Rémi Denis-CourmontFix compiler warning
2007-04-05 Jean-Paul SamanVarious compile fixes for modules/codec/xvmc
2007-04-05 Jean-Baptiste KempfQt4 - Open and Streaming Dialogs.
2007-04-04 Jean-Baptiste Kempfqt4 - i18n - Don't use HTML tags.
2007-04-04 Jean-Baptiste KempfQt4 - Don't use html tags in strings ... This breaks...
2007-04-04 Jean-Baptiste KempfQt4 - Remove unnecessary files from Modules.am
2007-04-04 Jean-Baptiste Kempfqt4 - remove unneeded file.
2007-04-04 Antoine Cellerier* Core: add var_Command function. This is used to execu...
2007-04-04 Jean-Baptiste KempfQt4 - wording corrections. By Llynix
2007-04-04 Jean-Baptiste Kempfqt 4 - s/interface/instance...
2007-04-04 Antoine CellerierAdd callback to change mosaic mask at runtime.
2007-04-04 Jean-Baptiste KempfQt4 - SPrefsInterface Button is clicked by default.
2007-04-04 Antoine CellerierRemove mask picture_t leak.
2007-04-04 Rafaël CarréUse local copies for album art, rather than download...
2007-04-04 Antoine CellerierAdd new "mask" option to the mosaic_bridge module....
2007-04-04 Felix Paul Kühne* make sure that the fspanel is being actived in all...
2007-04-04 Felix Paul Kühne* fixed grammar (closes #1099); I would still prefer...
2007-04-04 Rafaël CarréUse new gnome-screensaver D-Bus interface
2007-04-04 Loïc Minier* Fix missing include causing a build failure with...
2007-04-04 Jean-Baptiste Kempfqt4 - Rename a confusing component
2007-04-04 Jean-Baptiste KempfQt4 - New Simple Preferences look'n feel. Should work...
2007-04-03 Jean-Baptiste KempfQt4 - oops... Forgot that file in the precedent commit...
2007-04-03 Jean-Baptiste KempfQt4 - Dialog. fix the reparenting Open Dialog for Win32
2007-04-02 Pierre d'HerbemontMac OS X gui: Fix a crash when asking for fullscreen...
2007-04-02 Antoine Celleriermosaic.c: If we're not using bluescreen stuff (which...
2007-04-02 Antoine CellerierUse I420 image buffers instead of YUVA for mosaic bridg...
2007-04-02 Antoine CellerierFix I420/YV12 -> * blending. Looks like we did need...
2007-04-02 Antoine Cellerieralso scale I420/YV12. (untested) (btw, why don't we...
2007-04-02 Antoine Cellerier* Untested YV12/I420 -> * blending. Works exactly like...
2007-04-01 Jean-Baptiste KempfQt4 - Enter key does always close() a dialog. Correctio...
2007-04-01 Antoine CellerierAdd some qfu and qtu calls for string values.
2007-04-01 Antoine CellerierAdd new --sdl-chroma option to force the used chroma.
2007-04-01 Antoine Cellerierdon't invert the function names.
2007-04-01 Jean-Baptiste KempfQt4 - try to provide the missing dialogs for the dialog...
2007-04-01 Antoine CellerierUntested RGBA -> YUV Packed blending.
2007-04-01 Antoine CellerierUntested RGBA -> RV16 blending (I420 and RV24 work...
2007-04-01 Pierre d'HerbemontMac OS X gui: Label the option "Check for VLC update...
2007-04-01 Pierre d'HerbemontMac OS X gui: Ask the user if she wants to check update...
2007-04-01 Antoine CellerierRemove some debug messages and fix the sub-picture...
2007-04-01 Jean-Baptiste KempfQt4 - Regroup in a better way the menus.
2007-04-01 Jean-Baptiste Kempfqt4 - shortcuts corrections and enhancements.
2007-04-01 Jean-Baptiste KempfQt4 - Ambiguous shortcut overload: Ctrl+ P
2007-04-01 Jean-Baptiste KempfQt4 - Goto Time, IA
2007-04-01 Antoine CellerierAdd calls to config_Put* to make sure that the configur...
2007-04-01 Antoine Cellerier95% of the video filters extended panel is now done...
2007-04-01 Jean-Baptiste Kempfupdate. Almost ok.
2007-04-01 Jean-Baptiste KempfLIST update (3)
2007-04-01 Jean-Baptiste KempfLIST update (2)
2007-04-01 Jean-Baptiste KempfLIST. update (1)
2007-04-01 Jean-Baptiste Kempfqt4 - GotoTime dialog button, with handling for KDE...
2007-03-31 Antoine CellerierRemove trailing space.
2007-03-31 Antoine CellerierMake it possible to change puzzle parmaeters after...
2007-03-31 Antoine CellerierMake it possible to change sharpen sigma after filter...
2007-03-31 Antoine CellerierMake it possible to change the blur factor after filter...
2007-03-31 Antoine CellerierGradient options are now commands.
2007-03-31 Antoine CellerierEnable config chain syntax and flag the vars as commands.
2007-03-31 Antoine CellerierCompile "fix".
2007-03-31 Antoine CellerierDa über video filter control panel (I'll add a simple...
2007-03-31 Antoine CellerierRemove trailing spaces.
next