]> git.sesse.net Git - vlc/log
vlc
15 years agoFix video format passed to pf_update_regions. (Fix asa without direct
Laurent Aimar [Wed, 9 Jul 2008 18:02:01 +0000 (18:02 +0000)]
Fix video format passed to pf_update_regions. (Fix asa without direct
rendering)

15 years agoRevert remnants of ddac67aaf2bde4179f695bb26033488e8e7c35cc
Rémi Denis-Courmont [Wed, 9 Jul 2008 15:16:49 +0000 (18:16 +0300)]
Revert remnants of ddac67aaf2bde4179f695bb26033488e8e7c35cc

Fix audio transcoding).

15 years agoAllow SpinBox to go over 1600 in OS-X prefs.
Jean-Baptiste Kempf [Tue, 8 Jul 2008 09:21:18 +0000 (11:21 +0200)]
Allow SpinBox to go over 1600 in OS-X prefs.

15 years agoAccelerate the network port SpinBox chooser.
Jean-Baptiste Kempf [Tue, 8 Jul 2008 09:16:29 +0000 (11:16 +0200)]
Accelerate the network port SpinBox chooser.

15 years agoFix network panel (start with deactivated checkboxes)
Jean-Baptiste Kempf [Tue, 8 Jul 2008 08:35:33 +0000 (10:35 +0200)]
Fix network panel (start with deactivated checkboxes)

15 years agomacosx: Yet an other locking typo.
Pierre d'Herbemont [Tue, 8 Jul 2008 20:59:56 +0000 (22:59 +0200)]
macosx: Yet an other locking typo.

15 years agomacosx: The playlist is unlocked at this time, so playlist_Control() needs to lock it.
Pierre d'Herbemont [Tue, 8 Jul 2008 20:57:05 +0000 (22:57 +0200)]
macosx: The playlist is unlocked at this time, so playlist_Control() needs to lock it.

This fixes an input and input item leak.

IMHO, such typo are so easy, we need to fix that up. (macosx module is full of those).

15 years agomacosx: Don't take the playlist lock blindly, where there is no use for it.
Pierre d'Herbemont [Tue, 8 Jul 2008 20:24:51 +0000 (22:24 +0200)]
macosx: Don't take the playlist lock blindly, where there is no use for it.

15 years agolibvlccore.sym: Follow alphabetical order and fix make test.
Pierre d'Herbemont [Tue, 8 Jul 2008 20:08:20 +0000 (22:08 +0200)]
libvlccore.sym: Follow alphabetical order and fix make test.

15 years agomacosx: Make sure we use the safe playlist_GetCurrentInput() function. Match pl_Yield...
Pierre d'Herbemont [Tue, 8 Jul 2008 20:05:23 +0000 (22:05 +0200)]
macosx: Make sure we use the safe playlist_GetCurrentInput() function. Match pl_Yield with a pl_Release.

15 years agolibvlccore: Make sure vlc_gc_* function correctly assert() on common errors, and...
Pierre d'Herbemont [Tue, 8 Jul 2008 19:32:49 +0000 (21:32 +0200)]
libvlccore: Make sure vlc_gc_* function correctly assert() on common errors, and de-inline them.

15 years agoFixed segfault in case of title/chapters...
Laurent Aimar [Tue, 8 Jul 2008 21:16:44 +0000 (21:16 +0000)]
Fixed segfault in case of title/chapters...

15 years agoDo not vlc_object_kill on vout/aout and sout when stopping input (close #1673).
Laurent Aimar [Tue, 8 Jul 2008 19:34:59 +0000 (19:34 +0000)]
Do not vlc_object_kill on vout/aout and sout when stopping input (close #1673).
(The vout should never be killed before the decoder is stopped as we may
use direct buffers).

15 years agoFixed used of uninitialized memory on unsupported track.
Laurent Aimar [Tue, 8 Jul 2008 19:32:56 +0000 (19:32 +0000)]
Fixed used of uninitialized memory on unsupported track.
Fixed usage of start_time.
(It should fix #799)

15 years agoqt4/mac: Don't compile demos and examples
Felix Paul Kühne [Tue, 8 Jul 2008 15:46:28 +0000 (17:46 +0200)]
qt4/mac: Don't compile demos and examples

15 years agoMinor unification
Felix Paul Kühne [Tue, 8 Jul 2008 14:27:36 +0000 (16:27 +0200)]
Minor unification

15 years agoUse Qt 4.4.0 for the Mac, too
Felix Paul Kühne [Tue, 8 Jul 2008 14:26:46 +0000 (16:26 +0200)]
Use Qt 4.4.0 for the Mac, too

15 years agomacosx: Don't attempt to close the window in fullscreen.
Pierre d'Herbemont [Tue, 8 Jul 2008 00:38:44 +0000 (02:38 +0200)]
macosx: Don't attempt to close the window in fullscreen.

15 years agomacosx: Fix +resetVout prototype. (Fix #1679 "Fullscreen mode with video window witho...
Pierre d'Herbemont [Tue, 8 Jul 2008 00:27:39 +0000 (02:27 +0200)]
macosx: Fix +resetVout prototype. (Fix #1679 "Fullscreen mode with video window without controls crashes").

15 years agomacosx: Close the video directly when clicking on the Stop button.
Pierre d'Herbemont [Tue, 8 Jul 2008 00:19:41 +0000 (02:19 +0200)]
macosx: Close the video directly when clicking on the Stop button.

15 years agomacosx: Correctly close the vout window if there is no video for 1.5sec.
Pierre d'Herbemont [Tue, 8 Jul 2008 00:13:53 +0000 (02:13 +0200)]
macosx: Correctly close the vout window if there is no video for 1.5sec.

15 years agoHTTP: fix browsing on Win32 - closes #1656
Rémi Denis-Courmont [Mon, 7 Jul 2008 18:23:56 +0000 (21:23 +0300)]
HTTP: fix browsing on Win32 - closes #1656

15 years agoShip the Win32 SDK - closes #1676
Rémi Denis-Courmont [Mon, 7 Jul 2008 17:36:42 +0000 (20:36 +0300)]
Ship the Win32 SDK - closes #1676

15 years agoFix open Panel. thanks fenrir for spotting it.
Jean-Baptiste Kempf [Mon, 7 Jul 2008 17:25:17 +0000 (10:25 -0700)]
Fix open Panel. thanks fenrir for spotting it.

15 years agoFix typo in libvlc_vlm.h
Sebastien Escudier [Mon, 7 Jul 2008 12:39:03 +0000 (14:39 +0200)]
Fix typo in libvlc_vlm.h

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoFix some open panel function as in 000f1e1fb9253dca219253ee54702cf044aff213.
Jean-Baptiste Kempf [Mon, 7 Jul 2008 16:14:19 +0000 (09:14 -0700)]
Fix some open panel function as in 000f1e1fb9253dca219253ee54702cf044aff213.

15 years agoRevert "Fixed open network panel."
Jean-Baptiste Kempf [Mon, 7 Jul 2008 16:11:09 +0000 (09:11 -0700)]
Revert "Fixed open network panel."

This reverts commit 000f1e1fb9253dca219253ee54702cf044aff213.

15 years agoAdd mising \ in some macros.
Jean-Baptiste Kempf [Mon, 7 Jul 2008 16:06:34 +0000 (09:06 -0700)]
Add mising \ in some macros.

15 years agoForce a correct size of the dialog at start.
Jean-Baptiste Kempf [Mon, 7 Jul 2008 14:21:42 +0000 (07:21 -0700)]
Force a correct size of the dialog at start.

15 years agoFix behaviour of DVDSimple button while not in DVD opening
Jean-Baptiste Kempf [Mon, 7 Jul 2008 14:10:47 +0000 (07:10 -0700)]
Fix behaviour of DVDSimple button while not in DVD opening

15 years agoCosmetics.
Jean-Baptiste Kempf [Mon, 7 Jul 2008 14:02:36 +0000 (07:02 -0700)]
Cosmetics.

15 years agoLogarithmic slider for speed.
Jean-Baptiste Kempf [Mon, 7 Jul 2008 13:58:38 +0000 (06:58 -0700)]
Logarithmic slider for speed.

15 years agoEnable asademux and csri in default configure..
Jean-Baptiste Kempf [Mon, 7 Jul 2008 09:29:03 +0000 (11:29 +0200)]
Enable asademux and csri in default configure..

15 years agoQt4.4.0 in contribs.
Jean-Baptiste Kempf [Mon, 7 Jul 2008 09:20:06 +0000 (02:20 -0700)]
Qt4.4.0 in contribs.

15 years agoResized a few controls to make enough room for non-english UI strings
Felix Paul Kühne [Mon, 7 Jul 2008 09:22:11 +0000 (11:22 +0200)]
Resized a few controls to make enough room for non-english UI strings

15 years agoanother l10n related fix
Felix Paul Kühne [Mon, 7 Jul 2008 09:12:59 +0000 (11:12 +0200)]
another l10n related fix

15 years agoTypo
Felix Paul Kühne [Sun, 6 Jul 2008 16:09:52 +0000 (18:09 +0200)]
Typo

15 years agoAnother larger update.
Felix Paul Kühne [Sun, 6 Jul 2008 16:08:09 +0000 (18:08 +0200)]
Another larger update.

Still more to do in the filters area. Qt4 and Cocoa interfaces should be complete by now

15 years agoMore l10n string fixes. Adds a FIXME to atmo.cpp, because that setting description...
Felix Paul Kühne [Sun, 6 Jul 2008 16:07:22 +0000 (18:07 +0200)]
More l10n string fixes. Adds a FIXME to atmo.cpp, because that setting description is not understable for me.

15 years agoRemoved 'fetch-meta' from the welcome dialogue. Still to be done for Sprefs.
Felix Paul Kühne [Sun, 6 Jul 2008 14:29:38 +0000 (16:29 +0200)]
Removed 'fetch-meta' from the welcome dialogue. Still to be done for Sprefs.

Please check

15 years agoFix reading ASX playlist when its size is unknown
Przemyslaw Fiala [Sun, 6 Jul 2008 20:39:24 +0000 (22:39 +0200)]
Fix reading ASX playlist when its size is unknown

Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
15 years agoHelp should be localized.
Antoine Cellerier [Sun, 6 Jul 2008 23:32:49 +0000 (01:32 +0200)]
Help should be localized.

15 years agoFix wording.
Antoine Cellerier [Sun, 6 Jul 2008 23:31:22 +0000 (01:31 +0200)]
Fix wording.

15 years agoDon't print empty sections in the help.
Antoine Cellerier [Sun, 6 Jul 2008 23:07:48 +0000 (01:07 +0200)]
Don't print empty sections in the help.

15 years agolibvlc: Don't print help on module help.
Pierre d'Herbemont [Sun, 6 Jul 2008 23:02:21 +0000 (01:02 +0200)]
libvlc: Don't print help on module help.

It's already in the help.

15 years agolibvlc: --use-stream-immediate and --auto-adjust-pts-delay are advanced options.
Pierre d'Herbemont [Sun, 6 Jul 2008 22:58:30 +0000 (00:58 +0200)]
libvlc: --use-stream-immediate and --auto-adjust-pts-delay are advanced options.

Pointed-out-by: Dionoea
15 years agolibvlc: Advertise -p and --list in help.
Pierre d'Herbemont [Sun, 6 Jul 2008 22:53:23 +0000 (00:53 +0200)]
libvlc: Advertise -p and --list in help.

15 years agoScreenshots might need updates on releases.
Antoine Cellerier [Sun, 6 Jul 2008 22:14:18 +0000 (00:14 +0200)]
Screenshots might need updates on releases.

15 years agoinput: Output a debug message at input creation/destruction.
Pierre d'Herbemont [Sun, 6 Jul 2008 22:06:53 +0000 (00:06 +0200)]
input: Output a debug message at input creation/destruction.

15 years agomacosx: Define playlist_IsStopped(), and make sure it returns the very next state...
Pierre d'Herbemont [Sun, 6 Jul 2008 22:06:21 +0000 (00:06 +0200)]
macosx: Define playlist_IsStopped(), and make sure it returns the very next state. Fix #1674. (Hitting the button stop on Mac OS X interface doesn't close the vout window.)

15 years agoplaylist: Make sure the preparser and the fetcher releases all their waiting elements.
Pierre d'Herbemont [Sun, 6 Jul 2008 21:36:30 +0000 (23:36 +0200)]
playlist: Make sure the preparser and the fetcher releases all their waiting elements.

Fix issue with leaked input item at exit.

15 years agomacosx: Don't send PLAYLIST_SKIP. Fix adding item when an other is playing.
Pierre d'Herbemont [Sun, 6 Jul 2008 21:25:36 +0000 (23:25 +0200)]
macosx: Don't send PLAYLIST_SKIP. Fix adding item when an other is playing.

15 years agomacosx: Stupid IB. (Fix controller size).
Pierre d'Herbemont [Sun, 6 Jul 2008 21:04:02 +0000 (23:04 +0200)]
macosx: Stupid IB. (Fix controller size).

15 years agomacosx: Use an a-la-itunes grid for the playlist.
Pierre d'Herbemont [Sun, 6 Jul 2008 20:58:13 +0000 (22:58 +0200)]
macosx: Use an a-la-itunes grid for the playlist.

This is also controversial, and we could agree to revert.

15 years agomacosx: Use font from the Nib in the playlist.
Pierre d'Herbemont [Sun, 6 Jul 2008 20:53:24 +0000 (22:53 +0200)]
macosx: Use font from the Nib in the playlist.

15 years agomacosx: Outline View refinement, text a bit smaller, rows size adjusted.
Pierre d'Herbemont [Sun, 6 Jul 2008 20:07:48 +0000 (22:07 +0200)]
macosx: Outline View refinement, text a bit smaller, rows size adjusted.

15 years agoFixed potential invalid reads.
Laurent Aimar [Sun, 6 Jul 2008 22:12:03 +0000 (22:12 +0000)]
Fixed potential invalid reads.

15 years agoFixed potential infinite loop.
Laurent Aimar [Sun, 6 Jul 2008 21:18:38 +0000 (21:18 +0000)]
Fixed potential infinite loop.

15 years agolibvlc: --full-help now displays an exhaustive help.
Pierre d'Herbemont [Sun, 6 Jul 2008 19:55:18 +0000 (21:55 +0200)]
libvlc: --full-help now displays an exhaustive help.

-H has been defaulted to --full-help instead of --longhelp. This means that you don't have to type vlc -H --advanced --help-verbose, to get full VLC help. Additionaly, we now advertise a bit -H in -h or --help.

15 years agolibvlc: Fix video-title-position values.
Pierre d'Herbemont [Sun, 6 Jul 2008 19:40:40 +0000 (21:40 +0200)]
libvlc: Fix video-title-position values.

15 years agomacosx: Fix various crashes with the fspanel.
Pierre d'Herbemont [Sun, 6 Jul 2008 19:35:33 +0000 (21:35 +0200)]
macosx: Fix various crashes with the fspanel.

Fullscreen is working back.

15 years agomacosx: Remove a weird already_locked bool. (that removes a runtime warning from...
Pierre d'Herbemont [Sun, 6 Jul 2008 19:34:24 +0000 (21:34 +0200)]
macosx: Remove a weird already_locked bool. (that removes a runtime warning from NSRecursiveLock.)

15 years agoFix memory leak
Rémi Denis-Courmont [Sun, 6 Jul 2008 19:27:40 +0000 (22:27 +0300)]
Fix memory leak

15 years agoplaylist: Make sure the currently playing item is released, even if destroyed.
Pierre d'Herbemont [Sun, 6 Jul 2008 17:39:27 +0000 (19:39 +0200)]
playlist: Make sure the currently playing item is released, even if destroyed.

(Happens when using a service discovery).

15 years agomacosx: Makes the min size of the vout window a little bit larger.
Pierre d'Herbemont [Sun, 6 Jul 2008 17:34:48 +0000 (19:34 +0200)]
macosx: Makes the min size of the vout window a little bit larger.

15 years agomacosx: Set a minimum size to the output window and the main window.
Pierre d'Herbemont [Sun, 6 Jul 2008 17:06:57 +0000 (19:06 +0200)]
macosx: Set a minimum size to the output window and the main window.

15 years agoplaylist: Print a destroyed message when the playlist, fetcher and preparser are...
Pierre d'Herbemont [Sun, 6 Jul 2008 17:01:48 +0000 (19:01 +0200)]
playlist: Print a destroyed message when the playlist, fetcher and preparser are destroyed.

15 years agomacosx: Invalidate the fspanel timer.
Pierre d'Herbemont [Sun, 6 Jul 2008 16:57:59 +0000 (18:57 +0200)]
macosx: Invalidate the fspanel timer.

15 years agoupdate: Include libvlc.h for vlc_custom_create().
Pierre d'Herbemont [Sun, 6 Jul 2008 16:54:37 +0000 (18:54 +0200)]
update: Include libvlc.h for vlc_custom_create().

15 years agoFix warnings
Rémi Denis-Courmont [Sun, 6 Jul 2008 16:50:25 +0000 (19:50 +0300)]
Fix warnings

15 years agoRevert "messages: Prefer the object name over the object type if type is VLC_GENERIC."
Pierre d'Herbemont [Sun, 6 Jul 2008 16:43:06 +0000 (18:43 +0200)]
Revert "messages: Prefer the object name over the object type if type is VLC_GENERIC."

This reverts commit 0386618539878fde94110df15b77ba7c79e54e8c.

Conflicts:

src/misc/messages.c

15 years agomessages: Use psz_object_type.
Pierre d'Herbemont [Sun, 6 Jul 2008 16:30:29 +0000 (18:30 +0200)]
messages: Use psz_object_type.

15 years agocore: set meaningful object type names
Rémi Denis-Courmont [Sun, 6 Jul 2008 16:35:32 +0000 (19:35 +0300)]
core: set meaningful object type names

15 years agomessages: Prefer the object name over the object type if type is VLC_GENERIC.
Pierre d'Herbemont [Sun, 6 Jul 2008 14:57:51 +0000 (16:57 +0200)]
messages: Prefer the object name over the object type if type is VLC_GENERIC.

15 years agoAdd vod in libvlc_vlm
Sebastien Escudier [Fri, 4 Jul 2008 13:04:23 +0000 (15:04 +0200)]
Add vod in libvlc_vlm

Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
15 years agoRevert "libvlc: Add a --verbose-objects option to select which objects should print...
Pierre d'Herbemont [Sun, 6 Jul 2008 13:58:13 +0000 (15:58 +0200)]
Revert "libvlc: Add a --verbose-objects option to select which objects should print their msg."

This reverts commit 497b59e4fc525cca1fd422c0b5ece0672d4d8036.

We are in code freeze.

15 years agolibvlc: Fix --reset-config help message.
Pierre d'Herbemont [Sun, 6 Jul 2008 13:49:49 +0000 (15:49 +0200)]
libvlc: Fix --reset-config help message.

15 years agolibvlc: Add a --verbose-objects option to select which objects should print their...
Pierre d'Herbemont [Sun, 6 Jul 2008 13:45:23 +0000 (15:45 +0200)]
libvlc: Add a --verbose-objects option to select which objects should print their msg.

Sample usage:
--verbose-objects=+input,-all

15 years agomacosx: Make sure we don't receive PLAY request when the interface quit and libvlc...
Pierre d'Herbemont [Sun, 6 Jul 2008 13:43:33 +0000 (15:43 +0200)]
macosx: Make sure we don't receive PLAY request when the interface quit and libvlc is killed. (Hack because the macosx module is squatting the main thread).

15 years agoplaylist: Don't accept request on dead playlist.
Pierre d'Herbemont [Sun, 6 Jul 2008 12:36:57 +0000 (14:36 +0200)]
playlist: Don't accept request on dead playlist.

15 years agoplaylist: Make sure we don't crash when we delete the currently playing node.
Pierre d'Herbemont [Sun, 6 Jul 2008 10:46:04 +0000 (12:46 +0200)]
playlist: Make sure we don't crash when we delete the currently playing node.

15 years agoFix option glx-shm does not exist error
Rémi Denis-Courmont [Sun, 6 Jul 2008 13:33:57 +0000 (16:33 +0300)]
Fix option glx-shm does not exist error

15 years agoQt4: remove fetch-meta - fixes #1670
Rémi Denis-Courmont [Sun, 6 Jul 2008 13:23:15 +0000 (16:23 +0300)]
Qt4: remove fetch-meta - fixes #1670

15 years ago64-bits fix
Rémi Denis-Courmont [Sun, 6 Jul 2008 11:31:11 +0000 (14:31 +0300)]
64-bits fix

15 years agoVery small fr.po update
Rémi Denis-Courmont [Sun, 6 Jul 2008 11:24:16 +0000 (14:24 +0300)]
Very small fr.po update

15 years agoFactorize a translated message
Rémi Denis-Courmont [Sun, 6 Jul 2008 11:24:01 +0000 (14:24 +0300)]
Factorize a translated message

15 years agowx -> qt
Rémi Denis-Courmont [Sun, 6 Jul 2008 11:09:18 +0000 (14:09 +0300)]
wx -> qt

15 years agoProtocol names are localized.
Rémi Denis-Courmont [Sun, 6 Jul 2008 10:55:14 +0000 (13:55 +0300)]
Protocol names are localized.

There are real-life cases. There may also be differences in punctuations
and character sets. Besides the VLC core will anyway apply gettext to
these strings, so they are translatable in any case...

15 years agoTypo
Felix Paul Kühne [Sun, 6 Jul 2008 10:20:38 +0000 (12:20 +0200)]
Typo

15 years agoFirst update of the German l10n. More to come.
Felix Paul Kühne [Sun, 6 Jul 2008 10:19:22 +0000 (12:19 +0200)]
First update of the German l10n. More to come.

15 years agol10n string fixes
Felix Paul Kühne [Sun, 6 Jul 2008 10:18:46 +0000 (12:18 +0200)]
l10n string fixes

Note that _protocol abbreviations_ and friends are not localisable!

15 years agoRTP: keep track of the RTCP socket
Rémi Denis-Courmont [Sun, 6 Jul 2008 09:33:20 +0000 (12:33 +0300)]
RTP: keep track of the RTCP socket

15 years agoRTP: open the RTCP port
Rémi Denis-Courmont [Sun, 6 Jul 2008 09:25:24 +0000 (12:25 +0300)]
RTP: open the RTCP port

At least, we won't be sending ICMP errors from now.

15 years agoShow tooltips on virtually all labels (except for the min/max ones next to sliders)
Felix Paul Kühne [Sun, 6 Jul 2008 00:24:04 +0000 (02:24 +0200)]
Show tooltips on virtually all labels (except for the min/max ones next to sliders)

15 years agominor ui changes
Felix Paul Kühne [Sun, 6 Jul 2008 00:07:35 +0000 (02:07 +0200)]
minor ui changes

Removed a useless dbg msg

15 years agoRemoved the 'Advanced' function from the complete prefs because we want them to be...
Felix Paul Kühne [Sat, 5 Jul 2008 23:18:47 +0000 (01:18 +0200)]
Removed the 'Advanced' function from the complete prefs because we want them to be complete in any case thanks to SPrefs

Additionally, removed the temporary Simple Prefences menu item.

15 years agoThere is no need to reload the playlist on every single cycle of the manage thread...
Felix Paul Kühne [Sat, 5 Jul 2008 22:50:29 +0000 (00:50 +0200)]
There is no need to reload the playlist on every single cycle of the manage thread. Trust the callbacks triggering 'PlaylistChanged' in VLCMain.

15 years agoSlovenian l10n update by Matej Urbančič
Christophe Mutricy [Sat, 5 Jul 2008 21:53:01 +0000 (22:53 +0100)]
Slovenian l10n update by Matej Urbančič

15 years agoUpdate POTFILES.in and vlc.pot
Christophe Mutricy [Sat, 5 Jul 2008 21:49:05 +0000 (22:49 +0100)]
Update POTFILES.in and vlc.pot

15 years agoMake the update-po rule a bit more hackish
Christophe Mutricy [Sat, 5 Jul 2008 22:33:56 +0000 (23:33 +0100)]
Make the update-po rule a bit more hackish