]> git.sesse.net Git - vlc/log
vlc
14 years agoRemove some exceptions in media_list
Rémi Denis-Courmont [Wed, 3 Feb 2010 18:06:21 +0000 (20:06 +0200)]
Remove some exceptions in media_list

14 years agoLua dialogs: remove b_hide parameter
Jean-Philippe André [Wed, 3 Feb 2010 16:58:29 +0000 (17:58 +0100)]
Lua dialogs: remove b_hide parameter

Widgets can still be hidden though

14 years agoLua dialogs: remove show() and hide()
Jean-Philippe André [Wed, 3 Feb 2010 16:52:49 +0000 (17:52 +0100)]
Lua dialogs: remove show() and hide()

Lua dialogs are deleted when closed, they can't be hidden or shown.

14 years agoFactorize cleanup case of win32 make
Jean-Baptiste Kempf [Wed, 3 Feb 2010 16:53:21 +0000 (17:53 +0100)]
Factorize cleanup case of win32 make

14 years agoWin32: makefile cleanup
Jean-Baptiste Kempf [Wed, 3 Feb 2010 16:13:31 +0000 (17:13 +0100)]
Win32: makefile cleanup

14 years agoWin32: stop bitching us and fail in the middle of the build
Jean-Baptiste Kempf [Wed, 3 Feb 2010 16:09:02 +0000 (17:09 +0100)]
Win32: stop bitching us and fail in the middle of the build

Either you die at start or you don't. Stop making us loosing our time.

14 years agoDon't package qt4 and skins2 in win32 xpi
Jean-Baptiste Kempf [Wed, 3 Feb 2010 16:04:31 +0000 (17:04 +0100)]
Don't package qt4 and skins2 in win32 xpi

14 years agoFix memory leaks in extensions
Jean-Philippe André [Wed, 3 Feb 2010 16:36:28 +0000 (17:36 +0100)]
Fix memory leaks in extensions

14 years agoMove C++ binding to a new repository vlc/bindings/libvlcpp.git
Rémi Duraffort [Wed, 3 Feb 2010 16:22:01 +0000 (17:22 +0100)]
Move C++ binding to a new repository vlc/bindings/libvlcpp.git

14 years agoUse standard ASCII for ^H, ^I, ^M and escape
Rémi Denis-Courmont [Wed, 3 Feb 2010 16:28:11 +0000 (18:28 +0200)]
Use standard ASCII for ^H, ^I, ^M and escape

14 years agoQt: fix layout of extension info panel
Jean-Philippe André [Wed, 3 Feb 2010 16:08:59 +0000 (17:08 +0100)]
Qt: fix layout of extension info panel

14 years agoExtensions: info panel, fix layout and use shortdesc
Jean-Philippe André [Wed, 3 Feb 2010 15:08:33 +0000 (16:08 +0100)]
Extensions: info panel, fix layout and use shortdesc

14 years agoExtensions: they can also have a short description
Jean-Philippe André [Wed, 3 Feb 2010 15:08:03 +0000 (16:08 +0100)]
Extensions: they can also have a short description

This is "shortdesc" in the Lua descriptor

14 years agoExtensions: hopefully fix a race condition on deactivation
Jean-Philippe André [Wed, 3 Feb 2010 14:04:17 +0000 (15:04 +0100)]
Extensions: hopefully fix a race condition on deactivation

14 years agoExtensions: call lua_DialogFlush after Lua call
Jean-Philippe André [Wed, 3 Feb 2010 13:31:07 +0000 (14:31 +0100)]
Extensions: call lua_DialogFlush after Lua call

This flushes the dialog (updates it at the UI level) after a Lua
function return.

14 years agoLua: dialog auto-flush at end of function (pcall)
Jean-Philippe André [Wed, 3 Feb 2010 10:31:06 +0000 (11:31 +0100)]
Lua: dialog auto-flush at end of function (pcall)

14 years agoLua dialogs: introduce "dlg:flush()"
Jean-Philippe André [Wed, 3 Feb 2010 09:48:55 +0000 (10:48 +0100)]
Lua dialogs: introduce "dlg:flush()"

After the next commit, you'll have to flush a dialog in order to
update it immediately on the screen.
Flush sends an update signal to the UI dialog provider.

14 years agoExtensions: New capability "meta-listener". Push unique commands
Jean-Philippe André [Wed, 3 Feb 2010 08:36:48 +0000 (09:36 +0100)]
Extensions: New capability "meta-listener". Push unique commands

PushCommand takes now a new parameter: b_unique. If set, do not push
this command twice in the command queue.

14 years agoExt/Qt: Enhance more information dialog
Jean-Philippe André [Mon, 1 Feb 2010 11:59:33 +0000 (12:59 +0100)]
Ext/Qt: Enhance more information dialog

14 years agoExtensions/Qt: Use a custom QListView in Plugins & Extensions panel
Jean-Philippe André [Sun, 31 Jan 2010 20:38:46 +0000 (21:38 +0100)]
Extensions/Qt: Use a custom QListView in Plugins & Extensions panel

14 years agoExtensions/Qt: emit extensionsUpdated() on load/unloa
Jean-Philippe André [Sun, 31 Jan 2010 16:31:30 +0000 (17:31 +0100)]
Extensions/Qt: emit extensionsUpdated() on load/unloa

14 years agoExtensions: new script capability "input-listener"
Jean-Philippe André [Fri, 29 Jan 2010 11:24:51 +0000 (12:24 +0100)]
Extensions: new script capability "input-listener"

When the input changes (next track, ...), every capable extension
will execute the function "input_changed"

14 years agoExtensions/Qt: listen to input-change events
Jean-Philippe André [Fri, 29 Jan 2010 11:23:59 +0000 (12:23 +0100)]
Extensions/Qt: listen to input-change events

Forward messages to the extensions manager

14 years agomozilla: fix inverted logic (thanks jpd).
Rémi Duraffort [Wed, 3 Feb 2010 15:51:48 +0000 (16:51 +0100)]
mozilla: fix inverted logic (thanks jpd).

14 years agoSmall Makefile fixup
Luca Barbato [Wed, 3 Feb 2010 15:25:15 +0000 (16:25 +0100)]
Small Makefile fixup

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoplaylist: add check if item is allready preparsed before adding it to queue
Ilkka Ollakka [Wed, 3 Feb 2010 15:38:20 +0000 (17:38 +0200)]
playlist: add check if item is allready preparsed before adding it to queue

Also remove setting item here as preparsed, as if it has meta, that should
have been done allready somewhere else. Preparsing is controlled by
auto-preparse -variable (no idea where it can be changed), and should work ok.

14 years agoQT: use qfu when creating EPG-stuff
Ilkka Ollakka [Wed, 3 Feb 2010 06:38:36 +0000 (08:38 +0200)]
QT: use qfu when creating EPG-stuff

14 years agoplaylist: fix preparsing (atleast fixed it for me)
Ilkka Ollakka [Wed, 3 Feb 2010 15:07:39 +0000 (17:07 +0200)]
playlist: fix preparsing (atleast fixed it for me)

14 years agosout: fix typo.
Rémi Duraffort [Wed, 3 Feb 2010 14:39:56 +0000 (15:39 +0100)]
sout: fix typo.

14 years agoVLC xpi bundle patch
Luca Barbato [Wed, 3 Feb 2010 13:41:47 +0000 (14:41 +0100)]
VLC xpi bundle patch

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoFix zsh_gen compilation.
Rémi Duraffort [Wed, 3 Feb 2010 09:19:14 +0000 (10:19 +0100)]
Fix zsh_gen compilation.

14 years agolibvlcpp: fix the compilation and throw an exception if the constructor fail.
Rémi Duraffort [Wed, 3 Feb 2010 09:13:55 +0000 (10:13 +0100)]
libvlcpp: fix the compilation and throw an exception if the constructor fail.

14 years agoinput_item: compress two functions into one and rename "Add" into "Post" for clarity...
Jakob Leben [Wed, 3 Feb 2010 02:47:17 +0000 (03:47 +0100)]
input_item: compress two functions into one and rename "Add" into "Post" for clarity and consistency

14 years agoinput_item: Remove input_item_AddSubItem2 and send subitem_added event from input_ite...
Pierre d'Herbemont [Wed, 3 Feb 2010 00:32:06 +0000 (01:32 +0100)]
input_item: Remove input_item_AddSubItem2 and send subitem_added event from input_item_node_AppendNode().

This means that we don't need input_item_AddSubItem if there is an input_item_node_Append*().
input_item_AddSubItem now send the subitem_tree_added event as well.

14 years agoupnp_intel: Remove trailing whitespaces.
Pierre d'Herbemont [Wed, 3 Feb 2010 00:28:12 +0000 (01:28 +0100)]
upnp_intel: Remove trailing whitespaces.

14 years agomozilla: fix compilation.
Rémi Duraffort [Tue, 2 Feb 2010 22:07:32 +0000 (23:07 +0100)]
mozilla: fix compilation.

14 years agolibvlcpp: add a function to handle video.
Rémi Duraffort [Tue, 2 Feb 2010 20:28:09 +0000 (21:28 +0100)]
libvlcpp: add a function to handle video.

14 years agoUsed vout_OSDEpg for the time hotkeys.
Laurent Aimar [Tue, 2 Feb 2010 22:00:51 +0000 (23:00 +0100)]
Used vout_OSDEpg for the time hotkeys.

Based on a patch by Adrien Maglo.

14 years agoLibVLC media: remove exceptions
Rémi Denis-Courmont [Tue, 2 Feb 2010 21:44:43 +0000 (23:44 +0200)]
LibVLC media: remove exceptions

14 years agoMedia discovery: remove exception
Rémi Denis-Courmont [Tue, 2 Feb 2010 21:36:24 +0000 (23:36 +0200)]
Media discovery: remove exception

14 years agoRemove vlc_app. Unfinished, and doesn't belong here.
Pierre d'Herbemont [Tue, 2 Feb 2010 21:36:33 +0000 (22:36 +0100)]
Remove vlc_app. Unfinished, and doesn't belong here.

14 years agoRework of vout_OSDEpg.
Adrien Maglo [Tue, 2 Feb 2010 21:18:26 +0000 (22:18 +0100)]
Rework of vout_OSDEpg.

Fix memleak. Return E_GENERIC instead of displaying an error message.

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
14 years agoFixed EPG OSD aspect ratio.
Laurent Aimar [Tue, 2 Feb 2010 20:44:10 +0000 (21:44 +0100)]
Fixed EPG OSD aspect ratio.

14 years agoReduced EPG OSD down to 3s and enable fade out.
Laurent Aimar [Tue, 2 Feb 2010 20:40:04 +0000 (21:40 +0100)]
Reduced EPG OSD down to 3s and enable fade out.

14 years agoAdd a function to display EPG event information for the current program of an input_i...
Adrien Maglo [Mon, 1 Feb 2010 20:46:15 +0000 (21:46 +0100)]
Add a function to display EPG event information for the current program of an input_item_t.

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
14 years agoCreate the synchronization thread only when needed (netsync).
Laurent Aimar [Tue, 2 Feb 2010 19:34:44 +0000 (20:34 +0100)]
Create the synchronization thread only when needed (netsync).

14 years agoClean up a bit netsync.
Laurent Aimar [Mon, 1 Feb 2010 22:26:16 +0000 (23:26 +0100)]
Clean up a bit netsync.

14 years agoNo functional changes (K&R + no hungarian notations, netsync).
Laurent Aimar [Mon, 1 Feb 2010 21:29:08 +0000 (22:29 +0100)]
No functional changes (K&R + no hungarian notations, netsync).

14 years agoCosmetics (netsync).
Laurent Aimar [Mon, 1 Feb 2010 21:09:10 +0000 (22:09 +0100)]
Cosmetics (netsync).

14 years agonetsync: rewrite
Jean-Paul Saman [Thu, 17 Sep 2009 11:09:12 +0000 (13:09 +0200)]
netsync: rewrite

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
14 years agoAdded input_GetPcrSystem/input_ModifyPcrSystem.
Laurent Aimar [Mon, 1 Feb 2010 20:21:11 +0000 (21:21 +0100)]
Added input_GetPcrSystem/input_ModifyPcrSystem.

14 years agoXSPF export fixes and cleanup
Rémi Denis-Courmont [Tue, 2 Feb 2010 19:43:53 +0000 (21:43 +0200)]
XSPF export fixes and cleanup

 - XML encode everything (especially URL), not just some parameters,
 - use fputs() as appropriate,
 - remove a shadowed variable,
 - print duration as a 64-bits quantity.

14 years agoqt4: fix typo.
Rémi Duraffort [Tue, 2 Feb 2010 19:18:47 +0000 (20:18 +0100)]
qt4: fix typo.

14 years agoUse inlines rather than macros to access input item meta data
Rémi Denis-Courmont [Tue, 2 Feb 2010 16:49:20 +0000 (18:49 +0200)]
Use inlines rather than macros to access input item meta data

I want to use function pointers in a later commit...

14 years agomacosx/framework: VLCLibrary initWithAudio.
Pierre d'Herbemont [Tue, 2 Feb 2010 13:45:17 +0000 (14:45 +0100)]
macosx/framework: VLCLibrary initWithAudio.

14 years agoskins2: add support for --[no]-embedded-video parameter
Erwan Tulou [Tue, 2 Feb 2010 10:43:39 +0000 (11:43 +0100)]
skins2: add support for --[no]-embedded-video parameter

14 years agolibvlcpp: stop the media player in the destructor.
Rémi Duraffort [Tue, 2 Feb 2010 09:49:56 +0000 (10:49 +0100)]
libvlcpp: stop the media player in the destructor.

14 years agolibvlcpp: add a function to get the audio infromations from the media player.
Rémi Duraffort [Tue, 2 Feb 2010 09:22:00 +0000 (10:22 +0100)]
libvlcpp: add a function to get the audio infromations from the media player.

The Audio class can only be created/destroyed by the associated MediaPlayer
class. I will add some copy constructor later on.

14 years agofix compile
Jakob Leben [Tue, 2 Feb 2010 09:25:28 +0000 (10:25 +0100)]
fix compile

14 years agolibvlcpp: fix compilation.
Rémi Duraffort [Tue, 2 Feb 2010 08:33:44 +0000 (09:33 +0100)]
libvlcpp: fix compilation.

14 years agoMozilla: missing return value.
Rémi Duraffort [Tue, 2 Feb 2010 08:23:41 +0000 (09:23 +0100)]
Mozilla: missing return value.

14 years agoMozilla: fix compilation.
Rémi Duraffort [Tue, 2 Feb 2010 08:20:44 +0000 (09:20 +0100)]
Mozilla: fix compilation.

14 years agodshow: use empty() instead of !size() (quicker).
Rémi Duraffort [Tue, 2 Feb 2010 07:51:02 +0000 (08:51 +0100)]
dshow: use empty() instead of !size() (quicker).

14 years agolibvlcpp: fix compilation.
Rémi Duraffort [Mon, 1 Feb 2010 13:11:08 +0000 (14:11 +0100)]
libvlcpp: fix compilation.

14 years agofix build - remove redundant declarations
Jakob Leben [Tue, 2 Feb 2010 08:12:33 +0000 (09:12 +0100)]
fix build - remove redundant declarations

14 years agoinput_item_node_Delete: fix leakage and lessen complexity
Jakob Leben [Tue, 2 Feb 2010 07:31:42 +0000 (08:31 +0100)]
input_item_node_Delete: fix leakage and lessen complexity

14 years agoQt: cleanup and adjust to playlist changes
Jakob Leben [Tue, 2 Feb 2010 07:16:13 +0000 (08:16 +0100)]
Qt: cleanup and adjust to playlist changes

14 years agoplaylist: restore stop and browse behavior like before
Jakob Leben [Tue, 2 Feb 2010 06:35:37 +0000 (07:35 +0100)]
playlist: restore stop and browse behavior like before

14 years agoQt: kill a bug in playlist model
Jakob Leben [Tue, 2 Feb 2010 06:17:54 +0000 (07:17 +0100)]
Qt: kill a bug in playlist model

14 years agoplaylist: refactor a bit and fix a crash
Jakob Leben [Tue, 2 Feb 2010 05:10:57 +0000 (06:10 +0100)]
playlist: refactor a bit and fix a crash

14 years agovarious modules: adjust to new playlist design
Jakob Leben [Tue, 2 Feb 2010 03:24:18 +0000 (04:24 +0100)]
various modules: adjust to new playlist design

14 years agoupnp_intel: new playlist design
Jakob Leben [Tue, 2 Feb 2010 03:22:47 +0000 (04:22 +0100)]
upnp_intel: new playlist design

14 years agoitml: new playlist design
Jakob Leben [Tue, 2 Feb 2010 03:19:32 +0000 (04:19 +0100)]
itml: new playlist design

14 years agoxspf: new playlist design
Jakob Leben [Tue, 2 Feb 2010 03:18:41 +0000 (04:18 +0100)]
xspf: new playlist design

14 years agovlc core: single storage playlist
Jakob Leben [Tue, 2 Feb 2010 02:56:10 +0000 (03:56 +0100)]
vlc core: single storage playlist

- Playlist items are stored only once. No category / onelevel separation
- Services Discovery nodes always stay a tree
- The playlist and Media Library are tree or flat depending on variable "playlist-tree".
  It means that if the setting variable says flat, the items that come from playlist
  demuxers are flattened into a single level list.
- The design demanded a different playlist demuxing system. Now playlist demuxers should
  construct a tree of items under an input_item_node_t root and send that using
  input_item_AddSubItemTree. Currently, the old scheme will be retained in modules, because
  there is still some listening to the old event in code (the libvlc media system for example)

14 years agomacosx/framework: VLCAudio now use a media_player. Cool.
Pierre d'Herbemont [Tue, 2 Feb 2010 00:42:00 +0000 (01:42 +0100)]
macosx/framework: VLCAudio now use a media_player. Cool.

14 years agomissing return.
Pierre d'Herbemont [Tue, 2 Feb 2010 00:29:23 +0000 (01:29 +0100)]
missing return.

14 years agolibvlc: Remove exception from media_list_player.
Pierre d'Herbemont [Tue, 2 Feb 2010 00:27:14 +0000 (01:27 +0100)]
libvlc: Remove exception from media_list_player.

14 years agolibvlc: Export libvlc_video_get_size() in .sym.
Pierre d'Herbemont [Tue, 2 Feb 2010 00:06:03 +0000 (01:06 +0100)]
libvlc: Export libvlc_video_get_size() in .sym.

14 years agomacosx/framework: Don't use deprecated functions, fix style and fix \t.
Pierre d'Herbemont [Tue, 2 Feb 2010 00:00:08 +0000 (01:00 +0100)]
macosx/framework: Don't use deprecated functions, fix style and fix \t.

14 years agomacosx/framework: Remove the newly removed exception parameter from libvlc_video_*
Sebastien Zwickert [Mon, 1 Feb 2010 20:42:32 +0000 (21:42 +0100)]
macosx/framework: Remove the newly removed exception parameter from libvlc_video_*

Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
14 years agoRemove the getaddrinfo transport protocol and socket type hacks
Rémi Denis-Courmont [Mon, 1 Feb 2010 21:13:26 +0000 (23:13 +0200)]
Remove the getaddrinfo transport protocol and socket type hacks

That was meant for DCCP and UDP-Lite but it shouldn't be needed.

14 years agoNo need to create a directory to write the cache anymore
Rémi Denis-Courmont [Mon, 1 Feb 2010 17:52:18 +0000 (19:52 +0200)]
No need to create a directory to write the cache anymore

14 years agolibvlc_video_*: rewrite
Rémi Denis-Courmont [Mon, 1 Feb 2010 17:47:45 +0000 (19:47 +0200)]
libvlc_video_*: rewrite

 - enable (non-ES) settings even if no output is present
 - best effort at handling multiple outputs
 - remove exceptions
 - libvlc_video_get_size returns both dimensions
 - libvlc_video_take_snapshot takes a parameter to select the output

14 years agoMove mediacontrol to bindings
Rémi Denis-Courmont [Mon, 1 Feb 2010 17:42:27 +0000 (19:42 +0200)]
Move mediacontrol to bindings

TBD: Makefile

14 years agoLibVLC: enable mouse events by default
Rémi Denis-Courmont [Mon, 1 Feb 2010 16:49:24 +0000 (18:49 +0200)]
LibVLC: enable mouse events by default

14 years agoskins2(Win32): GetWindowLongPtr everywhere
Erwan Tulou [Fri, 29 Jan 2010 21:31:56 +0000 (22:31 +0100)]
skins2(Win32): GetWindowLongPtr everywhere

14 years agoskins(Win32): remove dead code
Erwan Tulou [Fri, 29 Jan 2010 21:34:26 +0000 (22:34 +0100)]
skins(Win32): remove dead code

14 years agocore: fix regression
Erwan Tulou [Mon, 1 Feb 2010 14:08:04 +0000 (15:08 +0100)]
core: fix regression

Fix regression brought by ce67728ae1a0d91643e416b86efeab34a0891e35
As stated in the 'BIG FAT WARNING', decoder_t and filter_t first members must
be the same ones.

This solves skins2 numerous images failing to be displayed due to swscale
 video filter no longer working properly (a filter_t to decoder_t cast issue)

14 years agomozilla: really fix compilation (and check the return code).
Rémi Duraffort [Mon, 1 Feb 2010 12:20:49 +0000 (13:20 +0100)]
mozilla: really fix compilation (and check the return code).

14 years agomozilla: fix compilation.
Rémi Duraffort [Mon, 1 Feb 2010 12:08:49 +0000 (13:08 +0100)]
mozilla: fix compilation.

14 years agoQt: sprefs, chipmunk options and audio rework
Jean-Baptiste Kempf [Mon, 1 Feb 2010 09:02:32 +0000 (10:02 +0100)]
Qt: sprefs, chipmunk options and audio rework

14 years agomacosx/framework: Get rid of VLCMediaListAspect, and remove a bunch of exception.
Pierre d'Herbemont [Mon, 1 Feb 2010 00:56:02 +0000 (01:56 +0100)]
macosx/framework: Get rid of VLCMediaListAspect, and remove a bunch of exception.

14 years agoMerge branch 'master' of ssh://git@git.videolan.org/vlc
JP Dinger [Mon, 1 Feb 2010 00:57:41 +0000 (01:57 +0100)]
Merge branch 'master' of ssh://git@git.videolan.org/vlc

14 years agomoz plugin: This should fix compilation but I can't test right now.
JP Dinger [Mon, 1 Feb 2010 00:54:08 +0000 (01:54 +0100)]
moz plugin: This should fix compilation but I can't test right now.

14 years agomacosx/framework: Remove this nasty hack, now that core is fixed.
Pierre d'Herbemont [Mon, 1 Feb 2010 00:34:09 +0000 (01:34 +0100)]
macosx/framework: Remove this nasty hack, now that core is fixed.

14 years agoVLCMedia: Don't use setLength in -length. It is bad for bindings.
Pierre d'Herbemont [Sun, 31 Jan 2010 22:40:17 +0000 (23:40 +0100)]
VLCMedia: Don't use setLength in -length. It is bad for bindings.

14 years agoLibVLC core: remove exceptions
Rémi Denis-Courmont [Sun, 31 Jan 2010 21:40:16 +0000 (23:40 +0200)]
LibVLC core: remove exceptions

14 years agolibvlcpp: fix compilation.
Rémi Duraffort [Sun, 31 Jan 2010 21:19:48 +0000 (22:19 +0100)]
libvlcpp: fix compilation.

14 years agomozilla: factorize.
Rémi Duraffort [Sun, 31 Jan 2010 20:54:51 +0000 (21:54 +0100)]
mozilla: factorize.