]> git.sesse.net Git - vlc/log
vlc
15 years agobuidsystem: Fix package-macosx target so that they build VLC-release.app first. And...
Pierre d'Herbemont [Sun, 3 Aug 2008 16:11:10 +0000 (18:11 +0200)]
buidsystem: Fix package-macosx target so that they build VLC-release.app first. And make sure -zip contains Read Me.rtf.

15 years agomacosx: Set the controller window title to "VLC Media Player".
Pierre d'Herbemont [Sun, 3 Aug 2008 14:12:43 +0000 (16:12 +0200)]
macosx: Set the controller window title to "VLC Media Player".

15 years agoatmo: compile fix
Rémi Denis-Courmont [Sun, 3 Aug 2008 16:10:12 +0000 (19:10 +0300)]
atmo: compile fix

15 years agomacosx: Fix the simple prefs values and titles of string and int option lists. This...
Derk-Jan Hartman [Sun, 3 Aug 2008 16:04:40 +0000 (18:04 +0200)]
macosx: Fix the simple prefs values and titles of string and int option lists. This fixes #1680

15 years agoQt4: compile fix
Rémi Denis-Courmont [Sun, 3 Aug 2008 15:57:27 +0000 (18:57 +0300)]
Qt4: compile fix

15 years agoDo not hide many (all?) thread function having an incorrect prototype
Rémi Denis-Courmont [Sun, 3 Aug 2008 15:03:07 +0000 (18:03 +0300)]
Do not hide many (all?) thread function having an incorrect prototype

15 years agoDo not hide many (all?) thread function having an incorrect prototype
Rémi Denis-Courmont [Sun, 3 Aug 2008 15:03:07 +0000 (18:03 +0300)]
Do not hide many (all?) thread function having an incorrect prototype

15 years agoMoved static arrays to fft context.
Laurent Aimar [Sun, 3 Aug 2008 14:41:40 +0000 (16:41 +0200)]
Moved static arrays to fft context.

15 years agoRemoved static variable and added proper locking scheme.
Laurent Aimar [Sun, 3 Aug 2008 14:31:54 +0000 (16:31 +0200)]
Removed static variable and added proper locking scheme.

15 years agomacosx: Make sure the controller doesn't show nothing instead of the playlist.
Pierre d'Herbemont [Sun, 3 Aug 2008 13:30:56 +0000 (15:30 +0200)]
macosx: Make sure the controller doesn't show nothing instead of the playlist.

15 years agomedia_list_player: Make sure we do return an item to play. Should close #1527.
Pierre d'Herbemont [Sun, 3 Aug 2008 13:30:17 +0000 (15:30 +0200)]
media_list_player: Make sure we do return an item to play. Should close #1527.

15 years agoFixed filter_chain_GetFmtOut to really return the output value when
Laurent Aimar [Sun, 3 Aug 2008 12:54:44 +0000 (14:54 +0200)]
Fixed filter_chain_GetFmtOut to really return the output value when
possible.

15 years agoavcodec: use cast to avoid warning about this const. It's a rare case where we use...
Derk-Jan Hartman [Sun, 3 Aug 2008 12:19:37 +0000 (14:19 +0200)]
avcodec: use cast to avoid warning about this const. It's a rare case where we use a dummy empty palette that won't change and we don't want to recreate it every time either.

15 years agoRemoved non const static variable usages in mp4 drms.
Laurent Aimar [Sun, 3 Aug 2008 12:06:03 +0000 (14:06 +0200)]
Removed non const static variable usages in mp4 drms.

15 years agoavcodec: dummy palette is const
Derk-Jan Hartman [Sun, 3 Aug 2008 11:34:23 +0000 (13:34 +0200)]
avcodec: dummy palette is const

15 years agodmo: use const for audio channels struct
Derk-Jan Hartman [Sun, 3 Aug 2008 11:32:16 +0000 (13:32 +0200)]
dmo: use const for audio channels struct

15 years agov4l: const decl. in line with v4l2.c
Derk-Jan Hartman [Sun, 3 Aug 2008 11:25:45 +0000 (13:25 +0200)]
v4l: const decl. in line with v4l2.c

15 years agoMoved static variable to the subtitle demuxer context.
Laurent Aimar [Sun, 3 Aug 2008 11:39:09 +0000 (13:39 +0200)]
Moved static variable to the subtitle demuxer context.

15 years agoDo not try to precisely seek (unsing ES_OUT_SET_NEXT_DISPLAY_TIME) if it
Laurent Aimar [Sun, 3 Aug 2008 11:19:48 +0000 (13:19 +0200)]
Do not try to precisely seek (unsing ES_OUT_SET_NEXT_DISPLAY_TIME) if it
is too far away (> 500ms) from a key frame.
It will reduce seek precision but the implementation of
ES_OUT_SET_NEXT_DISPLAY_TIME is not good enough yet.

15 years agoqtcapture: const a struct.
Derk-Jan Hartman [Sun, 3 Aug 2008 11:21:01 +0000 (13:21 +0200)]
qtcapture: const a struct.

15 years agoRemoved debug left over in cc decoder.
Laurent Aimar [Sun, 3 Aug 2008 11:12:25 +0000 (13:12 +0200)]
Removed debug left over in cc decoder.

15 years agoFixed a few .mov with mp3 audio (close #1794).
Laurent Aimar [Sat, 2 Aug 2008 23:48:53 +0000 (01:48 +0200)]
Fixed a few .mov with mp3 audio (close #1794).

15 years agocc codec: don't use a static variable in the middle of the code for no reason what...
Derk-Jan Hartman [Sun, 3 Aug 2008 11:06:20 +0000 (13:06 +0200)]
cc codec: don't use a static variable in the middle of the code for no reason what so ever.

15 years agoDeclared many static variables const
Justus Piater [Sun, 3 Aug 2008 08:42:29 +0000 (10:42 +0200)]
Declared many static variables const

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoIn VCDFormatStr(), made temp_str non-static
Justus Piater [Sun, 3 Aug 2008 08:42:30 +0000 (10:42 +0200)]
In VCDFormatStr(), made temp_str non-static

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agomacosx: Add the file that allows nib to be edited.
Pierre d'Herbemont [Sun, 3 Aug 2008 04:24:45 +0000 (06:24 +0200)]
macosx: Add the file that allows nib to be edited.

15 years agomotiondetect: fix categorization of this module in the advanced prefs.
Derk-Jan Hartman [Sun, 3 Aug 2008 01:50:00 +0000 (03:50 +0200)]
motiondetect: fix categorization of this module in the advanced prefs.

15 years agomacosx: don't send key events to inexistent p_vout.
Derk-Jan Hartman [Fri, 1 Aug 2008 14:36:56 +0000 (16:36 +0200)]
macosx: don't send key events to inexistent p_vout.
Fixes a crash when changing deinterlace filter during pause and then pressing a hotkey (like play-pause). In this case the old vout is destroyed, but the new vout has not received an image yet and has therefore not spawned the new window yet.

We want to keep the possibility of using ESC to leave fullscreen if required, So I don't think we should disable key events all together in this rare case.

15 years agoNew icons following the previous remarks, a bit less dark, a bit smaller record butto...
Jean-Baptiste Kempf [Sun, 3 Aug 2008 00:01:19 +0000 (17:01 -0700)]
New icons following the previous remarks, a bit less dark, a bit smaller record button, a bit less colourfull AtoB buttons. Kassdédi to fenrir.

15 years agoCheck updates every 7 days (instead of 14) during the test releases.
Jean-Baptiste Kempf [Sat, 2 Aug 2008 23:39:28 +0000 (16:39 -0700)]
Check updates every 7 days (instead of 14) during the test releases.

15 years agoAdd version number to libvlc(core).dll
Christophe Mutricy [Sat, 2 Aug 2008 18:04:36 +0000 (19:04 +0100)]
Add version number to libvlc(core).dll

And generate the .rc with config.status rather than clutering the
Makefile

15 years agoMake patching more resilient
Christophe Mutricy [Sat, 2 Aug 2008 18:18:54 +0000 (19:18 +0100)]
Make patching more resilient

In case autopoint hasn't replaced our Makefile.in.in

15 years agoRomanian translation update by Cristian Secară
Christophe Mutricy [Sat, 2 Aug 2008 14:45:59 +0000 (15:45 +0100)]
Romanian translation update by Cristian Secară

15 years agoRevert "Revert "Revert "Disable crashy FS controller by default"""
Laurent Aimar [Sat, 2 Aug 2008 23:31:35 +0000 (01:31 +0200)]
Revert "Revert "Revert "Disable crashy FS controller by default"""

This reverts commit b71aa62946473d0a05cf01b67c2b7816757af9e4.
It should be safe to use FS at last.

15 years agoFixed the last issue with FS (in embedded mode we not always be asked to
Laurent Aimar [Sat, 2 Aug 2008 23:30:38 +0000 (01:30 +0200)]
Fixed the last issue with FS (in embedded mode we not always be asked to
release the video).

15 years agoImproved wording
Felix Paul Kühne [Sat, 2 Aug 2008 23:04:24 +0000 (01:04 +0200)]
Improved wording

15 years agoRevert "Revert "Disable crashy FS controller by default""
Laurent Aimar [Sat, 2 Aug 2008 22:34:32 +0000 (00:34 +0200)]
Revert "Revert "Disable crashy FS controller by default""

This reverts commit 5e6f3bde336076620205a4aab32a2781e09be8e0.
Well there is still a bug at exit...

15 years agoRemoved invalid assert.
Laurent Aimar [Sat, 2 Aug 2008 21:46:42 +0000 (23:46 +0200)]
Removed invalid assert.

15 years agoFix previous commit
Rémi Denis-Courmont [Sat, 2 Aug 2008 19:10:45 +0000 (22:10 +0300)]
Fix previous commit

15 years agoIn debug builds, update thread waiting message for each join.
Rémi Denis-Courmont [Sat, 2 Aug 2008 18:56:36 +0000 (21:56 +0300)]
In debug builds, update thread waiting message for each join.

15 years agomacosx: As feepk pointed, performInBackground is too recent for us, and use nil inste...
Pierre d'Herbemont [Sat, 2 Aug 2008 17:15:34 +0000 (19:15 +0200)]
macosx: As feepk pointed, performInBackground is too recent for us, and use nil instead of NULL.

15 years agoFixed regression introduced in [8ffbd86ab31339eea0c36d295eb2398835d2738f]
Laurent Aimar [Sat, 2 Aug 2008 16:29:00 +0000 (18:29 +0200)]
Fixed regression introduced in [8ffbd86ab31339eea0c36d295eb2398835d2738f]
(close #1805)

15 years agoLook for "Title" entry in title 0, instead of always using entry 3
Laurent Aimar [Sat, 2 Aug 2008 15:38:50 +0000 (17:38 +0200)]
Look for "Title" entry in title 0, instead of always using entry 3
for going to the DVD menu.

15 years agoRevert "Disable crashy FS controller by default"
Laurent Aimar [Sat, 2 Aug 2008 15:03:30 +0000 (17:03 +0200)]
Revert "Disable crashy FS controller by default"

This reverts commit 6a66117a34f627ad9560b07cead07663b48f23b6.
The FS has been fixed in bc83685c2acc7181e7f49bc9b4c2ec17655c789c.

15 years agoFixed fullscreen on exit (the embedded video can live longer than QT
Laurent Aimar [Sat, 2 Aug 2008 15:02:20 +0000 (17:02 +0200)]
Fixed fullscreen on exit (the embedded video can live longer than QT
interface.)

15 years agoTry to reuse ES through EOS/BOS. Only the special case of 1 vorbis ES is
Laurent Aimar [Sat, 2 Aug 2008 14:19:13 +0000 (16:19 +0200)]
Try to reuse ES through EOS/BOS. Only the special case of 1 vorbis ES is
supported (if the decoder configuration except its meta data is
identifcal) (close #1142).

15 years agoFixed mp4 apple chapter loading (close #1719)
Laurent Aimar [Sat, 2 Aug 2008 14:15:36 +0000 (16:15 +0200)]
Fixed mp4 apple chapter loading (close #1719)

15 years agoBump version
Rémi Denis-Courmont [Sat, 2 Aug 2008 14:07:10 +0000 (17:07 +0300)]
Bump version

15 years agoSync PO files 0.9.0-test3
Rémi Denis-Courmont [Sat, 2 Aug 2008 13:56:49 +0000 (16:56 +0300)]
Sync PO files

15 years agoDo not leak the IPC helper - might fix #1598
Rémi Denis-Courmont [Sat, 2 Aug 2008 13:55:43 +0000 (16:55 +0300)]
Do not leak the IPC helper - might fix #1598

15 years agomacosx: Fix a memleak.
Pierre d'Herbemont [Sat, 2 Aug 2008 13:59:41 +0000 (15:59 +0200)]
macosx: Fix a memleak.

(ivoire, I guess there are potentially a lot of interaction related memleak).

15 years agomacosx: Fix addNode:.
Pierre d'Herbemont [Sat, 2 Aug 2008 13:53:20 +0000 (15:53 +0200)]
macosx: Fix addNode:.

15 years agomacosx: Make sure that the status column cant be resized.
Pierre d'Herbemont [Sat, 2 Aug 2008 03:37:44 +0000 (05:37 +0200)]
macosx: Make sure that the status column cant be resized.

15 years agoDisable live555 in distcheck
Rémi Denis-Courmont [Sat, 2 Aug 2008 10:16:29 +0000 (13:16 +0300)]
Disable live555 in distcheck

(For the n-th time, please disable in distcheck stuff that breaks
configure when missing)

15 years agoDisable crashy FS controller by default
Rémi Denis-Courmont [Sat, 2 Aug 2008 10:11:32 +0000 (13:11 +0300)]
Disable crashy FS controller by default

15 years agoNon-existent files
Rémi Denis-Courmont [Sat, 2 Aug 2008 10:10:02 +0000 (13:10 +0300)]
Non-existent files

15 years agovlc shall be installable - fix #1735
Rémi Denis-Courmont [Sat, 2 Aug 2008 06:33:36 +0000 (09:33 +0300)]
vlc shall be installable - fix #1735

15 years agoplaylist: Don't allow pl_Release(p_playlist) and pl_Yield(p_playlist).
Pierre d'Herbemont [Sat, 2 Aug 2008 03:25:06 +0000 (05:25 +0200)]
playlist: Don't allow pl_Release(p_playlist) and pl_Yield(p_playlist).

15 years agoplaylist: Make sure we don't pl_Release(p_playlist).
Pierre d'Herbemont [Sat, 2 Aug 2008 03:24:36 +0000 (05:24 +0200)]
playlist: Make sure we don't pl_Release(p_playlist).

In those case the pl_* API doesn't seems convienent/well used.

15 years agomacosx: Make sure empty nodes are shown as node.
Pierre d'Herbemont [Sat, 2 Aug 2008 03:16:28 +0000 (05:16 +0200)]
macosx: Make sure empty nodes are shown as node.

15 years agomacosx: Autosave toolbar position.
Pierre d'Herbemont [Sat, 2 Aug 2008 03:13:55 +0000 (05:13 +0200)]
macosx: Autosave toolbar position.

15 years agomacosx: Fix controller playlist toggling to use the contentRect and not the window...
Pierre d'Herbemont [Sat, 2 Aug 2008 03:11:14 +0000 (05:11 +0200)]
macosx: Fix controller playlist toggling to use the contentRect and not the window Frame rect.

15 years agomacosx: Align the buttons.
Pierre d'Herbemont [Sat, 2 Aug 2008 01:48:56 +0000 (03:48 +0200)]
macosx: Align the buttons.

15 years agomacosx: Fix crash log and remove some unneeded NSLog.
Pierre d'Herbemont [Sat, 2 Aug 2008 01:47:00 +0000 (03:47 +0200)]
macosx: Fix crash log and remove some unneeded NSLog.

15 years agohotkeys: Properly set seekable.
Pierre d'Herbemont [Sat, 2 Aug 2008 01:38:46 +0000 (03:38 +0200)]
hotkeys: Properly set seekable.

15 years agomacosx: Use a toolbar to display controls. (Doesn't look like a toolbar though)
Pierre d'Herbemont [Sat, 2 Aug 2008 00:38:50 +0000 (02:38 +0200)]
macosx: Use a toolbar to display controls. (Doesn't look like a toolbar though)

Also, make sure we do use the slider.

15 years agoinput: Export input_GetState().
Pierre d'Herbemont [Sat, 2 Aug 2008 00:37:56 +0000 (02:37 +0200)]
input: Export input_GetState().

15 years agoTry to fix Sout Dialog ( Part 1 )
Jean-Baptiste Kempf [Sat, 2 Aug 2008 01:19:12 +0000 (18:19 -0700)]
Try to fix Sout Dialog ( Part 1 )

This should fix part of the behaviour for RTP/UDP and the video/audio port.
MRL is not correct since I don't exactly  how it should look like for rtp with two ports.

15 years agoFix potential segfault.
Jean-Baptiste Kempf [Sat, 2 Aug 2008 00:26:22 +0000 (17:26 -0700)]
Fix potential segfault.

15 years agoTurkish translation update by Yuksel Yildirim
Christophe Mutricy [Sat, 2 Aug 2008 00:01:56 +0000 (01:01 +0100)]
Turkish translation update by  Yuksel Yildirim

15 years agoFinnish translation update by Jouni Kähkönen
Christophe Mutricy [Sat, 2 Aug 2008 00:01:15 +0000 (01:01 +0100)]
Finnish translation update by Jouni Kähkönen

15 years agoSwedish translation update by Daniel Nylander
Christophe Mutricy [Fri, 1 Aug 2008 16:31:12 +0000 (17:31 +0100)]
Swedish translation update by Daniel Nylander

15 years agoAdd m2ts and mts to the interface dialog selectors.
Jean-Baptiste Kempf [Fri, 1 Aug 2008 22:41:43 +0000 (15:41 -0700)]
Add m2ts and mts to the interface dialog  selectors.

Synchronise supported extensions.

15 years agomacosx: Localization of the crash log mail.
Pierre d'Herbemont [Fri, 1 Aug 2008 22:29:01 +0000 (00:29 +0200)]
macosx: Localization of the crash log mail.

15 years agoNew pixmaps for play/pause/next/previous/stop.
Jean-Baptiste Kempf [Fri, 1 Aug 2008 22:33:24 +0000 (15:33 -0700)]
New pixmaps for play/pause/next/previous/stop.

Those pixmaps have a higher contrast than the previous ones (better for vision-impaired people).

I have yet to admit that some improvement can be achieved.

15 years agomacosx: Ask to send a mail to our bugreport ML if a crash log is detected.
Pierre d'Herbemont [Fri, 1 Aug 2008 22:22:22 +0000 (00:22 +0200)]
macosx: Ask to send a mail to our bugreport ML if a crash log is detected.

15 years agomacosx: Fix crashlog opening.
Pierre d'Herbemont [Fri, 1 Aug 2008 21:22:02 +0000 (23:22 +0200)]
macosx: Fix crashlog opening.

15 years agoFix the activation or not of advanced buttons in fullscreen controller
Jean-Baptiste Kempf [Fri, 1 Aug 2008 21:57:39 +0000 (14:57 -0700)]
Fix the activation or not of advanced buttons in fullscreen controller

15 years agoFix compiler warning about asprintf return value.
Rémi Duraffort [Fri, 1 Aug 2008 21:07:16 +0000 (23:07 +0200)]
Fix compiler warning about asprintf return value.

15 years agoFix memleak in lua module.
Rémi Duraffort [Fri, 1 Aug 2008 19:48:53 +0000 (21:48 +0200)]
Fix memleak in lua module.

15 years agoplaylist: Handle vlc_InputItemErrorWhenReadingChanged events.
Pierre d'Herbemont [Fri, 1 Aug 2008 20:50:57 +0000 (22:50 +0200)]
playlist: Handle vlc_InputItemErrorWhenReadingChanged events.

15 years agomacosx: Use input_ItemHasErrorWhenReading to display a small icon if there was an...
Pierre d'Herbemont [Fri, 1 Aug 2008 20:49:38 +0000 (22:49 +0200)]
macosx: Use input_ItemHasErrorWhenReading to display a small icon if there was an error when reading. This allow us not to display the message panel each time we have an error when reading.

Regarding the new look, feel free to improve.

15 years agoinput: Expose input_ItemHasErrorWhenReading.
Pierre d'Herbemont [Fri, 1 Aug 2008 20:47:33 +0000 (22:47 +0200)]
input: Expose input_ItemHasErrorWhenReading.

15 years agoDon't clutter REGISTRY on windows...
Jean-Baptiste Kempf [Fri, 1 Aug 2008 20:27:54 +0000 (13:27 -0700)]
Don't clutter REGISTRY on windows...

Using the registry when we can avoid it is a wrong idea, IMHO.
Easier to delete when you delete %appdata%/vlc

15 years agoFix seeking with broken file or without index (close #1687)
Laurent Aimar [Fri, 1 Aug 2008 20:21:44 +0000 (22:21 +0200)]
Fix seeking with broken file or without index (close #1687)

15 years agoMove last.fm password from PasswordShowOnEdit to Password.
Jean-Baptiste Kempf [Fri, 1 Aug 2008 20:14:35 +0000 (13:14 -0700)]
Move last.fm password from PasswordShowOnEdit to Password.
Sorry, I don't liked this 'feature'

15 years agoDelete the "QPainter::begin: A paint device can only be painted by one painter at...
Jean-Baptiste Kempf [Fri, 1 Aug 2008 20:05:56 +0000 (13:05 -0700)]
Delete the "QPainter::begin: A paint device can only be painted by one painter at a time" boring messages in playlist.

15 years agomacosx: Fix #1802 Cursor not hidden if fullscreen controller is disabled (OS X).
Pierre d'Herbemont [Fri, 1 Aug 2008 19:33:36 +0000 (21:33 +0200)]
macosx: Fix #1802 Cursor not hidden if fullscreen controller is disabled (OS X).

15 years agoRemove Unneeded test (thx ipkiss)
Jean-Baptiste Kempf [Fri, 1 Aug 2008 19:36:35 +0000 (12:36 -0700)]
Remove Unneeded test (thx ipkiss)

15 years agoFix menu removal of accelerators. This has yet to be more FIXMEd (jpeg :D)
Jean-Baptiste Kempf [Fri, 1 Aug 2008 19:32:54 +0000 (12:32 -0700)]
Fix menu removal of accelerators. This has yet to be more FIXMEd (jpeg :D)

15 years agoLock/Unlock the http control module.
Rémi Duraffort [Fri, 1 Aug 2008 18:43:37 +0000 (20:43 +0200)]
Lock/Unlock the http control module.

15 years agoPreferences: fix some memleaks and fix horrible video-filter bug. :D
Jean-Baptiste Kempf [Fri, 1 Aug 2008 18:39:00 +0000 (11:39 -0700)]
Preferences: fix some memleaks and fix horrible video-filter bug. :D

15 years agoFix memleaks (use vlclua_dir_list_free).
Rémi Duraffort [Fri, 1 Aug 2008 18:01:54 +0000 (20:01 +0200)]
Fix memleaks (use vlclua_dir_list_free).

15 years agoAdd vlclua_dir_list_free to free list created by vlclua_dir_list and use it.
Rémi Duraffort [Fri, 1 Aug 2008 18:00:54 +0000 (20:00 +0200)]
Add vlclua_dir_list_free to free list created by vlclua_dir_list and use it.

15 years agoFix memleaks: Fill in the destructor of simple preference.
Rémi Duraffort [Fri, 1 Aug 2008 16:40:53 +0000 (18:40 +0200)]
Fix memleaks: Fill in the destructor of simple preference.

15 years agoMissing item to translate.
Jean-Baptiste Kempf [Fri, 1 Aug 2008 16:19:02 +0000 (09:19 -0700)]
Missing item to translate.

15 years agoRewrite a useful tooltip for Windows DShow.
Jean-Baptiste Kempf [Fri, 1 Aug 2008 16:18:00 +0000 (09:18 -0700)]
Rewrite a useful tooltip for Windows DShow.

15 years agoRemove unused variable.
Jean-Baptiste Kempf [Fri, 1 Aug 2008 16:03:24 +0000 (09:03 -0700)]
Remove unused variable.

15 years agoThe last but not least of this serie of memleaks.
Rémi Duraffort [Fri, 1 Aug 2008 15:24:19 +0000 (17:24 +0200)]
The last but not least of this serie of memleaks.

15 years agoFix potential memleak.
Rémi Duraffort [Fri, 1 Aug 2008 15:18:23 +0000 (17:18 +0200)]
Fix potential memleak.