]> git.sesse.net Git - vlc/shortlog
vlc
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-10 Rémi Denis... Support for UDP-Lite (with full checksum coverage only...
2007-09-10 Damien Fouilleulsmb.c: prevents problem with glibc defining open as...
2007-09-10 Rafaël CarréFixes zsh completion. Same as [17801], didn't committe...
2007-09-10 Rafaël CarréAttempt to fix zsh completion
2007-09-10 Rafaël CarréProperly use Id keyword
2007-09-10 Rafaël CarréForget that in previous commit
2007-09-10 Rafaël CarréAdds 2 scripts to make vlc the default audio/video...
2007-09-10 Bernie PurcellSelect subtitle stream from the mkv container automatically
2007-09-09 Jean-Baptiste... Qt4 - Remove preferences button from interface. Remove...
2007-09-09 Jean-Baptiste... Qt4 - MainInterface: Make right-click on timeLabel...
2007-09-09 Jean-Baptiste... Qt4 - MainInterface, avoid the bug that makes the popup...
2007-09-09 Rafaël CarréFixes playlist search when metadata is missing
2007-09-09 Rafaël CarréUses different accelerators for Video & View menus...
2007-09-09 Jean-Baptiste... Qt4 - speedLabel : consistency.
2007-09-09 Jean-Baptiste... Qt4 - VLM. Patch by Jean-François Massol, reworked...
2007-09-09 Rafaël CarréUses altglass' artwork for repeat/shuffle and add buttons.
2007-09-09 Rafaël Carréffmpeg demux: Simplify
2007-09-09 Jean-Baptiste... Qt4 - volumeSlider: correct the sliders functions and...
2007-09-09 Antoine CellerierAdd comment.
2007-09-09 Christophe... luameta.c: Fix a message
2007-09-09 Antoine CellerierRemove debug.
2007-09-09 Antoine CellerierFix the url translation
2007-09-09 Rémi Denis... Remove UDP-Lite support from access_output_udp.
2007-09-09 Rémi Denis... Use net_SetCSCov
2007-09-09 Rémi Denis... Cut & paste error
2007-09-09 Antoine CellerierRestore the interface when it's minimized and you click...
2007-09-09 Rafaël Carrémedia library loading: Adds a fixme reminder for pdherb...
2007-09-09 Rémi Denis... Fix ptrdiff_t abuse. Especially in video_filter_invert:
2007-09-09 Antoine CellerierNevermind. /me buys some glasses.
2007-09-09 Antoine CellerierFix comment.
2007-09-09 Rémi Denis... net_SetCSCov: sets checksum coverages of a socket
2007-09-09 Jean-Baptiste... THANKS to Stefán Freyr Stefánsson
2007-09-09 Rémi Denis... Default RTSP timeout value is 60 seconds, rather than...
2007-09-09 Jean-Baptiste... Qt4 - Have a slider to control precisely the rate,...
2007-09-09 Jean-Baptiste... Qt4 - IM: Add a setRate function.
2007-09-09 Jean-Baptiste... Qt4 - Extended Panels: add callback on audio-presets...
2007-09-09 Jean-Baptiste... Qt4 Return VLC_SUCCESS instead of 0
2007-09-09 Jean-Baptiste... Qt4 - Not reimplementing existing functions might not...
2007-09-09 Ilkka OllakkaPatch from Alex Antropoff, put block_align in use....
2007-09-09 Antoine CellerierXDG Base Directory Specification fix. I wasn't using...
2007-09-09 Rémi Denis... We only support "rtsp"; do not pretend to support rtspu...
2007-09-09 Antoine CellerierChange the QSettings stuff here too (this looks kind...
2007-09-09 Jean-Baptiste... Qt4 - Add new icons for the playlist/shuffle/repeat.
2007-09-09 Antoine CellerierSaves the qt intf settings in $XDG_CONFIG_DIR/vlc/...
2007-09-09 Jean-Baptiste... Qt4 - Add a VLM.ui.
2007-09-09 Antoine CellerierFix win32 typo.
2007-09-09 Antoine CellerierOn OSes other than Windows, Mac OS X and BeOS (so it...
2007-09-09 Rafaël CarréFixes segfault
2007-09-09 Rafaël CarréMakes it clear that one-instance mode is optional
2007-09-09 Rémi Denis... stream_out_rtp: Linux splice() support
2007-09-09 Rafaël CarréFix trax issue 3 on win32, patch by Hannes Domani
2007-09-09 Ilkka Ollakkaadd back check to see if infopanel is opened for someth...
2007-09-09 Jean-Baptiste... Qt4 - Add a close button on the extended Panels as...
2007-09-09 Jean-Baptiste... Qt4 - Volume: set the slider maximum to 200, in order...
2007-09-09 Jean-Baptiste... Qt4 - Volume Icon updates NOT in an TIMEOUT function...
2007-09-08 Rafaël Carréqt4 fullscreen: releases the vout
2007-09-08 Rafaël CarréMakes services_discovery option strictly load the given...
2007-09-08 Rafaël Carréqt4 fullscreen: Uses FIND_ANYWHERE to find vout, fixes...
2007-09-08 Rafaël CarréMoves volume icon update in the timer
2007-09-08 Jean-Baptiste... Qt4 - Volume, when clicked on the icon, mute and change...
2007-09-08 Rafaël Carréqt4: Adds a volume-muted icon
2007-09-08 Jean-Baptiste... Qt4 - Volume: if volume > 50% of the sliderBar, then...
2007-09-08 Rafaël CarréDon't use PLAYLIST_GO when adding directories, fix...
2007-09-08 Jean-Baptiste... Qt4 - Menu: inconstency, reattach interfaces to tools...
2007-09-08 Jean-Baptiste... Qt4 - Removing frightening debug message :D
2007-09-08 Jean-Baptiste... Qt4 - Menu. Code cosmetic.
2007-09-08 Jean-Baptiste... Qt4 - Menu consistency for Tools.
2007-09-08 Jean-Baptiste... Qt4 - Cleanups, simplifications. Public=>Private for...
2007-09-08 Jean-Baptiste... Qt4 - Cleanups on dialog and public=>private.
2007-09-08 Jean-Baptiste... Qt4 - Errors: cleanup, trailing spaces and (). Public...
2007-09-08 Jean-Baptiste... Qt4 - Sout: Hide the UDP output options by default...
2007-09-08 Ilkka Ollakkaonly emit rateChanged when it has changed
2007-09-08 Rémi Denis... Simplify
2007-09-08 Jean-Baptiste... Qt4 - oops. fix Trax#42
2007-09-08 Jean-Baptiste... Qt4 - cleanup.
2007-09-08 Jean-Baptiste... Qt4 - add qt-error-dialogs option and fix interaction...
2007-09-08 Jean-Baptiste... Qt4 - Fix previous commit and implement also snapshot...
2007-09-08 Jean-Baptiste... Qt4 - Fullscreen button should work now. hasVideo(...
2007-09-08 Jean-Baptiste... Qt4 - MainInterface and InputManager: setRate actually...
2007-09-08 Rémi Denis... RTCP SR is back
2007-09-08 Rémi Denis... Bring back the lightweight RTCP sender
2007-09-08 Rémi Denis... Make room for RTCP support
2007-09-08 Jean-Baptiste... Qt4 - Audio/Video order fix in menus. Changes MediaInfo...
2007-09-08 Jean-Baptiste... Qt4 - Stats. Reverse the statistic order. Resize to...
2007-09-08 Jean-Baptiste... Qt4 - GotoTime: force emission of update() in the IM...
2007-09-08 Jean-Baptiste... Qt4 TraxPage 27 QT4: initial size of vlc in windows.
2007-09-08 Jean-Baptiste... Qt4 - Open Capture: remove unuseful debug and use diffe...
2007-09-08 Jean-Baptiste... Qt4 - Open: fix https handling, udp port and rtsp adres...
2007-09-08 Rémi Denis... Remove dead RTCP code
2007-09-08 Rémi Denis... access_out_udp: remove "raw" mode that is not used...
2007-09-08 Rémi Denis... Bring back the clock thread for RTP output.
2007-09-08 Rémi Denis... Remove dummy error
2007-09-08 Ilkka OllakkaQT 7.2 seems to handle PPS/SPS ok, so send them too.
2007-09-08 Rémi Denis... Fix warnings
2007-09-08 Rémi Denis... Code factorization
2007-09-08 Rémi Denis... Cosmetics
2007-09-08 Jean-Baptiste... QT4: fix warning on already assigned hotkey
2007-09-08 Jean-Baptiste... Qt4 - MI: Install an event filter to make click on...
2007-09-08 Rafaël CarréMakes a debug msg more explicit
next