]> git.sesse.net Git - vlc/log
vlc
13 years agoRemove the oldtelnet module.
Rémi Duraffort [Thu, 17 Jun 2010 21:32:06 +0000 (23:32 +0200)]
Remove the oldtelnet module.

13 years agoluatelnet: the oldtelnet options are now working well with the luatelnet module.
Rémi Duraffort [Thu, 17 Jun 2010 20:39:48 +0000 (22:39 +0200)]
luatelnet: the oldtelnet options are now working well with the luatelnet module.

13 years agoQt/EPG: Display the program start and end times just before the title in the descript...
Adrien Maglo [Thu, 17 Jun 2010 20:14:15 +0000 (22:14 +0200)]
Qt/EPG: Display the program start and end times just before the title in the description box.

13 years agoQt/EPG: Revert previous commit.
Adrien Maglo [Thu, 17 Jun 2010 20:00:18 +0000 (22:00 +0200)]
Qt/EPG: Revert previous commit.
Sorry, this is not causing the issue ...

13 years agoQt/EPG: fix start and end program displaying.
Adrien Maglo [Thu, 17 Jun 2010 19:50:05 +0000 (21:50 +0200)]
Qt/EPG: fix start and end program displaying.
My fault: addSecs() call was modifying the item start time ...

13 years agoplaylist_pls: fix use after free (can be triggered by some invalid shoutcast playlist...
Rémi Duraffort [Thu, 17 Jun 2010 19:20:25 +0000 (21:20 +0200)]
playlist_pls: fix use after free (can be triggered by some invalid shoutcast playlist files).

13 years agoUpdate THANKS and AUTHORS.
Rémi Duraffort [Wed, 16 Jun 2010 15:23:22 +0000 (17:23 +0200)]
Update THANKS and AUTHORS.

If in AUTHORS => not in THANKS
I moved also some people from AUTHORS to THANKS (only small fixes).

13 years agoAVFormat Muxer : Set codec frame size.
Jai Menon [Thu, 17 Jun 2010 06:38:13 +0000 (12:08 +0530)]
AVFormat Muxer : Set codec frame size.

This allows for correct output when using muxers (like the MOV/MP4 muxer)
that require frame_size set.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agodbus control: Split the mpris dbus interfaces
Mirsal Ennaime [Wed, 16 Jun 2010 01:21:00 +0000 (03:21 +0200)]
dbus control: Split the mpris dbus interfaces

The mpris defines three dbus interfaces with the same name.
This is wrong on many levels and the second version of the spec
which is currently being drafted fixes that.

In order to be able to reflect this change, the dbus control module
should not assume that these interface have the same name.

With this patch applied, VLC still complies with the mpris v1.0

Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
13 years agolibflac installs its own assert.h which fails to define assert()
Rafaël Carré [Thu, 17 Jun 2010 03:36:24 +0000 (05:36 +0200)]
libflac installs its own assert.h which fails to define assert()

Define assert() to no-op

13 years agosn?printf -> strl?cpy
Rémi Denis-Courmont [Thu, 17 Jun 2010 01:50:39 +0000 (04:50 +0300)]
sn?printf -> strl?cpy

13 years agostr_format_meta: use lldiv, do less math
Rémi Denis-Courmont [Thu, 17 Jun 2010 01:39:24 +0000 (04:39 +0300)]
str_format_meta: use lldiv, do less math

13 years agoQt/EPG: use a qgraphicsitem_cast instead of dynamic_cast
Jean-Baptiste Kempf [Wed, 16 Jun 2010 19:53:36 +0000 (21:53 +0200)]
Qt/EPG: use a qgraphicsitem_cast instead of dynamic_cast

13 years agoWin32 installer: add Danish translation
Jean-Baptiste Kempf [Wed, 16 Jun 2010 19:13:08 +0000 (21:13 +0200)]
Win32 installer: add Danish translation

PLEASE check it

13 years agoAdd extensions to open dialog ones
Jean-Baptiste Kempf [Wed, 16 Jun 2010 19:04:55 +0000 (21:04 +0200)]
Add extensions to open dialog ones

Patch from Diblo_Dk on the forum, adapted by /me

13 years agoWin32 installer: add a few new extensions and Autostarters
Jean-Baptiste Kempf [Wed, 16 Jun 2010 18:44:29 +0000 (20:44 +0200)]
Win32 installer: add a few new extensions and Autostarters

Patch by Diblo_Dk on our forum and adapted by yours truly

13 years agoAVFormat Muxer : Don't create AVStreams for unsupported ES types.
Jai Menon [Wed, 16 Jun 2010 11:25:07 +0000 (16:55 +0530)]
AVFormat Muxer : Don't create AVStreams for unsupported ES types.

Currently, the libavformat based muxer supports audio and video streams
properly. Subtitle muxing is still a work-in-progress. Till those are
verified to work as well, we need to ensure that we don't create AVStreams
with invalid codec type.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoRemove observer from the notification center in the dealloc method to prevent a crash...
Sebastien Zwickert [Mon, 7 Jun 2010 20:34:31 +0000 (22:34 +0200)]
Remove observer from the notification center in the dealloc method to prevent a crash when notification center posts NSApplicationWillTerminateNotification and the VLAboutBox has already been released.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agogui/macosx: fixes equalizer issue #3718.
Sebastien Zwickert [Tue, 15 Jun 2010 21:57:13 +0000 (23:57 +0200)]
gui/macosx: fixes equalizer issue #3718.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agomacosx_dialog_provider: set the usual keys equivalent to cancel or validate a dialog.
Sebastien Zwickert [Tue, 15 Jun 2010 22:05:08 +0000 (00:05 +0200)]
macosx_dialog_provider: set the usual keys equivalent to cancel or validate a dialog.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoCorrect description for the Ogg mux module.
Jai Menon [Wed, 16 Jun 2010 13:48:26 +0000 (19:18 +0530)]
Correct description for the Ogg mux module.

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoRevert "dvbsub.c : Don't fill region if page_state == 0"
Ilkka Ollakka [Wed, 16 Jun 2010 08:36:54 +0000 (11:36 +0300)]
Revert "dvbsub.c : Don't fill region if page_state == 0"

This reverts commit 57527c545a4cc51e6dbf1c15c8fb63c9b9da455d.

Didn't mean to commit this one at this point.

13 years agoadd myself to authors
Ilkka Ollakka [Wed, 16 Jun 2010 08:35:01 +0000 (11:35 +0300)]
add myself to authors

13 years agodvbsub.c : Don't fill region if page_state == 0
Björn Stenberg [Tue, 15 Jun 2010 12:47:22 +0000 (14:47 +0200)]
dvbsub.c : Don't fill region if page_state == 0

My interpretation of ETSI EN 300 743 is that the region_fill_flag of a region
composition segment should not cause the region to be filled when the containing
page composition segment has its' page_state variable set to 0 (page update).

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoQt: forgotten include
Jean-Baptiste Kempf [Wed, 16 Jun 2010 00:11:50 +0000 (02:11 +0200)]
Qt: forgotten include

13 years agoWin32: hopefully improve the fontconfig cache display
Jean-Baptiste Kempf [Tue, 15 Jun 2010 23:56:44 +0000 (01:56 +0200)]
Win32: hopefully improve the fontconfig cache display

13 years agoWin32: fix some win7 taskbar issue.
Jean-Baptiste Kempf [Tue, 15 Jun 2010 23:54:14 +0000 (01:54 +0200)]
Win32: fix some win7 taskbar issue.

Partial forward-port of b2096f74334eaf1043d00396e097412a99ff5847

13 years agoWin32: fix memleak
Jean-Baptiste Kempf [Tue, 15 Jun 2010 23:52:17 +0000 (01:52 +0200)]
Win32: fix memleak

13 years agoQt: external progressBar, simplification for win32 style
Jean-Baptiste Kempf [Tue, 15 Jun 2010 22:44:37 +0000 (00:44 +0200)]
Qt: external progressBar, simplification for win32 style

13 years agoQt/EPG: deactivate crashing code on Win32 for now.
Jean-Baptiste Kempf [Tue, 15 Jun 2010 21:23:41 +0000 (23:23 +0200)]
Qt/EPG: deactivate crashing code on Win32 for now.

13 years agoQt: EPGItem aesthetic rework.
Adrien Maglo [Tue, 15 Jun 2010 20:41:58 +0000 (22:41 +0200)]
Qt: EPGItem aesthetic rework.
Do not display the description in the items.
Display the start and end times in the items.
Change the item colors.
Feel free to modify these choices.

13 years agoQt: test if EPG events are the same by also comparing the start time.
Adrien Maglo [Tue, 15 Jun 2010 20:34:57 +0000 (22:34 +0200)]
Qt: test if EPG events are the same by also comparing the start time.

13 years agoQt: Remove the font specification for the channel list widget.
Adrien Maglo [Sun, 13 Jun 2010 20:18:44 +0000 (22:18 +0200)]
Qt: Remove the font specification for the channel list widget.

13 years agoRevert "qt4: don't force pixelsize in soundslider"
Ilkka Ollakka [Tue, 15 Jun 2010 19:45:53 +0000 (22:45 +0300)]
Revert "qt4: don't force pixelsize in soundslider"

This reverts commit 770f3c56899da1bd79501cb5cc383beb727ea525.
This reverts commit eaf749979dac4eb9d2148bf18d3d48803bafcd8a.

13 years agodon't use empty string for user-agent
Ilkka Ollakka [Tue, 15 Jun 2010 19:13:06 +0000 (22:13 +0300)]
don't use empty string for user-agent

13 years agoMSW: fix WinCE compilation after Cursors modification
Jean-Baptiste Kempf [Tue, 15 Jun 2010 10:03:51 +0000 (12:03 +0200)]
MSW: fix WinCE compilation after Cursors modification

13 years agodbus: add option --dbus-unique-service-id (default: false)
Jean-Paul Saman [Tue, 6 Apr 2010 09:19:37 +0000 (11:19 +0200)]
dbus: add option --dbus-unique-service-id (default: false)

The option --dbus-unique-service-id provides a unique name to identify a VLC instance on the DBUS session bus.
Each vlc instance will uses the following naming scheme on the dbus bus: org.mpris.vlc-<pid>, where <pid> is the PID of the vlc process.

13 years agocore playlist: fix my mistake in [4eff56920]
Jakob Leben [Tue, 15 Jun 2010 08:44:42 +0000 (10:44 +0200)]
core playlist: fix my mistake in [4eff56920]

13 years agovlc_GetCPUCount: add Solaris detection
Francois Cartegnie [Mon, 14 Jun 2010 16:36:52 +0000 (18:36 +0200)]
vlc_GetCPUCount: add Solaris detection

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agofix unsupported shortcut syntax
Francois Cartegnie [Mon, 14 Jun 2010 16:36:51 +0000 (18:36 +0200)]
fix unsupported shortcut syntax

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoAmbiguity between std::log(double) and std::log(float)
Francois Cartegnie [Mon, 14 Jun 2010 16:36:53 +0000 (18:36 +0200)]
Ambiguity between std::log(double) and std::log(float)

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agovod: fix memleak
Pierre Ynard [Mon, 14 Jun 2010 23:35:30 +0000 (01:35 +0200)]
vod: fix memleak

Port c7690cec0129d2fb3198e60602c4894e728df092 to duplicated code

13 years agovod: fix h264 profile-level-id generation
Pierre Ynard [Mon, 14 Jun 2010 23:30:23 +0000 (01:30 +0200)]
vod: fix h264 profile-level-id generation

Port 9f5bb41a34b73cca36ad83c1fd563fe2b2b7fd4a to duplicate code

13 years agortp: fix h264 profile-level-id generation
Pierre Ynard [Mon, 14 Jun 2010 23:22:31 +0000 (01:22 +0200)]
rtp: fix h264 profile-level-id generation

This was broken in the previous dedd7cd2ae0864dedfad367c1cbf916e1d315a00

13 years agoWin32: try to improve the win7 taskbar buttons.
Jean-Baptiste Kempf [Mon, 14 Jun 2010 23:05:58 +0000 (01:05 +0200)]
Win32: try to improve the win7 taskbar buttons.

This is not ready yet

13 years agoMissing in d1b5547ce122761
Christophe Mutricy [Mon, 14 Jun 2010 22:50:29 +0000 (23:50 +0100)]
Missing in d1b5547ce122761

13 years agoRemove trailing space.
Jean-Baptiste Kempf [Mon, 14 Jun 2010 22:44:48 +0000 (00:44 +0200)]
Remove trailing space.

13 years agoWin7: add the button ressources
Jean-Baptiste Kempf [Mon, 14 Jun 2010 22:42:39 +0000 (00:42 +0200)]
Win7: add the button ressources

13 years agoDrop the icons resolution from their name
Christophe Mutricy [Mon, 14 Jun 2010 22:33:38 +0000 (23:33 +0100)]
Drop the icons resolution from their name

The less acrobatic way

13 years agoRevert "Drop the icons resolution from its name when installing"
Christophe Mutricy [Mon, 14 Jun 2010 22:07:32 +0000 (23:07 +0100)]
Revert "Drop the icons resolution from its name when installing"

This reverts commit c5329659d46c9e6111dbb3c27b7339058438d01e.

13 years agoWin32: fix file opening from context menu
Jean-Baptiste Kempf [Mon, 14 Jun 2010 22:02:18 +0000 (00:02 +0200)]
Win32: fix file opening from context menu

Also when double-clicking.
This fixes #3604

13 years agovod: fix h264 sprop-parameter-sets generation
Pierre Ynard [Mon, 14 Jun 2010 21:35:00 +0000 (23:35 +0200)]
vod: fix h264 sprop-parameter-sets generation

Port dedd7cd2ae0864dedfad367c1cbf916e1d315a00 to duplicated code

13 years agovod: use memcmp()
Pierre Ynard [Mon, 14 Jun 2010 21:10:57 +0000 (23:10 +0200)]
vod: use memcmp()

Port df301d6589de2662febe4cf408e4ecdcf3b589b9 to duplicated code

13 years agoDrop the icons resolution from its name when installing
Christophe Mutricy [Mon, 14 Jun 2010 20:51:16 +0000 (21:51 +0100)]
Drop the icons resolution from its name when installing

13 years agoFortune: wisdom about Guiness book from pk
Jean-Baptiste Kempf [Mon, 14 Jun 2010 20:32:36 +0000 (22:32 +0200)]
Fortune: wisdom about Guiness book from pk

13 years agologo: set default x/y=-1 so position is actually used
Ilkka Ollakka [Mon, 14 Jun 2010 16:25:23 +0000 (19:25 +0300)]
logo: set default x/y=-1 so position is actually used

13 years agovideo_filters: use make_URI for filename
Ilkka Ollakka [Mon, 14 Jun 2010 15:58:24 +0000 (18:58 +0300)]
video_filters: use make_URI for filename

This restores that you don't need to give full url for example logo-filename it to work

13 years agomp4: set amr-nb samplerate to 8000, as it's only valid one
Ilkka Ollakka [Mon, 14 Jun 2010 14:56:17 +0000 (17:56 +0300)]
mp4: set amr-nb samplerate to 8000, as it's only valid one

Fixes some 3gp-videos with amr-nb audio.

13 years agoIgnore manifest.json
Jean-Baptiste Kempf [Mon, 14 Jun 2010 10:35:01 +0000 (12:35 +0200)]
Ignore manifest.json

13 years agoqt4: allow dnd to file-input on convert-dialog
Ilkka Ollakka [Mon, 14 Jun 2010 08:26:18 +0000 (11:26 +0300)]
qt4: allow dnd to file-input on convert-dialog

13 years agoqt4: add webm on convert containers list
Ilkka Ollakka [Mon, 14 Jun 2010 08:25:53 +0000 (11:25 +0300)]
qt4: add webm on convert containers list

13 years agotranscode: default audio bitrate to 96k
Ilkka Ollakka [Mon, 14 Jun 2010 06:42:44 +0000 (09:42 +0300)]
transcode: default audio bitrate to 96k

13 years agox264: don't repeat headers, we should do it ourself where needed
Ilkka Ollakka [Mon, 14 Jun 2010 06:33:45 +0000 (09:33 +0300)]
x264: don't repeat headers, we should do it ourself where needed

13 years agomp4: calculate stream duration sameway all around
Ilkka Ollakka [Sun, 13 Jun 2010 20:20:28 +0000 (23:20 +0300)]
mp4: calculate stream duration sameway all around

13 years agomp4: call get_timestamp just once
Ilkka Ollakka [Sun, 13 Jun 2010 20:05:19 +0000 (23:05 +0300)]
mp4: call get_timestamp just once

13 years agortp: fix h264 sprop-parameter-sets generation
An L. Ber [Sun, 13 Jun 2010 20:02:17 +0000 (23:02 +0300)]
rtp: fix h264 sprop-parameter-sets generation

Patch from An L. Ber whitespace-modified by me
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoavcodec: don't play rc-max/min for vp8, doesn't seem to work as it worked before
Ilkka Ollakka [Sun, 13 Jun 2010 13:35:47 +0000 (16:35 +0300)]
avcodec: don't play rc-max/min for vp8, doesn't seem to work as it worked before

13 years agox264: use libx264 with 0-started pts values and scale them back
Ilkka Ollakka [Sun, 13 Jun 2010 12:23:23 +0000 (15:23 +0300)]
x264: use libx264 with 0-started pts values and scale them back

I'm not really sure why libx264 sometimes gives negative dts even if
given pts values are >> 0. So until I see why, I think this way works better

13 years agomp4: add avc1/3gp6/qt brands
Ilkka Ollakka [Sun, 13 Jun 2010 12:20:54 +0000 (15:20 +0300)]
mp4: add avc1/3gp6/qt  brands

I think this should be safe even if there isn't avc1 track

13 years agomp4: find nal limits on 0*001 startcode instead 0001
Ilkka Ollakka [Sun, 13 Jun 2010 12:01:11 +0000 (15:01 +0300)]
mp4: find nal limits on 0*001 startcode instead 0001

13 years agoyoutube.lua: decode uri/xml-chars on name
Ilkka Ollakka [Sun, 13 Jun 2010 11:38:18 +0000 (14:38 +0300)]
youtube.lua: decode uri/xml-chars on name

13 years agoQt4: check extensionlength 2-4 (ts to webm) on sout regexpt
Ilkka Ollakka [Sun, 13 Jun 2010 11:35:09 +0000 (14:35 +0300)]
Qt4: check extensionlength 2-4 (ts to webm) on sout regexpt

13 years agoQt: Remove the lines separating the channels in the EPGView widget as they are not...
Adrien Maglo [Sun, 13 Jun 2010 20:08:23 +0000 (22:08 +0200)]
Qt: Remove the lines separating the channels in the EPGView widget as they are not displayed properly.

13 years agoQt: remove the bottom line of the channel list widget.
Adrien Maglo [Sat, 12 Jun 2010 20:15:14 +0000 (22:15 +0200)]
Qt: remove the bottom line of the channel list widget.

13 years agoplaylist_NodeInsert(): adds an assertion
Rafaël Carré [Sun, 13 Jun 2010 15:11:05 +0000 (17:11 +0200)]
playlist_NodeInsert(): adds an assertion

13 years agoPrefer libvorbis encoder over libavcodec's
Jean-Baptiste Kempf [Sun, 13 Jun 2010 10:39:20 +0000 (12:39 +0200)]
Prefer libvorbis encoder over libavcodec's

lavc's is marked as experimental

13 years agoWorkaround a potential segfault when using VAAPI/DXVA2 (close #3606).
Laurent Aimar [Sat, 12 Jun 2010 23:41:11 +0000 (01:41 +0200)]
Workaround a potential segfault when using VAAPI/DXVA2 (close #3606).

It seems that some avcodec decoders release frames even after being flushed.

13 years agoFixed potential unaligned access in vaapi/dxva2 picture copy.
Laurent Aimar [Sat, 12 Jun 2010 23:25:43 +0000 (01:25 +0200)]
Fixed potential unaligned access in vaapi/dxva2 picture copy.

It (probably) happens only when the video is non mod 16, or non mod 32
with YV12 hardware surface.

13 years agoQt: try to fix hangout on win32
Jean-Baptiste Kempf [Sat, 12 Jun 2010 22:55:54 +0000 (00:55 +0200)]
Qt: try to fix hangout on win32

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
13 years agoFixed mouse buttons state for msw vouts (close #3519).
Laurent Aimar [Sat, 12 Jun 2010 22:44:31 +0000 (00:44 +0200)]
Fixed mouse buttons state for msw vouts (close #3519).

Used SetCapture/ReleaseCapture to emulate what x11 seems to do by default.

13 years agoFixed vertical video alignment (close #3688).
Laurent Aimar [Sat, 12 Jun 2010 12:15:11 +0000 (14:15 +0200)]
Fixed vertical video alignment (close #3688).

It is not limited to win32.

13 years agoRemove the channel list overlaid above the EPGView widget.
Adrien Maglo [Sat, 12 Jun 2010 19:25:20 +0000 (21:25 +0200)]
Remove the channel list overlaid above the EPGView widget.
Add a channel list widget at the left of the EPGView widget.
Remove the splitter on the EPG window.

13 years agoQt: fixing message debug to help fixing some issues.
Jean-Baptiste Kempf [Sat, 12 Jun 2010 19:35:01 +0000 (21:35 +0200)]
Qt: fixing message debug to help fixing some issues.

13 years agox264: use int64_t instead int as delay
Ilkka Ollakka [Sat, 12 Jun 2010 08:34:27 +0000 (11:34 +0300)]
x264: use int64_t instead int as delay

13 years agoskins2: delete the callback only if it was really added.
Rémi Duraffort [Sat, 12 Jun 2010 07:40:01 +0000 (09:40 +0200)]
skins2: delete the callback only if it was really added.

13 years agomodules: use the new add_shortcut capability (add multiple shortcuts at a time).
Rémi Duraffort [Sat, 12 Jun 2010 07:03:25 +0000 (09:03 +0200)]
modules: use the new add_shortcut capability (add multiple shortcuts at a time).

13 years agoSpelling.
Rémi Duraffort [Sat, 12 Jun 2010 05:54:44 +0000 (07:54 +0200)]
Spelling.

13 years agoinput: constify.
Rémi Duraffort [Sat, 12 Jun 2010 05:52:59 +0000 (07:52 +0200)]
input: constify.

13 years agocore playlist: refactor & fix #3737
Jakob Leben [Sat, 12 Jun 2010 02:24:38 +0000 (04:24 +0200)]
core playlist: refactor & fix #3737

13 years agoQt: videoWidget shouldn't be show/hide(), the parent stackWidget should toggle.
Jean-Baptiste Kempf [Sat, 12 Jun 2010 00:28:34 +0000 (02:28 +0200)]
Qt: videoWidget shouldn't be show/hide(), the parent stackWidget should toggle.

13 years agoRevert "Revert "redundant includes of vlc_playlist.h""
Ilkka Ollakka [Fri, 11 Jun 2010 19:28:32 +0000 (22:28 +0300)]
Revert "Revert "redundant includes of vlc_playlist.h""

This reverts commit eca93931a367e3acedaa6028e8843552ced4a1d0.
and fixes taglib compile

13 years agoRevert "redundant includes of vlc_playlist.h"
Jakob Leben [Fri, 11 Jun 2010 19:21:49 +0000 (21:21 +0200)]
Revert "redundant includes of vlc_playlist.h"

This reverts commit 61db9aad014bdb7427bdcb4d9c0f93c89ed99242.

13 years agoRC: playlist locking
Jakob Leben [Fri, 11 Jun 2010 17:39:31 +0000 (19:39 +0200)]
RC: playlist locking

untested

13 years agohttp: playlist locking
Jakob Leben [Fri, 11 Jun 2010 17:28:10 +0000 (19:28 +0200)]
http: playlist locking

untested

13 years agoHotkeys: playlist locking
Jakob Leben [Fri, 11 Jun 2010 17:19:17 +0000 (19:19 +0200)]
Hotkeys: playlist locking

untested

13 years agodbus: playlist locking
Jakob Leben [Fri, 11 Jun 2010 17:17:59 +0000 (19:17 +0200)]
dbus: playlist locking

untested

13 years agohttp: add warning about locking
Jakob Leben [Fri, 11 Jun 2010 17:14:58 +0000 (19:14 +0200)]
http: add warning about locking

13 years agoredundant includes of vlc_playlist.h
Jakob Leben [Fri, 11 Jun 2010 17:11:59 +0000 (19:11 +0200)]
redundant includes of vlc_playlist.h

13 years agovlc_input_item.h is not self-sufficient without vlc_events.h
Jakob Leben [Fri, 11 Jun 2010 17:07:21 +0000 (19:07 +0200)]
vlc_input_item.h is not self-sufficient without vlc_events.h

13 years agoMatroska : Set default compression type for the ContentCompAlgo element to 0 (indicat...
Jai Menon [Fri, 11 Jun 2010 13:08:22 +0000 (18:38 +0530)]
Matroska : Set default compression type for the ContentCompAlgo element to 0 (indicating zlib). Some muxers (for example mkvmerge v4.0.0) do not write ebml elements which correspond to the default values (as defined in the spec).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>