]> git.sesse.net Git - vlc/shortlog
vlc
2007-03-27 Jean-Baptiste... Qt4 - 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 Damien Fouilleul- getaddrinfo.c : cleanup replacement APIs for win32...
2007-03-27 Damien Fouilleul- control/input.c: don't rely on exceptions to control...
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 Jean-Baptiste... Contrib - Dirac ; MacOS-X patch.
2007-03-26 Jean-Baptiste... Contribs Dirac bumps from 0.5.4 to 0.6.0... Win32 patch...
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... Allow URL parameter of arbitrary size (closes #1125)
2007-03-25 Rémi Denis... Remove debug
2007-03-25 Rémi Denis... Split ExtractURIValue into a research and an extract...
2007-03-25 Laurent AimarUpgrade dirac support to 0.6.0 (close #1129)
2007-03-25 Rémi Denis... Rename sigset_t variables. No run-time change.
2007-03-25 Antoine CellerierAdd 2 missing calls to config_ChainDestroy().
2007-03-25 Antoine CellerierRemove last call to strchr( , ':' ) and fix a small...
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 CellerierSmall fix.
2007-03-25 Antoine CellerierAdd support for config chain option parsing.
2007-03-25 Antoine CellerierAllow using the config chain syntax for vout filters...
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 CellerierRemove double ;
2007-03-25 Antoine CellerierWoops, forgot to remove this reference to p_libvlc_glob...
2007-03-25 Antoine CellerierWe want to check the main type only (& 0x00f0).
2007-03-25 Damien Fouilleullibvlc/control: make sure aout is active before attempt...
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 Damien Fouilleul- mozilla: added 'firefox-xpcom' to pkgconfig candidates
2007-03-25 Pierre d'HerbemontGestures: Obtain the p_input associated with the p_play...
2007-03-25 Rémi Denis... Block SIGCHLD so we don't get polluted by system()...
2007-03-24 Jean-Baptiste... New gestures actions.
2007-03-24 Jean-Baptiste... Qt4 - Codec Information direct access from menu.
2007-03-24 Pierre d'HerbemontCore: Prefer ANSI-C style comments over C++ comments.
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 CellerierUse the module's name as object name if none was explic...
2007-03-24 Antoine Cellerier * Don't call var_Get every time we have an image to...
2007-03-24 Antoine CellerierOops.
2007-03-24 Antoine CellerierRegister variables as callback. Don't store module...
2007-03-24 Antoine CellerierAdd new var_CreateGet<type>Command functions which...
2007-03-24 Antoine Cellerierif we var_Create with DOINHERIT|ISCOMMAND and ISCOMMAND...
2007-03-24 Antoine CellerierAllow using an object's psz_object_name as id for the...
2007-03-24 Antoine CellerierTypo fix.
2007-03-24 Antoine CellerierAdd news about the rc command syntax change.
2007-03-24 Antoine Cellerier* Make it possible to give names to vlc objects (psz_ob...
2007-03-24 Rémi Denis... Forgot this file
2007-03-24 Rémi Denis... Re-disable v6 only for better handling of udp://@ on...
2007-03-24 Rémi Denis... - Fix various error handling bugs in vlc_execve.
2007-03-24 Christophe... Debian's packaging moved
2007-03-24 Christophe... Fix dvd MRL (from Debian's patch)
2007-03-24 Laurent AimarFixed small memory leaks.
2007-03-24 Laurent AimarFixed stat counter leaks on open failure.
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 AimarFixed memory leak when we cannot save the configuration...
2007-03-24 Laurent AimarFixed 2 segfaults in config_OpenConfigFile.
2007-03-24 Laurent AimarImplemented http proxy for mmsh (close #629)
2007-03-23 Christophe... Fix the strings.
2007-03-23 Laurent AimarUse new EPG api + convert event strings to UTF-8.
2007-03-23 Laurent AimarPartial implementation of EPG support (Converted to...
2007-03-23 Laurent AimarExtended INPUT_DEL_INFO (Allow deleting a whole categor...
2007-03-23 Laurent AimarRe-extended vlc_meta_t.
2007-03-23 Laurent AimarInclude vlc_epg.h
2007-03-23 Laurent AimarAdded EPG (Electronic Program Guide) helpers and ES_OUT...
2007-03-23 Laurent AimarAdded a c++ compatible TAB_APPEND_CPP
2007-03-23 Laurent AimarFixed net_Read and net_Write (poll can be interrupted).
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 Antoine CellerierFrench translation fix by rom1 (http://forum.videolan...
2007-03-22 Christophe... Update Portuguese translation. Thanks to Ari Constacio.
2007-03-22 Christophe... wx: Check in Open() if we have an X
2007-03-22 Damien Fouilleul- vlcshell.cp: compile fix
2007-03-22 Damien Fouilleul- activex: support for options passed as a commmand...
2007-03-22 Damien Fouilleul- mozilla: possible heap corruption when parsing option...
2007-03-22 Damien Fouilleul mozilla: don't hold any reference to root object to...
2007-03-22 Jean-Paul SamanLet the code blend in.
2007-03-22 Jean-Paul SamanFix potential crash condition.
next