]> git.sesse.net Git - vlc/log
vlc
11 years agoRemove RTMP access module
Jean-Baptiste Kempf [Thu, 28 Jun 2012 14:48:45 +0000 (16:48 +0200)]
Remove RTMP access module

11 years agoAnnotation libvlc_media_get_user_data tracks parameter as an [OUT] parameter
Olivier Aubert [Thu, 28 Jun 2012 08:42:36 +0000 (10:42 +0200)]
Annotation libvlc_media_get_user_data tracks parameter as an [OUT] parameter

11 years agovideo output: remove a bunch of relocations
Rémi Denis-Courmont [Thu, 28 Jun 2012 04:49:03 +0000 (07:49 +0300)]
video output: remove a bunch of relocations

11 years agovideo output: use ARRAY_SIZE()
Rémi Denis-Courmont [Thu, 28 Jun 2012 04:44:23 +0000 (07:44 +0300)]
video output: use ARRAY_SIZE()

11 years agofix off-by-one error
Christoph Pfister [Wed, 27 Jun 2012 20:56:26 +0000 (22:56 +0200)]
fix off-by-one error

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agomacosx: fixed names of 2 retina graphics
Felix Paul Kühne [Wed, 27 Jun 2012 17:42:33 +0000 (19:42 +0200)]
macosx: fixed names of 2 retina graphics

11 years agomacosx: fixed long-standing issue of disappearing sidebar item icons on some build...
Felix Paul Kühne [Wed, 27 Jun 2012 16:59:30 +0000 (18:59 +0200)]
macosx: fixed long-standing issue of disappearing sidebar item icons on some build configurations

11 years agoskins2: reorder #define in a more logical way
Erwan Tulou [Wed, 27 Jun 2012 16:36:48 +0000 (18:36 +0200)]
skins2: reorder #define in a more logical way

11 years agoskins2: remove vlc_object_alive (deprecated)
Erwan Tulou [Wed, 27 Jun 2012 16:29:17 +0000 (18:29 +0200)]
skins2: remove vlc_object_alive (deprecated)

And better performance since we were still using the rest of a polling
 mechanism (every 100ms) just to ensure we were alive.

11 years agoskins2: remove some leftovers
Erwan Tulou [Wed, 27 Jun 2012 10:23:52 +0000 (12:23 +0200)]
skins2: remove some leftovers

interaction_Register and interaction_Unregister are weird #define
 that don't seem used at all nowadays

11 years agoskins2: remove qt-volume-complete (obsolete)
erwan [Fri, 8 Jun 2012 13:30:09 +0000 (15:30 +0200)]
skins2: remove qt-volume-complete (obsolete)

11 years agoskins2: add support for --[no]-qt-fs-controller
Erwan Tulou [Wed, 27 Jun 2012 10:03:39 +0000 (12:03 +0200)]
skins2: add support for --[no]-qt-fs-controller

11 years agoskins2: parametrize how long fullscreen controller stays on screen
Erwan Tulou [Wed, 27 Jun 2012 08:54:40 +0000 (10:54 +0200)]
skins2: parametrize how long fullscreen controller stays on screen

Use the mouse-hide-timeout parameter for that purpose, as
the other interfaces do in vlc.

this fixes #7017

11 years agoskins2(Linux): display list of monitors and caracteristics for debug
Erwan Tulou [Mon, 25 Jun 2012 09:55:59 +0000 (11:55 +0200)]
skins2(Linux): display list of monitors and caracteristics for debug

11 years agoinput: do not override subtitles encoding if BOM is found (fixes #5239)
Rémi Denis-Courmont [Wed, 27 Jun 2012 15:58:24 +0000 (18:58 +0300)]
input: do not override subtitles encoding if BOM is found (fixes #5239)

That horrible hack caused all subtitles to be parsed as Unicode if one
(but not necessarily all) opened subtitles started with a UTF-8 or
UTF-16 Byte Order Mark. If any other subtitle was neither in UTF-8 nor
in UTF-16 with a BOM, that hack failed.

11 years agoinput: remove BOM skipping hack
Rémi Denis-Courmont [Wed, 27 Jun 2012 15:26:15 +0000 (18:26 +0300)]
input: remove BOM skipping hack

This should not be needed (BOM is a zero-width character). If any
stream reader barks on a BOM, it really needs fixing on its own.
The subtitle demuxer was fixed in the previous commit.

In the case of transparent conversion from UTF-16 to UTF-8, the BOM
will be converted to UTF-8 as any other character. Thus the stream
reader can (correctly) detect a UTF-8 text stream.

11 years agosubtitle: deal with initial UTF-8 BOM
Rémi Denis-Courmont [Wed, 27 Jun 2012 15:51:25 +0000 (18:51 +0300)]
subtitle: deal with initial UTF-8 BOM

If an UTF-8 BOM is found at the beginning of the text file, skip it
(it can confuse some parsers). Also mark the subtitle track explicitly
as UTF-8 encoded.

11 years agomacosx: updated xcodproj and Makefile.am for the new graphics
Felix Paul Kühne [Wed, 27 Jun 2012 14:50:20 +0000 (16:50 +0200)]
macosx: updated xcodproj and Makefile.am for the new graphics

11 years agomacosx: updated volume and dropzone icons
Damien Erambert [Wed, 27 Jun 2012 14:49:17 +0000 (16:49 +0200)]
macosx: updated volume and dropzone icons

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
11 years agomacosx: added retina display graphics for the dark window style's window buttons
Damien Erambert [Wed, 27 Jun 2012 14:16:29 +0000 (16:16 +0200)]
macosx: added retina display graphics for the dark window style's window buttons

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
11 years agomacosx: added retina display graphics for the dark window style
Damien Erambert [Wed, 27 Jun 2012 14:12:55 +0000 (16:12 +0200)]
macosx: added retina display graphics for the dark window style

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
11 years agoFix codec error.
Jean-Baptiste Kempf [Wed, 27 Jun 2012 00:11:28 +0000 (02:11 +0200)]
Fix codec error.

10L

11 years agoOgg: always show COMMENTS if possible
Jean-Baptiste Kempf [Wed, 27 Jun 2012 00:03:34 +0000 (02:03 +0200)]
Ogg: always show COMMENTS if possible

11 years agoOgg: do not display x,x if we have both methods for TrackTotal
Jean-Baptiste Kempf [Wed, 27 Jun 2012 00:02:09 +0000 (02:02 +0200)]
Ogg: do not display x,x if we have both methods for TrackTotal

11 years agoomxil: Add more names for vc1 and mpjeg
Jean-Baptiste Kempf [Tue, 26 Jun 2012 23:02:53 +0000 (01:02 +0200)]
omxil: Add more names for vc1 and mpjeg

11 years agoomxil: Blacklist nVidia secure codec
Jean-Baptiste Kempf [Tue, 26 Jun 2012 20:50:43 +0000 (22:50 +0200)]
omxil: Blacklist nVidia secure codec

11 years agomacosx: improve resize behaviour of splitview
David Fuhrmann [Tue, 26 Jun 2012 20:50:05 +0000 (22:50 +0200)]
macosx: improve resize behaviour of splitview

Now, the sidebar will not  will not resized while resizing the window.
Also, this commit sets a min width for the the sidebar. But it can
still be hidden, just drag the slider to the left.

11 years agoQt: fix prev commitw
Francois Cartegnie [Tue, 26 Jun 2012 15:37:30 +0000 (17:37 +0200)]
Qt: fix prev commitw

11 years agoQt: PopupMenu: Stop crashing on VOut update. (fix #7016)
Francois Cartegnie [Tue, 26 Jun 2012 15:20:44 +0000 (17:20 +0200)]
Qt: PopupMenu: Stop crashing on VOut update. (fix #7016)

When calling a modal dialog, Qt switches to a new event loop.
The call may still have some event to process in its own queue,
and deleting it when doing the Vout update will have those events
refering to a no longer existing widget.

11 years agocontrib: gpg-error: don't patch Makefile.am
Rafaël Carré [Mon, 25 Jun 2012 20:16:52 +0000 (22:16 +0200)]
contrib: gpg-error: don't patch Makefile.am

Since 42a7f46de2 it is required to re-run gettextize because
we run autoreconf.
Unfortunately gettextize doesn't run in non interactive mode (this
is an advertised "feature").

This gpg-error patch will appear in the next release so it doesn't
need maintenance:
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=commit;h=c35dbfdaa2e30e08185e4a468278a29e2c48b500

11 years agoomx: decode qualcomm-specific tiled nv12 format
Rafaël Carré [Mon, 25 Jun 2012 19:27:35 +0000 (21:27 +0200)]
omx: decode qualcomm-specific tiled nv12 format

Tested on HP Touchpad up to 1280x720

1920x1080 gives:
E/OMX-VDEC-1080P: ERROR: IP Requirements(#1: 2097152) Requested(#2: 4177920)
Which probably means that provided buffers are too small for the decoder
to operate

11 years agoomxil: Only set the buffer size if it is smaller than what the codec suggested
Martin Storsjö [Thu, 21 Jul 2011 11:06:07 +0000 (14:06 +0300)]
omxil: Only set the buffer size if it is smaller than what the codec suggested

This is required on HTC Sensation. That device uses a special
tiled pixel format, which probably contains a bit of padding, too.
The size that the omx codec suggests for the output port is bigger
than what VLC calculates, and we thus should keep the larger value
instead of overwriting it with what we calculated ourselves.

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agomacosx: expand the documentation for our single (known) private API use
Felix Paul Kühne [Mon, 25 Jun 2012 17:01:21 +0000 (19:01 +0200)]
macosx: expand the documentation for our single (known) private API use

11 years agomacosx: don't use a private api for standard magnification threshold
David Fuhrmann [Mon, 25 Jun 2012 16:25:04 +0000 (18:25 +0200)]
macosx: don't use a private api for standard magnification threshold

11 years agomacosx: implement magnification gesture as an additional fullscreen toggle
David Fuhrmann [Mon, 25 Jun 2012 15:43:46 +0000 (17:43 +0200)]
macosx: implement magnification gesture as an additional fullscreen toggle

close #6926

11 years agoQt: PixmapAnimator: replace AnimatedIcon.
Francois Cartegnie [Mon, 25 Jun 2012 14:50:31 +0000 (16:50 +0200)]
Qt: PixmapAnimator: replace AnimatedIcon.

As Qt >= 4.6.0 provides AbstractAnimation we no longer need QTimer
based animators.
PixmapAnimator allows to be used by Q*Painter.
Unused still frame support is removed, but can easily be implemented.

11 years agoWin32: fix compilation
Jean-Baptiste Kempf [Mon, 25 Jun 2012 14:25:15 +0000 (16:25 +0200)]
Win32: fix compilation

11 years agomacosx: open panel: some reordering and structural marks
David Fuhrmann [Mon, 25 Jun 2012 07:16:57 +0000 (09:16 +0200)]
macosx: open panel: some reordering and structural marks

11 years agomacosx/fspanel: another minor optimization and simplification of the image drawing...
Felix Paul Kühne [Sun, 24 Jun 2012 23:27:05 +0000 (01:27 +0200)]
macosx/fspanel: another minor optimization and simplification of the image drawing code

11 years agomacosx: fixed HiDPI fspanel background artwork, which accidently included a shadow...
Felix Paul Kühne [Sun, 24 Jun 2012 23:15:15 +0000 (01:15 +0200)]
macosx: fixed HiDPI fspanel background artwork, which accidently included a shadow which lead to drawing artifacts since the 2 variants didn't match their sizes

11 years agomacosx/fspanel: optimize image rendering for sliders and background
Felix Paul Kühne [Sun, 24 Jun 2012 22:48:48 +0000 (00:48 +0200)]
macosx/fspanel: optimize image rendering for sliders and background

no user-visible change.

11 years agoAvcodec: map MSS1
Jean-Baptiste Kempf [Sun, 24 Jun 2012 21:50:12 +0000 (23:50 +0200)]
Avcodec: map MSS1

11 years agoDMO: use VLC_CODEC_*
Jean-Baptiste Kempf [Sun, 24 Jun 2012 21:47:02 +0000 (23:47 +0200)]
DMO: use VLC_CODEC_*

11 years agoIntroduce MSS1 and MSS2 fourcc
Jean-Baptiste Kempf [Sun, 24 Jun 2012 21:44:34 +0000 (23:44 +0200)]
Introduce MSS1 and MSS2 fourcc

11 years agomacosx: removed the fspanel artwork for scale factor 1.5
Felix Paul Kühne [Sun, 24 Jun 2012 16:21:17 +0000 (18:21 +0200)]
macosx: removed the fspanel artwork for scale factor 1.5

This is a broken concept, since according to the HIGL, one point always equals one pixel on non-HiDPI screens regardless of the actual DPIs or the actual screen resolution.

Additionally, this interferes with our support for HiDPI

11 years agomacosx: added retina compatible artwork for the gray main window style
Damien Erambert [Sun, 24 Jun 2012 14:50:53 +0000 (16:50 +0200)]
macosx: added retina compatible artwork for the gray main window style

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
11 years agomacosx: added retina compatible fullscreen controller artwork
Damien Erambert [Sun, 24 Jun 2012 14:45:22 +0000 (16:45 +0200)]
macosx: added retina compatible fullscreen controller artwork

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
11 years agomacosx: added retina compatible sidebar icons
Damien Erambert [Sun, 24 Jun 2012 14:40:59 +0000 (16:40 +0200)]
macosx: added retina compatible sidebar icons

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
11 years agomacosx: open panel: set mrl textfield as noneditable
David Fuhrmann [Sun, 24 Jun 2012 13:10:07 +0000 (15:10 +0200)]
macosx: open panel: set mrl textfield as noneditable

changes are not read anyway

11 years agomacosx: disk open: do a shallow instead of a deep search for media directories
David Fuhrmann [Sun, 24 Jun 2012 12:09:36 +0000 (14:09 +0200)]
macosx: disk open: do a shallow instead of a deep search for media directories

11 years agomacosx: device open: set new media folder as current item when it is added
David Fuhrmann [Sun, 24 Jun 2012 08:51:38 +0000 (10:51 +0200)]
macosx: device open: set new media folder as current item when it is added

11 years agomacosx: fix bug in disk open panel regarding selected folders
David Fuhrmann [Sat, 23 Jun 2012 23:26:30 +0000 (01:26 +0200)]
macosx: fix bug in disk open panel regarding selected folders

Previously, the open panel always converted the mrl to an (not available)
mount point when you want to setup a playback without menus

11 years agoQt: CoverArtLabel: fix sizing bug.
Francois Cartegnie [Sat, 23 Jun 2012 19:14:47 +0000 (21:14 +0200)]
Qt: CoverArtLabel: fix sizing bug.

QPixmapCache can't compute using an undefined maxsize.
Introduced by a23142417941223b0068ad5b6f38a79eb9a96e93

11 years agoQt: SeekSlider: non seekable must be non interactive
Francois Cartegnie [Sat, 23 Jun 2012 11:52:24 +0000 (13:52 +0200)]
Qt: SeekSlider: non seekable must be non interactive

11 years agoopensles: implement pause, flush, and lipsync
Rafaël Carré [Sat, 23 Jun 2012 11:08:44 +0000 (13:08 +0200)]
opensles: implement pause, flush, and lipsync

11 years agoContribs: android, simplify the code, let the users supply the flags
Jean-Baptiste Kempf [Fri, 22 Jun 2012 15:26:43 +0000 (17:26 +0200)]
Contribs: android, simplify the code, let the users supply the flags

11 years agomacosx: work-around a weird bug which let the drop zone respond to mouseDown events...
Felix Paul Kühne [Thu, 21 Jun 2012 22:26:23 +0000 (00:26 +0200)]
macosx: work-around a weird bug which let the drop zone respond to mouseDown events targetted at the window title

Thanks to David for the report

11 years agognutls: replace deprecated types
Ludovic Fauvet [Thu, 21 Jun 2012 01:10:17 +0000 (03:10 +0200)]
gnutls: replace deprecated types

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoqt4: remove duplicate callback
Ludovic Fauvet [Wed, 20 Jun 2012 23:35:59 +0000 (01:35 +0200)]
qt4: remove duplicate callback

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agomacosx: added a URI column to the playlist table
Felix Paul Kühne [Thu, 21 Jun 2012 21:09:23 +0000 (23:09 +0200)]
macosx: added a URI column to the playlist table

11 years agomacosx: add sandbox rules for growl notifications
David Fuhrmann [Thu, 21 Jun 2012 20:20:04 +0000 (22:20 +0200)]
macosx: add sandbox rules for growl notifications

11 years agoqt4: add forgotten ;
David Fuhrmann [Wed, 20 Jun 2012 21:10:12 +0000 (23:10 +0200)]
qt4: add forgotten ;

11 years agocompile for iOS 5.1 since it is the latest stable version and backward compatible...
Felix Paul Kühne [Thu, 21 Jun 2012 18:21:02 +0000 (20:21 +0200)]
compile for iOS 5.1 since it is the latest stable version and backward compatible to 5.0

iOS 4 is used by less than 10 per cent of the installed base, so we don't care for now

11 years agomacosx: fixed custom revealInFinder implementation for files stored off the startup...
Felix Paul Kühne [Thu, 21 Jun 2012 15:49:11 +0000 (17:49 +0200)]
macosx: fixed custom revealInFinder implementation for files stored off the startup volume

11 years agomacosx: reimplemented the right-click Reveal-in-Finder feature on the window title...
Felix Paul Kühne [Thu, 21 Jun 2012 15:26:04 +0000 (17:26 +0200)]
macosx: reimplemented the right-click Reveal-in-Finder feature on the window title when using the dark interface style

11 years agoblock_Release(): add one more sanity check
Rémi Denis-Courmont [Thu, 21 Jun 2012 03:05:51 +0000 (06:05 +0300)]
block_Release(): add one more sanity check

11 years agoQt: do not block the video preview to a very small size in the playlist
Jean-Baptiste Kempf [Wed, 20 Jun 2012 18:27:34 +0000 (20:27 +0200)]
Qt: do not block the video preview to a very small size in the playlist

11 years agoqtsound: fix broken qtsound module
Michael Feurstein [Fri, 15 Jun 2012 16:30:14 +0000 (18:30 +0200)]
qtsound: fix broken qtsound module

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoavi: Tidy the palette handling bit.
Frode Tennebø [Mon, 18 Jun 2012 21:35:40 +0000 (23:35 +0200)]
avi: Tidy the palette handling bit.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoQt: fix a playlist issue with pictureflow
Mario Speiß [Wed, 20 Jun 2012 15:23:33 +0000 (17:23 +0200)]
Qt: fix a playlist issue with pictureflow

11 years agoQt: release vout in controller configuration widget
Mario Speiß [Wed, 13 Jun 2012 19:59:00 +0000 (21:59 +0200)]
Qt: release vout in controller configuration widget

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoCosmetics
Jean-Baptiste Kempf [Tue, 12 Jun 2012 18:18:36 +0000 (20:18 +0200)]
Cosmetics

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoAPE/MPC/WV: support TotalTrack
Jean-Baptiste Kempf [Wed, 13 Jun 2012 15:54:19 +0000 (17:54 +0200)]
APE/MPC/WV: support TotalTrack

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoMP3: support TRCK total number
Jean-Baptiste Kempf [Tue, 12 Jun 2012 23:48:57 +0000 (01:48 +0200)]
MP3: support TRCK total number

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agocontrib: gpg-error: use CPPFLAGS when processing errno.h
Rafaël Carré [Wed, 20 Jun 2012 09:42:33 +0000 (11:42 +0200)]
contrib: gpg-error: use CPPFLAGS when processing errno.h

11 years agocontrib: gsm: enforce CFLAGS
Rafaël Carré [Wed, 20 Jun 2012 09:34:13 +0000 (11:34 +0200)]
contrib: gsm: enforce CFLAGS

11 years agodirectory: do not get stuck on a FIFO (fix #6940)
Rémi Denis-Courmont [Wed, 20 Jun 2012 05:17:26 +0000 (08:17 +0300)]
directory: do not get stuck on a FIFO (fix #6940)

Also avoid fstat()+close() on non-directoy files.

11 years agofile: do not use non-blocking mode when unknown/unspecified/useless
Rémi Denis-Courmont [Wed, 20 Jun 2012 05:16:16 +0000 (08:16 +0300)]
file: do not use non-blocking mode when unknown/unspecified/useless

For FIFO and sockets, non-blocking is wanted. For character device,
the effects depend on the device driver. For other types, non-blocking
mode has either no effects or is unspecified.

11 years agoconfigure: link vlc and libvlc to AppKit
Felix Paul Kühne [Tue, 19 Jun 2012 16:10:05 +0000 (18:10 +0200)]
configure: link vlc and libvlc to AppKit

This looks stupid and weird. The rationale is that the PowerBox mechanism used when running VLC in a Sandbox on OS X Lion checks whether the executable is linked against AppKit. If not, neither NSOpenPanel nor NSSavePanel will appear.

11 years agoQt: add dropzone to dist
Francois Cartegnie [Tue, 19 Jun 2012 11:36:17 +0000 (13:36 +0200)]
Qt: add dropzone to dist

11 years agoplaylist: m3u: fix CheckContentType check.
Francois Cartegnie [Tue, 19 Jun 2012 11:26:28 +0000 (13:26 +0200)]
playlist: m3u: fix CheckContentType check.

strncase cmp reports 0 if the tested size is 0.
Was always matching empty Content-Type then.

11 years agoAndroid: fix large files support
Sébastien Toque [Mon, 18 Jun 2012 15:28:30 +0000 (17:28 +0200)]
Android: fix large files support

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoblock.c: get lseek definition from vlc_fs.h
Rafaël Carré [Mon, 18 Jun 2012 15:27:17 +0000 (17:27 +0200)]
block.c: get lseek definition from vlc_fs.h

11 years agoWin32: move 64 bits lseek define to vlc_fs.h
Rafaël Carré [Mon, 18 Jun 2012 15:21:45 +0000 (17:21 +0200)]
Win32: move 64 bits lseek define to vlc_fs.h

11 years agocontrib: live: Fix 6fbfa484230 for OSX
Rafaël Carré [Tue, 19 Jun 2012 07:13:37 +0000 (09:13 +0200)]
contrib: live: Fix 6fbfa484230 for OSX

use standard back reference (\1 instead of \0, mach with parens)
use OSX-compatible command line ordering (filenames go at the end)

11 years agomacosx: allow the user to minimize the main window by double-clicking the window...
Felix Paul Kühne [Mon, 18 Jun 2012 23:26:03 +0000 (01:26 +0200)]
macosx: allow the user to minimize the main window by double-clicking the window title when using the dark UI variant

This respects the system preferences' global setting.

11 years agomacosx: fixed EyeTV support when using the Application Sandbox (refs #5149)
Felix Paul Kühne [Mon, 18 Jun 2012 20:52:17 +0000 (22:52 +0200)]
macosx: fixed EyeTV support when using the Application Sandbox (refs #5149)

11 years agomacosx: upgraded Xcode project version
Felix Paul Kühne [Mon, 18 Jun 2012 20:51:41 +0000 (22:51 +0200)]
macosx: upgraded Xcode project version

11 years agomacosx: added a basic script and some entitlements to enable Sandboxing on OS X Lion...
Felix Paul Kühne [Mon, 18 Jun 2012 15:52:08 +0000 (17:52 +0200)]
macosx: added a basic script and some entitlements to enable Sandboxing on OS X Lion (refs #5149)

11 years agocontrib: make live555 honor EXTRA_CFLAGS
Rafaël Carré [Mon, 18 Jun 2012 17:30:48 +0000 (19:30 +0200)]
contrib: make live555 honor EXTRA_CFLAGS

11 years agomacosx: add NSApplicationDelegate for VLCMain class and correct one method declaration
David Fuhrmann [Mon, 18 Jun 2012 08:22:03 +0000 (10:22 +0200)]
macosx: add NSApplicationDelegate for VLCMain class and correct one method declaration

11 years agoQt: PLModel: make auto art download comply with privacy policy
Francois Cartegnie [Sat, 16 Jun 2012 17:52:18 +0000 (19:52 +0200)]
Qt: PLModel: make auto art download comply with privacy policy

11 years agoQt: PLTreeView: Fix name encoding in the tooltip
Naohiro KORIYAMA [Fri, 15 Jun 2012 05:17:28 +0000 (14:17 +0900)]
Qt: PLTreeView: Fix name encoding in the tooltip

Signed-off-by: Francois Cartegnie <fcvlcdev@free.fr>
11 years agomkv: fix memleak
Naohiro KORIYAMA [Thu, 14 Jun 2012 15:36:50 +0000 (00:36 +0900)]
mkv: fix memleak

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agofreetype: fix memleak
Naohiro KORIYAMA [Fri, 15 Jun 2012 06:12:34 +0000 (15:12 +0900)]
freetype: fix memleak

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agofreetype: fixed crash when looking for an empty string as font name
Felix Paul Kühne [Thu, 14 Jun 2012 18:32:25 +0000 (20:32 +0200)]
freetype: fixed crash when looking for an empty string as font name

11 years agoQt: PLTreeView: Show details as tooltip
Francois Cartegnie [Thu, 14 Jun 2012 13:16:07 +0000 (15:16 +0200)]
Qt: PLTreeView: Show details as tooltip

11 years agolibvlc.h: improve docstrings
Olivier Aubert [Thu, 14 Jun 2012 13:05:10 +0000 (15:05 +0200)]
libvlc.h: improve docstrings

11 years agolibvlc_media.h: note that all options are not appliable to medias.
Olivier Aubert [Thu, 14 Jun 2012 13:04:13 +0000 (15:04 +0200)]
libvlc_media.h: note that all options are not appliable to medias.

See
http://forum.videolan.org/viewtopic.php?f=32&t=100612&p=339220&hilit=media_add_option#p339267
and
http://forum.videolan.org/viewtopic.php?f=32&t=99357&p=333659&hilit=media_add_option#p333659
for reference.

11 years agomacosx: updated copyright headers
Felix Paul Kühne [Thu, 14 Jun 2012 13:04:20 +0000 (15:04 +0200)]
macosx: updated copyright headers