]> git.sesse.net Git - vlc/history - modules
Update the help strings. These should be autogenerated at run time (IMO)... else...
[vlc] / modules /
2007-03-31 Antoine CellerierUpdate the help strings. These should be autogenerated...
2007-03-31 Antoine CellerierModule specific commands change in rc.c. See http:...
2007-03-31 Jean-Baptiste KempfQt4 - a few additions to the empty GotoTime dialog..
2007-03-31 Jean-Baptiste KempfSet the priority for qt4 / dialog_provider higher than wx
2007-03-31 Jean-Baptiste KempfQt4 - Add a "Goto Time" dialog asked over and over...
2007-03-31 Jean-Baptiste Kempfqt4 - Make errors dialog Application Modal.
2007-03-31 Jean-Baptiste Kempfqt4 - small and unimportant cosmetic change.
2007-03-31 Jean-Baptiste KempfQt4 - Remove the enqueue button and regroup it under...
2007-03-30 Jean-Baptiste KempfRepair ATI VCR2 support by using ffmpeg instead of...
2007-03-30 Antoine CellerierUntested RGBA blending in I420, RV24 and RV32.
2007-03-30 Pierre d'HerbemontMac OS X gui: Attempt to fix compilation error.
2007-03-30 Derk-Jan Hartman* Missing part of previous commit [19535].
2007-03-30 Derk-Jan Hartman* Patch to support basic formatting in non-SSA/USF...
2007-03-29 Jean-Baptiste KempfQt4 - Cosmetics: adding a <hr /> bar in advanced. SHoul...
2007-03-29 Jean-Baptiste KempfMake the spacing coherent with the rest of the file.
2007-03-29 Yoann Peronneau* qt open dialog: double click plays the selected file
2007-03-29 Jean-Baptiste KempfAdd Flash Screen Video FourCC
2007-03-29 Jean-Baptiste KempfQt4 - cosmetic.
2007-03-29 Jean-Baptiste KempfQt4 - More hotkeys.
2007-03-29 Jean-Baptiste KempfShortcuts.
2007-03-29 Jean-Baptiste KempfClean.
2007-03-29 Yoann Peronneau* qt: don't hide the file browser on double click
2007-03-28 Damien Fouilleulvoutgl.m: support for VOUT_REDRAW_RECT in agl code...
2007-03-28 Yoann Peronneau* qt: escape key on QVLCFrame and QVLCDialog closes...
2007-03-28 Yoann Peronneau* QT prefs: escape key closes the dialog
2007-03-28 Pierre d'Herbemonthttp Access: Make sure non-absolute relocation is handl...
2007-03-28 Rémi Denis-CourmontLimit RTCP sending to one every five seconds as per...
2007-03-28 Pierre d'Herbemonthttp Access: Avoid using an empty pointer (Oops).
2007-03-28 Pierre d'Herbemonthttp Access: Make sure we handle redirection that don...
2007-03-27 Pierre d'HerbemontMac OS X gui: checkForUpdate may not run on first threa...
2007-03-27 Pierre d'HerbemontMac OS X gui: Remove unwanted NSLog from r19508.
2007-03-27 Pierre d'HerbemontMac OS X gui: Check for update on startup.
2007-03-27 Pierre d'HerbemontMac OS X gui: Fix libvlc key handling when leaving...
2007-03-27 Christophe Mutricyqt4/menu.cpp: * Work around libqt4 opening gconf
2007-03-27 Jean-Baptiste KempfQt4 - cosmetics.
2007-03-27 Yoann Peronneau* qt DirectoryConfigControl: default open in selected...
2007-03-27 Yoann Peronneau* qt: add a FontConfigControl
2007-03-27 Yoann Peronneau* use add_file instead of add_string for skins2-last...
2007-03-27 Yoann Peronneau* qt: really implement DirectoryConfigControl
2007-03-27 Yoann Peronneau* open file widget: do nothing if the user clicked...
2007-03-27 Yoann Peronneau* browse subtitles: do nothing if the user clicked...
2007-03-26 Yoann Peronneau* use freetype-rel-fontsize instead of sub-rel-fontsize
2007-03-26 Yoann Peronneau* open dialog: set subtitle size and align options
2007-03-26 Yoann Peronneau* build the subtitle align combo box
2007-03-26 Yoann Peronneau* build the subtitle size combo box, instead of hardcod...
2007-03-26 Yoann Peronneau* open dialog: look for subtitles in the same directory...
2007-03-26 Yoann Peronneau* use an int to select extension filters
2007-03-26 Yoann Peronneau* open dialog: options like :sub-file= are now added...
2007-03-26 Yoann Peronneau* add a function to parse the mrl line
2007-03-25 Yoann Peronneau* Use subtitles file extension filter for the "Open...
2007-03-25 Antoine CellerierEnable ffmpeg's GIF decoder for post r8520 revisions...
2007-03-25 Rémi Denis-CourmontAllow URL parameter of arbitrary size (closes #1125)
2007-03-25 Rémi Denis-CourmontRemove debug
2007-03-25 Rémi Denis-CourmontSplit ExtractURIValue into a research and an extract...
2007-03-25 Laurent AimarUpgrade dirac support to 0.6.0 (close #1129)
2007-03-25 Antoine CellerierRemove trailing space + comment fix.
2007-03-25 Antoine Cellerierconfig chain syntax support for the image video output.
2007-03-25 Antoine CellerierAdd support for config chain option parsing.
2007-03-25 Pierre d'HerbemontGestures: Fix two dead locks when changing audio track...
2007-03-25 Pierre d'HerbemontGestures: The break statement here refers to the local...
2007-03-25 Antoine CellerierWoops, forgot to remove this reference to p_libvlc_glob...
2007-03-25 Pierre d'HerbemontGestures: Really remove unwanted commit. (Oops).
2007-03-25 Pierre d'HerbemontGestures: Remove unwanted commit.
2007-03-25 Pierre d'HerbemontGestures: no need to retain p_playlist longer than...
2007-03-25 Pierre d'HerbemontGestures: Make sure we that p_playlist is valid, and...
2007-03-25 Pierre d'HerbemontGestures: Obtain the p_input associated with the p_play...
2007-03-24 Jean-Baptiste KempfNew gestures actions.
2007-03-24 Jean-Baptiste KempfQt4 - Codec Information direct access from menu.
2007-03-24 Pierre d'HerbemontGestures: Make sure we follow the locking strategy...
2007-03-24 Pierre d'HerbemontGestures: Defines p_intf->change_lock rules, and apply...
2007-03-24 Pierre d'HerbemontGestures: Fix typo in comment.
2007-03-24 Pierre d'HerbemontGestures: Make sure p_intf->p_sys->p_input gets released.
2007-03-24 Antoine Cellerier * Don't call var_Get every time we have an image to...
2007-03-24 Antoine CellerierRegister variables as callback. Don't store module...
2007-03-24 Antoine Cellerier* Make it possible to give names to vlc objects (psz_ob...
2007-03-24 Laurent AimarFixed small memory leaks.
2007-03-24 Laurent AimarFixed small memory leaks.
2007-03-24 Laurent AimarFixed typo (Patch by Ari Constancio)
2007-03-24 Laurent AimarFixed typo in proxy description. (Patch by Ari Constancio)
2007-03-24 Laurent AimarImplemented http proxy for mmsh (close #629)
2007-03-23 Christophe MutricyFix the strings.
2007-03-23 Laurent AimarUse new EPG api + convert event strings to UTF-8.
2007-03-23 Laurent AimarFixed compilation warning.
2007-03-23 Laurent AimarFixed invalid free.
2007-03-23 Laurent AimarFixed #949 (UTF-8 url support)
2007-03-23 Laurent AimarFixed #1102 ("Bad request" error)
2007-03-23 Laurent AimarFixed compilation warning.
2007-03-23 Laurent AimarFixed dvbsi_to_utf8 (memory leak + possible segfault)
2007-03-22 Christophe Mutricywx: Check in Open() if we have an X
2007-03-22 Antoine Cellerierlimit values extracted by url_extract to 2048 character...
2007-03-21 Christophe Mutricyqt4.cpp: Put it at a better place, only under X11,...
2007-03-21 Antoine CellerierFix the help string for rss-speed.
2007-03-21 Antoine Cellerierrss.c: Using [19378] (visible region persitence in...
2007-03-21 Antoine CellerierChange the visible heigh/width only if they weren't...
2007-03-21 Antoine CellerierCosmetics (well ... invisible cosmetics). Remove traili...
2007-03-21 Antoine Cellerier* Add new rss-title option to configure how/when/if...
2007-03-21 Antoine CellerierDisable ffmpeg GIF decoder. It's currenly not working...
2007-03-21 Christophe Mutricyqt4: Don't try to use the qt intf if we don't have...
2007-03-20 Jean-Baptiste KempfQt4 - Open. Fix segfault under windows. Still need...
2007-03-20 Jean-Baptiste KempfQt4 - Pref: start to track functionnalities missing...
next