]> git.sesse.net Git - vlc/log
vlc
13 years agodtv: fix typo.
Rémi Duraffort [Thu, 28 Apr 2011 17:26:24 +0000 (19:26 +0200)]
dtv: fix typo.

13 years agoContribs: update Qt to 4.7.2
Jean-Baptiste Kempf [Wed, 27 Apr 2011 22:51:45 +0000 (00:51 +0200)]
Contribs: update Qt to 4.7.2

Close #3907

13 years agoRemoved useless includes (cc.c)
Laurent Aimar [Wed, 27 Apr 2011 19:14:56 +0000 (21:14 +0200)]
Removed useless includes (cc.c)

13 years agoUsed decoder_NewSubpictureText to render CC.
Laurent Aimar [Wed, 27 Apr 2011 19:04:19 +0000 (21:04 +0200)]
Used decoder_NewSubpictureText to render CC.

13 years agoUsed decoder_NewSubpictureText to render SRT subtitles.
Laurent Aimar [Wed, 27 Apr 2011 18:53:25 +0000 (20:53 +0200)]
Used decoder_NewSubpictureText to render SRT subtitles.

13 years agoAdded helpers to create text subpicture.
Laurent Aimar [Wed, 27 Apr 2011 18:48:40 +0000 (20:48 +0200)]
Added helpers to create text subpicture.

It creates a subpicture rendering text at the display size.

13 years agoQt: undo the FSC/KDE workaround
Ludovic Fauvet [Thu, 21 Apr 2011 23:49:41 +0000 (01:49 +0200)]
Qt: undo the FSC/KDE workaround

This is a partial revert of the "fix" introduced in
ffe7367b1672ec72705ec4cb440758ec0c869230.

If you encounter a visual bug in the fullscreen controller and you are
using KDE, please upgrade to version 4.6.2 or don't use the Oxygen
theme.

Ref: https://bugs.kde.org/show_bug.cgi?id=254473

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoQt, use more tooltips, to improve accessibility
Jean-Baptiste Kempf [Wed, 27 Apr 2011 10:37:29 +0000 (12:37 +0200)]
Qt, use more tooltips, to improve accessibility

Tried to re-use already existing strings, as far as possible

13 years agoQt, small code simplification
Jean-Baptiste Kempf [Wed, 27 Apr 2011 10:37:12 +0000 (12:37 +0200)]
Qt, small code simplification

13 years agoQt, remove unnecessary headers
Jean-Baptiste Kempf [Wed, 27 Apr 2011 10:11:58 +0000 (12:11 +0200)]
Qt, remove unnecessary headers

setHeaderHidden() was introduced in 4.4

13 years agoQt: provide a tooltip for icon-only button
Jean-Baptiste Kempf [Wed, 27 Apr 2011 10:07:17 +0000 (12:07 +0200)]
Qt: provide a tooltip for icon-only button

This is better for accessibility, I think

13 years agoQt, help/update: code simplification
Jean-Baptiste Kempf [Wed, 27 Apr 2011 09:51:37 +0000 (11:51 +0200)]
Qt, help/update: code simplification

13 years agomacosx: fixed minor ui glitch
Felix Paul Kühne [Wed, 27 Apr 2011 11:04:19 +0000 (13:04 +0200)]
macosx: fixed minor ui glitch

13 years agoClose ticket #4719
Jean-Paul Saman [Wed, 27 Apr 2011 10:24:26 +0000 (12:24 +0200)]
Close ticket #4719

Ascending and Descending were wrongly translated as Aflopend and Oplopend, while
it is the other way arround.

13 years agoSeparated SRT and USF subtitles decoder.
Laurent Aimar [Tue, 26 Apr 2011 21:34:13 +0000 (23:34 +0200)]
Separated SRT and USF subtitles decoder.

13 years agoNEWS: mentionned subsass decoder removal.
Laurent Aimar [Tue, 26 Apr 2011 20:17:22 +0000 (22:17 +0200)]
NEWS: mentionned subsass decoder removal.

13 years agoRemoved VLC internal SSA decoder.
Laurent Aimar [Tue, 26 Apr 2011 20:09:04 +0000 (22:09 +0200)]
Removed VLC internal SSA decoder.

Use libass if you want SSA support.

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
13 years agoRendered text OSD at display size.
Laurent Aimar [Tue, 26 Apr 2011 19:19:05 +0000 (21:19 +0200)]
Rendered text OSD at display size.

Text subtitles are not impacted by this commit.

13 years agoFixed AR returned by various text renderer.
Laurent Aimar [Tue, 26 Apr 2011 19:18:39 +0000 (21:18 +0200)]
Fixed AR returned by various text renderer.

13 years agoQt: fix memleak
Jean-Baptiste Kempf [Tue, 26 Apr 2011 10:23:44 +0000 (12:23 +0200)]
Qt: fix memleak

And avoid a strdup(""); free() for nothing

13 years agoWin32: fix taskbar icons states
Jean-Baptiste Kempf [Tue, 26 Apr 2011 00:51:53 +0000 (02:51 +0200)]
Win32: fix taskbar icons states

Close #4559

13 years agoQt, locationBar: translate Input->Name
Jean-Baptiste Kempf [Tue, 26 Apr 2011 00:33:37 +0000 (02:33 +0200)]
Qt, locationBar: translate Input->Name

Here, input_item_GetTitleFbName fails us, since we need to translate
Name, but not Title (I think)
Close  #4551

13 years ago10l: learn how to use git
Jean-Baptiste Kempf [Tue, 26 Apr 2011 00:17:01 +0000 (02:17 +0200)]
10l: learn how to use git

13 years agoQt, fsc: fix opacity when mouseover
Jean-Baptiste Kempf [Tue, 26 Apr 2011 00:08:20 +0000 (02:08 +0200)]
Qt, fsc: fix opacity when mouseover

And close #4542

13 years agoQt: don't save the filepath between session if recent is deactivated
Jean-Baptiste Kempf [Mon, 25 Apr 2011 23:54:03 +0000 (01:54 +0200)]
Qt: don't save the filepath between session if recent is deactivated

Close #4324

13 years agoFix opening of subtitles on Windows
Jean-Baptiste Kempf [Mon, 25 Apr 2011 23:45:41 +0000 (01:45 +0200)]
Fix opening of subtitles on Windows

Close #4296

13 years agomacosx: store the Audio Effects panel's location on quit
Felix Paul Kühne [Mon, 25 Apr 2011 22:53:56 +0000 (00:53 +0200)]
macosx: store the Audio Effects panel's location on quit

13 years agomacosx: completed audio effects panel implementation
Felix Paul Kühne [Mon, 25 Apr 2011 22:31:47 +0000 (00:31 +0200)]
macosx: completed audio effects panel implementation

13 years agoOpen: remove the possibility to change the font and the alignment.
Jean-Baptiste Kempf [Mon, 25 Apr 2011 22:26:55 +0000 (00:26 +0200)]
Open: remove the possibility to change the font and the alignment.

This is almost useless when you open...
Maybe add the encoding?

13 years agoQt: fix typo in latest commit
Jean-Baptiste Kempf [Mon, 25 Apr 2011 21:21:14 +0000 (23:21 +0200)]
Qt: fix typo in latest commit

13 years agoQt, infopanels: code simplification
Jean-Baptiste Kempf [Mon, 25 Apr 2011 21:04:39 +0000 (23:04 +0200)]
Qt, infopanels: code simplification

13 years agoQt: support multi-line comments
Jean-Baptiste Kempf [Mon, 25 Apr 2011 21:02:49 +0000 (23:02 +0200)]
Qt: support multi-line comments

As stupid demuxers like Xiph's only know comments...
Close #3437

13 years agoQt: change default sizes
Jean-Baptiste Kempf [Mon, 25 Apr 2011 20:41:30 +0000 (22:41 +0200)]
Qt: change default sizes

Close #3340

13 years agoQt, save the last extension used for saving playlist
Jean-Baptiste Kempf [Mon, 25 Apr 2011 20:05:48 +0000 (22:05 +0200)]
Qt, save the last extension used for saving playlist

Close #3094
Of course, there is a very more elegant way, but Qt Native Dialog on
Linux don't do it correctly. This is a Qt bug.

13 years agoRemove prefer-system codecs option
Jean-Baptiste Kempf [Mon, 25 Apr 2011 17:25:14 +0000 (19:25 +0200)]
Remove prefer-system codecs option

Close #3093

13 years agomacosx: don't include BGHUDAppKit's IB plugin in VLC's release bundle
Felix Paul Kühne [Mon, 25 Apr 2011 16:18:46 +0000 (18:18 +0200)]
macosx: don't include BGHUDAppKit's IB plugin in VLC's release bundle

13 years agomacosx: added Audio Effects panel to demonstrate BGHUDAppKit
Felix Paul Kühne [Mon, 25 Apr 2011 16:03:24 +0000 (18:03 +0200)]
macosx: added Audio Effects panel to demonstrate BGHUDAppKit

(effects other than the equalizer to be implemented)

fixed compilation of the intf

13 years agomacosx: fixed warnings
Felix Paul Kühne [Mon, 25 Apr 2011 16:00:44 +0000 (18:00 +0200)]
macosx: fixed warnings

13 years agoQt: SeekSlider: Don't show tooltip for unknown time positions
Francois Cartegnie [Mon, 25 Apr 2011 14:12:45 +0000 (16:12 +0200)]
Qt: SeekSlider: Don't show tooltip for unknown time positions

13 years agomacosx: fixed a leak in the Apple Remote class
Felix Paul Kühne [Mon, 25 Apr 2011 12:09:39 +0000 (14:09 +0200)]
macosx: fixed a leak in the Apple Remote class

13 years agomacosx: fixed media key support on OS X 10.6+
Felix Paul Kühne [Mon, 25 Apr 2011 12:05:58 +0000 (14:05 +0200)]
macosx: fixed media key support on OS X 10.6+

Note that this rework changes the current behavior: if VLC is in the background, the keys still control it, however if you start another key user (such as iTunes, QTP, etc.), it won't interfere and control the other app. That's why macosx-mediakeys-background was removed.

Thanks to Spotify for releasing their code.

13 years agomacosx: disable the open button if we don't have a valid MRL
Felix Paul Kühne [Mon, 25 Apr 2011 11:49:13 +0000 (13:49 +0200)]
macosx: disable the open button if we don't have a valid MRL

fixes #4679

13 years agomacosx: don't show KeyConfigControl in the advanced prefs
Felix Paul Kühne [Mon, 25 Apr 2011 11:35:08 +0000 (13:35 +0200)]
macosx: don't show KeyConfigControl in the advanced prefs

The current implementation is broken by design and only confuses the users. Use SPrefs to change hotkeys and advanced prefs only for advanced stuff such as jump length changing, etc.

13 years agopostproc: Update to use current libav API.
Konstantin Pavlov [Mon, 25 Apr 2011 07:14:52 +0000 (11:14 +0400)]
postproc: Update to use current libav API.

This change should be backwards compatible as corresponding types were
added in ffmpeg in 2008.

13 years agoUPNP: Use uuid as a description for server playlist item.
Konstantin Pavlov [Thu, 21 Apr 2011 13:39:10 +0000 (17:39 +0400)]
UPNP: Use uuid as a description for server playlist item.

13 years agoQt, redesign of the media info dialog
Jean-Baptiste Kempf [Mon, 25 Apr 2011 02:05:38 +0000 (04:05 +0200)]
Qt, redesign of the media info dialog

Close #2915, #2831, #2898

13 years agoAlsa: remove an unneeded space in msg_Dbg
Jean-Baptiste Kempf [Sun, 24 Apr 2011 22:42:49 +0000 (00:42 +0200)]
Alsa: remove an unneeded space in msg_Dbg

13 years agoQt: add a close to systray menu option.
Jean-Baptiste Kempf [Sun, 24 Apr 2011 22:31:52 +0000 (00:31 +0200)]
Qt: add a close to systray menu option.

Close #2825

13 years agoMakefile.am: tab fix
Jean-Baptiste Kempf [Sun, 24 Apr 2011 19:24:25 +0000 (21:24 +0200)]
Makefile.am: tab fix

13 years agoMore documentation for vlc_services_discovery.h
Jean-Baptiste Kempf [Sun, 24 Apr 2011 19:23:56 +0000 (21:23 +0200)]
More documentation for vlc_services_discovery.h

13 years agoDocument vlc_services_discovery.h
Jean-Baptiste Kempf [Sun, 24 Apr 2011 18:56:07 +0000 (20:56 +0200)]
Document vlc_services_discovery.h

13 years agoMTP: remove unneeded include
Jean-Baptiste Kempf [Sun, 24 Apr 2011 18:10:13 +0000 (20:10 +0200)]
MTP: remove unneeded include

13 years agomacosx: fixed crash when video output stops
Felix Paul Kühne [Sun, 24 Apr 2011 16:36:25 +0000 (18:36 +0200)]
macosx: fixed crash when video output stops

13 years agomacosx: added f4v extension
Felix Paul Kühne [Sun, 24 Apr 2011 16:23:12 +0000 (18:23 +0200)]
macosx: added f4v extension

13 years agoSubsdelay: fix subpic validate result value
Yuval Tze [Sun, 24 Apr 2011 08:40:10 +0000 (11:40 +0300)]
Subsdelay: fix subpic validate result value

SubpicValidateWrapper result value wasn't always initialized

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoQt: improve title display
Jean-Baptiste Kempf [Sat, 23 Apr 2011 23:12:00 +0000 (01:12 +0200)]
Qt: improve title display

13 years agoQt: fix subtitle menu
Jean-Baptiste Kempf [Sat, 23 Apr 2011 16:36:02 +0000 (18:36 +0200)]
Qt: fix subtitle menu

13 years agoSubsdelay: add a copyright+license header
Jean-Baptiste Kempf [Sat, 23 Apr 2011 11:42:34 +0000 (13:42 +0200)]
Subsdelay: add a copyright+license header

13 years agoDVDNAV: trivial simplification
Jean-Baptiste Kempf [Sat, 23 Apr 2011 00:48:19 +0000 (02:48 +0200)]
DVDNAV: trivial simplification

13 years agoRAM: deactivate start-time in rtsp streams
Jean-Baptiste Kempf [Sat, 23 Apr 2011 00:47:13 +0000 (02:47 +0200)]
RAM: deactivate start-time in rtsp streams

Our seeking of rm over real-rtsp doesn't work.
Closes #4701 (work-around, in fact)

13 years agoQt, playlist: fix a deadlock (#3052)
Jean-Baptiste Kempf [Fri, 22 Apr 2011 23:53:41 +0000 (01:53 +0200)]
Qt, playlist: fix a deadlock (#3052)

input_Read doesn't seem a good idea when input is a dvd://
Maybe use a playlist_PreparseEnqueue ?

13 years agoNEWS: merged lua rc and telnet into cli
Pierre Ynard [Fri, 22 Apr 2011 22:23:27 +0000 (00:23 +0200)]
NEWS: merged lua rc and telnet into cli

13 years agohotkey: code ACTION_RATE_NORMAL like similar functions
Can Wu [Fri, 22 Apr 2011 07:12:58 +0000 (15:12 +0800)]
hotkey: code ACTION_RATE_NORMAL like similar functions

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agohotkey: DisplayMessage() prototype has a channel argment
Can Wu [Fri, 22 Apr 2011 07:12:28 +0000 (15:12 +0800)]
hotkey: DisplayMessage() prototype has a channel argment

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoQt: limit the tooltip within the bounds of the widget
Ludovic Fauvet [Thu, 21 Apr 2011 23:19:13 +0000 (01:19 +0200)]
Qt: limit the tooltip within the bounds of the widget

And avoid showing a negative value. AFAIK time travel is not supported
yet (at least until #35 is closed).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoNEWS: update about upnp/win32
Jean-Baptiste Kempf [Fri, 22 Apr 2011 22:08:02 +0000 (00:08 +0200)]
NEWS: update about upnp/win32

13 years agoQt, logo filter should have a browse button for file selection.
Jean-Baptiste Kempf [Fri, 22 Apr 2011 21:33:47 +0000 (23:33 +0200)]
Qt, logo filter should have a browse button for file selection.

Closes #4293

13 years agoFix file permission
Jean-Baptiste Kempf [Fri, 22 Apr 2011 21:25:15 +0000 (23:25 +0200)]
Fix file permission

13 years agoAdd f4v extension
Jean-Baptiste Kempf [Fri, 22 Apr 2011 20:14:45 +0000 (22:14 +0200)]
Add f4v extension

13 years agoAdd another DV fourcc
Jean-Baptiste Kempf [Fri, 22 Apr 2011 16:59:20 +0000 (18:59 +0200)]
Add another DV fourcc

13 years agoQt, Message dialog: use a nicer update button
Jean-Baptiste Kempf [Fri, 22 Apr 2011 16:58:01 +0000 (18:58 +0200)]
Qt, Message dialog: use a nicer update button

Close #4300

13 years agoQt, effects: improve readability
Jean-Baptiste Kempf [Fri, 22 Apr 2011 15:45:22 +0000 (17:45 +0200)]
Qt, effects: improve readability

Close #4297

13 years agoQt, stats: always show unsigned for blocks or buffers
Jean-Baptiste Kempf [Fri, 22 Apr 2011 15:36:11 +0000 (17:36 +0200)]
Qt, stats: always show unsigned for blocks or buffers

13 years agoqt4: preferences: Removing useless parameter.
Hugo Beauzée-Luyssen [Fri, 22 Apr 2011 15:07:21 +0000 (17:07 +0200)]
qt4: preferences: Removing useless parameter.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoVLM: fix export
Jean-Baptiste Kempf [Fri, 22 Apr 2011 15:12:59 +0000 (17:12 +0200)]
VLM: fix export

Close #4495

13 years agoqt4: preferences_widget: Remove useless reference.
Hugo Beauzée-Luyssen [Fri, 22 Apr 2011 14:38:26 +0000 (16:38 +0200)]
qt4: preferences_widget: Remove useless reference.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoqt4: open_panels: Simplification
Hugo Beauzée-Luyssen [Fri, 22 Apr 2011 14:21:26 +0000 (16:21 +0200)]
qt4: open_panels: Simplification

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoqt4: preferences_widget: Use inheritance instead of switch.
Hugo Beauzée-Luyssen [Fri, 22 Apr 2011 14:15:24 +0000 (16:15 +0200)]
qt4: preferences_widget: Use inheritance instead of switch.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoTelepathy: use the core parameter instead of its own
Jean-Baptiste Kempf [Fri, 22 Apr 2011 14:21:30 +0000 (16:21 +0200)]
Telepathy: use the core parameter instead of its own

13 years agoNotify: add a callback to match telepathy, msn
Jean-Baptiste Kempf [Fri, 22 Apr 2011 14:21:10 +0000 (16:21 +0200)]
Notify: add a callback to match telepathy, msn

13 years agoNotify: remove tabs
Jean-Baptiste Kempf [Fri, 22 Apr 2011 14:15:30 +0000 (16:15 +0200)]
Notify: remove tabs

13 years agoMSN notify: simplification
Jean-Baptiste Kempf [Fri, 22 Apr 2011 13:23:29 +0000 (15:23 +0200)]
MSN notify: simplification

13 years agoqt4: Allow the title to be configured.
Hugo Beauzée-Luyssen [Thu, 21 Apr 2011 09:49:48 +0000 (11:49 +0200)]
qt4: Allow the title to be configured.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agolibvlc-module: Adding a input-title-format variable
Hugo Beauzée-Luyssen [Thu, 21 Apr 2011 09:49:44 +0000 (11:49 +0200)]
libvlc-module: Adding a input-title-format variable

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agostrings: Adding a 'Z' flag to insert 'Now playing' or 'Title - Artist' if there is...
Hugo Beauzée-Luyssen [Tue, 19 Apr 2011 13:15:42 +0000 (15:15 +0200)]
strings: Adding a 'Z' flag to insert 'Now playing' or 'Title - Artist' if there is no now playing tag.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoQt, methods and slots renaming for consistency
Jean-Baptiste Kempf [Fri, 22 Apr 2011 12:04:14 +0000 (14:04 +0200)]
Qt, methods and slots renaming for consistency

13 years agoQt, controller: cosmetics
Jean-Baptiste Kempf [Fri, 22 Apr 2011 11:59:40 +0000 (13:59 +0200)]
Qt, controller: cosmetics

13 years agoQt, add a playback buttons group, with prev/play/next in the same deck
Jean-Baptiste Kempf [Fri, 22 Apr 2011 11:42:16 +0000 (13:42 +0200)]
Qt, add a playback buttons group, with prev/play/next in the same deck

13 years agoQt: reinstore the resizeGrip in all cases
Jean-Baptiste Kempf [Thu, 21 Apr 2011 22:32:44 +0000 (00:32 +0200)]
Qt: reinstore the resizeGrip in all cases

And fix a statusBar bug

13 years agoQt, align the volume mute control with the bottom
Jean-Baptiste Kempf [Thu, 21 Apr 2011 22:06:16 +0000 (00:06 +0200)]
Qt, align the volume mute control with the bottom

13 years agoDo not add a newline at the end of the strings send to msg_*
Rémi Duraffort [Thu, 21 Apr 2011 18:22:09 +0000 (20:22 +0200)]
Do not add a newline at the end of the strings send to msg_*

13 years agodecoder: fix a segfault.
Rémi Duraffort [Thu, 21 Apr 2011 17:14:24 +0000 (19:14 +0200)]
decoder: fix a segfault.

13 years agoRevert "input: dvb: also create program data for programs on the same frequency"
Francois Cartegnie [Thu, 21 Apr 2011 16:27:46 +0000 (18:27 +0200)]
Revert "input: dvb: also create program data for programs on the same frequency"

This reverts commit 5e35aa8c02c71b21b179aebb6eb3429fcded0709.
Merging all epg data on current input item isn't a great idea as,
outside event handlers, we can't really guess which one is related
to our current program. It also allocates extr metadata.
We'll need to store that epg data in a different place.

13 years agosftp: fix potential memory leak.
Rémi Duraffort [Thu, 21 Apr 2011 16:59:53 +0000 (18:59 +0200)]
sftp: fix potential memory leak.

13 years agodeinterlace: u_cpu is used only if MMXEXT can be compiled.
Rémi Duraffort [Thu, 21 Apr 2011 16:54:00 +0000 (18:54 +0200)]
deinterlace: u_cpu is used only if MMXEXT can be compiled.

13 years agoQt, code simplification
Jean-Baptiste Kempf [Thu, 21 Apr 2011 15:55:20 +0000 (17:55 +0200)]
Qt, code simplification

13 years agoQt, add a previous/reset function, when time < 10s
Jean-Baptiste Kempf [Thu, 21 Apr 2011 15:45:16 +0000 (17:45 +0200)]
Qt, add a previous/reset function, when time < 10s

13 years agoContribs: fix dvbpsi compilation
Jean-Baptiste Kempf [Thu, 21 Apr 2011 14:37:57 +0000 (16:37 +0200)]
Contribs: fix dvbpsi compilation

13 years agoQt: ExtToolButton: set delay relatively to dblclick's
Francois Cartegnie [Thu, 21 Apr 2011 13:38:22 +0000 (15:38 +0200)]
Qt: ExtToolButton: set delay relatively to dblclick's

13 years agoQt, use correctly sized mediainfo trees
Jean-Baptiste Kempf [Thu, 21 Apr 2011 13:33:28 +0000 (15:33 +0200)]
Qt, use correctly sized mediainfo trees