March 2010 Archives by date
Starting: Tue Mar 2 12:23:46 CET 2010
Ending: Wed Mar 31 22:41:58 CEST 2010
Messages: 446
- [vlc-commits] commit: Use pushliteral instead of pushstring where possible. Saves a strlen call. (Antoine Cellerier )
git version control
- [vlc-commits] commit: Use var_Inherit instead of var_CreateGet + var_Destroy. ( Antoine Cellerier )
git version control
- [vlc-commits] commit: Revert "Use pushliteral instead of pushstring where possible. Saves a strlen call." (Antoine Cellerier )
git version control
- [vlc-commits] commit: stream redirected path is a path, not a URI (i.e. no scheme) ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: SplitMRL: warn if we get a path instead of a MRL/URI ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: Qt: simplify SpeedLabel constructor (Jean-Baptiste Kempf )
git version control
- [vlc-commits] commit: Qt: display the correct rate (Jean-Baptiste Kempf )
git version control
- [vlc-commits] commit: Playlist: fix faulty duration sorting due to integer overflow ( Jakob Leben )
git version control
- [vlc-commits] commit: Typo, use after free (fixes: #3372) ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: Input item URI cannot be NULL ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: XSPF: fix NULL dereference on empty <location> ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: XSPF: fix NULL dereference on empty <location> ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: Install and look for plugins in plugins/, not modules/ (fixes: #3352) ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: Handle -v correctly (i.e. as most other programs do) ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: Change vlc.stream() and vlc.memory_stream() error reporting to behave like lua's io.open() or loadfile() functions. ( Antoine Cellerier )
git version control
- [vlc-commits] commit: Lua: Misc simplifications. (Antoine Cellerier )
git version control
- [vlc-commits] commit: Prefer use of function references for buttons (Antoine Cellerier )
git version control
- [vlc-commits] commit: Removed down/up mixing support from mpgatofixed32. (Laurent Aimar )
git version control
- [vlc-commits] commit: Check rate value before using. (Antoine Cellerier )
git version control
- [vlc-commits] commit: Parse input specific options earlier to enable using :rate= something (Antoine Cellerier )
git version control
- [vlc-commits] commit: Update the rate value when setting the input. (Antoine Cellerier )
git version control
- [vlc-commits] commit: Qt: use float for rate and fix a bug when mouseWheeling ( Jean-Baptiste Kempf )
git version control
- [vlc-commits] commit: Qt: ensure that item selection has visible effect in playlist views ( Jakob Leben )
git version control
- [vlc-commits] commit: Use ISO 80000 units for byte quantities as adequate ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: Use MiB rather than MB for arbitrary memory limits ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: Use KiB instead of kB for input statistics ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: Grammar ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: Qt4-X11: cannot embed video if wallpaper mode is on ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: Qt4: --embedded-video must be checked on the window object ( not the UI) ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: Qt4: only embed video coming from the playlist (i.e. not VLM) ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: Qt: show folder icon for non-leaf nodes in iconView and listView ( Jakob Leben )
git version control
- [vlc-commits] commit: Remove HTML anchor from URI in all cases, not just file:// ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: Merge branch 'master' of git.videolan.org:vlc ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: kilobit is kb, not kB ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: Pulse: fix warning ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: Pulse: uses Xlib, needs XInitThreads() ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: GLX: uses Xlib, needs XInitThreads() ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: VAAPI: call XInitThreads() before XOpenDisplay() ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: Fixed invalid var_SetBool in video_filter wrapper . (Laurent Aimar )
git version control
- [vlc-commits] commit: Fixed picture leaks when unlinking a non displayed picture. ( Laurent Aimar )
git version control
- [vlc-commits] commit: utf8_lstat -> vlc_lstat for consistency ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: Fixed mix up between pitches in magnify filter. (Laurent Aimar )
git version control
- [vlc-commits] commit: New icons for repeat, more obvious, done by Daniel Dreibrodt ( Jean-Baptiste Kempf )
git version control
- [vlc-commits] commit: Qt: New shuffle icon, still from Daniel Dreibrodt ( Jean-Baptiste Kempf )
git version control
- [vlc-commits] commit: Qt: do "normal->loopall->loop1->normal" instead of "normal->loop1-> loopall->normal" (Jean-Baptiste Kempf )
git version control
- [vlc-commits] commit: Qt: adjust item text position in listView for better readability ( Jakob Leben )
git version control
- [vlc-commits] commit: Qt: allow sorting by any meta in any view using right-click menu ( Jakob Leben )
git version control
- [vlc-commits] commit: mozilla: fix building for win32 (events not implemented yet) ( Jean-Paul Saman )
git version control
- [vlc-commits] commit: mozilla: use locking wrapper (Jean-Paul Saman )
git version control
- [vlc-commits] commit: Revert "Do not try to compile mozilla plugin for win32." ( Jean-Paul Saman )
git version control
- [vlc-commits] commit: Qt: reorganize playlist actions, rename "Delete" to " Remove Selected" (Jakob Leben )
git version control
- [vlc-commits] commit: Contrib: use libass 0.9.9 and stop using Git (Jean-Baptiste Kempf )
git version control
- [vlc-commits] commit: modules: Don't look in install directory on the Mac OS. (Pierre d' Herbemont )
git version control
- [vlc-commits] commit: VLCKit: Update Pre-Compile.sh to use plugins/ instead of modules/ ( Pierre d'Herbemont )
git version control
- [vlc-commits] commit: configure: Properly set gcc -arch flag depending what host we are targeting. ( Pierre d'Herbemont )
git version control
- [vlc-commits] commit: VLCKit: No need to force the -arch flag now. (Pierre d'Herbemont )
git version control
- [vlc-commits] commit: Linux: fix set_libvlc_path and enable it ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: LIBDIR is not used anywhere ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: Avoid tabs ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: Set libvlc path for other platforms ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: Get rid of PLUGIN_PATH ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: am: Use plugins/ for VLC.app. (Pierre d'Herbemont )
git version control
- [vlc-commits] commit: VLCKit: Fix Pre-Compile.sh when building VLC-release.app. (Pierre d 'Herbemont )
git version control
- [vlc-commits] commit: Increased VOUT_MAX_PICTURES to allows H264 direct rendering. ( Laurent Aimar )
git version control
- [vlc-commits] commit: Always use direct rendering with H264 in avcodec (close #3380). ( Laurent Aimar )
git version control
- [vlc-commits] commit: Fixed ogg demuxer with non xiph extra header (close #3379). ( Laurent Aimar )
git version control
- [vlc-commits] commit: luasd: Fix a leak. (Pierre d'Herbemont )
git version control
- [vlc-commits] commit: Fix make install plugins path ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: Qt: clean bgWidget (Jean-Baptiste Kempf )
git version control
- [vlc-commits] commit: Cosmetic. (Laurent Aimar )
git version control
- [vlc-commits] commit: Prepare for maximal clock jitter configuration. (Laurent Aimar )
git version control
- [vlc-commits] commit: Added an option (clock-jitter) to control the maximum compensated jitter. (Laurent Aimar )
git version control
- [vlc-commits] commit: Use var_Type to test for the existence of a variable ( even more for a void variable). ( Rémi Duraffort )
git version control
- [vlc-commits] commit: Fix make distcheck ( Rémi Duraffort )
git version control
- [vlc-commits] commit: Revert "Lua SD: let the user know we are working" (Pierre d' Herbemont )
git version control
- [vlc-commits] commit: luasd: Force a garbage collect at the end of Run(). (Pierre d' Herbemont )
git version control
- [vlc-commits] commit: modules: Put bool at the end of the structure to eventually ease packing. (Pierre d 'Herbemont )
git version control
- [vlc-commits] commit: Revert "modules: Put bool at the end of the structure to eventually ease packing." ( Pierre d'Herbemont )
git version control
- [vlc-commits] commit: Qt: prevent having cached a deleted item (Jakob Leben )
git version control
- [vlc-commits] commit: Lower the size of the module_t structure because not any module as more than 15 shortcut (I choose 20 to be safe) ( Rémi Duraffort )
git version control
- [vlc-commits] commit: Use KiB instead of kB for input statistics ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: kilobit is kb, not kB ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: modules: Put bool at the end of the structure to eventually ease packing. (Pierre d 'Herbemont )
git version control
- [vlc-commits] commit: Revert "modules: Put bool at the end of the structure to eventually ease packing." ( Pierre d'Herbemont )
git version control
- [vlc-commits] commit: Fix randomisation algorithm. Thanks to jawbroken on IRC. ( Antoine Cellerier )
git version control
- [vlc-commits] commit: Fix quoted values containing # in VLM shell. (Antoine Cellerier )
git version control
- [vlc-commits] commit: Win32: Store the plugins cache in c:\ProgramData\VideoLAN\VLC, run vlc-cache-gen.exe at install time, and as a bonus, fixes #3308 ( Geoffroy Couprie )
git version control
- [vlc-commits] commit: Win32: use ShellExecuteW instead of ShellExecuteA in the update code ( Geoffroy Couprie )
git version control
- [vlc-commits] commit: Win32: don't launch VLC as admin after installing ( Geoffroy Couprie )
git version control
- [vlc-commits] commit: NSIS: small path fix (Geoffroy Couprie )
git version control
- [vlc-commits] commit: NSIS: fix autoplay of DVD and CDAudio (Kaarlo Raiha )
git version control
- [vlc-commits] commit: Run system_Configure after playlist is created (fixes #3344) ( Rémi Denis-Courmont )
git version control
- [vlc-commits] commit: vlc_rand_bytes: minor thread-safety fix ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: vlc_(d|l|m)rand48: thread-safe wrappers for non-secure/fast PRNG ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: playlist: randomize in a thread-safe manner ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Thread-safe random numbers for session IDs ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Use vlc_mrand48() instead of rand() ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: skins2: replace most config_Get with var_Inherit (Erwan Tulou )
git at videolan.org
- [vlc-commits] commit: playlist: fix crash when p_playlist->current.i_size == 0 and random is on (Ilkka Ollakka )
git at videolan.org
- [vlc-commits] commit: Revert "Qt4: --embedded-video must be checked on the window object (not the UI)" ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: XCB: set window provider requested position from video-x and video-y ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: XCB/window: pass requested position to the X server ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Win32: use video-x and video-y (fixes #3215) ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: vlc-cache-gen: add --force option ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: video-x, video-y: make zero the default ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Win32: allow negative values for window coordinates (fixes #3389) ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Win32: allow negative values for window coordinates (fixes #3389) ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: l10n: Chinese update (Dean Lee )
git at videolan.org
- [vlc-commits] commit: l10n: Korean update (airplanez )
git at videolan.org
- [vlc-commits] commit: l10n: Chinese update (Dean Lee )
git at videolan.org
- [vlc-commits] commit: Partially fix encoding of relative paths in playlist files ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: LUA: (really) fix infinite loop ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: udev sd: fix udev based disc finding (Ilkka Ollakka )
git at videolan.org
- [vlc-commits] commit: Qt4: bookmarks: don't give an anonymous temporary object to qtu ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: MSN: fix assertion (fixes #2930) ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: MSN: fix assertion (fixes #2930) ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Fix #include <SDL/SDL.h> to be #include <SDL.h> ( Nathan Phillip Brink )
git at videolan.org
- [vlc-commits] commit: Cosmetic fix ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: RTMP: totally broken, disabled for the time being ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Win32: fix the path to the plugins cache (Geoffroy Couprie )
git at videolan.org
- [vlc-commits] commit: OpenCV: include config.h first ( Rémi Duraffort )
git at videolan.org
- [vlc-commits] commit: OpenCV: cosmetics. ( Rémi Duraffort )
git at videolan.org
- [vlc-commits] commit: OpenCV: more cosmetics. ( Rémi Duraffort )
git at videolan.org
- [vlc-commits] commit: Projectm: missing attach. ( Rémi Duraffort )
git at videolan.org
- [vlc-commits] commit: Symplify configure. ac regarding OpenCV and rename the example file from C++ to C (that' s a C file). ( Rémi Duraffort )
git at videolan.org
- [vlc-commits] commit: Win32: don't remove inexistant directory while uninstalling ( Geoffroy Couprie )
git at videolan.org
- [vlc-commits] commit: Win32: don't forget to remove the plugins cache at uninstall ( Geoffroy Couprie )
git at videolan.org
- [vlc-commits] commit: Qt: don't emit redundant InputManager::statusChanged() signals ( Jakob Leben )
git at videolan.org
- [vlc-commits] commit: Qt: Playlist drag and drop corrections (Jakob Leben )
git at videolan.org
- [vlc-commits] commit: Qt4: fix the "Show Containing folder" feature. ( Rémi Duraffort )
git at videolan.org
- [vlc-commits] commit: Win32: UAC.dll must be packaged while doing package-win32-base-exe (Geoffroy Couprie )
git at videolan.org
- [vlc-commits] commit: Fix make distcheck ( Rémi Duraffort )
git at videolan.org
- [vlc-commits] commit: Qt4: fix x11_display double free and leaks ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Qt4: disable implicit cast from QString to (const) char * ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Qt: use input_item_t* for drag-and-drop data (Jakob Leben )
git at videolan.org
- [vlc-commits] commit: msw: add support for --[no]-mouse-events and --[no] -keyboard-events (Erwan Tulou )
git at videolan.org
- [vlc-commits] commit: Cosmetic ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: .desktop Spanish translation ( Ricardo Pérez López )
git at videolan.org
- [vlc-commits] commit: Cosmetic ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: .desktop Spanish translation ( Ricardo Pérez López )
git at videolan.org
- [vlc-commits] commit: Do not apply playlist path to full URIs ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Fix Doxygen errors ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Compile fix ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: MTP: update to libmtp 1.0.0 + fixes (Fabio Ritrovato )
git at videolan.org
- [vlc-commits] commit: Qt: bgWidget, add the margin to trigger the hide of the label when resizing ( Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Qt: missing includes (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Qt: use qt QStyle to center dialogs on screen (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Fix typo (Fabio Ritrovato )
git at videolan.org
- [vlc-commits] commit: Qt: drag-and-drop: simplification and robustness (Jakob Leben )
git at videolan.org
- [vlc-commits] commit: FileToUrl does not need to be extern ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: FileToUrl: constify ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Remove useless casts ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Constify (fixes #1391) ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Qt: use "no art" picture for drag-and-drop pixmap in all playlist views (Jakob Leben )
git at videolan.org
- [vlc-commits] commit: skins2: fix skins broken because of wrong path separator ( Erwan Tulou )
git at videolan.org
- [vlc-commits] commit: skins2: improve list of skins (Erwan Tulou )
git at videolan.org
- [vlc-commits] commit: Qt: use Qt::DropAction properly throughout playlist drag-and-drop ( Jakob Leben )
git at videolan.org
- [vlc-commits] commit: Win32: don't rebase UAC.dll (Eric Lassauge )
git at videolan.org
- [vlc-commits] commit: typo ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Update: remove printf. ( Rémi Duraffort )
git at videolan.org
- [vlc-commits] commit: skins2: fix corner case with old skins and fullscreen (Erwan Tulou )
git at videolan.org
- [vlc-commits] commit: Qt: Force firstRun Ok button to be focused. (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Qt: Fixing main Interface, phase 1. (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Remove debug (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Lua SD: don't open the playlist lib (Fabio Ritrovato )
git at videolan.org
- [vlc-commits] commit: C++ #include fix ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: i18n: QT4: added 2 missing calls to qtr() in toolbar.cpp (gozer@ progrock.com )
git at videolan.org
- [vlc-commits] commit: Podcast: trim whitespaces from url (Fabio Ritrovato )
git at videolan.org
- [vlc-commits] commit: Lua: don't use empty strings for metas (close #3403) ( Fabio Ritrovato )
git at videolan.org
- [vlc-commits] commit: Typos (Fabio Ritrovato )
git at videolan.org
- [vlc-commits] commit: Lua: fix typo on previous commit (Fabio Ritrovato )
git at videolan.org
- [vlc-commits] commit: Lua SD: check if p_input exists before using it (Fabio Ritrovato )
git at videolan.org
- [vlc-commits] commit: Qt4: bookmarks: don't give an anonymous temporary object to qtu ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Qt: Fix simple preferences according to new ui modes ( Francois Cartegnie )
git at videolan.org
- [vlc-commits] commit: Qt: put Win32 Main Interface function in its own file. ( Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Fix "play only" hotkey when playlist is stopped (i.e. no input) ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: TLS: attach before inheriting variables ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Qt: menus, simplification (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: RTP output: avoid vlc_thread_create() ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: RTP output: E/S needs not be a VLC object ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: RTP output: fix SRTP error path ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Qt: menus, force ViewMenu to run at menuBar creation. ( Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: input_item: new input_item_Copy() (Jakob Leben )
git at videolan.org
- [vlc-commits] commit: playlist: new playlist_NodeAddCopy(), modified playlist_NodeCreate( ) (Jakob Leben )
git at videolan.org
- [vlc-commits] commit: adjustments to playlist API changes (Jakob Leben )
git at videolan.org
- [vlc-commits] commit: input_item: remove b_prefers_tree (Jakob Leben )
git at videolan.org
- [vlc-commits] commit: Revert "PulseAudio cannot be unloaded - fixes #2538" ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Rename linked_with_a_crap_library_which_uses_atexit() ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Fix a warning ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: More debugging (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: fixed libvlc loading, search for vlc in environment PATH on windows if not found in registry ( theonering )
git at videolan.org
- [vlc-commits] commit: changes in libvlc validation (theonering )
git at videolan.org
- [vlc-commits] commit: Change libvlc_instance_t to libvlc_media_player_t where appropriate ( Colin Guthrie )
git at videolan.org
- [vlc-commits] commit: Use a more clever libVLC finder. (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Fix linking (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Do not put copyright statement where it does not belong ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Put only the copyright statement in COPYRIGHT_MESSAGE ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Print exact revision in addition to version number on console ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Updated Swedish translation by Daniel Nylander ( Felix Paul Kühne )
git at videolan.org
- [vlc-commits] commit: Updated list ( Felix Paul Kühne )
git at videolan.org
- [vlc-commits] commit: Updated Swedish translation by Daniel Nylander ( Felix Paul Kühne )
git at videolan.org
- [vlc-commits] commit: legacy macosx intf: make sure we display the right playback button graphic when drawing the video window ( Felix Paul Kühne )
git at videolan.org
- [vlc-commits] commit: opengl: make sure we use this module instead of the caca vout as default within the legacy VLC .app ( Felix Paul Kühne )
git at videolan.org
- [vlc-commits] commit: legacy OS X intf: restored 1.0 look of the video output window ( Felix Paul Kühne )
git at videolan.org
- [vlc-commits] commit: legacy OSX intf: correctly adapt vout window' s size to video content ( Felix Paul Kühne )
git at videolan.org
- [vlc-commits] commit: legacy OS X intf: fixed check-for-update and fullscreen-toggle menu items ( Felix Paul Kühne )
git at videolan.org
- [vlc-commits] commit: legacy OS X intf: removed unfinished VLM interface ( Felix Paul Kühne )
git at videolan.org
- [vlc-commits] commit: legacy OS X intf: fixed playlist table view as hinted by Derk-Jan ( Felix Paul Kühne )
git at videolan.org
- [vlc-commits] commit: legacy OS X intf: re-add the menu items for 'Quit after playback' and 'Normal [playback] rate' ( Felix Paul Kühne )
git at videolan.org
- [vlc-commits] commit: Use gitorious for phonon-vlc, so we don't have 2 forks around. ( Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: French l10n: fixed typo ( Felix Paul Kühne )
git at videolan.org
- [vlc-commits] commit: legacy OS X intf: removed nslog-based debug ( Felix Paul Kühne )
git at videolan.org
- [vlc-commits] commit: legacy OS X intf: fixed locking the vout window's AR ( Felix Paul Kühne )
git at videolan.org
- [vlc-commits] commit: VLCKit: Disable syslog. (Pierre d'Herbemont )
git at videolan.org
- [vlc-commits] commit: VLCKit: Use name instead of $1 and $2 in Pre-Compile script. ( Pierre d'Herbemont )
git at videolan.org
- [vlc-commits] commit: VLCKit: Embed the plugin cache for all archs. (Pierre d'Herbemont )
git at videolan.org
- [vlc-commits] commit: legacy OS X intf: fixed broken time slider ( Felix Paul Kühne )
git at videolan.org
- [vlc-commits] commit: contribs: updated to latest binary package for OS X ( Felix Paul Kühne )
git at videolan.org
- [vlc-commits] commit: VLCKit: fixed typo which prevented the creation of re-distributable bundles and added the libvlc headers to the project file (not distributed in any target) ( Felix Paul Kühne )
git at videolan.org
- [vlc-commits] commit: dirac: an existing option cannot be a deprecated alias ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: x264: remove deprecated aliases from chain ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: x264: remove 0.8.x deprecated aliases completely ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: codec/omxil: OMAP3430 only supports h264 baseline profile up to level 3.0. We now reject anything else as the codec gets confused otherwise. ( Gildas Bazin )
git at videolan.org
- [vlc-commits] commit: Qt: use forward declaration when possible and remove includes ( Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Fix make dist due to vlm removal on Macos (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: activex: stop media_player before releasing it. (Jean-Paul Saman )
git at videolan.org
- [vlc-commits] commit: activex: missing media_list lock/unlock (Jean-Paul Saman )
git at videolan.org
- [vlc-commits] commit: activex: implement async events handling for JavaScript ( Jean-Paul Saman )
git at videolan.org
- [vlc-commits] commit: activex: stop playing on page reload (Jean-Paul Saman )
git at videolan.org
- [vlc-commits] commit: mozilla: stop playing on page reload and when already playing ( Jean-Paul Saman )
git at videolan.org
- [vlc-commits] commit: activex: bool to VARIANT_BOOL macro (Jean-Paul Saman )
git at videolan.org
- [vlc-commits] commit: activex: sync libvlc_MediaPlayer events between activex and mozilla ( Jean-Paul Saman )
git at videolan.org
- [vlc-commits] commit: activex: add IID_IVLCControl2 as know interface to IObjectSafety ( Jean-Paul Saman )
git at videolan.org
- [vlc-commits] commit: test/libvlc: add libvlc_MediaPlayer* events for input states ( Jean-Paul Saman )
git at videolan.org
- [vlc-commits] commit: activex: Fix heap corrumption on Async event delivery ( Jean-Paul Saman )
git at videolan.org
- [vlc-commits] commit: activex: our vlc instance should already have been initialized ( Jean-Paul Saman )
git at videolan.org
- [vlc-commits] commit: activex: stop processing events on closing ActiveX plugin ( Jean-Paul Saman )
git at videolan.org
- [vlc-commits] commit: Fixed uninitialized value. (Hugo Beauzee-Luyssen )
git at videolan.org
- [vlc-commits] commit: skins2: fix wrong focus (Erwan Tulou )
git at videolan.org
- [vlc-commits] commit: skins2: For playlist controls, keys to be forwarded to vlc core ( Erwan Tulou )
git at videolan.org
- [vlc-commits] commit: Qt: fix main_interface sizing part 2 (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Qt: remove dead code (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Qt: remove unneeded workaround (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Qt: fix comments (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Qt: extension dialog, show correctly the version ( Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: IMDB: use a shortdesc (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Qt: remove ugly hack for popupMenu (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: IMDB: fix description (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Avoid integer overflow (Christophe Mutricy )
git at videolan.org
- [vlc-commits] commit: l10n: Estonian update (Eero )
git at videolan.org
- [vlc-commits] commit: l10n: French update ( Éric Lassauge )
git at videolan.org
- [vlc-commits] commit: l10n: Spanish update ( David González )
git at videolan.org
- [vlc-commits] commit: l10n: nsis spanish update ( David González )
git at videolan.org
- [vlc-commits] commit: Avoid integer overflow (Christophe Mutricy )
git at videolan.org
- [vlc-commits] commit: arm_neon: fix the color conversion to use the actual pitch of the pictures instead of trying to guess it . (Gildas Bazin )
git at videolan.org
- [vlc-commits] commit: osx-zip-packages: store symlinks as is to save disk space and shrink the package size ( Felix Paul Kühne )
git at videolan.org
- [vlc-commits] commit: Qt: New BackgroundWiget (Francois Cartegnie )
git at videolan.org
- [vlc-commits] commit: Remove all the quick settings of VLC on Windows ( Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Lua: Extensions, fix position of buttons ( Jean-Philippe André )
git at videolan.org
- [vlc-commits] commit: Win32: minor fixes to the installer (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Lua: rename d:close() to d:delete() and d:flush() to d:update() ( Jean-Philippe André )
git at videolan.org
- [vlc-commits] commit: Lua: update documentation ( Jean-Philippe André )
git at videolan.org
- [vlc-commits] commit: Lua: new function "set_title()" for dialogs ( Jean-Philippe André )
git at videolan.org
- [vlc-commits] commit: Lua: fix previous commit (83ab54255) ( Jean-Philippe André )
git at videolan.org
- [vlc-commits] commit: Qt: fix extensions dialog title (after set_title) ( Jean-Philippe André )
git at videolan.org
- [vlc-commits] commit: Lua: Implement net.connect_tcp (Srikanth Raju )
git at videolan.org
- [vlc-commits] commit: Lua: Avoid segmentation fault on recv() fail (Srikanth Raju )
git at videolan.org
- [vlc-commits] commit: Lua: fix default value of drop-down lists ( Jean-Philippe André )
git at videolan.org
- [vlc-commits] commit: Lua: do not click a button twice in a row ( Jean-Philippe André )
git at videolan.org
- [vlc-commits] commit: compilation fix when building a single arch only ( Felix Paul Kühne )
git at videolan.org
- [vlc-commits] commit: Qt: mainInterface cleanup and simplifications (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: l10n: Walloon update ( Gaëtan Rousseaux )
git at videolan.org
- [vlc-commits] commit: VLCKit: remove the prefix from the parameter value and take into account null values for options that do not require a value . (Sebastien Zwickert )
git at videolan.org
- [vlc-commits] commit: Fixed asf media length (close #2674 and close #3429). ( Laurent Aimar )
git at videolan.org
- [vlc-commits] commit: Prevent negative caching value to be displayed. (Laurent Aimar )
git at videolan.org
- [vlc-commits] commit: Confusing typo ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: x264.c: handle dts/pts from libx264 on X264_BUILD >= 83 onward ( Ilkka Ollakka )
git at videolan.org
- [vlc-commits] commit: x264.c: compile fix (Ilkka Ollakka )
git at videolan.org
- [vlc-commits] commit: Rename 1.1.0-git to 1.1.0-test (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: NEWS updates for 1.1.0-test (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: legacy OSX interface: fixed transcoding with the wizard and re-added mp4a as valid audio codec to the sout panel ( Felix Paul Kühne )
git at videolan.org
- [vlc-commits] commit: Detect the variation of unix2dos (Christophe Mutricy )
git at videolan.org
- [vlc-commits] commit: Adding actions for KDE4 Solid (Hugo Beauzee-Luyssen )
git at videolan.org
- [vlc-commits] commit: Installing KDE4 solid files. (Christophe Mutricy )
git at videolan.org
- [vlc-commits] commit: Fixed potential infinite loop between input/ qt4 regarding input speed. (Laurent Aimar )
git at videolan.org
- [vlc-commits] commit: input: set OSD message when changing rate via hotkeys to display the current rate (v4) (Casian Andrei )
git at videolan.org
- [vlc-commits] commit: Fixed fine rate modifications in hotkeys. (Laurent Aimar )
git at videolan.org
- [vlc-commits] commit: Simplify a bit input rate setting. (Laurent Aimar )
git at videolan.org
- [vlc-commits] commit: remove the time check which avoided rendering the overlay at a time it had been rendered already ; fixes subtitles disappearing when pausing. (Vincent Penquerc'h )
git at videolan.org
- [vlc-commits] commit: Add support for MPEG-4 ALS to the MP4 demuxer and FFmpeg wrapper. ( Alex Converse )
git at videolan.org
- [vlc-commits] commit: Avcodec: CODEC_ID_MP4ALS was only introduced in 52.26.0 ( Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: VLM : move a mutex lock/unlock ( Sébastien Escudier )
git at videolan.org
- [vlc-commits] commit: Don' t inhibit the screensaver if no-disable-screensaver is specified. ( Hugo Beauzee-Luyssen )
git at videolan.org
- [vlc-commits] commit: decomp: handle memory error ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: decomp: avoid large stack allocation ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: decomp: fix potential deadlock at EOF ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Typo (Christophe Mutricy )
git at videolan.org
- [vlc-commits] commit: Fixed initial crop parameters in vout (close #3376). ( Laurent Aimar )
git at videolan.org
- [vlc-commits] commit: Work around cleanup handler bug in kfile plugin ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Qt: appropriate SoundSlider size (Jakob Leben )
git at videolan.org
- [vlc-commits] commit: Qt: make ground for proper main interface size management ( Jakob Leben )
git at videolan.org
- [vlc-commits] commit: lua http interface: add clumsy current-detection in playlist. xml request (Ilkka Ollakka )
git at videolan.org
- [vlc-commits] commit: Typo. ( Rémi Duraffort )
git at videolan.org
- [vlc-commits] commit: growl: fix pontential use after free ( var_delcallbacl called to late). ( Rémi Duraffort )
git at videolan.org
- [vlc-commits] commit: qt4: keep selected popup item visible when sorting (Ilkka Ollakka )
git at videolan.org
- [vlc-commits] commit: Growl: cosmetics. ( Rémi Duraffort )
git at videolan.org
- [vlc-commits] commit: Growl: fix bad memset. ( Rémi Duraffort )
git at videolan.org
- [vlc-commits] commit: Grow: fix crash when the password is NULL. ( Rémi Duraffort )
git at videolan.org
- [vlc-commits] commit: growl: fix a buffer overflow. ( Rémi Duraffort )
git at videolan.org
- [vlc-commits] commit: Growl: fix a second buffer overflow. ( Rémi Duraffort )
git at videolan.org
- [vlc-commits] commit: Growl: cosmetics. ( Rémi Duraffort )
git at videolan.org
- [vlc-commits] commit: Growl: do not get the configuration for every item ( get if at opening time only). ( Rémi Duraffort )
git at videolan.org
- [vlc-commits] commit: Revert "Qt: make ground for proper main interface size management" (Jakob Leben )
git at videolan.org
- [vlc-commits] commit: Qt: subclass QStackedWidget for custom minimumSizeHint() ( Jakob Leben )
git at videolan.org
- [vlc-commits] commit: Qt: fix updating of album art on BackgroundWidget (Jakob Leben )
git at videolan.org
- [vlc-commits] commit: RTP: compute deadline from RX time of oldest packet in queue ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: RTP: typos ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: RTP: premultiply timeout value to VLC frequency ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: getaddrinfo() may list IPv6 even if not supported ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Avformat Don't double unlock (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: RTP: fix timestamp wrap - fix #1645 ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Remove noisy debug ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Lua: fix interface selection. ( Rémi Duraffort )
git at videolan.org
- [vlc-commits] commit: Nuv: don't reject files with no or broken seektable ( Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Qt: initialize stackCentralOldWidget (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Qt: sprintf is deprecated (Francois Cartegnie )
git at videolan.org
- [vlc-commits] commit: Qt: Fix SpeedLabel's tooltip (Francois Cartegnie )
git at videolan.org
- [vlc-commits] commit: Qt: add better tooltip to timelabel (Francois Cartegnie )
git at videolan.org
- [vlc-commits] commit: Qt: speed and time button actionable visual feedback ( Francois Cartegnie )
git at videolan.org
- [vlc-commits] commit: Qt: Drop the no longer used sample_classic (Francois Cartegnie )
git at videolan.org
- [vlc-commits] commit: Fix warning ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Qt: Do not reset fullscreen option on vout reset (Jakob Leben )
git at videolan.org
- [vlc-commits] commit: playlist: allow video-on-top variable to be preserved across vouts ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Qt4: preserve video-on-op, fix #3469 ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: vout wrapper: fix creation of vout with window on top ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Qt: memory leak (Jakob Leben )
git at videolan.org
- [vlc-commits] commit: Qt: delete submenus when clearing the View menu (Jakob Leben )
git at videolan.org
- [vlc-commits] commit: Qt: delete unneeded MenuItemData (Jakob Leben )
git at videolan.org
- [vlc-commits] commit: Avoid debianutils (which) and kdelibs (kde4-config) build-deps ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: getopt: remove useless global variable ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: getopt: posixly_correct need not be static ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: getopt: remove unused ordering modes ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Contribs: live555 remove patch applied upstream. ( Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Contrib: update vorbis and ogg with 1.3.1 (1.2.3) and 1.2.0 (1.1.4) (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Contrib: update lame to 3.98.4 (from 3.98.2) (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: getopt: remove strict POSIX ordering ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: getopt: use ANSI style prototypes ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Contrib: update GnuTLS (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Contrib: update libpng to 1.2.43 (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Contrib: jpeg update to v8a (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Contribs: minor bump freetype to 2.3.12 (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Remove useless indirection ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: No need to print warning on obsolete command line options ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: GetFilenames: avoid use of vlc_optind global ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: system_Configure: remove unused indirection ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: system_Configure: do not depend on vlc_optind global ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: getopt: use stack instead of global variables, fixes #3366 ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Remove debug statement ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Mark --(no-)overlay as safe - fixes #3465 ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: mozilla - Avoid usage of HAVE_NPFUNCTIONS_H (Nicolas Chauvet )
git at videolan.org
- [vlc-commits] commit: - Don't hardcode OJI define - deprecated xith libxul 1.9.2 ( Nicolas Chauvet )
git at videolan.org
- [vlc-commits] commit: Typedef changes from xulrunner 1.9.1 (Nicolas Chauvet )
git at videolan.org
- [vlc-commits] commit: parent-item is not used: mark it obsolete ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Cleanup private and volatile option ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: imem: mark options volatile or private ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: imem: don't pass data pointer through MRL either ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: smem: mark options private or volatile as needed ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: vmem: mark options private or volatile as needed ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Qt: don't resize the mainWindow when toolbar changes ( Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Qt: correctly restore the ColumnID in the playlist. ( Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: imem: add a string cookie so that slaves can be identified ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: imem: typo ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: imem: mark MRL options as safe ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: imem: typo ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Qt: Better restore of the playlist State (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Qt: correct the size behaviour when zoom is called ( Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: On the road to -pre1 (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Made the mmsh protocol adhere to content-length header if it receives Connection : keep-alive (Keary Griffin )
git at videolan.org
- [vlc-commits] commit: Removed duplicated call in imem. (Laurent Aimar )
git at videolan.org
- [vlc-commits] commit: No functionnal changes. (Laurent Aimar )
git at videolan.org
- [vlc-commits] commit: Added support for raw data injection in imem. (Laurent Aimar )
git at videolan.org
- [vlc-commits] commit: Used var_Inherit* in imem. (Laurent Aimar )
git at videolan.org
- [vlc-commits] commit: Fixes a crash in VLC caused by a missing verification for a NULL pointer. (Lucas C. Villa Real )
git at videolan.org
- [vlc-commits] commit: Add 2.35 and 2.39 AR (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Fixed non initialized date_t in some corner case with avcodec. ( Laurent Aimar )
git at videolan.org
- [vlc-commits] commit: NEWS: All ALS sample seem to work now. (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Contrib: EAC3 spectral is finally upstream \o/ ( Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: Activate Walloon on win and mac (Christophe Mutricy )
git at videolan.org
- [vlc-commits] commit: Activate Nynorsk on Win32 and MacOS (Christophe Mutricy )
git at videolan.org
- [vlc-commits] commit: Generate vlc.pot for 1.1.0 (Christophe Mutricy )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Arabic translation (Osama Khalid )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Bulgarian translation (Ivo Ivanov )
git at videolan.org
- [vlc-commits] commit: l10n: Forwarport Bengali translation (Md. Rezwan Shahid )
git at videolan.org
- [vlc-commits] commit: l10n: Forwarport Catalan translation ( Xènia Albà Cantero )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Sorani translation (Ara Qadir )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Czech translation ( Tomáš Chvátal )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Danish translation ( Niels Fanøe )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport German translation (Kai Hermann )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Spanish translation ( David González )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Finnish translation ( Otto Kekäläinen )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Galician translation ( Gonçalo Cordeiro )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Croatian translation ( Dominko Aždajić )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Hungarian translation (Gabor Kelemen )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Indonesian translation (Luqman Hakim )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Italian translation (Vincenzo Reale )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Khmer translation (Khoem Sokhem )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Korean translation (airplanez )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Lithuanian translation (Mindaugas Baranauskas )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Mongolian translation ( Баярсайхан Энхтайван )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Malay translation (Mahrazi Mohd Kamal )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Nepalese translation (Animesh Swar )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Dutch translation (Myckel Habets )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Occitan translation ( Tòni Galhard )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Punjabi translation (A S Alam )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Polish translation ( Michał Trzebiatowski )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Pashto translation (Zabeeh Khan )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Brazilian Portuguese translation (Sidney Doria )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Romanian translation ( Cristian Secară )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Russian translation (Roustam Ghizdatov )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Slovak translation ( Marián Hikaník )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Slovenian translation ( Matej Urbančič )
git at videolan.org
- [vlc-commits] commit: l10n: Forwardport Turkish translation ( Yaşar TAY )
git at videolan.org
- [vlc-commits] commit: l10n: Chinese update (Dean Lee )
git at videolan.org
- [vlc-commits] commit: Refresh PO files (Christophe Mutricy )
git at videolan.org
- [vlc-commits] commit: l10n: Initial Malayalam transaltion (sreejith p )
git at videolan.org
- [vlc-commits] commit: l10n: Initial Macedonian translation (Goce Manevski )
git at videolan.org
- [vlc-commits] commit: l10n: Initial Norwegian Nynorsk translation (Eirik U. Birkeland )
git at videolan.org
- [vlc-commits] commit: l10n: Initial Tamil translation (Abdul Fousan )
git at videolan.org
- [vlc-commits] commit: l10n: Initial Walloon translation ( Gaëtan Rousseaux )
git at videolan.org
- [vlc-commits] commit: l10n: Initial Belarusian translation ( Сергей Дарьичев )
git at videolan.org
- [vlc-commits] commit: l10n: Initial Sinhala translation (H.Shalitha Vikum )
git at videolan.org
- [vlc-commits] commit: Add translaors to THANKS (Christophe Mutricy )
git at videolan.org
- [vlc-commits] commit: Fix for trac #3452 VLC fails to compile on OS X with zlib 1.2.4 ( Julien / Gellule )
git at videolan.org
- [vlc-commits] commit: Fix for trac #3452 VLC fails to compile on OS X with zlib 1.2.4 ( Julien / Gellule )
git at videolan.org
- [vlc-commits] commit: Fixed an issue where http:// was being appended to certain inputs. (Austin Burrow )
git at videolan.org
- [vlc-commits] commit: MMX I420->RGB: avoid text relocations (fixes #1383) ( Alexis Ballier )
git at videolan.org
- [vlc-commits] commit: audio_intf: fix initial value on increment (fixes #3482) ( Francois Cartegnie )
git at videolan.org
- [vlc-commits] commit: export vlc_rename (Keary Griffin )
git at videolan.org
- [vlc-commits] commit: Qt: allow clearing of global keys (Jean-Baptiste Kempf )
git at videolan.org
- [vlc-commits] commit: vlc_socket: create socket with close-on-exec à la vlc_dup () ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: use vlc_socket() ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: vlc_accept: accept() with close-on-exec ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: Use vlc_accept() ( Rémi Denis-Courmont )
git at videolan.org
- [vlc-commits] commit: contribs: updated binary packages for Mac to keep in sync with win32's versions ( Felix Paul Kühne )
git at videolan.org
- [vlc-commits] commit: luahttp: Update the position on the slider. Fix #1671 ( Rémi Duraffort )
git at videolan.org
- [vlc-commits] commit: Compile fix ( Rémi Denis-Courmont )
git at videolan.org
Last message date:
Wed Mar 31 22:41:58 CEST 2010
Archived on: Wed Mar 31 22:42:02 CEST 2010
This archive was generated by
Pipermail 0.09 (Mailman edition).