]> git.sesse.net Git - vlc/log
vlc
16 years agoBundle libvlc-control.dylib in VLC.app and VLC-release.app
Olivier Aubert [Wed, 12 Sep 2007 14:04:38 +0000 (14:04 +0000)]
Bundle libvlc-control.dylib in VLC.app and VLC-release.app

16 years agoDistribute the headers
Christophe Mutricy [Tue, 11 Sep 2007 22:11:43 +0000 (22:11 +0000)]
Distribute the headers

16 years agonote to myself: test before commit please
Rafaël Carré [Tue, 11 Sep 2007 22:01:35 +0000 (22:01 +0000)]
note to myself: test before commit please

16 years agoRemove always true tests
Christophe Mutricy [Tue, 11 Sep 2007 22:01:04 +0000 (22:01 +0000)]
Remove always true tests

16 years agoRemove debug.
Antoine Cellerier [Tue, 11 Sep 2007 22:00:09 +0000 (22:00 +0000)]
Remove debug.

16 years agoDetect new mpris players, and stick to the last player that ran
Rafaël Carré [Tue, 11 Sep 2007 22:00:06 +0000 (22:00 +0000)]
Detect new mpris players, and stick to the last player that ran
Add 3 buttons for loop, repeat and random
Default directory is set to ~ if hardcoded library doesn't exist

16 years agoAdd a lua playlist script for trailers.apple.com pages.
Antoine Cellerier [Tue, 11 Sep 2007 21:55:39 +0000 (21:55 +0000)]
Add a lua playlist script for trailers.apple.com pages.

16 years agouse va_copy, so you don't use same va_list twice.
Ilkka Ollakka [Tue, 11 Sep 2007 21:52:19 +0000 (21:52 +0000)]
use va_copy, so you don't use same va_list twice.

16 years agoAdd support for "iTunes podcast" (example: itpc://www.apple.com/trailers/home/podcast...
Antoine Cellerier [Tue, 11 Sep 2007 21:16:03 +0000 (21:16 +0000)]
Add support for "iTunes podcast" (example: itpc://www.apple.com/trailers/home/podcasts/pc-2314.xml) which is basically http with a different access name.

16 years agoAll: missing ATTRIBUTE_FORMAT
Rémi Denis-Courmont [Tue, 11 Sep 2007 20:32:27 +0000 (20:32 +0000)]
All: missing ATTRIBUTE_FORMAT
Now lets hunt the format warnings!

16 years agoATTRIBUTE_FORMAT for input_ItemAddInfo
Rémi Denis-Courmont [Tue, 11 Sep 2007 20:23:16 +0000 (20:23 +0000)]
ATTRIBUTE_FORMAT for input_ItemAddInfo

16 years agoATTRIBUTE_FORMAT for sdp_AddAttribute
Rémi Denis-Courmont [Tue, 11 Sep 2007 20:21:01 +0000 (20:21 +0000)]
ATTRIBUTE_FORMAT for sdp_AddAttribute

16 years agoGeneric support for text streams in RTP.
Rémi Denis-Courmont [Tue, 11 Sep 2007 20:14:00 +0000 (20:14 +0000)]
Generic support for text streams in RTP.
No actually subtype implemented currently though.

16 years agoFix segfault when nothing is playing
Rafaël Carré [Tue, 11 Sep 2007 19:28:00 +0000 (19:28 +0000)]
Fix segfault when nothing is playing

16 years agoChecks pointers before using them
Rafaël Carré [Tue, 11 Sep 2007 18:25:24 +0000 (18:25 +0000)]
Checks pointers before using them

16 years agoFix TEST_NEXT macro usage (renamed to TEST_NEXT_ITEM)
Rafaël Carré [Tue, 11 Sep 2007 18:11:46 +0000 (18:11 +0000)]
Fix TEST_NEXT macro usage (renamed to TEST_NEXT_ITEM)
Removes not used or deprecated methods

16 years agoKill FIXME
Rémi Denis-Courmont [Tue, 11 Sep 2007 17:59:24 +0000 (17:59 +0000)]
Kill FIXME

16 years agoFix SDP generation with non-RTP mux
Rémi Denis-Courmont [Tue, 11 Sep 2007 17:52:25 +0000 (17:52 +0000)]
Fix SDP generation with non-RTP mux

16 years agoOups: s/getsockname/getpeername/
Rémi Denis-Courmont [Tue, 11 Sep 2007 17:45:07 +0000 (17:45 +0000)]
Oups: s/getsockname/getpeername/

16 years agoUse the SDP helpers
Rémi Denis-Courmont [Tue, 11 Sep 2007 17:42:30 +0000 (17:42 +0000)]
Use the SDP helpers

16 years agoDon't forget bitrate
Rémi Denis-Courmont [Tue, 11 Sep 2007 17:41:17 +0000 (17:41 +0000)]
Don't forget bitrate

16 years agoFix *printf usage
Rémi Denis-Courmont [Tue, 11 Sep 2007 17:35:01 +0000 (17:35 +0000)]
Fix *printf usage

16 years agoRemove extraneous \n
Rémi Denis-Courmont [Tue, 11 Sep 2007 17:34:21 +0000 (17:34 +0000)]
Remove extraneous \n

16 years agoMissing CRLF
Rémi Denis-Courmont [Tue, 11 Sep 2007 17:24:09 +0000 (17:24 +0000)]
Missing CRLF

16 years agoFix segfault
Rémi Denis-Courmont [Tue, 11 Sep 2007 17:21:58 +0000 (17:21 +0000)]
Fix segfault

16 years agoTry to improve and export the SDP formatting helpers
Rémi Denis-Courmont [Tue, 11 Sep 2007 17:05:09 +0000 (17:05 +0000)]
Try to improve and export the SDP formatting helpers

16 years agoFix warning
Rémi Denis-Courmont [Tue, 11 Sep 2007 15:52:21 +0000 (15:52 +0000)]
Fix warning

16 years agoSame for lxdialog and xvmc
Rafaël Carré [Tue, 11 Sep 2007 10:55:01 +0000 (10:55 +0000)]
Same for lxdialog and xvmc

16 years agoReverts [21943] for galaktos as it is external to vlc.
Rafaël Carré [Tue, 11 Sep 2007 10:14:01 +0000 (10:14 +0000)]
Reverts [21943] for galaktos as it is external to vlc.
Just in case it is merged one day with upstream source.

16 years agoQt4 - DP: add INTF_DIALOG_DIRECTORY to the different cases.
Jean-Baptiste Kempf [Mon, 10 Sep 2007 22:44:37 +0000 (22:44 +0000)]
Qt4 - DP: add INTF_DIALOG_DIRECTORY to the different cases.

16 years agoFix some filenames + cosmetic
Christophe Mutricy [Mon, 10 Sep 2007 22:44:09 +0000 (22:44 +0000)]
Fix some filenames + cosmetic

16 years agoSort the VLC translation languages alphabeticaly according to their label, and not...
Antoine Cellerier [Mon, 10 Sep 2007 21:34:00 +0000 (21:34 +0000)]
Sort the VLC translation languages alphabeticaly according to their label, and not their code, in English. The order will be broken in some other languages I guess but at least it'll be coherent the first time the user launches VLC (in English) and changes the language to use in the preferences.

16 years agoFix horrible bug in language id list (must have broken the language selection dialog...
Antoine Cellerier [Mon, 10 Sep 2007 21:25:06 +0000 (21:25 +0000)]
Fix horrible bug in language id list (must have broken the language selection dialog for a long time)

16 years agoCosmetics, fix a few warnings, add a few memleaks (but we don't care do we?)
Antoine Cellerier [Mon, 10 Sep 2007 21:01:42 +0000 (21:01 +0000)]
Cosmetics, fix a few warnings, add a few memleaks (but we don't care do we?)

16 years agoFix doxycomment for VLC_AddTarget. It returns the item id.
Christophe Mutricy [Mon, 10 Sep 2007 20:55:31 +0000 (20:55 +0000)]
Fix doxycomment for VLC_AddTarget. It returns the item id.

16 years agoRevert previous commit for loader as it is external to vlc
Rafaël Carré [Mon, 10 Sep 2007 20:28:47 +0000 (20:28 +0000)]
Revert previous commit for loader as it is external to vlc

16 years agoRemoves trailing spaces. Removes tabs.
Rafaël Carré [Mon, 10 Sep 2007 18:56:52 +0000 (18:56 +0000)]
Removes trailing spaces. Removes tabs.

16 years agoSupport for UDP-Lite (with full checksum coverage only atm)
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)

16 years agosmb.c: prevents problem with glibc defining open as a macro
Damien Fouilleul [Mon, 10 Sep 2007 12:59:08 +0000 (12:59 +0000)]
smb.c: prevents problem with glibc defining open as a macro

16 years agoFixes zsh completion. Same as [17801], didn't committed back then because it wasn...
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.

16 years agoAttempt to fix zsh completion
Rafaël Carré [Mon, 10 Sep 2007 05:28:49 +0000 (05:28 +0000)]
Attempt to fix zsh completion

16 years agoProperly use Id keyword
Rafaël Carré [Mon, 10 Sep 2007 03:46:56 +0000 (03:46 +0000)]
Properly use Id keyword

16 years agoForget that in previous commit
Rafaël Carré [Mon, 10 Sep 2007 03:43:44 +0000 (03:43 +0000)]
Forget that in previous commit

16 years agoAdds 2 scripts to make vlc the default audio/video mime-type handler on freedesktop...
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.

16 years agoSelect subtitle stream from the mkv container automatically
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/

16 years agoQt4 - Remove preferences button from interface. Remove unuseful debug.
Jean-Baptiste Kempf [Sun, 9 Sep 2007 23:59:19 +0000 (23:59 +0000)]
Qt4 - Remove preferences button from interface. Remove unuseful debug.

16 years agoQt4 - MainInterface: Make right-click on timeLabel and speedLabel display nicely...
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

16 years agoQt4 - MainInterface, avoid the bug that makes the popupMenu toggle the TimeDisplay().
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().

16 years agoFixes playlist search when metadata is missing
Rafaël Carré [Sun, 9 Sep 2007 23:05:48 +0000 (23:05 +0000)]
Fixes playlist search when metadata is missing

16 years agoUses different accelerators for Video & View menus. Fixes #1283
Rafaël Carré [Sun, 9 Sep 2007 22:55:19 +0000 (22:55 +0000)]
Uses different accelerators for Video & View menus. Fixes #1283

16 years agoQt4 - speedLabel : consistency.
Jean-Baptiste Kempf [Sun, 9 Sep 2007 22:31:03 +0000 (22:31 +0000)]
Qt4 - speedLabel : consistency.

16 years agoQt4 - VLM. Patch by Jean-François Massol, reworked by /me
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

16 years agoUses altglass' artwork for repeat/shuffle and add buttons.
Rafaël Carré [Sun, 9 Sep 2007 22:11:22 +0000 (22:11 +0000)]
Uses altglass' artwork for repeat/shuffle and add buttons.

16 years agoffmpeg demux: Simplify
Rafaël Carré [Sun, 9 Sep 2007 22:00:05 +0000 (22:00 +0000)]
ffmpeg demux: Simplify

16 years agoQt4 - volumeSlider: correct the sliders functions and calculus...
Jean-Baptiste Kempf [Sun, 9 Sep 2007 21:45:04 +0000 (21:45 +0000)]
Qt4 - volumeSlider: correct the sliders functions and calculus...

16 years agoAdd comment.
Antoine Cellerier [Sun, 9 Sep 2007 21:43:27 +0000 (21:43 +0000)]
Add comment.

16 years agoluameta.c: Fix a message
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

16 years agoRemove debug.
Antoine Cellerier [Sun, 9 Sep 2007 21:03:49 +0000 (21:03 +0000)]
Remove debug.

16 years agoFix the url translation
Antoine Cellerier [Sun, 9 Sep 2007 21:01:31 +0000 (21:01 +0000)]
Fix the url translation

16 years agoRemove UDP-Lite support from access_output_udp.
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.

16 years agoUse net_SetCSCov
Rémi Denis-Courmont [Sun, 9 Sep 2007 20:09:34 +0000 (20:09 +0000)]
Use net_SetCSCov

16 years agoCut & paste error
Rémi Denis-Courmont [Sun, 9 Sep 2007 20:04:14 +0000 (20:04 +0000)]
Cut & paste error

16 years agoRestore the interface when it's minimized and you click on the systray icon.
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.

16 years agomedia library loading: Adds a fixme reminder for pdherbemont
Rafaël Carré [Sun, 9 Sep 2007 19:59:26 +0000 (19:59 +0000)]
media library loading: Adds a fixme reminder for pdherbemont

16 years agoFix ptrdiff_t abuse. Especially in video_filter_invert:
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.

16 years agoNevermind. /me buys some glasses.
Antoine Cellerier [Sun, 9 Sep 2007 19:41:05 +0000 (19:41 +0000)]
Nevermind. /me buys some glasses.

16 years agoFix comment.
Antoine Cellerier [Sun, 9 Sep 2007 19:32:34 +0000 (19:32 +0000)]
Fix comment.

16 years agonet_SetCSCov: sets checksum coverages of a socket
Rémi Denis-Courmont [Sun, 9 Sep 2007 19:20:39 +0000 (19:20 +0000)]
net_SetCSCov: sets checksum coverages of a socket

16 years agoTHANKS to Stefán Freyr Stefánsson
Jean-Baptiste Kempf [Sun, 9 Sep 2007 17:55:16 +0000 (17:55 +0000)]
THANKS to Stefán Freyr Stefánsson

16 years agoDefault RTSP timeout value is 60 seconds, rather than never - closes #1163
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

16 years agoQt4 - Have a slider to control precisely the rate, usefull since we can here audio...
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

16 years agoQt4 - IM: Add a setRate function.
Jean-Baptiste Kempf [Sun, 9 Sep 2007 17:41:17 +0000 (17:41 +0000)]
Qt4 - IM: Add a setRate function.

16 years agoQt4 - Extended Panels: add callback on audio-presets to fix the issue when the audio...
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.

16 years agoQt4 Return VLC_SUCCESS instead of 0
Jean-Baptiste Kempf [Sun, 9 Sep 2007 17:34:33 +0000 (17:34 +0000)]
Qt4 Return VLC_SUCCESS instead of 0

16 years agoQt4 - Not reimplementing existing functions might not be a bad idea... hmmm...
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...

16 years agoPatch from Alex Antropoff, put block_align in use. Fixes wma1-encoding,
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}'

16 years agoXDG Base Directory Specification fix. I wasn't using the XDG_CACHE_HOME variable...
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.

16 years agoWe only support "rtsp"; do not pretend to support rtspu, rtsps and
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

16 years agoChange the QSettings stuff here too (this looks kind of hackish but at least it makes...
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)

16 years agoQt4 - Add new icons for the playlist/shuffle/repeat.
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.

16 years agoSaves the qt intf settings in $XDG_CONFIG_DIR/vlc/ too (instead of $XDG_CONFIG_DIR...
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/).

16 years agoQt4 - Add a VLM.ui.
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

16 years agoFix win32 typo.
Antoine Cellerier [Sun, 9 Sep 2007 16:13:56 +0000 (16:13 +0000)]
Fix win32 typo.

16 years agoOn OSes other than Windows, Mac OS X and BeOS (so it's Linux) comply with the XDG...
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

16 years agoFixes segfault
Rafaël Carré [Sun, 9 Sep 2007 14:46:22 +0000 (14:46 +0000)]
Fixes segfault

16 years agoMakes it clear that one-instance mode is optional
Rafaël Carré [Sun, 9 Sep 2007 13:43:40 +0000 (13:43 +0000)]
Makes it clear that one-instance mode is optional

16 years agostream_out_rtp: Linux splice() support
Rémi Denis-Courmont [Sun, 9 Sep 2007 11:22:16 +0000 (11:22 +0000)]
stream_out_rtp: Linux splice() support

16 years agoFix trax issue 3 on win32, patch by Hannes Domani
Rafaël Carré [Sun, 9 Sep 2007 09:36:16 +0000 (09:36 +0000)]
Fix trax issue 3 on win32, patch by Hannes Domani

16 years agoadd back check to see if infopanel is opened for something else than
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.

16 years agoQt4 - Add a close button on the extended Panels as requested. Trax#44 Closed.
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.

16 years agoQt4 - Volume: set the slider maximum to 200, in order to match the OSD % of the volum...
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

16 years agoQt4 - Volume Icon updates NOT in an TIMEOUT function, which is called very often...
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.

16 years agoqt4 fullscreen: releases the vout
Rafaël Carré [Sat, 8 Sep 2007 21:17:35 +0000 (21:17 +0000)]
qt4 fullscreen: releases the vout

16 years agoMakes services_discovery option strictly load the given module (i.e. not use a fallba...
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)

16 years agoqt4 fullscreen: Uses FIND_ANYWHERE to find vout, fixes trax issue 24
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

16 years agoMoves volume icon update in the timer
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

16 years agoQt4 - Volume, when clicked on the icon, mute and change the icon to the muted one.
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.

16 years agoqt4: Adds a volume-muted icon
Rafaël Carré [Sat, 8 Sep 2007 18:49:56 +0000 (18:49 +0000)]
qt4: Adds a volume-muted icon

16 years agoQt4 - Volume: if volume > 50% of the sliderBar, then show the highVolume Label.
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.

16 years agoDon't use PLAYLIST_GO when adding directories, fix trax 16th issue
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