]>
git.sesse.net Git - vlc/log
Rafaël Carré [Mon, 10 Sep 2007 18:56:52 +0000 (18:56 +0000)]
Removes trailing spaces. Removes tabs.
Rémi Denis-Courmont [Mon, 10 Sep 2007 18:34:56 +0000 (18:34 +0000)]
Support for UDP-Lite (with full checksum coverage only atm)
Damien Fouilleul [Mon, 10 Sep 2007 12:59:08 +0000 (12:59 +0000)]
smb.c: prevents problem with glibc defining open as a macro
Rafaël Carré [Mon, 10 Sep 2007 11:04:42 +0000 (11:04 +0000)]
Fixes zsh completion. Same as [17801], didn't committed back then because it wasn't compiling on trunk.
Rafaël Carré [Mon, 10 Sep 2007 05:28:49 +0000 (05:28 +0000)]
Attempt to fix zsh completion
Rafaël Carré [Mon, 10 Sep 2007 03:46:56 +0000 (03:46 +0000)]
Properly use Id keyword
Rafaël Carré [Mon, 10 Sep 2007 03:43:44 +0000 (03:43 +0000)]
Forget that in previous commit
Rafaël Carré [Mon, 10 Sep 2007 03:43:27 +0000 (03:43 +0000)]
Adds 2 scripts to make vlc the default audio/video mime-type handler on freedesktop, contributed by forum user.
Bernie Purcell [Mon, 10 Sep 2007 01:53:28 +0000 (01:53 +0000)]
Select subtitle stream from the mkv container automatically
if it has a DEFAULT flag on it. User overrides for
preferred language should continue to take precedence.
The current versions of MKVToolnix correctly support DEFAULT
track tag but some older versions don't. If you want to have
subtitle streams in your mkv file, but not have them activate
by default, try remuxing any files causing you trouble, with
the current version of MKVToolnix, and turning the DEFAULT
track flag option to NO for all subtitles streams.
MKVToolnix is available from http://www.bunkus.org/videotools/mkvtoolnix/
Jean-Baptiste Kempf [Sun, 9 Sep 2007 23:59:19 +0000 (23:59 +0000)]
Qt4 - Remove preferences button from interface. Remove unuseful debug.
Jean-Baptiste Kempf [Sun, 9 Sep 2007 23:54:51 +0000 (23:54 +0000)]
Qt4 - MainInterface: Make right-click on timeLabel and speedLabel display nicely aligned menus. :D
Jean-Baptiste Kempf [Sun, 9 Sep 2007 23:14:38 +0000 (23:14 +0000)]
Qt4 - MainInterface, avoid the bug that makes the popupMenu toggle the TimeDisplay().
Rafaël Carré [Sun, 9 Sep 2007 23:05:48 +0000 (23:05 +0000)]
Fixes playlist search when metadata is missing
Rafaël Carré [Sun, 9 Sep 2007 22:55:19 +0000 (22:55 +0000)]
Uses different accelerators for Video & View menus. Fixes #1283
Jean-Baptiste Kempf [Sun, 9 Sep 2007 22:31:03 +0000 (22:31 +0000)]
Qt4 - speedLabel : consistency.
Jean-Baptiste Kempf [Sun, 9 Sep 2007 22:19:48 +0000 (22:19 +0000)]
Qt4 - VLM. Patch by Jean-François Massol, reworked by /me
Rafaël Carré [Sun, 9 Sep 2007 22:11:22 +0000 (22:11 +0000)]
Uses altglass' artwork for repeat/shuffle and add buttons.
Rafaël Carré [Sun, 9 Sep 2007 22:00:05 +0000 (22:00 +0000)]
ffmpeg demux: Simplify
Jean-Baptiste Kempf [Sun, 9 Sep 2007 21:45:04 +0000 (21:45 +0000)]
Qt4 - volumeSlider: correct the sliders functions and calculus...
Antoine Cellerier [Sun, 9 Sep 2007 21:43:27 +0000 (21:43 +0000)]
Add comment.
Christophe Mutricy [Sun, 9 Sep 2007 21:12:29 +0000 (21:12 +0000)]
luameta.c: Fix a message
vlclua.c: get rid of an empty module and fix descriptions
Antoine Cellerier [Sun, 9 Sep 2007 21:03:49 +0000 (21:03 +0000)]
Remove debug.
Antoine Cellerier [Sun, 9 Sep 2007 21:01:31 +0000 (21:01 +0000)]
Fix the url translation
Rémi Denis-Courmont [Sun, 9 Sep 2007 20:13:17 +0000 (20:13 +0000)]
Remove UDP-Lite support from access_output_udp.
If someone wants to have it in there, it should probably rather be done
using a dedicated shortcut rather than a boolean configuration.
Rémi Denis-Courmont [Sun, 9 Sep 2007 20:09:34 +0000 (20:09 +0000)]
Use net_SetCSCov
Rémi Denis-Courmont [Sun, 9 Sep 2007 20:04:14 +0000 (20:04 +0000)]
Cut & paste error
Antoine Cellerier [Sun, 9 Sep 2007 19:59:52 +0000 (19:59 +0000)]
Restore the interface when it's minimized and you click on the systray icon.
Rafaël Carré [Sun, 9 Sep 2007 19:59:26 +0000 (19:59 +0000)]
media library loading: Adds a fixme reminder for pdherbemont
Rémi Denis-Courmont [Sun, 9 Sep 2007 19:56:31 +0000 (19:56 +0000)]
Fix ptrdiff_t abuse. Especially in video_filter_invert:
ptrdiff_t is signed so unequality comparison between pointers would
compute wrong when the two operands are within opposite halves of the
memory space.
Antoine Cellerier [Sun, 9 Sep 2007 19:41:05 +0000 (19:41 +0000)]
Nevermind. /me buys some glasses.
Antoine Cellerier [Sun, 9 Sep 2007 19:32:34 +0000 (19:32 +0000)]
Fix comment.
Rémi Denis-Courmont [Sun, 9 Sep 2007 19:20:39 +0000 (19:20 +0000)]
net_SetCSCov: sets checksum coverages of a socket
Jean-Baptiste Kempf [Sun, 9 Sep 2007 17:55:16 +0000 (17:55 +0000)]
THANKS to Stefán Freyr Stefánsson
Rémi Denis-Courmont [Sun, 9 Sep 2007 17:52:38 +0000 (17:52 +0000)]
Default RTSP timeout value is 60 seconds, rather than never - closes #1163
Jean-Baptiste Kempf [Sun, 9 Sep 2007 17:42:50 +0000 (17:42 +0000)]
Qt4 - Have a slider to control precisely the rate, usefull since we can here audio at all speeds now. :D
Patch by StFS - Stefán Freyr Stefánsson
Jean-Baptiste Kempf [Sun, 9 Sep 2007 17:41:17 +0000 (17:41 +0000)]
Qt4 - IM: Add a setRate function.
Jean-Baptiste Kempf [Sun, 9 Sep 2007 17:37:27 +0000 (17:37 +0000)]
Qt4 - Extended Panels: add callback on audio-presets to fix the issue when the audio menu does not match with extended settings.
Jean-Baptiste Kempf [Sun, 9 Sep 2007 17:34:33 +0000 (17:34 +0000)]
Qt4 Return VLC_SUCCESS instead of 0
Jean-Baptiste Kempf [Sun, 9 Sep 2007 17:33:16 +0000 (17:33 +0000)]
Qt4 - Not reimplementing existing functions might not be a bad idea... hmmm...
Ilkka Ollakka [Sun, 9 Sep 2007 17:27:17 +0000 (17:27 +0000)]
Patch from Alex Antropoff, put block_align in use. Fixes wma1-encoding,
example sout: '#transcode{acodec=wma1,samplerate=22050,ab=96,channels=2}\
:std{access=mmsh,mux=asfh,dst=:18080}'
Antoine Cellerier [Sun, 9 Sep 2007 17:27:07 +0000 (17:27 +0000)]
XDG Base Directory Specification fix. I wasn't using the XDG_CACHE_HOME variable for the cache directory. Thanks to ILEoo for noticing.
Rémi Denis-Courmont [Sun, 9 Sep 2007 17:06:53 +0000 (17:06 +0000)]
We only support "rtsp"; do not pretend to support rtspu, rtsps and
whatever else might ever be invented
Antoine Cellerier [Sun, 9 Sep 2007 16:30:55 +0000 (16:30 +0000)]
Change the QSettings stuff here too (this looks kind of hackish but at least it makes sure that we don't spawn multiple configuration folders)
Jean-Baptiste Kempf [Sun, 9 Sep 2007 16:23:03 +0000 (16:23 +0000)]
Qt4 - Add new icons for the playlist/shuffle/repeat.
Icons done by aLtgLasS.
Antoine Cellerier [Sun, 9 Sep 2007 16:19:18 +0000 (16:19 +0000)]
Saves the qt intf settings in $XDG_CONFIG_DIR/vlc/ too (instead of $XDG_CONFIG_DIR/VideoLAN/).
Jean-Baptiste Kempf [Sun, 9 Sep 2007 16:17:15 +0000 (16:17 +0000)]
Qt4 - Add a VLM.ui.
Patch by Jean-François Massol
Antoine Cellerier [Sun, 9 Sep 2007 16:13:56 +0000 (16:13 +0000)]
Fix win32 typo.
Antoine Cellerier [Sun, 9 Sep 2007 16:10:45 +0000 (16:10 +0000)]
On OSes other than Windows, Mac OS X and BeOS (so it's Linux) comply with the XDG Base Directory Specification version 0.6. The old configuration file (vlcrc) will be copied to the new location. Other data like caches will have to be rebuilt (the album art cache in VLC was new in 0.9.0 so it's ok to lose it). Closes #1267
Rafaël Carré [Sun, 9 Sep 2007 14:46:22 +0000 (14:46 +0000)]
Fixes segfault
Rafaël Carré [Sun, 9 Sep 2007 13:43:40 +0000 (13:43 +0000)]
Makes it clear that one-instance mode is optional
Rémi Denis-Courmont [Sun, 9 Sep 2007 11:22:16 +0000 (11:22 +0000)]
stream_out_rtp: Linux splice() support
Rafaël Carré [Sun, 9 Sep 2007 09:36:16 +0000 (09:36 +0000)]
Fix trax issue 3 on win32, patch by Hannes Domani
Ilkka Ollakka [Sun, 9 Sep 2007 08:09:30 +0000 (08:09 +0000)]
add back check to see if infopanel is opened for something else than
current item.
Jean-Baptiste Kempf [Sun, 9 Sep 2007 01:29:00 +0000 (01:29 +0000)]
Qt4 - Add a close button on the extended Panels as requested. Trax#44 Closed.
Jean-Baptiste Kempf [Sun, 9 Sep 2007 01:17:15 +0000 (01:17 +0000)]
Qt4 - Volume: set the slider maximum to 200, in order to match the OSD % of the volume, which will help to debug.
However, I still don't understand whether the "normal" volume is 256 or 512 and when starts the "dangerous" amplification
Jean-Baptiste Kempf [Sun, 9 Sep 2007 00:59:44 +0000 (00:59 +0000)]
Qt4 - Volume Icon updates NOT in an TIMEOUT function, which is called very often. Redesign only when needed.
Rafaël Carré [Sat, 8 Sep 2007 21:17:35 +0000 (21:17 +0000)]
qt4 fullscreen: releases the vout
Rafaël Carré [Sat, 8 Sep 2007 20:18:25 +0000 (20:18 +0000)]
Makes services_discovery option strictly load the given module (i.e. not use a fallback module if the one specified isn't available)
Rafaël Carré [Sat, 8 Sep 2007 20:13:16 +0000 (20:13 +0000)]
qt4 fullscreen: Uses FIND_ANYWHERE to find vout, fixes trax issue 24
Rafaël Carré [Sat, 8 Sep 2007 19:51:34 +0000 (19:51 +0000)]
Moves volume icon update in the timer
Sets default icon to high
Jean-Baptiste Kempf [Sat, 8 Sep 2007 19:02:47 +0000 (19:02 +0000)]
Qt4 - Volume, when clicked on the icon, mute and change the icon to the muted one.
Rafaël Carré [Sat, 8 Sep 2007 18:49:56 +0000 (18:49 +0000)]
qt4: Adds a volume-muted icon
Jean-Baptiste Kempf [Sat, 8 Sep 2007 18:32:17 +0000 (18:32 +0000)]
Qt4 - Volume: if volume > 50% of the sliderBar, then show the highVolume Label.
Rafaël Carré [Sat, 8 Sep 2007 17:54:38 +0000 (17:54 +0000)]
Don't use PLAYLIST_GO when adding directories, fix trax 16th issue
Jean-Baptiste Kempf [Sat, 8 Sep 2007 17:24:18 +0000 (17:24 +0000)]
Qt4 - Menu: inconstency, reattach interfaces to tools menu. Trax#44
Jean-Baptiste Kempf [Sat, 8 Sep 2007 17:19:43 +0000 (17:19 +0000)]
Qt4 - Removing frightening debug message :D
Jean-Baptiste Kempf [Sat, 8 Sep 2007 17:18:51 +0000 (17:18 +0000)]
Qt4 - Menu. Code cosmetic.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 17:14:00 +0000 (17:14 +0000)]
Qt4 - Menu consistency for Tools.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 16:01:33 +0000 (16:01 +0000)]
Qt4 - Cleanups, simplifications. Public=>Private for slots.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 15:48:31 +0000 (15:48 +0000)]
Qt4 - Cleanups on dialog and public=>private.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 15:38:23 +0000 (15:38 +0000)]
Qt4 - Errors: cleanup, trailing spaces and (). Public => private.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 15:11:58 +0000 (15:11 +0000)]
Qt4 - Sout: Hide the UDP output options by default, but provide an easy way to activate it.
Ilkka Ollakka [Sat, 8 Sep 2007 15:08:54 +0000 (15:08 +0000)]
only emit rateChanged when it has changed
Rémi Denis-Courmont [Sat, 8 Sep 2007 14:59:44 +0000 (14:59 +0000)]
Simplify
Jean-Baptiste Kempf [Sat, 8 Sep 2007 14:52:53 +0000 (14:52 +0000)]
Qt4 - oops. fix Trax#42
Jean-Baptiste Kempf [Sat, 8 Sep 2007 14:50:22 +0000 (14:50 +0000)]
Qt4 - cleanup.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 14:50:04 +0000 (14:50 +0000)]
Qt4 - add qt-error-dialogs option and fix interaction. Should fix part of #1229.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 14:10:31 +0000 (14:10 +0000)]
Qt4 - Fix previous commit and implement also snapshot button.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 13:53:58 +0000 (13:53 +0000)]
Qt4 - Fullscreen button should work now. hasVideo() does not work, so force the activation of related buttons.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 13:45:25 +0000 (13:45 +0000)]
Qt4 - MainInterface and InputManager: setRate actually shows something in the interface.
Rémi Denis-Courmont [Sat, 8 Sep 2007 12:00:13 +0000 (12:00 +0000)]
RTCP SR is back
Rémi Denis-Courmont [Sat, 8 Sep 2007 11:36:00 +0000 (11:36 +0000)]
Bring back the lightweight RTCP sender
Rémi Denis-Courmont [Sat, 8 Sep 2007 11:32:16 +0000 (11:32 +0000)]
Make room for RTCP support
Jean-Baptiste Kempf [Sat, 8 Sep 2007 11:10:30 +0000 (11:10 +0000)]
Qt4 - Audio/Video order fix in menus. Changes MediaInformation shortcut to Ctrl+I. Will not remove Ctrl+J for codecs since this is one of the most asked question.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 11:06:45 +0000 (11:06 +0000)]
Qt4 - Stats. Reverse the statistic order. Resize to the correct size. Trax#48
Jean-Baptiste Kempf [Sat, 8 Sep 2007 10:56:44 +0000 (10:56 +0000)]
Qt4 - GotoTime: force emission of update() in the IM, in order to fix Trax#33
Jean-Baptiste Kempf [Sat, 8 Sep 2007 10:45:04 +0000 (10:45 +0000)]
Qt4 TraxPage 27 QT4: initial size of vlc in windows.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 10:39:05 +0000 (10:39 +0000)]
Qt4 - Open Capture: remove unuseful debug and use different numbers.
Jean-Baptiste Kempf [Sat, 8 Sep 2007 10:23:24 +0000 (10:23 +0000)]
Qt4 - Open: fix https handling, udp port and rtsp adress entering, fix Trax#15
Rémi Denis-Courmont [Sat, 8 Sep 2007 10:08:33 +0000 (10:08 +0000)]
Remove dead RTCP code
Rémi Denis-Courmont [Sat, 8 Sep 2007 09:50:01 +0000 (09:50 +0000)]
access_out_udp: remove "raw" mode that is not used anymore
(it was only used internally by the RTP sout).
Rémi Denis-Courmont [Sat, 8 Sep 2007 09:45:11 +0000 (09:45 +0000)]
Bring back the clock thread for RTP output.
Only now there is one per track rather than one per client per track.
Rémi Denis-Courmont [Sat, 8 Sep 2007 09:36:35 +0000 (09:36 +0000)]
Remove dummy error
Ilkka Ollakka [Sat, 8 Sep 2007 09:11:56 +0000 (09:11 +0000)]
QT 7.2 seems to handle PPS/SPS ok, so send them too.
small typo to fix port-audio/video sending.
Rémi Denis-Courmont [Sat, 8 Sep 2007 08:48:15 +0000 (08:48 +0000)]
Fix warnings
Rémi Denis-Courmont [Sat, 8 Sep 2007 08:43:14 +0000 (08:43 +0000)]
Code factorization
Rémi Denis-Courmont [Sat, 8 Sep 2007 07:51:14 +0000 (07:51 +0000)]
Cosmetics
Jean-Baptiste Kempf [Sat, 8 Sep 2007 02:29:44 +0000 (02:29 +0000)]
QT4: fix warning on already assigned hotkey
Patch by Hannes Domani
Jean-Baptiste Kempf [Sat, 8 Sep 2007 02:00:20 +0000 (02:00 +0000)]
Qt4 - MI: Install an event filter to make click on timeLabel automatically switch between modes.
Rafaël Carré [Sat, 8 Sep 2007 01:56:00 +0000 (01:56 +0000)]
Makes a debug msg more explicit